I try to understand what magic trick I need to prove that
$$\lim_{x\rightarrow \infty} \left(\frac{a^{1/x}+b^{1/x}}{2}\right)^x = \sqrt{ab}.$$
If I evaluate directly, I get indetermination $1^{\infty}$, but i tried with the usual hint and i can't do that. Any suggestions? Thanks a lot.
Let's give a simple proof based on the Taylor series although a more general and nice answer is given by Daniel Fischer. Recall that $$e^u\sim_0 1+u\quad;\quad\ln(1+u)\sim_0 u$$ so $$\frac{a^{1/x}+b^{1/x}}{2}\sim_{\infty}1+\frac1{2x}(\ln a+\ln b)=1+\frac1x\ln(\sqrt{ab})$$ hence $$\left(\frac{a^{1/x}+b^{1/x}}{2}\right)^x\sim_\infty\exp \left(x\log\left(1+\frac1x\ln(\sqrt{ab})\right)\right)\sim_\infty\sqrt{ab}$$