All Exams Test series for 1 year @ ₹349 only
Question

Let Δ be the determinant of a matrix A, where A = \(\left(\begin{array}{lll}\text{a}_{11} & \text{a}_{12} & \text{a}_{13} \\ \text{a}_{21} & \text{a}_{22} & \text{a}_{23} \\ \text{a}_{31} & \text{a}_{32} & \text{a}_{33}\end{array}\right)\)  and C 11 , C 12 , C 13  be the cofactors of a 11 , a 12 , a 13  respectively.

What is the value of a 21 C11 + a 22 C12  + a 23 C13  ?

This question was previously asked in
NDA I 2022 GAT Previous Year Paper (10-Apr-2022)
The correct answer is

0

Understanding Determinants and Cofactors

The question asks for the value of a specific expression involving elements of a matrix and the cofactors of elements from a different row. Let's first understand the key terms: determinant, matrix, and cofactors.

What is a Matrix?

A matrix is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns. The given matrix A is a 3x3 matrix:

\(A = \left(\begin{array}{lll}a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33}\end{array}\right)\)

What is a Determinant?

The determinant (\(\Delta\)) is a scalar value that can be computed from the elements of a square matrix. The determinant provides important information about the matrix, such as whether it is invertible.

What are Cofactors?

The cofactor \(C_{ij}\) of an element \(a_{ij}\) in a matrix is calculated as \(C_{ij} = (-1)^{i+j} M_{ij}\), where \(M_{ij}\) is the minor of \(a_{ij}\). The minor \(M_{ij}\) is the determinant of the submatrix obtained by deleting the i-th row and j-th column of the original matrix.

In this question, \(C_{11}, C_{12}, C_{13}\) are the cofactors of the elements in the first row (\(a_{11}, a_{12}, a_{13}\)) respectively.

Determinant Expansion Using Cofactors

The determinant of a matrix can be calculated by expanding along any row or any column. The expansion along the i-th row is given by:

\(\Delta = a_{i1}C_{i1} + a_{i2}C_{i2} + a_{i3}C_{i3}\)

For example, expanding along the first row (\(i=1\)):

\(\Delta = a_{11}C_{11} + a_{12}C_{12} + a_{13}C_{13}\)

Expanding along the second row (\(i=2\)):

\(\Delta = a_{21}C_{21} + a_{22}C_{22} + a_{23}C_{23}\)

And expanding along the third row (\(i=3\)):

\(\Delta = a_{31}C_{31} + a_{32}C_{32} + a_{33}C_{33}\)

Key Property: Elements of One Row with Cofactors of Another Row

There is a fundamental property of determinants that states: the sum of the products of the elements of any row (or column) with the cofactors of the corresponding elements of a different row (or column) is always zero.

Mathematically, for a matrix A, the sum of the products of elements of the i-th row and the cofactors of the j-th row is:

\(a_{i1}C_{j1} + a_{i2}C_{j2} + a_{i3}C_{j3}\)

This sum is equal to:

  • \(\Delta\) if \(i = j\) (expansion along the i-th row)
  • \(0\) if \(i \neq j\)

Evaluating the Given Expression

The expression we need to evaluate is \(a_{21} C_{11} + a_{22} C_{12} + a_{23} C_{13}\).

Let's compare this expression to the general form \(a_{i1}C_{j1} + a_{i2}C_{j2} + a_{i3}C_{j3}\):

  • The elements \(a_{21}, a_{22}, a_{23}\) are from the second row, so \(i=2\).
  • The cofactors \(C_{11}, C_{12}, C_{13}\) are of the elements from the first row, so \(j=1\).

In this case, we have \(i=2\) and \(j=1\). Since \(i \neq j\), the sum of the products \(a_{21} C_{11} + a_{22} C_{12} + a_{23} C_{13}\) must be zero based on the property mentioned above.

This property holds true because essentially, multiplying elements of one row by cofactors of another row corresponds to calculating the determinant of a matrix where that 'other' row has been replaced by the 'one' row. A matrix with two identical rows has a determinant of zero.

Conclusion

Based on the property that the sum of the products of the elements of one row and the cofactors of another row is zero, the value of \(a_{21} C_{11} + a_{22} C_{12} + a_{23} C_{13}\) is 0.

Expression Row of Elements Row of Cofactors Result
\(a_{11}C_{11} + a_{12}C_{12} + a_{13}C_{13}\) Row 1 (i=1) Row 1 (j=1) \(\Delta\) (since i=j)
\(a_{21}C_{21} + a_{22}C_{22} + a_{23}C_{23}\) Row 2 (i=2) Row 2 (j=2) \(\Delta\) (since i=j)
\(a_{31}C_{31} + a_{32}C_{32} + a_{33}C_{33}\) Row 3 (i=3) Row 3 (j=3) \(\Delta\) (since i=j)
\(a_{21}C_{11} + a_{22}C_{12} + a_{23}C_{13}\) Row 2 (i=2) Row 1 (j=1) 0 (since i ≠ j)

