Question
The greatest value of c R for which the system of linear equations x – cy – cz = 0 cx – y + cz = 0 cx + cy – z = 0 has a non-trivial solution, is :
Options
Solution
1. Key Concept: Non-Trivial Solutions for Homogeneous Systems
For a system of linear equations to have a non-trivial solution (meaning, a solution where not all variables are zero), a fundamental condition must be met. Specifically, for a homogeneous system of linear equations (where all constant terms are zero), such as:
the system possesses non-trivial solutions if and only if the determinant of its coefficient matrix is equal to zero. If the determinant is non-zero, the only solution is the trivial solution ().
2. Forming the Coefficient Matrix
First, let's write down the given system of linear equations:
We can represent this system in matrix form as , where is the coefficient matrix, is the column vector of variables , and is the zero vector. The coefficient matrix is formed by taking the coefficients of and from each equation:
3. Setting up the Determinant Equation
As established by the key concept, for the system to have a non-trivial solution, the determinant of the coefficient matrix must be zero. So, we set :
4. Step-by-Step Determinant Expansion
Now, we expand the determinant. We'll use the cofactor expansion method along the first row for clarity. The formula for a determinant is .
Applying this to our determinant:
Let's simplify each term:
- First term:
- Explanation: We multiply the element by the determinant of the submatrix obtained by removing its row and column.
- Second term:
- Explanation: We multiply the element by the determinant of its corresponding submatrix, and then subtract this product (due to the sign pattern of the cofactor expansion, which is ).
- Third term:
- Explanation: We multiply the element by the determinant of its corresponding submatrix, and then add this product.
Combining these simplified terms, we get:
5. Algebraic Simplification and Factorization
Now, we combine like terms to simplify the polynomial equation in :
Rearranging the terms in descending powers of :
Multiply by to make the leading coefficient positive (optional, but often makes factorization easier):
This is a cubic polynomial equation. To find its roots, we can try to factor it. A common strategy for cubic polynomials in competitive exams is to test for simple integer or rational roots using the Rational Root Theorem. We can test .
Let's test : . Since is a root, , which is , is a factor of the polynomial.
Now, we can perform polynomial division or synthetic division to find the other factor(s). Dividing by :
So, the equation becomes:
Next, we factor the quadratic term . We can use the splitting the middle term method: .
Substituting this back into the equation:
This can be written more compactly as:
6. Finding the Values of c
From the factored form , we can find the possible values of that satisfy the equation:
- (this root has a multiplicity of 2)
So, the values of for which the system has a non-trivial solution are and .
7. Identifying the Greatest Value
We are asked for the greatest value of . Comparing the two values:
Clearly, is greater than .
Therefore, the greatest value of is .
8. Tips and Common Mistakes
- Sign Errors: Be extremely careful with signs when expanding determinants, especially with the negative terms. A common mistake is forgetting the negative sign in front of the second term in the determinant expansion.
- Algebraic Simplification: Ensure careful algebraic manipulation when combining terms and factoring polynomials. Double-check your work, especially when dealing with cubic equations.
- Factoring Cubics: For cubic polynomials in JEE problems, try testing small integer roots like or simple rational roots like . This often leads to a quick factorization.
- Understanding "Non-trivial": Remember that "non-trivial solution" for a homogeneous system always means the determinant of the coefficient matrix must be zero. If the system were non-homogeneous, the conditions for unique, no, or infinite solutions would be different (using Cramer's rule or rank method).
9. Summary and Key Takeaway
The problem demonstrates a core concept in linear algebra: a homogeneous system of linear equations has non-trivial solutions if and only if the determinant of its coefficient matrix is zero. The process involves:
- Constructing the coefficient matrix.
- Setting its determinant to zero.
- Carefully expanding and simplifying the determinant to form a polynomial equation.
- Solving the polynomial equation to find the possible values of the unknown parameter ( in this case).
- Finally, selecting the required value (the greatest in this question). Mastery of determinant calculation and polynomial factorization is crucial for such problems.