Animated Solution for Mathematics - Matrices and Determinants: The set of all values of λ for which the system of linear equations: 2x1−2x2+x3=λx1, 2x1−3x2+2x3=λx2, −x1+2x2=λx3 has a non-trivial solution
Select Answer:
Visualized Solution
System of Linear Equations
Given system of equations:
2x1−2x2+x3=λx1
2x1−3x2+2x3=λx2
−x1+2x2=λx3
Standard Homogeneous Form
Bring all terms to the left side to form (A−λI)X=0:
(2−λ)x1−2x2+x3=0
2x1−(3+λ)x2+2x3=0
−x1+2x2−λx3=0
Condition for Non-Trivial Solution
For a homogeneous system AX=0 to have a non-trivial solution, the coefficient matrix must be singular.
This means the determinant of the coefficient matrix must be zero: ∣A∣=0.
If ∣A∣=0, the system only has the trivial solution (0,0,0).
Determinant Setup
Setting the determinant of the coefficients to zero:
2−λ2−1−2−(3+λ)212−λ=0
Expanding the Determinant
Expanding along the first row:
(2−λ)[λ(3+λ)−4]−(−2)[−2λ−(−2)]+1[4−(3+λ)]=0
Simplifying the Expansion
Simplifying the expressions inside the brackets:
(2−λ)(λ2+3λ−4)+2(−2λ+2)+(1−λ)=0
Forming the Cubic Equation
Multiplying out the terms:
2λ2+6λ−8−λ3−3λ2+4λ−4λ+4+1−λ=0
Combining like terms yields the cubic equation:
λ3+λ2−5λ+3=0
Finding the First Root
Solving λ3+λ2−5λ+3=0
By inspection, let's test λ=1:
(1)3+(1)2−5(1)+3=1+1−5+3=0
Therefore, λ=1 is a root.
Factorizing the Polynomial
Since λ=1 is a root, (λ−1) is a factor.
Dividing the cubic polynomial by (λ−1):
(λ−1)(λ2+2λ−3)=0
Factoring the quadratic part:
(λ−1)(λ−1)(λ+3)=0
(λ−1)2(λ+3)=0
Final Set of Values
The roots are λ=1 (repeated) and λ=−3.
The set of distinct values for λ is {1,−3}.
The set contains exactly two elements.
00:00 / 00:00
The Sigma Insight: Solution of System of Linear Equations (Matrix Method and Cramer's Rule)
Solution Diagram
Analyzing the Setup
Welcome, fellow traveler on the JEE journey. Today, we are not just solving a system of equations; we are peeling back the curtain on the behavior of linear systems.
When you see a problem like this, where a parameter λ is dancing around the variables, it is easy to feel overwhelmed. But take a breath. Let us break this down, not as a chore, but as a discovery.
The Homogeneous Transformation
We are given the system:
2x1−2x2+x3=λx1
2x1−3x2+2x3=λx2
−x1+2x2=λx3
At first glance, the λ on the right side feels like an intruder. It is not a constant, and it is not a variable; it is a parameter that dictates the very nature of the system. Our first instinct must be to bring order to this chaos by moving everything to the left side.
This transforms our system into the standard homogeneous form: (A−λI)X=0. By rearranging, we obtain:
(2−λ)x1−2x2+x3=0
2x1−(3+λ)x2+2x3=0
−x1+2x2−λx3=0
This is the moment where physics and math converge. We are looking for a non-trivial solution. If the matrix (A−λI) were invertible, we could simply multiply by its inverse to find X=(A−λI)−10, which forces X to be the zero vector.
That is the 'trivial' solution. We want to avoid that; we want the system to be 'singular'—we want it to have depth. For that to happen, the determinant must be zero.
The Determinant's Power
Now, we construct our determinant. This is where precision is your best friend. We take the coefficients and place them into our grid:
2−λ2−1−2−(3+λ)212−λ=0
Do not rush this. Expanding a 3×3 determinant is a test of patience. Let us expand along the first row:
(2−λ)[λ(3+λ)−4]−(−2)[−2λ−(−2)]+1[4−(3+λ)]=0
The Algebraic Grind
This is the part where many students stumble, not because they do not understand the math, but because they lose a negative sign. Let us simplify carefully.
Inside the first bracket, we have λ(3+λ)−4, which simplifies to λ2+3λ−4. The second term becomes 2(−2λ+2), and the last term is (1−λ).
Expanding these, we get:
(2−λ)(λ2+3λ−4)+2(−2λ+2)+(1−λ)=0
Multiplying these out yields:
(2λ2+6λ−8−λ3−3λ2+4λ)+(−4λ+4)+(1−λ)=0
Grouping the terms by powers of λ gives us the beautiful, clean cubic equation:
λ3+λ2−5λ+3=0
The Final Revelation
Now, we solve for λ. By inspection, we test λ=1. Plugging it in, we get 1+1−5+3=0. It works!
Since λ=1 is a root, (λ−1) is a factor. Dividing our cubic by (λ−1) leaves us with a quadratic: λ2+2λ−3. Factoring this further, we get (λ−1)(λ+3).
So, our equation is:
(λ−1)2(λ+3)=0
The roots are λ=1 (with multiplicity 2) and λ=−3. Finally, we address the question: the set of all values of λ. A set contains only distinct elements.
Therefore, our set is {1,−3}. It contains exactly two elements. You have navigated the matrix, conquered the determinant, and mastered the set theory. Well done.