How can I factor $8xy^3+8x^2-8x^3y-8y^2$ or the different form $2x(4y^3+4x)-2y(4x^3+4y)$
Is there any general methods that work?
A possible solution should be $8(x^2-y^2)(1-xy)$ But please do not start from here as in the general case I will not know the answer...
Thanks! Alexander
For polynomials with four terms, try grouping them:
$$8(\underbrace{xy^3-x^3y}+\underbrace{x^2-y^2})=8[-xy(x^2-y^2)+x^2-y^2]=8(1-xy)(x^2-y^2)=\boxed{8(1-xy)(x-y)(x+y)}$$
I factored out a $-xy$ from the first group to make the quotient look like the second group. This allowed me to then factor out $x^2-y^2$ from both terms in the square brackets.