given a function $f(x)$ positive and continuous at $x=a$, with $f(a)\ne0$, compute:
$$\lim_{n\to+\infty}\left[\frac{f\left(a+\frac{1}{n}\right)}{f(a)}\right]^n$$
a friend asked me that, though I could not answer in time, after a while I got a probable answer which I believe is correct.
the answer is correct?
Correct and there's more simple. By the Taylor series
$$f\left(a+\frac1n\right)\sim_\infty f(a)+\frac{f'(a)}{n}\iff\frac{f\left(a+\frac1n\right)}{f(a)}\sim_\infty1+ \frac{f'(a)}{f(a)}\frac1n$$ so $$\ln\left(\frac{f\left(a+\frac1n\right)}{f(a)}\right)\sim_\infty \frac{f'(a)}{f(a)}\frac1n\iff \left(\frac{f\left(a+\frac1n\right)}{f(a)}\right)^n\sim_\infty e^{\frac{f'(a)}{f(a)}}$$