I have the determinant :
\begin{vmatrix} 1 &1 &1 \\ a &b &c \\ a^3 &b^3 &c^3 \\ \end{vmatrix}
How do I prove that this determinant is equal to
$$ (a-b)(b-c)(c-a)(a+b+c) $$
I have the determinant :
\begin{vmatrix} 1 &1 &1 \\ a &b &c \\ a^3 &b^3 &c^3 \\ \end{vmatrix}
How do I prove that this determinant is equal to
$$ (a-b)(b-c)(c-a)(a+b+c) $$
HINT
In questions like these, our main goal is to create 2 zeros in a row or column, if possible, along which we can expand the determinant.
Expand this
$$\begin{vmatrix} 1 &1 &1 \\ a &b &c \\ a^3 &b^3 &c^3 \\ \end{vmatrix}$$
to an expanded polynomial expression. Now expand this $$ (a-b)(b-c)(c-a)(a+b+c) $$ to an expanded polynomial expression.
Now check that they're both equal.
HINT:
Use $$C_1'=C_1-C_3$$ and $$C_2'=C_2-C_3$$
where $C_r$ is the $r$th column, $C_r'$ is the resultant $r$th column
I'll start from where you ended in the comments:
$$bc^3-cb^3-(ac^3-ca^3)+ab^3-ba^3$$ $$bc^3-cb^3-ac^3+ca^3+ab^3-ba^3$$
Now, we need to factor this polynomial. We can do this by trying to group certain terms together and find patterns.
Thus, we can factor out a $b-c$ from all of the terms, giving us:
$$(b-c)(-a^3+a(b^2+cb+c^2)-cb(b-c))=(b-c)(ab^2+abc+ac^2-cb^2-c^2b-a^3)$$
Now, let's try to do what we did before, except now with $b$ instead of $a$.
Thus, we can factor out a $c-a$, giving us:
$$(b-c)(c-a)(-b^2-bc+a(c+a))=(b-c)(c-a)(ac+a^2-b^2-bc)$$
Now, we can do the same thing we did before, but with $c$:
Thus, we can factor out an $a-b$, giving us:
$$(a-b)(b-c)(c-a)(c+a+b)=(a-b)(b-c)(c-a)(a+b+c)$$
Hint: $a^3 -b^3$ $=$ $(a-b)(a^2 + +ab + b^2)$
Subtract column $1$ from column $2$ and then column $2$ from column $3$.