Let $f_n:(0,\infty) \rightarrow \mathbb{R}$ be defined by $f(x) = n(x^{1/n}-1)$. Show that $f_n$ converges pointwise to $f(x) = \ln x$.
I'm not getting anywhere here. I can't seem to find a way to rewrite $d(f_n(x), f(x)) = |n(x^{1/n}-1)-\ln x| < \epsilon$, such that for any given $\epsilon$, the inequality makes sense whenever $n\geq N$.
What's really throwing me off is that I have no feeling for what the function $f_n(x) = n(x^{1/n}-1)$ is and how I can relate it to $\ln x$, in a sensible way. Arrriving at
$|n \ln \frac{e^{x^{\frac{1}{n}}-1}}{x^{\frac{1}{n}}}| < \epsilon$,
and then examining the limit is the best approach I can think of. If the RHS vanishes as $n\rightarrow \infty$, then certainly there exists a large enough $N$ so that the inequality makes sense. But I don't really get anywhere doing so. Maybe I'm going about this wrong. Any help on the way is very welcome!