In calculus, understanding how to find the derivative of exponential functions is essential. The derivative of an exponential function of the form \( b^x \), where \( b \) is a positive constant not equal to 1, can be derived using the limit definition of the derivative. This process begins with the expression:
\[f'(x) = \lim_{h \to 0} \frac{b^{x+h} - b^x}{h}\]
By applying properties of exponents, this can be rewritten as:
\[f'(x) = \lim_{h \to 0} \frac{b^x \cdot b^h - b^x}{h} = b^x \cdot \lim_{h \to 0} \frac{b^h - 1}{h}\]
It turns out that the limit \( \lim_{h \to 0} \frac{b^h - 1}{h} \) is equal to \( \ln(b) \), the natural logarithm of \( b \). Therefore, the derivative of \( b^x \) is given by:
\[\frac{d}{dx}(b^x) = b^x \cdot \ln(b)\]
This rule is crucial for differentiating exponential functions, and it is important to remember that the base \( b \) must be greater than 0 and not equal to 1 to ensure the function is valid.
For example, to find the derivative of \( f(x) = 6^x \), we apply the rule:
\[f'(x) = 6^x \cdot \ln(6)\]
In cases where the exponent is a function of \( x \), such as \( g(x) = 3^{x^2 + 4x} \), we must also use the chain rule. The derivative is calculated as follows:
\[g'(x) = 3^{x^2 + 4x} \cdot \ln(3) \cdot \frac{d}{dx}(x^2 + 4x)\]
Calculating the derivative of the inner function \( x^2 + 4x \) gives \( 2x + 4 \). Thus, the full derivative becomes:
\[g'(x) = 3^{x^2 + 4x} \cdot \ln(3) \cdot (2x + 4)\]
By mastering these techniques, students can confidently differentiate a wide range of exponential functions, reinforcing their understanding of calculus principles.