hackensack
- 2
- 0
I need to find the derivative of y=2^x using the definition of derivative.
The discussion revolves around finding the derivative of the function y=2^x using the definition of the derivative. Participants explore various approaches, challenges, and mathematical reasoning related to this problem.
Participants express differing views on the complexity of the problem and the best approach to take. There is no consensus on whether the problem is suitable for novices or on the most effective method for finding the derivative using the definition.
Some participants note the difficulty in showing the existence of certain limits and the reliance on assumptions in their mathematical reasoning. The discussion reflects varying levels of comfort with the underlying concepts and definitions.
brout said:"The derivative is lim (f(x+h)- f(x))/h= axlim {(ah-1)/h}. Notice that that is ax time a limit that is independent of x. That is, as long as the derivative exists, it is ax times a constant. The problem is showing that the lim{(ah-1)/h} EXISTS! And then showing that, if a= 2, that limit is ln(2)."
tell me if I'm wrong, but it doesn't seems so hard to determine this limit..
(a^h-1)/h = (exp (h*ln(a) )-1) / h
= ( 1 + h*ln(a) + o(h*ln(a)) - 1 ) / h h->0
= ln(a) + o(ln(a))
so lim (a^h-1)/h = ln(a) ...