I am looking for a closed form answer to the limit ($x<1$): $$\lim_{n\to\infty}\frac1{2^n}\left(1 + x^{1/n}\right)^n$$
For context, I was studying weighted averages and considered $$\left(\frac12(x^{1/n} + y^{1/n})\right)^{n}$$ to be a good way to weight averages in favour of the lower number (similar to root mean squared, but kinda reversed). I think was studying what happens for different values of $n$. For $x=3$, $y=5$, I found that this limit seems to converge to $3.78962712197\dots$ but I do not recognise where this number comes from. Rearranging the above average formula gives $$\frac{y}{2^n}\left(1+\left(\frac xy\right)^{1/n}\right)^n$$and this is what inspired the question. I see it looks similar to some kind of exponential, but it isn't quite there. I also tried exponentiating and logging the whole expression to bring down the $n$, but I didn't know how to deal with the power inside the brackets then. My main issue is that since $1/n$ goes to $0$, the thing thats raised to this power goes to $1$ (and so is not small) so series expansions can't be used.
Thanks!
We have for $x>0$ that $$ \frac{1}{{2^n }}\left( {1 + x^{1/n} } \right)^n = \left( {1 + \frac{{x^{1/n} - 1}}{2}} \right)^n = \left( {1 + \frac{{1 + \frac{1}{n}\log x + O\left( {\frac{{\log ^2 x}}{{n^2 }}} \right) - 1}}{2}} \right)^n = \left( {1 + \frac{{\log \sqrt x }}{n} + O\left( {\frac{{\log ^2 x}}{{n^2 }}} \right)} \right)^n \to e^{\log \sqrt x } = \sqrt x . $$