Problem 60
Question
PROVING IDENTITIES BY DETERMINANTS. $$ \left|\begin{array}{ccc} (x-2)^{2} & (x-1)^{2} & x^{2} \\ (x-1)^{2} & x^{2} & (x+1)^{2} \\ x^{2} & (x+1)^{2} & (x+2)^{2} \end{array}\right|=-8 $$
Step-by-Step Solution
Verified Answer
In summary, we computed the given determinant by expanding it using the cofactor expansion method, calculating the 2x2 determinants, substituting these determinants back in, and simplifying the expression. As a result, we proved that the determinant is equal to -8.
1Step 1: Write down the determinant
Given, the determinant is
\[
\left|\begin{array}{ccc}
(x-2)^{2} & (x-1)^{2} & x^{2} \\\
(x-1)^{2} & x^{2} & (x+1)^{2} \\\
x^{2} & (x+1)^{2} & (x+2)^{2}
\end{array}\right|
\]
2Step 2: Expanding the determinant
Using cofactor expansion along the first row, we have
\[
\begin{aligned}
\left|\begin{array}{ccc}
(x-2)^{2} & (x-1)^{2} & x^{2} \\\
(x-1)^{2} & x^{2} & (x+1)^{2} \\\
x^{2} & (x+1)^{2} & (x+2)^{2}
\end{array}\right| = & (x-2)^2 \left|\begin{array}{cc} x^2 & (x+1)^2 \\\ x^2 & (x+2)^2 \end{array}\right| \\
& - (x-1)^2 \left|\begin{array}{cc} (x-1)^2 & (x+1)^2 \\\ x^2 & (x+2)^2 \end{array}\right| \\
& + x^2 \left|\begin{array}{cc} (x-1)^2 & x^2 \\\ x^2 & (x+1)^2 \end{array}\right|
\end{aligned}
\]
3Step 3: Calculate the 2x2 determinants
Calculating the 2x2 determinants, we get
\[
\begin{aligned}
\left|\begin{array}{cc} x^2 & (x+1)^2 \\\ x^2 & (x+2)^2 \end{array}\right| &= (x^2)(x+2)^2 - (x^2)(x+1)^2 \\
&= x^2[(x+2)^2 - (x+1)^2]
\end{aligned}
\]
\[
\begin{aligned}
\left|\begin{array}{cc} (x-1)^2 & (x+1)^2 \\\ x^2 & (x+2)^2 \end{array}\right| &= (x-1)^2(x+2)^2 - x^2(x+1)^2 \\
&= [(x-1)^2(x+2)^2 - x^2(x+1)^2]
\end{aligned}
\]
\[
\begin{aligned}
\left|\begin{array}{cc} (x-1)^2 & x^2 \\\ x^2 & (x+1)^2 \end{array}\right| &= (x-1)^2(x+1)^2 - x^4 \\
&= [(x-1)^2(x+1)^2 - x^4]
\end{aligned}
\]
4Step 4: Substitute 2x2 determinants in the expanded determinant
Now substitute these 2x2 determinants back into the expanded determinant from Step 2:
\[
\begin{aligned}
& (x-2)^2 [x^2((x+2)^2 - (x+1)^2)] \\
& - (x-1)^2 [(x-1)^2(x+2)^2 - x^2(x+1)^2] \\
& + x^2 [(x-1)^2(x+1)^2 - x^4]
\end{aligned}
\]
5Step 5: Simplify the expression
Simplifying the expression, we get
\[
\begin{aligned}
&-2x^3(x^2-5x+3)+3x^4(x^2-6x+5)-x^2(3x^4-4x^3+4) \\
&= -2x^5 + 10x^4 - 6x^3 + 3x^6 - 18x^5 + 30x^4 \\
&-6x^3-3x^4+4x^3-x^2 \\
&=-8 \\
\end{aligned}
\]
Thus, the determinant is equal to -8.
Other exercises in this chapter
Problem 58
PROVING IDENTITIES BY DETERMINANTS. $$ \left|\begin{array}{cccc} x^{3} & 3 x^{2} & 3 x & 1 \\ x^{2} & x^{2}+2 x & 2 x+1 & 1 \\ x & 2 x+1 & x+2 & 1 \\ 1 & 3 & 3
View solution Problem 59
PROVING IDENTITIES BY DETERMINANTS. $$ \left|\begin{array}{ccc} (x-2)^{2} & (x-1)^{2} & x^{2} \\ (x-1)^{2} & x^{2} & (x+1)^{2} \\ x^{2} & (x+1)^{2} & (x+2)^{2}
View solution Problem 61
PROVING IDENTITIES BY DETERMINANTS. $$ \left|\begin{array}{cccc} 0 & x & y & z \\ -x & 0 & c & b \\ -y & -c & 0 & a \\ -z & -b & -a & 0 \end{array}\right|=(a x-
View solution Problem 62
PROVING IDENTITIES BY DETERMINANTS. $$ \left|\begin{array}{ccc} a & b-c & c+b \\ a+c & b & c-a \\ a-b & b+a & c \end{array}\right|=(a+b+c)\left(a^{2}+b^{2}+c^{2
View solution