I have the following problem:
Consider the curve $f(x) = \log_k(x)$. Show that the slope of $f(x)$ at $(1,0)$ is given by $\lim_{h \to 0} \frac{\log_k(1+h)}{h}$ and, using properties of logarithms and the substitution $n=\frac{1}{h}$, show that this limit is $\log_ke$.
I just don't quite understand. I don't see a place to apply logarithm properties in a meaningful way. You can do $\log_k(1+h) = \frac{\log(1+h)}{\log(k)}$, but I don't see what that achieves. I also have no idea where you could apply the mentioned substitution.
Any ideas? Thanks.
From the definition of the derivative, we have that
$$f'(x) = \lim_{h \to 0} \frac{\log_k (x+h) - \log_k(x)}{h}$$
Then $f'(1) = \lim_{h \to 0} \frac{\log_k (1+h) - \log_k(1)}{h}$, and since $\log_k 1 = 0$ for any base $k$, we have that $f'(1) = \lim_{h \to 0} \frac{\log_k (1+h)}{h}$.
Now, let $y = \lim_{h \to 0} \frac{\log_k (1+h)}{h}$. Then $e^y = \lim_{h \to 0}e^{\frac{\log_k (1+h)}{h}} = \lim_{h \to 0}e^{{\log_k (1+h)}^{\frac1h}}$. Put $n = \frac 1h$. Then as $h \to 0$, $n \to \pm \infty$. Our new limit is $\lim_{n \to \infty} e^{\log_k (1\pm\frac 1n)^\pm n} = e^{\log_k e}$.
Now we have $e^y = e^{\log_k e}$, so that $y = \log_k e$ as desired.