All Exams Test series for 1 year @ ₹349 only
Question

The system of linear equation kx + y + z = 1, x + ky + z = 1 and x + y + kz = 1 has a unique solution under which one of the following conditions?

This question was previously asked in
NDA I 2016 GAT Previous Year Paper (17-Apr-2016)
The correct answer is

k ≠ 1 and k ≠ -2

Finding Conditions for a Unique Solution in Linear Equations

A system of linear equations has a unique solution if and only if the determinant of its coefficient matrix is non-zero. We are given the system of linear equations:

  1. \(kx + y + z = 1\)
  2. \(x + ky + z = 1\)
  3. \(x + y + kz = 1\)

The coefficient matrix, let's call it A, for this system is:

\[ A = \begin{pmatrix} k & 1 & 1 \\ 1 & k & 1 \\ 1 & 1 & k \end{pmatrix} \]

To find the condition for a unique solution, we need to calculate the determinant of this matrix, \( \text{det}(A) \), and find the values of \( k \) for which \( \text{det}(A) \ne 0 \).

Calculating the Determinant of the Coefficient Matrix

We can calculate the determinant using the cofactor expansion along the first row:

\[ \text{det}(A) = k \begin{vmatrix} k & 1 \\ 1 & k \end{vmatrix} - 1 \begin{vmatrix} 1 & 1 \\ 1 & k \end{vmatrix} + 1 \begin{vmatrix} 1 & k \\ 1 & 1 \end{vmatrix} \]

\[ \text{det}(A) = k(k \cdot k - 1 \cdot 1) - 1(1 \cdot k - 1 \cdot 1) + 1(1 \cdot 1 - k \cdot 1) \]

\[ \text{det}(A) = k(k^2 - 1) - (k - 1) + (1 - k) \]

\[ \text{det}(A) = k^3 - k - k + 1 + 1 - k \]

\[ \text{det}(A) = k^3 - 3k + 2 \]

Finding Values of k for Non-Zero Determinant

For the system to have a unique solution, the determinant must be non-zero:

\[ k^3 - 3k + 2 \ne 0 \]

First, let's find the values of \( k \) for which \( k^3 - 3k + 2 = 0 \). We can try simple integer values. If we test \( k=1 \):

\[ (1)^3 - 3(1) + 2 = 1 - 3 + 2 = 0 \]

So, \( k=1 \) is a root of the polynomial, which means \( (k-1) \) is a factor. We can perform polynomial division or synthetic division to find the other factors.

Using synthetic division with root 1:

10-32
111-2
11-20

The quotient is \( k^2 + k - 2 \). So, the polynomial can be factored as:

\[ k^3 - 3k + 2 = (k-1)(k^2 + k - 2) \]

Now, we factor the quadratic term \( k^2 + k - 2 \). We look for two numbers that multiply to -2 and add to 1. These numbers are 2 and -1. So, \( k^2 + k - 2 = (k+2)(k-1) \).

Substituting this back into the determinant expression:

\[ \text{det}(A) = (k-1)(k+2)(k-1) = (k-1)^2 (k+2) \]

For a unique solution, we need \( \text{det}(A) \ne 0 \):

\[ (k-1)^2 (k+2) \ne 0 \]

This inequality holds if and only if both factors are non-zero:

  • \( (k-1)^2 \ne 0 \implies k-1 \ne 0 \implies k \ne 1 \)
  • \( k+2 \ne 0 \implies k \ne -2 \)

Therefore, the system of linear equations has a unique solution if and only if \( k \ne 1 \) and \( k \ne -2 \).

Comparing with Given Options

We compare our derived condition with the provided options:

  • Option 1: \( k \ne 1 \) and \( k \ne -2 \)
  • Option 2: \( k \ne 1 \) and \( k \ne 2 \)
  • Option 3: \( k \ne -1 \) and \( k \ne -2 \)
  • Option 4: \( k \ne -1 \) and \( k \ne 2 \)

Our condition matches Option 1.

Revision Table: System of Linear Equations

