I have a simple equation above 2nd degree that I solved, with that I mean that my solution matches the one on the book, but I wonder if my method is correct.
$2x^5-32x=0 $
I factor out 2x
$2x(x^4-16)=0 $
Now by the zero-product property I say $2x=0$ (basically it would be $0/2$ which is $0$. Therefore $0$ is one of the solutions.
Then I have $x^4-16=0 $. What I did was:
$x^4-16=0 \rightarrow x^4=+16 \rightarrow \sqrt{x^4=+16} \rightarrow x^2=+4 \rightarrow \sqrt{x^2=+4} \rightarrow x=+-2 $
$+2$ and $-2$ are solutions of the equation.
Is this fine?
Here is an approach
$$2x(x^4-16)=0$$ $$\iff x(x^2+4)(x^2-4)=0$$ $$\iff x(x^2+4)(x+2)(x-2)=0$$
$$\iff x\in\{0,-2,2\}$$
since for all real $x$, $x^2+2\ne 0$.