Being bored, I recently started trying to prove the exponential derivative formula by difference quotient:
$\dfrac{d}{dx}n^x=\lim\limits_{\Delta x \to 0}\dfrac{n^{x+\Delta x}-n^x}{\Delta x} = n^x\log n$
Simple algebraic manipulation (exponent rule and factoring) brought me from the difference quotient to:
$\lim\limits_{\Delta x \to 0}n^x\dfrac{n^{\Delta x}-1}{\Delta x}$
Limit of a product:
$\Bigg(\lim\limits_{\Delta x \to 0}n^x\Bigg)\Bigg(\lim\limits_{\Delta x \to 0}\dfrac{n^{\Delta x}-1}{\Delta x}\Bigg)$
And finally limit of a constant.
$n^x\Bigg(\lim\limits_{\Delta x \to 0}\dfrac{n^{\Delta x}-1}{\Delta x}\Bigg)$
This limit is where I got stuck, however. Clearly it equals $\log n$ by the well-known formula, but how can the limit be evaluated? Apologies if this is somewhat basic.
:). – gniourf_gniourf Apr 16 '14 at 20:07