How do you use the limit definition to find the slope of the tangent line to the graph #y = 2^x# at (1,0)?
2 Answers
The point
graph{2^x [-10, 10, -5, 5]}
Please observe that the y value approaches 0 but never actually reaches it.
slope
Explanation:
Assuming the correct coordinate is
The definition of the derivative of
# dy/dx = f'(x) = lim_(h rarr 0) ( f(x+h)-f(x) ) / h #
So with
# f'(0) = lim_(h rarr 0) ( f(h)-f(0) ) / h #
# \ \ \ \ \ \ \ \ = lim_(h rarr 0) ( 2^h-2^0 ) / h #
# \ \ \ \ \ \ \ \ = lim_(h rarr 0) ( 2^h - 1 ) / h #
This is as far as we can go using "conventional" analysis.
Investigation will show that the above limits indeed exists and converges to an irrational number approximately
Thus we find:
# f'(0) = ln 2 #
# \ \ \ \ \ \ \ \ = 0.693147 ... #