Express $$-a^3 b + a^3 c+ab^3-a c^3-b^3c+bc^3$$ as a product of linear factors.
I have tried rewriting the expression as: $$ab^3-a^3b + a^3c-ac^3 +bc^3-b^3c$$ $$= ab(b^2-a^2)+ac(a^2-c^2)+bc(c^2-b^2)$$ $$= ab(b-a)(b+a) + ac(a-c)(a+c)+bc(c-b)(c+b)$$
Which is at least a product of linear factors.
However I am now stuck as to how to proceed.
Also I would prefer the $(b^2-a^2)$ and the $(c^2-b^2)$ factors of my second line of working to be in the form $(a^2-b^2)$ and $(b^2-c^2)$, for 'neatness' , if possible
This is maybe not the most elegant answer, but I think it's relatively efficient. By trial and error we find that $a=b$, $a=c$ and $b=c$ make the expression vanish. Hence we write it as $$\begin{align} (a-b)(a-c)(b-c)f&=(a^2b-a^2c-ab^2+ac^2+b^2c-bc^2)f\\ &=-a^3 b + a^3 c+ab^3-a c^3-b^3c+bc^3 \end{align}$$ Now you could either divide one side by the other, or stare at it for a bit and note that $f=(a+b+c)$ makes it work.
This tactic only works when the things you're doing is a homework exercise, since you can be pretty sure that the resulting factorisation will be nice and easy, so trying all 'easy relations' will get you quite far generally.
Note that since all coefficients are $1$, and you expect the factorisation to be easy, it wouldn't even be that far fetched to also just try $a=-b-c$ and see what comes out. This would have given you the solution without any calculations