Factorise of the expression $$ a^4+b^4-c^4-2a^2b^2+4abc^2~ \\(S:(a + b - c) (a + b + c) (a^2+ b^2 + c^2 - 2 a b))$$
I tried to solve this problem: $$ a^4+b^4-c^4-2a^2b^2+4abc^2\rightarrow\\\ (a^2-b^2)^2-c^4+4abc^2\rightarrow\\\ (a^2-b^2-c^2)(a^2-b^2+c^2)+4abc^2\\\ ((a-b)(a+b)-c^2)((a-b)(a+b)+c^2)+4abc^2$$ but I stopped here. Can anyone help me?
.You should actually do: \begin{split} a^4+b^4-c^4-2a^2b^2+4abc^2 & = (a^4+b^4 + 2a^2b^2) - (4a^2b^2 + c^4 - 4abc^2) \\ & = (a^2+b^2)^2 - (c^2-2ab)^2 \\ & = (a^2+b^2-c^2+2ab)(a^2+b^2+c^2-2ab) \\ & = ((a+b)^2 - c^2) (a^2+b^2+c^2-2ab) \\ & = (a+b+c)(a+b-c)(a^2+b^2+c^2-2ab) \end{split}
In the first step, I added and subtracted $4a^2b^2$, and in the second step grouped them into squares. From then, it is just the formula $x^2-y^2 = (x+y)(x-y)$ applied twice.
In your attempt, the $4abc^2$ was just left hanging. That shoul have been dealt with by trying to bring it into the expansion of a square term (which I did).