I'm a high school student trying to get critical intuition when learning algebraic equation solving.
For $x$ any complex number and $c$ constant, simple polynomial such as $x^n -c=0$ are easily solvable for $x$. Then if we know how to solve polynomial $g(x)=k$ for any constant $k$ we can now solve more complex polynomial $[g(x)]^n -c=0$. Hence we say Quadratic polynomial is solved when we deform it into $a(x-p)^2 -q=0$ since linear polynomial is solvable.
The reason for doing this when solving polynomials is because our intuition can only do linear calculations and fails to do calulations of "higher complexity" directly.
(I cant find sufficient word to describe this)
e.g.
$ab=1$ implies $a=b^{-1}$ and
$a+b=0$ implies $a=-b$
but $a^2 + b^2 +ab=0$ is whole new stuff.
Further from polynomials, I think algebra is all about deforming equations into reasonably simpler form and deciding if such progress is doable.
Am I making things right?