I have the following equation, the problem is that there comes a time when I only have the x ^ 4 left and I don't know what to do next.
x^4-1 = 0
x^4 = 1
...
Does anyone know how the equation is still solved?
I had never done anything similar with exponents.
So you have to solve $x^4 = 1$. Substitute $u = x^2$ to get $u^2 = 1$. So $u = \pm 1$.
Thus, you now have to solve $x^2 = 1$ and $x^2 = -1$. Can you take it from here?