Question
Question: Prove the following identity: \(\left| {\begin{array}{*{20}{c}} a&b;&c; \\\ {a - b}&{b - c}...
Prove the following identity: \left| {\begin{array}{*{20}{c}} a&b;&c; \\\ {a - b}&{b - c}&{c - a} \\\ {b + c}&{c + a}&{a + b} \end{array}} \right| = {a^3} + {b^3} + {c^3} - 3abc
Solution
To prove the given identity, solve the determinant given in the left-side and then compare it to right-side. Use the definition of determinant to expand the left-side. Use parentheses and square brackets to avoid complications and solve by opening parenthesis step by step. Pair the same terms with opposite signs and equate them to zero.
Complete step-by-step answer:
In the given problem, we have to prove the equality between two expressions. On left-side, we have a determinant of three-cross-three matrix, i.e. matrix with three rows and three columns. And on right-side, we have a cubic expression in terms of a,b and c .
Before starting with the solution, we should understand the concept of determinants and how to evaluate them. In linear algebra, the determinant is a scalar value that can be computed from the elements of a square matrix and encodes certain properties of the linear transformation described by the matrix. The determinant of a matrix A is denoted det(A) , detA , or ∣A∣ . Geometrically, it can be viewed as the volume scaling factor of the linear transformation described by the matrix.
In the case of a 2 × 2 matrix, the determinant may be defined as:
\left| A \right| = \left| {\begin{array}{*{20}{c}}
a&b; \\\
c&d;
\end{array}} \right| = ad - bc
Similarly, for a 3 × 3 matrix A, its determinant is:
\left| A \right| = \left| {\begin{array}{*{20}{c}}
a&b;&c; \\\
d&e;&f; \\\
g&h;&i;
\end{array}} \right| = a\left| {\begin{array}{*{20}{c}}
e&f; \\\
h&i;
\end{array}} \right| - b\left| {\begin{array}{*{20}{c}}
d&f; \\\
g&i;
\end{array}} \right| + c\left| {\begin{array}{*{20}{c}}
d&e; \\\
g&h;
\end{array}} \right| = aei + bfg + cdh - ceg - bdi - afh
And for our case, we have a 3×3 determinant as: \left| {\begin{array}{*{20}{c}}
a&b;&c; \\\
{a - b}&{b - c}&{c - a} \\\
{b + c}&{c + a}&{a + b}
\end{array}} \right|
So this determinant can also be evaluated similarly by using the above definition:
\Rightarrow \left| {\begin{array}{*{20}{c}}
a&b;&c; \\\
{a - b}&{b - c}&{c - a} \\\
{b + c}&{c + a}&{a + b}
\end{array}} \right| = a\left| {\begin{array}{*{20}{c}}
{b - c}&{c - a} \\\
{c + a}&{a + b}
\end{array}} \right| - b\left| {\begin{array}{*{20}{c}}
{a - b}&{c - a} \\\
{b + c}&{a + b}
\end{array}} \right| + c\left| {\begin{array}{*{20}{c}}
{a - b}&{b - c} \\\
{b + c}&{c + a}
\end{array}} \right|
Now, this can be further simplified using the definition of 2×2 matrix:
\Rightarrow a\left| {\begin{array}{*{20}{c}}
{b - c}&{c - a} \\\
{c + a}&{a + b}
\end{array}} \right| - b\left| {\begin{array}{*{20}{c}}
{a - b}&{c - a} \\\
{b + c}&{a + b}
\end{array}} \right| + c\left| {\begin{array}{*{20}{c}}
{a - b}&{b - c} \\\
{b + c}&{c + a}
\end{array}} \right| =
=a[(b−c)(a+b)−(c+a)(c−a)]−b[(a−b)(a+b)−(c−a)(b+c)]+c[(a−b)(c+a)−(b−c)(b+c)]
Now let’s multiply the terms in parenthesis while being careful with the brackets.
=a[(ba+b2−ca−cb)−(c2−a2)]−b[(a2−b2)−(cb+c2−ab−ac)]+c[(ac+a2−bc−ba)−(b2−c2)]
We can now open these parentheses and make quadratic expressions inside square brackets
=a[a2+b2−c2+ba−ca−cb]−b[a2−b2−c2−cb+ab+ac]+c[a2−b2+c2+ac−bc−ba]
On opening the square brackets, we get:
⇒a3+ab2−ac2+ba2−ca2−abc−a2b+b3+c2b+cb2−ab2−abc+a2c−b2c+c3+ac2−bc2−abc
We can now pair up the same terms with opposite signs and equate them to zero
⇒a3+b3+c3−abc−abc−abc+
+(ab2−ab2)+(ac2−ac2)+(a2b−a2b)+(ca2−ca2)+(c2b−bc2)+(cb2−b2c)
Clearly, each of these three pair is equal to zero; therefore we get the value for determinant:
\Rightarrow \left| {\begin{array}{*{20}{c}}
a&b;&c; \\\
{a - b}&{b - c}&{c - a} \\\
{b + c}&{c + a}&{a + b}
\end{array}} \right| = {a^3} + {b^3} + {c^3} - 3abc
This is equal to the RHS of the given equation in the problem.
Hence, we proved that: \left| {\begin{array}{*{20}{c}}
a&b;&c; \\\
{a - b}&{b - c}&{c - a} \\\
{b + c}&{c + a}&{a + b}
\end{array}} \right| = {a^3} + {b^3} + {c^3} - 3abc
Note: The determinant is used for solving linear equations. The determinant can be viewed as a function whose input is a square matrix and whose output is a number.
The use of parentheses and square brackets was the crucial part of the solution. Go step by step and be careful while opening and evaluating brackets. Remember to use (a+b)(c+d)=ac+ad+bc+bd and identity (a−b)(a+b)=a2−b2 while simplifying the value of the determinant.