Analyzing the Setup
Welcome, future engineers! Today, we are diving into a classic JEE Advanced problem that tests not just your algebraic skills, but your ability to see the 'soul' of a system of linear equations.
We are given three equations:
x+y+z=5
x+2y+λ2z=9
x+3y+λz=μ
At first glance, it looks like a standard system, but the presence of parameters λ and μ turns this into a detective story. We need to find the statement that is NOT correct.
The Gatekeeper of Uniqueness
Before we touch any algebra, let us visualize what is happening. We have three planes in 3D space. A unique solution means these three planes intersect at exactly one point.
This happens when the determinant of the coefficient matrix, Δ, is non-zero. If Δ=0, the planes are either parallel, or they intersect in a line, or they are coincident.
Let us construct the determinant:
This matrix holds the DNA of our system. If this determinant is zero, the system loses its 'uniqueness' property.
The Algebraic Dance
Now, let us expand this determinant along the first row. Expanding along the first row, we get:
Δ=1(2λ−3λ2)−1(λ−λ2)+1(3−2)
Let us simplify this carefully. We have Δ=2λ−3λ2−λ+λ2+1. Combining the like terms, we arrive at:
This is a quadratic expression. To find the critical values, we factorize it:
Δ=−(2λ2−λ−1)=−(2λ+1)(λ−1)
This is the moment of truth! Setting Δ=0 gives us two critical values: λ=1 and λ=−21. These are the points where the system's behavior changes drastically.
The Trap
Here is where many students stumble. Look at the statement: "System has a unique solution if $\lambda
eq 1$ and $\mu
eq 13$."
It sounds plausible, right? But wait! We just found that Δ=0 at λ=1 AND λ=−21.
If we choose λ=−21, the determinant is zero, and the system cannot have a unique solution, regardless of what μ is. This statement ignores the second critical value, making it the incorrect statement.
Verifying the Consistency
For the sake of completeness, let us look at the case λ=1. We know Δ=0. To check for consistency, we calculate Δz by replacing the third column with the constants 5,9,μ:
Expanding this, we get:
Δz=1(2μ−27)−1(μ−9)+5(3−2)=μ−13
If μ=13, then Δz=0, leading to infinite solutions. If $\mu
eq 13$, then $\Delta_z
eq 0$, leading to no solution (inconsistent).
Conclusion
The beauty of this problem lies in the realization that a system's behavior is defined by its parameters. By finding the roots of the determinant, we mapped out the 'danger zones' for λ.
Always remember: in JEE Advanced, precision is your greatest weapon. You did not just solve an equation; you analyzed the entire landscape of the system. Keep that curiosity alive, and keep pushing boundaries!