Is there a way to evaluate the following limit without resorting to power series expansion?
$$\displaystyle\lim_{x\rightarrow +\infty} \left(\sqrt[n]{n + x} - \sqrt[n]{x}\right), \quad\text{ $n$ is a positive integer greater than 1.}$$
I've attempted approaching the problem using Squeeze Theorem like this one but to no avail.
EDIT: Preferably, the solution should only involve inequalities with appealing to asymptotics or approximation.
By Bernoulli's inequality
$$\sqrt[n]{n + x} =\sqrt[n]{ x}\left(1+\frac n x\right)^{\frac 1n} \le \sqrt[n]{ x}\left(1+\frac 1n\frac n x\right)=\sqrt[n]{ x}\left(1+\frac 1 x\right)$$
then
$$0\le \sqrt[n]{n + x} - \sqrt[n]{x}\le \frac 1 {x^{1-\frac1n}} $$