A limit identity that blows my mind is the following:
$\lim\limits_{n\rightarrow \infty}x^{1/n} = 1$
for $( x > 0) $
Rather than just accepting this limit as a fact, I am wondering whether there is a nice way to prove it (preferably visually).
A huge chunk of my confusion comes from the fact that raising a number to a non whole power ex: $3^{0.35}$ can only be computed through computers.
In a similar manner square rooting a number that is not a perfect square, perfect cube, etc... can only be done through computers! Example: Let x = 3 and N = 5 thus, $3^{1/5}$.
Assuming that I cannot fully visualize this, how can I go on to say something like $0.35^{1/250} \approx 1$
Edit: Thanks to everyone who helped solve this. With the exception of the guy who claimed "anything raised to zero = one" , I loved all the proofs and comments.
Suppose that the limit of the function is some value $y$. Then, $\lim_{n\rightarrow\infty} x^{1/n} = y$. Take the natural log of both sides. Since the natural log is continuous for positive values, you can pass it through the limit and get $$ \lim_{n\rightarrow\infty} \ln{x^{1/n}} = \lim_{n\rightarrow\infty} \frac{\ln{x}}{n} = \ln y.$$
Then, as $n \rightarrow \infty$ you get that $$0 = \ln y.$$ Then, $$e^0 = e^{\ln y} \rightarrow 1 = y.$$
Therefore, $\lim_{n\rightarrow\infty} \ln x^{1/n} = 1$.