I'm a Grade 12 student. The other day I was messing around with functions on my calculator and I came across $x^{2/3}$. When I evaluated a negative integer as x (using the memory function on my calculator) I was received with a domain error.
I asked my teacher about it and she said it was a fault in the calculator. I took this a bit further and put $(-64)^{2/3}$ into Wolfram Alpha/Google was some weird number like:
-8 +13.8564... i
Can someone explain to me why this does not evaluate to just 8? Using exponent laws that I learned this is equivalent to $\sqrt[3]{-64}^2=(-4)^2=16$.
(By the way I haven't learned about imaginary numbers yet)


From school you surely know, that the equation $x^1 = 1$ has one $x^2 = 1$ has two solution. However, what about the equation $x^n = 1$?
From school you know that this equation $x^n = 1$ would only have one or two solutions, depending on whether $n$ is even or odd. But wouldn't it be more interesting to have numbers that would give exactly n solutions? Well yes, there are such numbers, called complex numbers. In fact the number $-8 +13.8564...i$ you got is such a number, consisting of two parts: $-8$ is called the real part, $+13.8564...$i the imaginary part, one of the three solutions to the equation $${(x^\frac{1}{3}})^2 = x^\frac{2}{3} = {(x^2)}^{\frac{1}{3}} =-64$$
If you take above number, put it to the power of $3$, you will get again $-64$. (On a side note: Maybe the number can not be represented exactly, so it is possible you get again a complex number, however that number is sure to have a real part very close to $-64$ and an imaginary part extremely close to $0$.)
I recommend you play a bit around in wolfram alpha with the equation $x^n = 1$, just pluck in some numbers for $n$. What can you say about the roots of this equation? Where do they lie in the complex plane? (Imagine the plane to be just your normal, usual coordinate system from school. Instead of the $x-y$ however you now just label the axis $x$ and $i$..)
If you connect two neighbored roots, what is their distance from each other, what about the angle between three of such roots? I am pretty sure you will find some interesting results. (A glimpse of a lot more to come...)