Animated Solution for Mathematics - Matrices and Determinants: If the system of equations x−ky−z=0, kx−y−z=0, x+y−z=0 has a non-zero solution, then the possible values of k are
Select Answer:
Visualized Solution
System of Equations AX=0
Given equations: x−ky−z=0, kx−y−z=0, x+y−z=0
Geometrically, each equation represents a plane passing through the origin.
The Trivial Solution (0,0,0)
This is a homogeneous system of the form AX=0.
Notice that (x,y,z)=(0,0,0) always satisfies all three equations.
This is the trivial solution, where all planes intersect at the origin.
Condition for Non-Zero Solution ∣A∣=0
The question asks for a non-zero (non-trivial) solution.
This means the planes must intersect along an entire line.
For this to happen, the determinant of the coefficient matrix must be zero: ∣A∣=0.
The Sigma Insight: Solution of System of Linear Equations (Matrix Method and Cramer's Rule)
Solution Diagram
Analyzing the Setup
Imagine you are standing in a 3D room. You have three flat sheets of paper, each representing a linear equation. Because each equation is equal to zero, these planes are not floating randomly; they are all anchored, passing perfectly through the origin (0,0,0).
This is the essence of a homogeneous system AX=0. The origin is our trivial meeting point—a place where all three planes are guaranteed to intersect.
However, the question asks for a non-zero solution. This means the planes must share more than just a single point; they must intersect along an entire line.
The Condition for Non-Triviality
How do we translate this geometric requirement into algebra? If the determinant of the coefficient matrix A were non-zero, the matrix would be invertible, and the only solution would be X=A−10, which is just the origin.
To escape this "trivial" trap, we need the matrix to be singular. We need the determinant to vanish: ∣A∣=0. This is the gateway to infinitely many solutions.
The Calculation
Let us extract the coefficients from our equations: x−ky−z=0, kx−y−z=0, and x+y−z=0. The matrix A is formed by these coefficients:
1k1−k−11−1−1−1=0
Now, we expand along the first row. We take the first element, 1, and multiply it by the minor:
−11−1−1=((−1)(−1)−(1)(−1))=1+1=2
Next, we handle the middle term, −(−k), which becomes +k, multiplied by the minor:
k1−1−1=((k)(−1)−(1)(−1))=−k+1
Finally, we take the last term, −1, multiplied by the minor:
k1−11=((k)(1)−(1)(−1))=k+1
Putting it all together, we have:
1(2)+k(1−k)−1(k+1)=0
The Elegant Cancellation
As we expand, we see:
2+k−k2−k−1=0
Look closely at the terms involving k. We have a +k and a −k! They cancel out perfectly, leaving us with:
2−1−k2=0⇒1−k2=0
This is the beauty of mathematics—what started as a complex system of planes has collapsed into the elegant, simple equation k2=1.
Solving this, we find k=±1. These are the values that force our planes to align in such a way that they share a common line, providing us with the non-zero solutions we were hunting for.