I have troubles understanding this limit: $$\lim_{x\to0} \frac{a^x -1}{x}=ln( a)$$
I have the following proof: $$\frac{a^x -1}{x}=\frac{e^{xlna}-1}{x}=\frac{e^{xlna}-1}{x ln(a)}ln(a) \xrightarrow{x\to0} ln(a)$$
Is there a way to understand this without the use of the series of the exponential function and without L'Hôpital? I can see by plotting the function how the function behaves, but is there an analytical way to understand this? Do I miss a trick or something?
Why is this term:$$\frac{e^{xlna}-1}{x ln(a)}$$ going to $1$ instead of $0$?
A similar example would be this: Let $f(x)=e^x$. The derivation of $x_0$ is given through: $$f'(x_0)=\lim_{h\to0}\frac{e^{x_0+h}-e^{x_0}}{h}=e^{x_0}\lim_{h\to0}\frac{e^{h}-1}{h}=e^{x_0}$$
Thank you