The Geometry of Inconsistency
A Journey into 3D Space
Welcome, future engineer! Today, we are not just solving a system of equations; we are exploring the geometry of three-dimensional space. Imagine you are standing in a room, and each of the three equations provided represents a flat, infinite plane slicing through that space.
Our goal is to find the value of λ that makes these planes refuse to meet at a single, common point. This is what we call an 'inconsistent' system.
Phase 1
The Determinant as a Gatekeeper
To begin, we look at the coefficient matrix. The system is given by:
2x1−4x2+x3=1
x1−6x2+x3=2
λx1−10x2+4x3=3
For these planes to intersect at a unique point, the determinant of the coefficient matrix, denoted as Δ, must be non-zero. If $\Delta
eq 0$, the system has a unique solution.
Therefore, for the system to be inconsistent (or dependent), we must have Δ=0. Let us set up our determinant:
Phase 2
The Algebraic Dance
Now, we expand this determinant along the first row. Be meticulous here; a single sign error can derail the entire calculation. Expanding along R1, we get:
Δ=2((−6)(4)−(1)(−10))−(−4)((1)(4)−(1)(λ))+1((1)(−10)−(−6)(λ))
Simplifying this step-by-step:
Δ=2(−24+10)+4(4−λ)+1(−10+6λ)
Δ=2(−14)+16−4λ−10+6λ
Δ=−28+16−10+2λ
Δ=2λ−22
Setting Δ=0, we find our candidate value: 2λ=22, which gives us λ=11.
Phase 3
The JEE Trap
Stop! Do not circle λ=11 just yet. This is where many students lose marks.
As we discussed, Δ=0 only tells us that the system is not independent. It could be inconsistent (no solution), or it could be dependent (infinite solutions). We must verify if λ=11 truly leads to an inconsistency.
We test for linear dependence by assuming the third equation is a linear combination of the first two: k1(Eq 1)+k2(Eq 2)=Eq 3. Comparing the coefficients of x1 and x3, we get:
Subtracting these equations, we find k1=7, which implies k2=−3. Now, let us check if these multipliers satisfy the x2 coefficient:
It matches perfectly! The left-hand sides are indeed linearly dependent. Now, for the final test: do the constants on the right-hand side follow the same rule?
But the constant in our third equation is 3. Since $1
eq 3$, the planes are parallel and do not intersect. The system is truly inconsistent!
Conclusion
We have found that the system is inconsistent only when λ=11. Since 11 is a positive number, we have exactly one positive value of λ that satisfies the condition.
You have navigated the trap, verified the geometry, and arrived at the truth. Keep this rigor in your toolkit, and no JEE problem will ever stand in your way!