Science Oxygenwww.ScienceOxygen.com
|
Derivative of Exponential Function Motivation:
After knowing the derivative of logarithm function and the general way to find the derivative of inverse function, it is natural to take a look at exponential function. Usually, exponential functions are with the type y= cabx . And it is useful in the application of finding the return of investment of several years, or the study of the half-life of radioactive materials. Since we have chain rule to deal with the variant forms of the function, we can just put our focus on the function of the simple form:
y=f(x)=ax
Let’s start with the basic definition of derivative function:
f(x+h)-f(x) = ax+h - ax = ax( ah – 1)
It does not seem that the problem can be tackled via this straightforward way. Thus, we need to translate it into the form we are familiar with. Naturally, we will think about logarithm function because the way we define logarithm is from finding the solution for the exponential equation.
Theorem: y=f(x)=ax , where a>0 . Then
Proof: y=ax ln(y) = ln(ax) = x ln(a) = ln(a) = y ln(a) = ax ln(a)
Actually, this is exactly the way we use to find the derivative of inverse function. The idea behind it is “chain rule” . Using chain rule directly is easier than memorizing the previous result. If a=e , where e is the base of natural logarithm, the result is simpler: f(x)=ex f’(x) = ex
Its form does not change after differentiation. Usually, people use this property to find the solution for some differential equations. For example,
=y
Naturally, the answer is y(x)=ex + C , where C is a constant.
Example: f(x)=e2x + e3x , where e is the base of natural logarithm. Find f’(x) and f”(x).
Sol: By chain rule, f’(x)=2e2x + 3e3x f”(x)=4e2x + 9e3x
And it is interesting to know
f”(x) – 5f’(x)+6f(x) = 0.
|