Question: I have been given a polynomial by my teacher. I have to tell him all real and complex factors of the following polynomial.
$(l+m+n)^5-l^5-m^5-n^5$ for reals$(l,m,n)$
What I can observe: It is symmetric and homogeneous.
My approach: I know $4$ of the factors namely $5,(l+m),(m+n),(n+l)$ by using multinomial theorem and using the odd powers.
Problem: I am unable to find $2$ of the factors. I see only one way to do it and it is to expand the polynomial but I dont want to do it because it will be very long.
Is there any shorter method?
final detail, the quadratic factor $$ l^2 + m^2 + n^2 + mn + nl + lm $$ is irreducible over the reals and complexes. If you write out, using variables $x,y,z$ and complex coefficients $a,b,c,d,e,f$ the form $$ (ax+by+cz)(dx+ey+fz) $$ then carefully construct the Hessian matrix $H$ of second partial derivatives with respect to $x,y,z$ in order, the determinant come out to be zero. For that matter, ignoring the determinant, all we need to do is set the triple $(x,y,z)$ to the traditional cross product $(a,b,c) \times (d,e,f)$ to get a vector that is sent to the origin by the Hessian matrix, considered as a linear transformation. That is $H$ is singular. Oh, if $(a,b,c)$ and $(d,e,f)$ are actually parallel, then the rank of $H$ reduces to one.
Your Hessian comes out as $$ \left( \begin{array}{ccc} 2 & 1 & 1 \\ 1 & 2 & 1 \\ 1 & 1 & 2 \end{array} \right) $$
In comparison, the Hessian of $$ x^2 + y^2 + z^2 - yz - zx - xy $$ comes out $$ \left( \begin{array}{ccc} 2 & -1 & -1 \\ -1 & 2 & -1 \\ -1 & -1 & 2 \end{array} \right) $$ so this time the form can be factored; first step is $$ \frac{1}{4} (2x-y-z)^2 + \frac{3}{4} (y-z)^2 \; \; . $$ The actual factoring becomes $$ \left( \frac{1}{2} (2x-y-z) + \frac{i \sqrt 3}{2} (y-z) \right) \left( \frac{1}{2} (2x-y-z) - \frac{i \sqrt 3}{2} (y-z) \right) $$ which can be written without fractions if we introduce the cube root of $1$ given by $\omega = \frac{-1 + i \sqrt 3}{2}$ It becomes $$ (x + y \omega + z \omega^2)(x + y \omega^2 + z \omega ) = x^2 + y^2 + z^2 - yz - zx - xy $$