System TypeDeterminant ConditionNumber of Solutions
Consistent and Independent\( \text{det}(A) \ne 0 \)Unique Solution
Consistent and Dependent\( \text{det}(A) = 0 \) and (at least one minor is non-zero or using augmented matrix rank comparison)Infinitely Many Solutions
Inconsistent\( \text{det}(A) = 0 \) and (using augmented matrix rank comparison)No Solution

Additional Information: Determinant and System Solutions

The determinant of the coefficient matrix is a fundamental tool in analyzing systems of linear equations. For a square system (number of equations equals number of variables), the determinant provides quick insight into the nature of solutions:

  • Unique Solution: A non-zero determinant indicates that the matrix is invertible, and the system has exactly one solution. This is often solved using Cramer's rule or matrix inversion.
  • Determinant is Zero: If the determinant is zero, the matrix is singular (not invertible). In this case, the system either has no solution (inconsistent) or infinitely many solutions (consistent and dependent). To distinguish between these two cases when the determinant is zero, one would typically analyze the augmented matrix (coefficient matrix combined with the constant terms) using methods like Gaussian elimination or comparing ranks of the coefficient matrix and the augmented matrix.

In this specific problem, we only needed the condition for a unique solution, which solely depends on the coefficient matrix's determinant being non-zero.

Was this answer helpful?

Similar Questions

  1. The system of equations

    2x + y - 3z = 5

    3x - 2y + 2z = 5 and

    5x - 3y - z = 16
  2. The system of equations kx + y + z = 1, x + ky + z = k and x + y + kz = k 2has no solution if k equals

  3. Consider the determinant

    Δ = \(\left|\begin{array}{lll}\text{a}_{11} & \text{a}_{12} & \text{a}_{13} \\ \text{a}_{21} & \text{a}_{22} & \text{a}_{23} \\ \text{a}_{31} & \text{a}_{32} & \text{a}_{33}\end{array}\right|\)

    If a 13  = yz, a 23  = zx, a 33  = xy and the minors of a 13 , a 23 , a 33  are respectively (z − y), (z − x), (y − x) then what is the value of Δ ?

  4. What is the value of a 11 C11 + a 12 C12  + a 13 C13  ?

  5. What is the value of a 21 C11 + a 22 C12  + a 23 C13  ?

  6. What is the value of \(\left|\begin{array}{lll}\text{a}_{21} & \text{a}_{31} & \text{a}_{11} \\ \text{a}_{23} & \text{a}_{33} & \text{a}_{13} \\ \text{a}_{22} & \text{a}_{32} & \text{a}_{12}\end{array}\right|\)  ?

  7. The equations

    x + 2y + 3z = 1

    2x + y + 3z = 2

    5x + 5y + 9z = 4
  8. Consider the set A of all matrices of order 3 × 3 with entries 0 or 1 only. Let B be the subset of A consisting of all matrices whose determinant is 1. Let C be the subset of A consisting of all matrices whose determinant is -1. Then which one of the following is correct?

  9. For what values of k is the system of equations 2k 2x + 3y - 1 = 0, 7x - 2y + 3 = 0, 6kx + y + 1 = 0 consistent?

  10. Which of the following are correct in respect of the system of equation

    x + y + z = 8,

    x – y + 2z = 6 and

    3x – y + 5z = k?

    1. They have no solution if k = 15

    2. They have infinitely many solutions, if k = 20

    3. They have a unique solution if k = 25

    Select the correct answer using the code given below:

Important Questions from Application of Determinants

  1. The equations 3x - 4y = 5 and 12x - 16y = 20 have:

  2. The system of equations

    2x + y - 3z = 5

    3x - 2y + 2z = 5 and

    5x - 3y - z = 16
  3. The system of equations kx + y + z = 1, x + ky + z = k and x + y + kz = k 2has no solution if k equals

  4. The equations 2x - ky + 7 = 0 and 6x - 12y + 15 = 0 have no solution for

  5. If (a, b), (x1, y1) and (x2, y2) are the vertices of a triangle such that the x-coordinates a, x1, x2 are in geometric progression with common ratio r and the y-coordinates b, y1, y2 are also in geometric progression with common ratio s, then the area of the triangle is:

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App