Animated Solution for Mathematics - Matrices and Determinants: Find all values of λ, such that x,y,z=(0,0,0) and (i^+j^+3k^)x+(3i^−3j^+k^)y+(−4i^+5j^)z=λ(xi^+yj^+zk^) where i^,j^,k^ are unit vectors along the coordinate axes.
The condition $(x, y, z)
eq (0, 0, 0)$ is our North Star. It tells us that we are not looking for the trivial solution where everything vanishes into nothingness. We are looking for the specific values of λ that allow the system to exist in a non-zero state. This is the essence of eigenvalues and eigenvectors, hidden in plain sight.
Phase 1
Translating Vectors to Algebra
To make sense of this, we must speak the language of components. We equate the coefficients of i^, j^, and k^ on both sides.
For i^, we have x+3y−4z=λx, which rearranges to:
(1−λ)x+3y−4z=0
For j^, we have x−3y+5z=λy, becoming:
x−(3+λ)y+5z=0
For k^, we have 3x+y=λz, or:
3x+y−λz=0
We have successfully transformed a vector equation into a beautiful, homogeneous system of three linear equations. This is the bedrock of our solution.
Phase 2
The Gatekeeper of Solutions
Now, we face the core of the problem. We have a system AX=0. In the world of linear algebra, such a system has a non-trivial solution if and only if the determinant of the coefficient matrix A is zero.
If $|A|
eq 0$, the matrix is invertible, and we could simply multiply by A−1 to find X=A−10=0, which is the trivial solution we are trying to avoid. So, we set the determinant to zero:
1−λ133−(3+λ)1−45−λ=0
This determinant is the gatekeeper. It dictates whether our system collapses or expands.
Phase 3
The Algebraic Dance
Expanding this determinant is where the real work happens. We expand along the first row:
(1−λ)[(−λ)(−(3+λ))−5]−3[−λ−15]−4[1−3(−(3+λ))]=0
The first term simplifies to (1−λ)(λ2+3λ−5). The second term becomes 3λ+45. The third term simplifies to −40−12λ.
When we combine these, the constants −5,45,−40 magically cancel out to zero! We are left with:
−λ3−2λ2−λ=0
Multiplying by −1, we get:
λ3+2λ2+λ=0
The Final Reveal
We are at the finish line. Factoring out λ, we get:
λ(λ2+2λ+1)=0
The quadratic inside is a perfect square:
λ(λ+1)2=0
This gives us our final values: λ=0 and λ=−1. These are the values that allow our system to have non-trivial solutions.
It is elegant, it is precise, and it is the result of careful, step-by-step logic. Remember, in JEE Advanced, the complexity is often just a mask for fundamental principles. Keep your cool, trust your algebra, and the path will always reveal itself.