Animated Solution for Mathematics - Matrices and Determinants: The sum of distinct values of λ for which the system of equations (λ−1)x+(3λ+1)y+2λz=0(λ−1)x+(4λ−2)y+(λ+3)z=02x+(3λ+1)y+3(λ−1)z=0 has non-zero solutions, is
Enter Numerical Value:
Visualized Solution
Identify the System Type
The given system is a homogeneous system of linear equations.
Notice that the constants on the right-hand side of all three equations are zero.
Condition for Non-Trivial Solutions
For a homogeneous system to have non-zero (non-trivial) solutions, the determinant of the coefficient matrix must be zero.
Δ=0
Set up the Determinant Δ
Constructing the determinant Δ from the coefficients of x,y,z:
Key Takeaway: Always check for the word "distinct" in the question to avoid overcounting roots.
00:00 / 00:00
The Sigma Insight: Solution of System of Linear Equations (Matrix Method and Cramer's Rule)
The Elegance of Homogeneous Systems
Welcome, aspiring mathematician. Today, we are going to unravel a problem that sits at the very heart of linear algebra: the homogeneous system of equations.
When you first look at the system provided, you might feel a sense of dread at the sight of λ scattered across every coefficient. But take a breath. The beauty of this problem lies not in brute-force calculation, but in recognizing the underlying structure.
The Determinant Condition
Look closely at the equations. Notice how every single equation equals zero on the right side? This is a homogeneous system.
In the world of linear algebra, a homogeneous system always possesses a 'trivial' solution where x=y=z=0. However, the problem asks for non-zero, or non-trivial, solutions. This is a massive hint.
For a homogeneous system to have non-trivial solutions, the system must be linearly dependent. Mathematically, this is equivalent to saying the determinant of the coefficient matrix must be zero: Δ=0. This is our gateway to the solution.
The Art of Simplification
Now, we construct our determinant Δ:
Δ=λ−1λ−123λ+14λ−23λ+12λλ+33(λ−1)=0
If you try to expand this directly, you are inviting chaos. Instead, let us be surgical. Look at the first column. The first and second rows both start with λ−1. This is a gift!
By applying the row operation R2→R2−R1, we can turn that second row into something much simpler. The first element becomes zero, the second becomes (λ−3), and the third becomes (3−λ). Suddenly, the determinant looks like this:
Δ=λ−1023λ+1λ−33λ+12λ3−λ3λ−3=0
Notice the pattern in the second row? We have (λ−3) and −(λ−3). We can factor out (λ−3) from the entire second row, leaving us with a much cleaner determinant to expand.
The Final Expansion
With the factor (λ−3) safely outside, we expand along the second row. The zero term vanishes, and we are left with two 2×2 determinants.
After careful cross-multiplication and simplification, the entire expression collapses into:
(λ−3)[6λ2−18λ]=0
Factoring further, we get 6λ(λ−3)2=0. The roots are λ=0 and λ=3.
The question asks for the sum of distinct values. Since 3 is a repeated root, we only count it once. Thus, the sum is 0+3=3.
The Takeaway
This problem teaches us that in JEE Advanced, the path of least resistance is almost always the path of deepest understanding. By using row operations, we avoided a mountain of algebra and arrived at the answer with elegance.
Never rush into expansion; always look for the structure first.