The Geometry of Infinite Solutions
Imagine standing in a room where three walls meet. Usually, they meet at a single corner—a point. But what if those walls were shifted?
What if they all met along a single, shared edge? That is the geometric reality of a system with infinitely many solutions. We are looking for the value of k that forces these three planes to align perfectly along a common line.
The Algebraic Tool
To solve this, we turn to the elegance of Cramer's Rule. We are given the system:
3x−y+4z=3
x+2y−3z=−2
6x+5y+kz=−3
For a system to have infinitely many solutions, the main determinant of the coefficient matrix, Δ, must be zero. If Δ is non-zero, the system has a unique solution. We need the system to be singular, which means Δ=0.
The Calculation
Let us construct our determinant:
Expanding along the first row, we get:
3(2k−(−15))−(−1)((1)(k)−(6)(−3))+4((1)(5)−(6)(2))=0
Simplifying this, we find:
3(2k+15)+1(k+18)+4(5−12)=0
This expands to:
Combining the terms, we get 7k+35=0, which leads us directly to k=−5.
The Verification
We must be careful. As I always tell my students, Δ=0 is a necessary condition, but not sufficient. It could also imply 'No Solution'.
To be certain, we must check Δx. Replacing the first column with the constants 3,−2,−3, we get:
Expanding this, we get:
3(−10+15)+1(10−9)+4(−10+6)=15+1−16=0
Since Δx=0, the system is indeed consistent and has infinitely many solutions. You have successfully navigated the trap! Keep this rigor in your toolkit, and you will conquer any JEE problem.