A user named 'Uzdawi' from another post asked a question about how to solve the quartic function of
One of the responses included an answer from the user 'Peđa Terzić', which is as follows:
Could anyone kindly elaborate on the method used to get to the answer please.
And how the same method could be used to solve the following function:
If not the same method used by Peđa Terzić, how else could you approach to solving a quartic function?
Thank you for your time.
What he did there from the first equation to the second was a very convenient rearrangement of the expression, in such a way that the quartic polynomial became factorable. For example, note that he wrote $21x^2$ as $25x^2$ followed by adding a $-4x^2$.
The real "magic" happened from $$ x^4-10x^3+21x^2+40x-100=0. \tag{1} $$ to $$ x^4-10x^3+25x^2-(4x^2-40x+100)=0. \tag{2} $$ The rest of the solution consists of high school algebraic manipulations.After written in terms of factors, it's easy to get the roots.
There is no algorithmic method for doing what he did from (1) to (2). It takes mathematical maturity and some ingenuity. Another way to solve a quartic equation is numerically, because not all quartic equation will factor out nicely like that.