[Math] proof of derivative of an exponential function

calculuslimits

I was told to assume that

$$\ln b=\lim_{h\to 0} \frac{\left(b^h-1\right)}{h}$$

where b is a positive, real, base.

Unfortunately, being told to assume something isn't good enough.

When using L'Hopital's with a base of $e$, it can be shown that the limit approaches $e^0$, which of course equals 1, or, $\ln e$. However, I was hung up on proving that for any base, the limit will approach the natural log of the base, without using the direct proof that

$$\frac{d}{dx}b^x=b^x(\ln b)$$

which is what's trying to be proved in the first place.

Is L'Hopital's even the right route to go?

Thanks in advance.

Best Answer

Note that we have $$\frac{b^h-1}{h}=\frac{e^{h\log(b)}-1}{h} \tag 1$$

Now, in THIS ANSWER, I showed using only the limit definition of the exponential function and Bernoulli's Inequality that the exponential function satisfies the inequality

$$e^x\ge 1+x \tag 2$$

From $(2)$ (along with the property $e^xe^{-x}=1$) it is easy to see that for $x<1$

$$e^x\le \frac{1}{1-x} \tag 3$$

Using $(2)$ and $(3)$, we can bound $(1)$ as

$$\log(b) \le \frac{e^{h\log(b)}-1}{h}\le \frac{\log(b)}{1-h\log(b)}$$

whereupon application of the squeeze theorem yields the coveted limit

$$\lim_{h\to 0}\frac{b^h-1}{h}=\log(b)$$

And we are done!

Related Question