Careers360 Logo
Multiplication of Two Determinants

Multiplication of Two Determinants

Edited By Komal Miglani | Updated on Sep 19, 2024 11:22 AM IST

In linear algebra, determinant multiplication is a binary operation that produces a determinant from two determinants. For determinant multiplication, the order of both the determinants should be the same. In real life, we use multiplications of determinants to solve problems related to dynamics, equations of motion, etc.

In this article, we will cover the Singular and non-singular matrix. This category falls under the broader category of Matrices, which is a crucial Chapter in class 12 Mathematics. It is not only essential for board exams but also for competitive exams like the Joint Entrance Examination(JEE Main) and other entrance exams such as SRMJEE, BITSAT, WBJEE, BCECE, and more. Over the last ten years in JEE MAINS(2013 TO 2023), a total of one question has been asked on this topic.

Determinant of matrix

The determinant of a matrix A is a number that is calculated from the matrix. For a determinant to exist, matrix A must be a square matrix. The determinant of a matrix is denoted by det A or |A|.

For 2 x 2 matrices

$

\mathrm{A}=\left[\begin{array}{ll}

a_1 & a_2 \\

b_1 & b_2

\end{array}\right]

$

then $\operatorname{det} \mathrm{A}$ is :

$

|\mathrm{A}|=\left|\begin{array}{ll}

a_1 & a_2 \\

b_1 & b_2

\end{array}\right|=\mathrm{a}_1 \times \mathrm{b}_2-\mathrm{a}_2 \times \mathrm{b}_1

$

For a $3 \times 3$ matrix determinant can be calculated in the following way : let $\mathrm{A}=\left[\begin{array}{lll}a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3\end{array}\right]$ then we find $\operatorname{det} \mathrm{A}$ in following way

$

|A|=a_1\left(b_2 \cdot c_3-b_3 \cdot c_2\right)-a_2\left(b_1 \cdot c_3-c_1 b_3\right)+a_3\left(b_1 c_2-b_2 c_1\right)

$

This same process we follow to evaluate the determinant of the matrix of any order. Notice that we start the first term with the +ve sign then 2nd with the -ve sign and 3rd again with the +ve sign, this sign sequence is followed for any order of matrix.

This whole process is row-dependent, the same process can be done using columns, which means we can select an element along a column delete their row and column compute the determinant of the out matrix, and then multiply it with the element that we select. And we will get the same result as we get while doing the whole process along the row.

Multiplication of Determinant

There are two types of matrix multiplication :

1) Multiplication of determinant by scalar quantity

2) Multiplication of determinant by another determinant

Multiplication of determinant by scalar quantity

If A is a square matrix and k is a scalar quantity then, |kA| = kn |A|, where n is the order of A

Multiplication of determinant by another determinant

Determinant multiplication is a binary operation that produces a determinant from two determinants. For determinant multiplication, the order of both the determinants should be the same.

Let two determinants of third-order be

\Delta_{1}=\left|\begin{array}{lll}{a_{1}} & {b_{1}} & {c_{1}} \\ {a_{2}} & {b_{2}} & {c_{2}} \\ {a_{3}} & {b_{3}} & {c_{3}}\end{array}\right| \text { and } \Delta_{2}=\left|\begin{array}{ccc}{\alpha_{1}} & {\beta_{1}} & {\gamma_{1}} \\ {\alpha_{2}} & {\beta_{2}} & {\gamma_{2}} \\ {\alpha_{3}} & {\beta_{3}} & {\gamma_{3}}\end{array}\right|

We can multiply these row-by-row or column-by-column or row-by-column or column-by-row

Row-by-row multiplication of these two determinants is given by

\mathrm{\Delta_1\times \Delta_2=\begin{vmatrix} a_1\alpha _1+b_1\beta _1+c_1\gamma _1& a_1\alpha _2+b_1\beta _2+c_1\gamma _2 &a_1\alpha _3+b_1\beta _3+c_1\gamma _3 \\ a_2\alpha _1+b_2\beta _1+c_2\gamma _1 & a_2\alpha _2+b_2\beta _2+c_2\gamma _2 &a_2\alpha _3+b_2\beta _3+c_2\gamma _3 \\ a_3\alpha _1+b_3\beta _1+c_3\gamma _1& a_3\alpha _2+b_3\beta _2+c_3\gamma _2 & a_3\alpha _3+b_3\beta _3+c_3\gamma _3 \end{vmatrix}}

Multiplication can also be performed row by column; column by row or column by column as required in the problem.

To express a determinant as a product of two determinants, one requires lots of practice and this can be done only by inspection and trial.

Property:

\\\mathrm{If\:A_1,\:B_1,\:C_1,\:.....are\:respectively\:the\:cofactors\:of\:the\:elements\:a_1,\:b_1,\:c_1\:..........\:of\:the\:determinant}\\\mathrm{\Delta=\begin{vmatrix} a_1 &b_1 &c_1 \\ a_2& b_2 & c_2\\ a_3 &b_3 & c_3 \end{vmatrix},\;\Delta\neq0,\;\;then\;\;\begin{vmatrix} A_1 &B_1 &C_1 \\ A_2& B_2 & C_2\\ A_3 &B_3 & C_3 \end{vmatrix}}=\Delta^2

Proof :

