Question
Question: $$\begin{vmatrix} x & x^2 & 1+px^3 \\ y & y^2 & 1+py^3 \\ z & z^2 & 1+pz^3 \end{vmatrix} = (1+pxyz)(...
xyzx2y2z21+px31+py31+pz3=(1+pxyz)(x−y)(y−z)(z−x), where p is any scalar

The equality holds true.
Solution
The given determinant is: D=xyzx2y2z21+px31+py31+pz3
We can use the property of determinants that if elements of a column (or row) are expressed as a sum of two terms, the determinant can be expressed as the sum of two determinants. D=xyzx2y2z2111+xyzx2y2z2px3py3pz3
Let's evaluate the first determinant, D1: D1=xyzx2y2z2111 Apply row operations R2→R2−R1 and R3→R3−R1: D1=xy−xz−xx2y2−x2z2−x2100 Expand along the third column: D1=1⋅y−xz−xy2−x2z2−x2 Factor the terms in the second column: y2−x2=(y−x)(y+x) and z2−x2=(z−x)(z+x). D1=y−xz−x(y−x)(y+x)(z−x)(z+x) Take out common factors (y−x) from the first row and (z−x) from the second row: D1=(y−x)(z−x)11y+xz+x Evaluate the 2×2 determinant: D1=(y−x)(z−x)[1⋅(z+x)−1⋅(y+x)] D1=(y−x)(z−x)[z+x−y−x] D1=(y−x)(z−x)(z−y) To match the form (x−y)(y−z)(z−x), we rewrite the terms: (y−x)=−(x−y) (z−y)=−(y−z) So, D1=(−(x−y))(z−x)(−(y−z))=(x−y)(y−z)(z−x).
Now, let's evaluate the second determinant, D2: D2=xyzx2y2z2px3py3pz3 Take out common factor p from the third column: D2=pxyzx2y2z2x3y3z3 Take out common factors x from the first row, y from the second row, and z from the third row: D2=pxyz111xyzx2y2z2 The remaining determinant is a Vandermonde determinant, which evaluates to (y−x)(z−x)(z−y). D2=pxyz(y−x)(z−x)(z−y) Using the same sign adjustments as for D1: D2=pxyz(−(x−y))(z−x)(−(y−z))=pxyz(x−y)(y−z)(z−x)
Finally, sum D1 and D2: D=D1+D2 D=(x−y)(y−z)(z−x)+pxyz(x−y)(y−z)(z−x) Factor out the common term (x−y)(y−z)(z−x): D=(1+pxyz)(x−y)(y−z)(z−x) This matches the given right-hand side of the equation.
The equality holds true.