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

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

The correct answer is \(\rm \frac{21±\sqrt{161}}{10}\)

Understanding Consistent System of Linear Equations

A system of linear equations is considered consistent if there exists at least one set of values for the variables that satisfies all the equations simultaneously. In this problem, we have a system of three linear equations with two variables, x and y:

  1. \(\displaystyle 2k^2x + 3y - 1 = 0 \implies 2k^2x + 3y = 1\)
  2. \(\displaystyle 7x - 2y + 3 = 0 \implies 7x - 2y = -3\)
  3. \(\displaystyle 6kx + y + 1 = 0 \implies 6kx + y = -1\)

For a system of three linear equations in two variables to be consistent, the determinant of the matrix formed by the coefficients of x, coefficients of y, and the constant terms must be equal to zero. This condition arises because if the system is consistent, the three lines represented by the equations must intersect at a single point, or be coincident, or two lines are parallel and the third intersects them at distinct points, but for three distinct lines to intersect at one point, the area of the triangle formed by them would be zero, which relates to the determinant condition.

Setting up the Determinant for Consistency

We can write the coefficients and constant terms in a matrix form:

Coefficient of x Coefficient of y Constant Term
\(2k^2\) \(3\) \(1\)
\(7\) \(-2\) \(-3\)
\(6k\) \(1\) \(-1\)

The determinant of this 3x3 matrix must be zero for the system to be consistent.

\(\displaystyle \begin{vmatrix} 2k^2 & 3 & 1 \\ 7 & -2 & -3 \\ 6k & 1 & -1 \end{vmatrix} = 0\)

Calculating the Determinant

Let's calculate the determinant. We can expand along the first row:

\(\displaystyle 2k^2 \begin{vmatrix} -2 & -3 \\ 1 & -1 \end{vmatrix} - 3 \begin{vmatrix} 7 & -3 \\ 6k & -1 \end{vmatrix} + 1 \begin{vmatrix} 7 & -2 \\ 6k & 1 \end{vmatrix} = 0\)

\(\displaystyle 2k^2 ((-2)(-1) - (-3)(1)) - 3 ((7)(-1) - (-3)(6k)) + 1 ((7)(1) - (-2)(6k)) = 0\)

\(\displaystyle 2k^2 (2 + 3) - 3 (-7 + 18k) + 1 (7 + 12k) = 0\)

\(\displaystyle 2k^2 (5) - (-21 + 54k) + (7 + 12k) = 0\)

\(\displaystyle 10k^2 + 21 - 54k + 7 + 12k = 0\)

Combine like terms:

\(\displaystyle 10k^2 + (-54k + 12k) + (21 + 7) = 0\)

\(\displaystyle 10k^2 - 42k + 28 = 0\)

Solving the Quadratic Equation for k

We have a quadratic equation in terms of k: \(10k^2 - 42k + 28 = 0\). We can simplify this equation by dividing all terms by 2:

\(\displaystyle 5k^2 - 21k + 14 = 0\)

We can solve this quadratic equation using the quadratic formula, which for an equation of the form \(ax^2 + bx + c = 0\) is given by:

\(\displaystyle x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)

In our equation, \(5k^2 - 21k + 14 = 0\), we have \(a=5\), \(b=-21\), and \(c=14\). Substituting these values into the quadratic formula to find k:

\(\displaystyle k = \frac{-(-21) \pm \sqrt{(-21)^2 - 4(5)(14)}}{2(5)}\)

\(\displaystyle k = \frac{21 \pm \sqrt{441 - 280}}{10}\)

\(\displaystyle k = \frac{21 \pm \sqrt{161}}{10}\)

So, the values of k for which the system of equations is consistent are \(\frac{21 + \sqrt{161}}{10}\) and \(\frac{21 - \sqrt{161}}{10}\).

Revision Table: System Consistency and Determinants

Concept Description Condition for 3 Equations / 2 Variables
Consistent System A system of equations with at least one solution. Determinant of the coefficient and constant matrix is zero.
Inconsistent System A system of equations with no solution. Determinant of the coefficient and constant matrix is non-zero.
Determinant A scalar value calculated from a square matrix. For a 3x3 matrix related to a system of 3 linear equations in 2 variables, it indicates the consistency. Must be 0 for consistency.

Additional Information: Solving Systems of Equations

Solving systems of linear equations is a fundamental concept in algebra. For a system of 'm' equations in 'n' variables:

  • If m < n, the system is usually underdetermined and may have infinite solutions or no solution.
  • If m = n, the system can have a unique solution, infinite solutions, or no solution. Methods like substitution, elimination, matrix inversion, or Cramer's rule can be used. For Cramer's rule, the determinant of the coefficient matrix must be non-zero for a unique solution.
  • If m > n, the system is overdetermined. As seen in this problem (3 equations, 2 variables), an overdetermined system is generally inconsistent unless the equations are dependent. For consistency in an overdetermined system, extra conditions (like the determinant condition used here for 3 equations/2 variables) must often be met.

In the case of three lines in a 2D plane (representing 3 equations in 2 variables), consistency means they intersect at a single point, or all three are the same line, or two are parallel and the third passes through them at distinct points but the specific determinant condition ensures they intersect at a single point unless specific dependencies exist.

Was this answer helpful?

Important Questions from Application of Determinants

  1. 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?

  2. 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:
  3. Under what condition does the above system of equations have unique solutions?

  4. The number of values of $k$, for which the system of equations: $(k^2 - 4)x + (k - 2)y = k^2 - 2k$ and $(k + 2)x + y = k$ have infinitely many solutions, is -
  5. The system of equations

    2x + y - 3z = 5

    3x - 2y + 2z = 5 and

    5x - 3y - z = 16
Need Expert Advice?

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