Let A = \left[ {\matrix{ a & b \cr c & d \cr } } \right] and B=[\matrixα\crβ\cr]=[\matrix0\cr0\cr] 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×2 matrix A and a non-zero column vector B:
A=[acbd]andB=[αβ]=[00]
We are provided with two crucial conditions:
AB=B
a+d=2021 (This is the trace of matrix A)
Our goal is to find the value of ad−bc, which is the determinant of matrix A, i.e., det(A).
2. Key Concept: Eigenvalues and Eigenvectors
The condition AB=B can be rewritten as AB=1⋅B.
This equation is of the form Ax=λx, where x=B and λ=1.
This means that B is an eigenvector of matrix A corresponding to the eigenvalueλ=1.
For a non-zero vector B to be an eigenvector corresponding to an eigenvalue λ, the following must hold:
AB=λBAB−λB=0(A−λI)B=0
where I is the identity matrix of the same dimension as A.
For a homogeneous system of linear equations (A−λI)B=0 to have a non-trivial solution (i.e., B=0), the determinant of the coefficient matrix (A−λI) must be zero.
det(A−λI)=0
This is the characteristic equation of the matrix A.
In our problem, λ=1. Therefore, for a non-zero vector B to exist such that AB=B, we must have:
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 (A−I).
Given A=[acbd] and I=[1001].
A−I=[acbd]−[1001]=[a−1cbd−1]
Step 2: Set the determinant of (A−I) to zero.
Since B=[00] is a solution to (A−I)B=0, the matrix (A−I) must be singular.
det(A−I)=0a−1cbd−1=0
Step 3: Calculate the determinant and simplify the expression.
For a 2×2 matrix [prqs], the determinant is ps−qr.
So,
(a−1)(d−1)−bc=0
Step 4: Expand and rearrange the equation to find ad−bc.ad−a−d+1−bc=0
Group the terms ad−bc:
(ad−bc)−(a+d)+1=0
Now, isolate ad−bc:
ad−bc=a+d−1
Step 5: Substitute the given value of a+d.
We are given a+d=2021.
ad−bc=2021−1ad−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 AB.AB=[acbd][αβ]=[aα+bβcα+dβ]
Step 2: Equate AB to B.[aα+bβcα+dβ]=[αβ]
This gives us a system of two linear equations:
aα+bβ=α
cα+dβ=β
Step 3: Rearrange the equations into a standard homogeneous form.
Subtract α from the first equation and β from the second:
(a−1)α+bβ=0…(1)
cα+(d−1)β=0…(2)
Step 4: Analyze the system for non-trivial solutions.
Since B=[αβ]=[00], at least one of α or β 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 α/β from both equations (as in the original solution).
From equation (1):
(a−1)α=−bβ
If β=0 and a−1=0, we can write:
βα=a−1−b…(3)
From equation (2):
cα=−(d−1)β
If β=0 and c=0, we can write:
βα=c−(d−1)=c1−d…(4)
Step 5: Equate the expressions for α/β.a−1−b=c1−d
Step 6: Cross-multiply and simplify.−bc=(a−1)(1−d)−bc=a−ad−1+d
Rearrange to find ad−bc:
ad−bc=a+d−1
Step 7: Substitute the given value of a+d.
Given a+d=2021.
ad−bc=2021−1ad−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