Loading...

Find the Determinant

Problem

det(a2)

Solution

  1. Perform column operations to simplify the matrix by subtracting the first column from the second and third columns ((C_2)→(C_2)−(C_1) and (C_3)→(C_3)−(C_1).

det(a2)

  1. Simplify the entries in the second and third columns using factoring and basic arithmetic.

det(a2)

  1. Factor out common terms (b−a) from the second column and (c−a) from the third column.

(b−a)*(c−a)*det(a2)

  1. Perform another column operation by subtracting the second column from the third ((C_3)→(C_3)−(C_2).

(b−a)*(c−a)*det(a2)

  1. Factor out (c−b) from the third column.

(b−a)*(c−a)*(c−b)*det(a2)

  1. Expand the determinant along the third column using minors.

(b−a)*(c−a)*(c−b)*(1⋅(2*b*c−(−c)*(a−b−c))−1⋅(2*a2−(b+a)*(a−b−c))+0)

  1. Simplify the polynomial inside the brackets.

2*b*c+a*c−b*c+c2−2*a2+(a*b+a*c+b2−b*c+a2−a*b−a*c)

b*c+a*c+c2−2*a2+b2−b*c+a2

a*c+c2+b2−a2

  1. Combine the factors and adjust signs to reach the standard cyclic form (a−b)*(b−c)*(c−a)

−(a−b)*(b−c)*(c−a)*(a2−b2−c2−a*c)

Final Answer

det(a2)=(a−b)*(b−c)*(c−a)*(a+b+c)2


Want more problems? Check here!