The value of k ∈R, for which the following system of linear equations 3x − y + 4z = 3, x + 2y − 3z = −2 6x + 5y + kz = −3, has infinitely many solutions, is :
Options
Solution
Key Concept: Conditions for Infinitely Many Solutions for a System of Linear Equations
For a system of linear equations in three variables:
a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3
This system can be represented in matrix form as AX=B, where A is the coefficient matrix, X is the variable vector, and B is the constant vector.
A=a1a2a3b1b2b3c1c2c3,X=xyz,B=d1d2d3
For such a system to have infinitely many solutions, two crucial conditions must be satisfied:
The determinant of the coefficient matrix A must be zero. That is, det(A)=0.
Why? If det(A)=0, then A−1 exists, and the system would have a unique solution given by X=A−1B. For infinitely many solutions, the matrix A must be singular (non-invertible), which means its determinant must be zero.
The system must be consistent. When det(A)=0, the system could either have infinitely many solutions or no solution. To distinguish between these two cases, we use Cramer's Rule. For infinitely many solutions, all the determinants Dx,Dy,Dz (formed by replacing a column of A with the constant vector B) must also be zero.
Why? If det(A)=0 but at least one of Dx,Dy,Dz is non-zero, the system would be inconsistent, meaning it has no solution. For infinitely many solutions, the system must be consistent, leading to the condition Dx=Dy=Dz=0.
In summary, for a system of n linear equations in n variables to have infinitely many solutions, the following conditions must hold:
det(A)=0ANDDx=0ANDDy=0ANDDz=0
Step 1: Formulate the Coefficient Matrix and Constant Vector
The given system of linear equations is:
3x−y+4z=3
x+2y−3z=−2
6x+5y+kz=−3
From these equations, we can identify the coefficient matrix A and the constant vector B:
A=316−1254−3k,B=3−2−3
Step 2: Apply the Condition det(A)=0 to find candidate values for k
For the system to have infinitely many solutions, the determinant of the coefficient matrix A must be zero. We calculate det(A) by expanding along the first row:
det(A)=316−1254−3kdet(A)=325−3k−(−1)16−3k+41625
Why? We expand the determinant using cofactor expansion to express det(A) in terms of k.
Now, let's evaluate the 2×2 determinants:
det(A)=3((2)(k)−(−3)(5))+1((1)(k)−(−3)(6))+4((1)(5)−(2)(6))det(A)=3(2k+15)+1(k+18)+4(5−12)det(A)=6k+45+k+18+4(−7)det(A)=7k+63−28det(A)=7k+35
Why? We simplify the expression to find a linear equation in k.
Now, we set det(A)=0 to find the value(s) of k that satisfy this necessary condition:
7k+35=07k=−35k=−5
Why? This step provides the candidate value for k. This value makes the coefficient matrix singular, which is essential for either infinitely many solutions or no solution.
Step 3: Verify Consistency by checking Dx=Dy=Dz=0 for k=−5
We found k=−5 as a potential value. To confirm that for this value of k the system has infinitely many solutions (and not no solution), we must verify that the system is consistent by checking if Dx=0, Dy=0, and Dz=0 when k=−5.
Let's form the matrices for Dx,Dy,Dz by replacing the respective columns of A with the constant vector B, with k=−5:
Dx=3−2−3−1254−3−5Dy=3163−2−34−3−5Dz=316−1253−2−3
Why? These determinants are crucial for applying Cramer's Rule. If det(A)=0 and any of these (Dx,Dy,Dz) are non-zero, the system would be inconsistent (no solution).
Since det(A)=0, Dx=0, Dy=0, and Dz=0 when k=−5, all conditions for infinitely many solutions are met.
Step 4: State the Final Answer
The value of k for which the given system of linear equations has infinitely many solutions is k=−5.
Tips and Common Mistakes
Do Not Stop at det(A)=0: A common error is to only calculate det(A)=0 and assume that the resulting value of k will guarantee infinitely many solutions. This is a necessary condition but not sufficient. det(A)=0 can also lead to a system having no solution (inconsistent system). Always verify the consistency condition by checking that Dx=Dy=Dz=0.
Alternative Method (Rank Method): For a system AX=B of n linear equations in n variables, it has infinitely many solutions if and only if the rank of the coefficient matrix A is equal to the rank of the augmented matrix [A∣B], and this common rank is less than n. In this problem, n=3, so we would need rank(A)=rank([A∣B])<3. This method involves row-reducing the augmented matrix. While powerful, for 3x3 systems, using determinants (Cramer's Rule conditions) can often be more straightforward if calculations are done carefully.
Calculation Errors: Determinant calculations involve multiple multiplications and subtractions, making them prone to arithmetic and sign errors. Double-check each step, especially when expanding 2×2 and 3×3 determinants.
Summary and Key Takeaway
To solve for a parameter that results in a system of linear equations having infinitely many solutions, we must apply two fundamental conditions:
The determinant of the coefficient matrix (det(A)) must be zero. This condition identifies the values of the parameter for which the system is not uniquely solvable.
For the identified parameter values, the system must also be consistent. This is verified by checking that all related determinants (Dx,Dy,Dz in Cramer's Rule) are also zero.
By systematically applying these conditions and performing careful calculations, we found that k=−5 is the specific value that satisfies both criteria, ensuring the given system has infinitely many solutions.