Factorize and prove that
$$ \Delta=\begin{vmatrix} yz-x^2&zx-y^2&xy-z^2\\ zx-y^2&xy-z^2&yz-x^2\\ xy-z^2&yz-x^2&zx-y^2 \end{vmatrix}\\=\frac{1}{4}(x+y+z)^2\Big[(x-y)^2+(y-z)^2+(z-x)^2\Big]^2 $$ using factor theorem.
My Attempt:
$\Delta$ is a homogeneous symmetric polynomial of degree $6$.
When $(x-y)^2+(y-z)^2+(z-x)^2=0$, i.e. $x=y=z$ $$ \Delta=\begin{vmatrix} 0&0&0\\ 0&0&0\\ 0&0&0\\ \end{vmatrix}=0 $$ Thus, $(x-y)^2+(y-z)^2+(z-x)^2$ is a factor.
How do I extract the other $(x-y)^2+(y-z)^2+(z-x)^2$ from $\Delta$ $\color{red}{?}$
Does this have anything to do with all rows (or columns) being zero when $(x-y)^2+(y-z)^2+(z-x)^2=0$ $\color{red}{?}$
If I can extract that then i think I know how to proceed. The remaining factor must be a homogeneous quadratic symmetric polynomial, i.e. $p(x,y,z)=a(x^2+y^2+z^2)+b(xy+yz+zx)$ $$ \Delta(x,y,z)=\Big[(x-y)^2+(y-z)^2+(z-x)^2\Big]^2.a(x^2+y^2+z^2)+b(xy+yz+zx) $$ $$ \Delta(1,0,0)=\begin{vmatrix} -1&0&0\\ 0&0&-1\\ 0&-1&0\\ \end{vmatrix}=1=4.a\implies a=\frac{1}{4} $$ $$ \Delta(1,1,0)=\begin{vmatrix} -1&-1&1\\ -1&1&-1\\ 1&-1&-1\\ \end{vmatrix}=\begin{vmatrix} 0&0&1\\ -2&0&-1\\ 0&-2&-1\\ \end{vmatrix}\\ =\begin{vmatrix} -2&0\\ 0&-2\\ \end{vmatrix}=4=4.(2a+b)=4(1/2+b)=2+4b\\ \implies b=\frac{1}{2} $$ $$ \Delta(x,y,z)=\Big[(x-y)^2+(y-z)^2+(z-x)^2\Big]^2.\frac{1}{4}(x^2+y^2+z^2)+\frac{1}{2}(xy+yz+zx)\\ =\frac{1}{4}\Big[(x-y)^2+(y-z)^2+(z-x)^2\Big]^2.(x^2+y^2+z^2+2xy+2yz+2zx)\\ =\frac{1}{4}\Big[(x-y)^2+(y-z)^2+(z-x)^2\Big]^2(x+y+z)^2 $$ Note:
I am trying to factorize the determinant using factor theorem given the fact that the determinant is a homogeneous symmetric polynomial of degree 6.
Hint: Note that your matrix has the form
$$\pmatrix{a&b&c\cr b&c&a\cr c&a&b\cr }$$
Which has the determinant
$$3abc-c^3-b^3-a^3$$
which can again be factored into
$$-\left(a+b+c\right)\,\left(a^2+b^2+c^2-ab-bc-ac\right)$$