\\\mathrm{given,\;\;\Delta=\begin{vmatrix} a_1 &b_1 &c_1 \\ a_2& b_2 & c_2\\ a_3 &b_3 & c_3 \end{vmatrix} }\\\mathrm{and,\;A_1,\:B_1,\:C_1,\:.....\;are\:respectively\:the\:cofactors\:of\:the\:elements\:a_1,\:b_1,\:c_1\:..........\:Hence,}\\\\\mathrm{\begin{vmatrix} a_1 &b_1 &c_1 \\ a_2& b_2 & c_2\\ a_3 &b_3 & c_3 \end{vmatrix}\begin{vmatrix} A_1 &B_1 &C_1 \\ A_2& B_2 & C_2\\ A_3 &B_3 & C_3 \end{vmatrix} }\\\\\mathrm{=\begin{vmatrix}\:a_1A\:_1+b_1B\:_1+c_1C\:_1&\:a_1A\:_2+b_1B\:_2+c_1C\:_2\:&a_1A\:_3+b_1B\:_3+c_1C\:_3\:\\ \:a_2A\:_1+b_2B\:_1+c_2C\:_1\:&\:a_2A\:_2+b_2B\:_2+c_2C\:_2\:&a_2A\:_3+b_2B\:_3+c_2C\:_3\:\\ \:\:a_3A\:_1+b_3B\:_1+c_3C\:_1&\:a_3A\:_2+b_3B\:_2+c_3C\:_2\:&\:a_3A\:_3+b_3B\:_3+c_3C\:_3\end{vmatrix}}\\\\\mathrm{[row\;by\;row\;multiplication]}\\\mathrm{=\begin{vmatrix}\:\Delta &0&0\\ \:0\:&\:\Delta \:&0\\ 0&\:0\:&\:\Delta \:\end{vmatrix}=\Delta^3}\\\mathrm{\because \;a_iA_j+b_iB_j+c_iC_j=\left\{\begin{matrix} \Delta, &i=j \\ 0,&i\neq j \end{matrix}\right.}
\\\mathrm{\Rightarrow \Delta\begin{vmatrix} A_1 &B_1 &C_1 \\ A_2& B_2 & C_2\\ A_3 &B_3 & C_3 \end{vmatrix} =\Delta^3}\\\\\mathrm{\Rightarrow \begin{vmatrix} A_1 &B_1 &C_1 \\ A_2& B_2 & C_2\\ A_3 &B_3 & C_3 \end{vmatrix} }=\Delta^2

Important points

For n-order determinant, \Delta _c = \Delta ^{n-1}, where \Delta _c is the determinant formed by the cofactors of \Delta and n is the order of determinant. This property is useful in studying the adjoint of a matrix.

Problems Based on Multiplication of Determinant

Example 1:

If \alpha,\beta\neq0,\: and f(n)=\alpha^n+\beta^n\:\: and \begin{vmatrix} 3 &1+f(1) &1+f(2) \\1+f(1) &1+f(2) &1+f(3) \\1+f(2) &1+f(3) & 1+f(4) \end{vmatrix} =K(1-\alpha)^2(1-\beta)^2(\alpha-\beta)^2,\:\: then K is equal to:

Solution: The given determinant can be written as

\begin{vmatrix} 1+1+1 & 1+\alpha +\beta & 1+\alpha ^{2}+\beta ^{2}\\ 1+\alpha +\beta & 1+\alpha^{2} +\beta ^{2} & 1+\alpha ^{3}+\beta ^{3}\\ 1+\alpha ^{2}+\beta ^{2} & 1+\alpha ^{3}+\beta ^{3} & 1+\alpha ^{4}+\beta ^{4} \end{vmatrix}

Expressing it as a product of two determinants

= \begin{vmatrix} 1 & 1 & 1\\ 1 & \alpha & \beta \\ 1 & \alpha ^{2} & \beta ^{2} \end{vmatrix} \begin{vmatrix} 1 & 1 & 1\\ 1 & \alpha & \alpha ^{2}\\ 1 & \beta & \beta ^{2} \end{vmatrix}

Now we know that each of these determinants equal \left ( 1-\alpha \right )\left ( 1-\beta \right )\left ( \alpha -\beta \right )

Hence, given expression

=\left ( 1-\alpha \right )^{2}\left ( 1-\beta \right )^{2}\left ( \alpha -\beta \right )^{2}

\therefore K=1

Hence, the answer is 1.

Summary

Understanding how determinants multiply is essential in linear algebra. It helps solve equations, analyze transformations, and determine key matrix properties. These principles are fundamental in various fields, making them valuable tools for both theory and practical applications in mathematics.

Frequently Asked Questions (FAQs)

1. What is determinant multiplication?

Determinant multiplication is a binary operation that produces a determinant from two determinants. For determinant multiplication, the order of both the determinants should be the same.

2. What is the value of | kA| if A is a square matrix and k is a scalar quantity?

If A is a square matrix and k is a scalar quantity then, |kA| = kn |A|, where n is the order of A.

3. What is the value of the determinant of cofactors?

For n-order determinant, \Delta _c = \Delta ^{n-1}, where \Delta _c is the determinant formed by the cofactors of \Delta and n is the order of determinant.

4. What are determinants?

The determinant of a matrix A is a number that is calculated from the matrix. For a determinant to exist, matrix A must be a square matrix. The determinant of a matrix is denoted by det A or |A|.

5. What are the methods to multiply determinants?

Determinant multiplication is a binary operation that produces a determinant from two determinants. We can multiply determinant row-by-row or column-by-column or row-by-column or column-by-row

Articles

Back to top