Let $n$ be a positive integer. What is the positive value of $x$ such that $x^{\frac{n+1}{n}}=x+1$?
This equation has a unique solution because the function $x^{\frac{n+1}{n}}-x$ is increasing. However, I'm not sure if we can get a closed form for $x$. If not, how fast does $x_n$, the solution for $n$, grow asymptotically in terms of $n$?
We may assume $n\geq 2$.
Of course $x^{\frac{n+1}{n}}=x+1$ has a unique positive solution, since $x^{\frac{n+1}{n}}$ is increasing and convex.
Let $x=z^n$. The problem boils down to solving $$ z^{n+1} = z^n+1 $$ and we may notice that $z^{n+1}-z^n-1$ is negative at $z=1$ and positive at $z=1+\frac{\log n}{n}$.
By applying Newton's method with starting point $z_0=1+\frac{\log n}{n}$ we may derive accurate approximations for the positive real root of $z^{n+1}+z^n-1$ and the asymptotic behaviour for the positive real root of $x^{\frac{n+1}{n}}=x+1$, which has to be close to $\frac{n}{\log n}$.