Let λ be a real number for which the system of linear equations x + y + z = 6, 4x + λy – λz = λ – 2, 3x + 2y – 4z = – 5 has infinitely many solutions. Then λ is a root of the quadratic equation:
Options
Solution
1. Key Concepts and Formulas
System of Linear Equations: A system of n linear equations with n variables, represented in matrix form as AX=B, where A is the coefficient matrix, X is the variable matrix, and B is the constant matrix.
Conditions for Infinitely Many Solutions (Cramer's Rule Extension): For a system of three linear equations in three variables to have infinitely many solutions, the following conditions must be met:
The determinant of the coefficient matrix, denoted as Δ (or det(A)), must be zero (Δ=0).
All the determinants obtained by replacing a column of the coefficient matrix with the constant terms (Δx,Δy,Δz) must also be zero (Δx=0,Δy=0,Δz=0).
Determinant Expansion: For a 3×3 matrix adgbehcfi, its determinant is a(ei−fh)−b(di−fg)+c(dh−eg).
2. Step-by-Step Solution
Step 1: Represent the System in Matrix Form
First, we express the given system of linear equations in the standard matrix form AX=B.
The given system is:
x+y+z=6
4x+λy−λz=λ−2
3x+2y−4z=−5
From this, we identify the coefficient matrix A and the constant matrix B:
A=1431λ21−λ−4andB=6λ−2−5
Step 2: Calculate Δ and Find Potential Values of λ
For the system to have infinitely many solutions, the determinant of the coefficient matrix, Δ, must be zero. We calculate Δ and set it to zero to find the possible values of λ.
Δ=1431λ21−λ−4
We expand the determinant along the first row (R1):
This means λ=3 is the only value for which the system could potentially have infinitely many solutions or no solution.
Step 3: Verify Conditions for Infinitely Many Solutions (Check Δx,Δy,Δz for λ=3)
For infinitely many solutions, not only must Δ=0, but also Δx=0, Δy=0, and Δz=0. We substitute λ=3 into the expressions for Δx,Δy,Δz and verify they are all zero.
Calculate Δx for λ=3:
Replace the first column of A with B:
All conditions (Δ=0,Δx=0,Δy=0,Δz=0) are met for λ=3. Therefore, the system has infinitely many solutions when λ=3.
Step 4: Identify the Quadratic Equation
Now, we need to find which of the given quadratic equations has λ=3 as a root. We substitute λ=3 into each option:
(A) λ2+λ−6=0(3)2+(3)−6=9+3−6=12−6=6=0. So, (A) is not the answer.
(B) λ2−λ−6=0(3)2−(3)−6=9−3−6=6−6=0. This equation is satisfied by λ=3.
(C) λ2−3λ−4=0(3)2−3(3)−4=9−9−4=−4=0. So, (C) is not the answer.
(D) λ2+3λ−4=0(3)2+3(3)−4=9+9−4=18−4=14=0. So, (D) is not the answer.
Thus, λ=3 is a root of the quadratic equation λ2−λ−6=0.
3. Common Mistakes & Tips
Determinant Calculation Errors: Carefully expand determinants, paying close attention to signs, especially when terms involve negative λ or subtraction of negative products. A small arithmetic error can lead to an incorrect value of λ.
Incomplete Conditions: Remember that Δ=0 alone is not sufficient for infinitely many solutions; it could also lead to no solution. All Δx,Δy,Δz must also be zero. If Δ=0 but any Δi=0, the system has no solution.
Alternative Method (Gaussian Elimination): For verification or if determinants are complex, converting the system into an augmented matrix and performing row operations (Gaussian elimination) can also determine the nature of solutions. For infinitely many solutions, this method will result in at least one row of zeros (e.g., 000∣0).
4. Summary
To find the value of λ for which the system of linear equations has infinitely many solutions, we first calculated the determinant of the coefficient matrix (Δ) and set it to zero. This yielded λ=3. Next, we verified that for λ=3, the determinants Δx,Δy,Δz were also all zero, confirming that λ=3 leads to infinitely many solutions. Finally, we checked which of the given quadratic equations has λ=3 as a root, finding that λ2−λ−6=0 is the correct equation.