Skip to main content
Back to Matrices & Determinants
JEE Main 2021
Matrices & Determinants
Matrices and Determinants
Medium

Question

Let A = \left[ {\matrix{ a & b \cr c & d \cr } } \right] and B=[\matrixα\crβ\cr][\matrix0\cr0\cr]B = \left[ {\matrix{ \alpha \cr \beta \cr } } \right] \ne \left[ {\matrix{ 0 \cr 0 \cr } } \right] such that AB = B and a + d = 2021, then the value of ad - bc is equal to ___________.

Answer: 1

Solution

This problem is a classic example of applying concepts from matrices and determinants, particularly involving eigenvalues and eigenvectors, or solving systems of linear equations.


1. Understanding the Problem Statement

We are given a 2×22 \times 2 matrix AA and a non-zero column vector BB: A=[abcd]andB=[αβ][00]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} \alpha \\ \beta \end{bmatrix} \ne \begin{bmatrix} 0 \\ 0 \end{bmatrix} We are provided with two crucial conditions:

  1. AB=BAB = B
  2. a+d=2021a + d = 2021 (This is the trace of matrix AA)

Our goal is to find the value of adbcad - bc, which is the determinant of matrix AA, i.e., det(A)\det(A).


2. Key Concept: Eigenvalues and Eigenvectors

The condition AB=BAB=B can be rewritten as AB=1BAB = 1 \cdot B. This equation is of the form Ax=λxA\mathbf{x} = \lambda\mathbf{x}, where x=B\mathbf{x} = B and λ=1\lambda = 1. This means that BB is an eigenvector of matrix AA corresponding to the eigenvalue λ=1\lambda = 1.

For a non-zero vector BB to be an eigenvector corresponding to an eigenvalue λ\lambda, the following must hold: AB=λBA B = \lambda B ABλB=0A B - \lambda B = \mathbf{0} (AλI)B=0(A - \lambda I) B = \mathbf{0} where II is the identity matrix of the same dimension as AA.

For a homogeneous system of linear equations (AλI)B=0(A - \lambda I) B = \mathbf{0} to have a non-trivial solution (i.e., B0B \ne \mathbf{0}), the determinant of the coefficient matrix (AλI)(A - \lambda I) must be zero. det(AλI)=0\det(A - \lambda I) = 0 This is the characteristic equation of the matrix AA.

In our problem, λ=1\lambda = 1. Therefore, for a non-zero vector BB to exist such that AB=BAB=B, we must have: det(AI)=0\det(A - I) = 0


3. Step-by-Step Solution - Method 1: Using the Characteristic Equation (Recommended Approach)

This method is generally more robust and less prone to case-specific errors (like division by zero) compared to directly manipulating individual equations.

Step 1: Form the matrix (AI)(A - I). Given A=[abcd]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} and I=[1001]I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}. AI=[abcd][1001]=[a1bcd1]A - I = \begin{bmatrix} a & b \\ c & d \end{bmatrix} - \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} a-1 & b \\ c & d-1 \end{bmatrix}

Step 2: Set the determinant of (AI)(A - I) to zero. Since B[00]B \ne \begin{bmatrix} 0 \\ 0 \end{bmatrix} is a solution to (AI)B=0(A-I)B = \mathbf{0}, the matrix (AI)(A-I) must be singular. det(AI)=0\det(A - I) = 0 a1bcd1=0\begin{vmatrix} a-1 & b \\ c & d-1 \end{vmatrix} = 0

Step 3: Calculate the determinant and simplify the expression. For a 2×22 \times 2 matrix [pqrs]\begin{bmatrix} p & q \\ r & s \end{bmatrix}, the determinant is psqrps - qr. So, (a1)(d1)bc=0(a-1)(d-1) - bc = 0

Step 4: Expand and rearrange the equation to find adbcad - bc. adad+1bc=0ad - a - d + 1 - bc = 0 Group the terms adbcad - bc: (adbc)(a+d)+1=0(ad - bc) - (a + d) + 1 = 0 Now, isolate adbcad - bc: adbc=a+d1ad - bc = a + d - 1

Step 5: Substitute the given value of a+da+d. We are given a+d=2021a + d = 2021. adbc=20211ad - bc = 2021 - 1 adbc=2020ad - bc = 2020


4. Step-by-Step Solution - Method 2: Solving the System of Linear Equations Directly (As in the original solution)

This method involves explicitly writing out the system of equations and solving for the required relationship.

Step 1: Perform the matrix multiplication ABAB. AB=[abcd][αβ]=[aα+bβcα+dβ]A B = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} \alpha \\ \beta \end{bmatrix} = \begin{bmatrix} a\alpha + b\beta \\ c\alpha + d\beta \end{bmatrix}

Step 2: Equate ABAB to BB. [aα+bβcα+dβ]=[αβ]\begin{bmatrix} a\alpha + b\beta \\ c\alpha + d\beta \end{bmatrix} = \begin{bmatrix} \alpha \\ \beta \end{bmatrix} This gives us a system of two linear equations:

  1. aα+bβ=αa\alpha + b\beta = \alpha
  2. cα+dβ=βc\alpha + d\beta = \beta

Step 3: Rearrange the equations into a standard homogeneous form. Subtract α\alpha from the first equation and β\beta from the second:

  1. (a1)α+bβ=0(1)(a-1)\alpha + b\beta = 0 \quad \ldots (1)
  2. cα+(d1)β=0(2)c\alpha + (d-1)\beta = 0 \quad \ldots (2)

Step 4: Analyze the system for non-trivial solutions. Since B=[αβ][00]B = \begin{bmatrix} \alpha \\ \beta \end{bmatrix} \ne \begin{bmatrix} 0 \\ 0 \end{bmatrix}, at least one of α\alpha or β\beta must be non-zero. This means the system has a non-trivial solution. For a homogeneous system of two linear equations in two variables to have a non-trivial solution, the determinant of its coefficient matrix must be zero. This leads back to Method 1.

Alternatively, we can proceed by expressing the ratio α/β\alpha/\beta from both equations (as in the original solution). From equation (1): (a1)α=bβ(a-1)\alpha = -b\beta If β0\beta \ne 0 and a10a-1 \ne 0, we can write: αβ=ba1(3)\frac{\alpha}{\beta} = \frac{-b}{a-1} \quad \ldots (3) From equation (2): cα=(d1)βc\alpha = -(d-1)\beta If β0\beta \ne 0 and c0c \ne 0, we can write: αβ=(d1)c=1dc(4)\frac{\alpha}{\beta} = \frac{-(d-1)}{c} = \frac{1-d}{c} \quad \ldots (4)

Step 5: Equate the expressions for α/β\alpha/\beta. ba1=1dc\frac{-b}{a-1} = \frac{1-d}{c}

Step 6: Cross-multiply and simplify. bc=(a1)(1d)-bc = (a-1)(1-d) bc=aad1+d-bc = a - ad - 1 + d Rearrange to find adbcad - bc: adbc=a+d1ad - bc = a + d - 1

Step 7: Substitute the given value of a+da+d. Given a+d=2021a + d = 2021. adbc=20211ad - bc = 2021 - 1 adbc=2020ad - bc = 2020

Important Note on Edge Cases for Method 2 (Ratio Method): The ratio method requires careful consideration of cases where denominators might be zero (e

Practice More Matrices & Determinants Questions

View All Questions