I'm a Calc 2 student and was curious as to why $\frac{d}{dx}a^x = a^x\ln a$. Using the limit definition you can arrive at $\frac{d}{dx}a^x = \lim \limits_{h \to 0} \frac{a^x(a^h-1)}{h}$ so the part of the limit involving $h$ must be $\ln (a)$. I was thinking it'd be cool to use the definition of $e^x = \sum_{n=1}^\infty \frac{x^n}{n!}$ by setting $y=\sum_{n=1}^\infty \frac{x^n}{n!}$ and solving for $x$ which I'm guessing yields some sort of sum representation for $\ln(x)$.
Given the above I have a couple questions.
- How can I turn a limit expression such as $\lim \limits_{h \to 0} \frac{(a^h-1)}{h}$ into a Riemann sum and vice versa?
- How would someone go about solving for $x$ in $y =\sum_{n=1}^\infty \frac{x^n}{n!}$
I know there are prob way easier ways to figure that out, but I'm curious as to whether this way of solving it works and how it pans out.
Thanks.
Use $a^x=1+\frac{x\ln a }{1!}+\frac{(x\ln a) ^2}{2!}+O(x^3)$ Then $$L=\lim_{h \to 0} \frac{a^h-1}{h}=\lim_{h \to 0} \frac{h \ln a+(h \ln a)^2/2+O(h^3)}{h}=\ln a$$