I need to find the value of the following determinant.
$$\det\begin{pmatrix}x^2&(x+1)^2&(x+2)^2\\ \:y^2&(y+1)^2&(y+2)^2\\ \:z^2&(z+1)^2&(z+2)^2\end{pmatrix}$$
By long calculations (by minors and properties), I found that the value is
$$4x^2y-4x^2z-4xy^2+4xz^2-4yz^2+4y^2z=4(x-y)(x-z)(y-z)$$
I'm wondering if there is an easier way to calculate this. Any help is welcome.