Question
Question: How can I find the derivative of \(y = {e^x}\) from first principles?...
How can I find the derivative of y=ex from first principles?
Solution
We need to plug this function into the definition of the derivative, (1), and do some algebra. First plug the function into the definition of the derivative. Next, make factors of numerator by taking common terms out. Next, take ex out of the limit and use the property of exponential function in limits to find the desired result.
Formula used: Definition of the Derivative from First Principles:
The derivative of f(x) with respect to x is the function f′(x) and is defined as,
f′(x)=h→0limhf(x+h)−f(x)...........…(1)
Complete step-by-step solution:
First plug the function into the definition of the derivative.
f′(x)=h→0limhf(x+h)−f(x)
⇒y′(x)=h→0limhex+h−ex
⇒y′(x)=h→0limhex⋅eh−ex
Take ex common in the numerator, we get
⇒y′(x)=h→0limhex(eh−1)
Now, the ex is not affected by the limit since it doesn’t have any h’s in it and so is a constant as far as the limit is concerned. We can therefore factor this out of the limit. This gives,
⇒y′(x)=exh→0limheh−1
We know that e is the unique positive number for which h→0limheh−1=1.
So, y′(x)=ex×1
Multiply ex with 1, we get
y′(x)=ex
Therefore, the derivative of y=ex is, y′(x)=ex.
Additional Information: Here, notice that the limit we’ve got, y′(x)=exh→0limheh−1 is exactly the definition of the derivative of f(x)=ex at x=0 , i.e., f′(0). Therefore, the derivative becomes,
f′(x)=f′(0)ex
Note: We can also use the power series of exponential function to find the derivative of y=ex.
Power Series of Exponential function:
ex=1+x+2!x2+3!x3+4!x4+...
Now, differentiate it with respect to x.
dxd(ex)=dxd(1+x+2!x2+3!x3+4!x4+...)
Now, use property dxd[f(x)±g(x)]=dxdf(x)±dxdg(x).
⇒dxd(ex)=dxd(1)+dxd(x)+dxd(2!x2)+dxd(3!x3)+dxd(4!x4)+...
Now, use property dxd[kf(x)]=kdxdf(x).
⇒dxd(ex)=dxd(1)+dxd(x)+2!1dxd(x2)+3!1dxd(x3)+4!1dxd(x4)+...
Now, use property dxdxn=nxn−1,n=−1.
⇒dxd(ex)=0+1+21×2x+3×2!1×3x2+4×3!1×4x3+...
⇒dxd(ex)=1+x+2!x2+3!x3+4!x4+...
⇒dxd(ex)=ex
Therefore, the derivative of y=ex is, y′(x)=ex.