The expression \(a_{21} C_{11} + a_{22} C_{12} + a_{23} C_{13}\) represents the sum of the products of the elements of the second row (\(a_{21}, a_{22}, a_{23}\)) and the cofactors of the elements of the first row (\(C_{11}, C_{12}, C_{13}\)). Since the rows involved are different (row 2 and row 1), the value of this sum is 0.

Revision Table: Matrix Determinant and Cofactors

Concept Description Key Property Used
Determinant (\(\Delta\)) A scalar value calculated from a square matrix. Expansion along a row or column gives \(\Delta\).
Cofactor (\(C_{ij}\)) \(C_{ij} = (-1)^{i+j} M_{ij}\), where \(M_{ij}\) is the minor. Used in determinant expansion.
Determinant Expansion Property \(\sum_{k=1}^n a_{ik} C_{jk} = \Delta\) if \(i=j\) and 0 if \(i \neq j\). Crucial for solving the problem.

Additional Information: Applications of Determinants

Determinants are not just theoretical concepts; they have various applications in mathematics and other fields. Some important applications include:

  • Solving Systems of Linear Equations: Using Cramer's rule, determinants can be used to find the unique solution to a system of linear equations.
  • Finding the Inverse of a Matrix: A square matrix has an inverse if and only if its determinant is non-zero. The inverse can be calculated using the adjoint matrix, which involves cofactors.
  • Calculating Area and Volume: The absolute value of the determinant of a matrix formed by vectors can represent the area of a parallelogram (in 2D) or the volume of a parallelepiped (in 3D) spanned by these vectors.
  • Eigenvalues: Determinants are used in finding the eigenvalues of a matrix by solving the characteristic equation \(\det(A - \lambda I) = 0\).
  • Linear Transformations: The determinant of the matrix representing a linear transformation indicates how the transformation scales area or volume.

Understanding determinants and their properties, like the one used in this problem, is fundamental in linear algebra.

Was this answer helpful?

Similar Questions

  1. The system of equations

    2x + y - 3z = 5

    3x - 2y + 2z = 5 and

    5x - 3y - z = 16
  2. The system of equations kx + y + z = 1, x + ky + z = k and x + y + kz = k 2has no solution if k equals

  3. Consider the determinant

    Δ = \(\left|\begin{array}{lll}\text{a}_{11} & \text{a}_{12} & \text{a}_{13} \\ \text{a}_{21} & \text{a}_{22} & \text{a}_{23} \\ \text{a}_{31} & \text{a}_{32} & \text{a}_{33}\end{array}\right|\)

    If a 13  = yz, a 23  = zx, a 33  = xy and the minors of a 13 , a 23 , a 33  are respectively (z − y), (z − x), (y − x) then what is the value of Δ ?

  4. What is the value of a 11 C11 + a 12 C12  + a 13 C13  ?

  5. What is the value of \(\left|\begin{array}{lll}\text{a}_{21} & \text{a}_{31} & \text{a}_{11} \\ \text{a}_{23} & \text{a}_{33} & \text{a}_{13} \\ \text{a}_{22} & \text{a}_{32} & \text{a}_{12}\end{array}\right|\)  ?

  6. The equations

    x + 2y + 3z = 1

    2x + y + 3z = 2

    5x + 5y + 9z = 4
  7. The system of linear equation kx + y + z = 1, x + ky + z = 1 and x + y + kz = 1 has a unique solution under which one of the following conditions?

  8. Consider the set A of all matrices of order 3 × 3 with entries 0 or 1 only. Let B be the subset of A consisting of all matrices whose determinant is 1. Let C be the subset of A consisting of all matrices whose determinant is -1. Then which one of the following is correct?

  9. For what values of k is the system of equations 2k 2x + 3y - 1 = 0, 7x - 2y + 3 = 0, 6kx + y + 1 = 0 consistent?

  10. Which of the following are correct in respect of the system of equation

    x + y + z = 8,

    x – y + 2z = 6 and

    3x – y + 5z = k?

    1. They have no solution if k = 15

    2. They have infinitely many solutions, if k = 20

    3. They have a unique solution if k = 25

    Select the correct answer using the code given below:

Important Questions from Application of Determinants

  1. The equations 3x - 4y = 5 and 12x - 16y = 20 have:

  2. The system of equations

    2x + y - 3z = 5

    3x - 2y + 2z = 5 and

    5x - 3y - z = 16
  3. The system of equations kx + y + z = 1, x + ky + z = k and x + y + kz = k 2has no solution if k equals

  4. The equations 2x - ky + 7 = 0 and 6x - 12y + 15 = 0 have no solution for

  5. If (a, b), (x1, y1) and (x2, y2) are the vertices of a triangle such that the x-coordinates a, x1, x2 are in geometric progression with common ratio r and the y-coordinates b, y1, y2 are also in geometric progression with common ratio s, then the area of the triangle is:

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App