I want to factor $a^4(b-c)+b^4(c-a)+c^4(a-b)$. I found a similar question on the site, but still don't know how to factor it. from Macavity's answer I realized it has the factor of $(a-b)(a-c)(b-c)$. as mentioned in the answer I should find a quadratic that after multiplying on this factor getting the initial expression. I expanded these expressions:
$$a^4b-a^4c-b^4c-b^4a+c^4a-c^4b=(a^2b-a^2c-b^2a+b^2c+ac^2-bc^2)\times\underbrace{(\quad\quad\quad)}_\text{quadratic expression}$$ I don't know how to find it.
See both polynomials as polynomials in $a$; the numerator is$$(b-c)a^4+(-b^4+c^4)a+b^4c-bc^4\tag1$$and the denominator is$$(b-c)a^2+(-b^2+c^2)a+b^2c-bc^2.\tag2$$Now, apply long polynomial division to $(1)$ and $(2)$, and you will get$$a^2+(b+c)a+b^2+bc+c^2.$$