2.6.3 Properties of Exponential Functions¶
Key characteristics of exponential functions including domain, range, asymptotes, and the behavior of different bases.
定义¶
An exponential function is a function of the form \(f(x) = a \cdot b^{x}\) where \(a \neq 0\) is a constant coefficient, \(b > 0\) and \(b \neq 1\) is the base, and \(x\) is the exponent. The most common form is \(f(x) = a \cdot e^{kx}\) where \(e \approx 2.71828\) is Euler's number and \(k\) is a constant. Key properties include: (1) Domain: all real numbers \((-\infty, \infty)\); (2) Range: \((0, \infty)\) if \(a > 0\), or \((-\infty, 0)\) if \(a < 0\); (3) Horizontal asymptote: \(y = 0\) (the x-axis) for the basic form; (4) Y-intercept: \((0, a)\); (5) The function is always continuous and smooth; (6) If \(b > 1\), the function is increasing (exponential growth); if \(0 < b < 1\), the function is decreasing (exponential decay).
核心公式¶
- \(f(x) = a \cdot b^{x}\) where \(a \neq 0\), \(b > 0\), \(b \neq 1\)
- \(f(x) = a \cdot e^{kx}\) (natural exponential form)
- \(f'(x) = a \cdot b^{x} \ln(b)\) (derivative of exponential function)
- \(\int a \cdot b^{x} dx = \frac{a \cdot b^{x}}{\ln(b)} + C\) (antiderivative)
- \(b^{x} = e^{x \ln(b)}\) (conversion between bases)
易错点¶
- ⚠️ Confusing the domain and range: Students often incorrectly state that the range of \(f(x) = a \cdot b^{x}\) is all real numbers, when it is actually \((0, \infty)\) for \(a > 0\) or \((-\infty, 0)\) for \(a < 0\)
- ⚠️ Misidentifying the horizontal asymptote when the function is translated vertically: For \(f(x) = a \cdot b^{x} + c\), the horizontal asymptote is \(y = c\), not \(y = 0\)
- ⚠️ Incorrectly determining growth vs. decay: Students may confuse which base values indicate growth (\(b > 1\)) versus decay (\(0 < b < 1\)), or fail to recognize that a negative coefficient \(a < 0\) reflects the graph across the x-axis
- ⚠️ Errors in derivative calculations: Forgetting to include the \(\ln(b)\) factor when differentiating \(f(x) = a \cdot b^{x}\), or incorrectly applying the chain rule when the exponent contains a coefficient like \(f(x) = a \cdot e^{kx}\)