How do I understand fractional exponents like 1/2, 3/2, 1/5, etc?
Like $y$ raised to a power 2 is $y.y$ and when the power is increased or decreased by one, it means we multiply the number by another $y$ or divide it by $y$ respectively.
But how do I think about fractional exponential powers by this same logic?
Thank you.
Notice that, for example, if $x^{\frac{1}{2}}=a$, then by squaring both sides we get $x=(x^{\frac{1}{2}})^2=a^2$.
In other words $\sqrt{x}=a$.
Following the same logic you can get that for every $n \in \mathbb{N}$, $x^{\frac{1}{n}} = \sqrt[n]{x}$
After you accepted that, by exponentiation rules, you know that for every $p,q \in \mathbb{N}$: $$ x^{\frac{p}{q}} = x^{p \cdot \frac{1}{q}} = (x^p)^{\frac{1}{q}} = \sqrt[q]{x^p} $$
So in general, raising to a rational number $\frac{p}{q}$ means to take the $p$-th power and the $q$-th root.
And, of course, it also generalize to negative rational numbers.