To show: $ \lim_{n \rightarrow \infty} 2n ( a^{\frac{1}{2n}} -1)=log(a) $ for a>0.
By definiton: $$ e^{x}=\lim_{m \rightarrow \infty}(1+ \frac{x}{xm} )^{xm} =: a $$ Now take the log of both sides: $$ x= log(\lim_{m \rightarrow \infty}(1+ \frac{x}{xm} )^{xm})=log(a) $$ Substitute xm with 2n, swap lim and log?: $$ x= \lim_{n \rightarrow \infty}log((1+ \frac{x}{2n} )^{2n})=log(a) $$ Using the log rules leads us to this: $$ x= \lim_{n \rightarrow \infty}2n (log(2n+x)-log(2n))=log(a) $$ Well, now it does look pretty similar but still not same as it has to be shown. Any advices? Thanks!