I am confusing myself, I think, with the use of the radical (nth root) symbol.
I'm clear on the meaning of $\sqrt{n}$ or ${\sqrt[3]{n}}$ or ${\sqrt[1000]{n}}$ etc.
But what about when we have a general $\sqrt[x]{n}$? For what values of x does this make sense?
According to the internet it's implied that x is a positive integer, and in a problem I'm working on I am finding myself writing:
"Choose $ \delta \le \min \{ \delta_1 , \sqrt[\alpha]{\epsilon\over K} \}.$ We know that $\sqrt[\alpha]{\epsilon\over K}$ exists since $\alpha > 0$"
Does that make sense when the only thing we know about alpha is that it is greater than 0 (it could be any positive real number, presumably)?
I'm aware that using fractional powers clear up ambiguity, but they also permit alpha to be negative, which doesn't work with my proof since I'm trying to show a choice of delta that depends on having a positive alpha.
This is actually a more subtle thing than many realize. First of all, assuming we begin with a nonnegative base $b\ge 0$, then exponentiation and taking $n$-th roots are really the same thing. That is,
$$b^n=b^{\frac{1}{1/n}}=\sqrt[1/n]b\quad\text{and}\quad \sqrt[n]b=b^{1/n}.$$
The question is how we define $b^n$ for an arbitrary real number $n$. First we convince ourselves of the basic properties / desired properties: for $b\ge 0$, we should have $$b^{x+y}=b^xb^y,\quad b^x=\dfrac{1}{b^{-x}},\quad (b^x)^y=b^{xy},\quad \text{and}\quad b^{1/x}=\sqrt[x]b.$$
Here is a summary of this process.
This is basically the entire story. There are some details to fill in (such as uniqueness of $b^r$ in the last step), but you get the point.
Intuitively, real exponents are defined to be exactly what they must be in order to make $b^x$ a continuous function.
For example to obtain $2^\pi$, take the sequence $3,3.1,3.14, 3.141,\ldots$. We can successively approximate $2^\pi$ with the sequence
$$2^3,\ 2^{3.1},\ 2^{3.14},\ \ldots.$$
This gives approximately
$$8,\ 8.57,\ 8.81524,\ 8.82135$$
and in the end we have a limit
$$2^\pi=8.8249778270762876239\ldots.$$
You can't write this number much better than as "$2^\pi$," but that's ok because we know the number exists, and we can approximate the decimal expansion with arbitrary accuracy.
Edit: I'm not sure if I interpreted your question correctly. Once you have exponentiation by any real number, expressions like $\sqrt[r]x$ are defined to mean $x^{1/r}$.