Skip to main content
Back to Matrices & Determinants
JEE Main 2019
Matrices & Determinants
Matrices and Determinants
Medium

Question

The number of real values of λ\lambda for which the system of linear equations 2x + 4y - λ\lambda z = 0 4x + λ\lambda y + 2z = 0 λ\lambda x + 2y + 2z = 0 has infinitely many solutions, is :

Options

Solution

1. Key Concept: Homogeneous System of Linear Equations and Conditions for Solutions

A system of linear equations is classified as homogeneous if all the constant terms on the right-hand side of the equations are zero. Such a system can be concisely written in matrix form as AX=0AX = 0, where:

  • AA is the n×nn \times n coefficient matrix (containing the coefficients of the variables).
  • XX is the column matrix of variables (e.g., X=(xyz)X = \begin{pmatrix} x \\ y \\ z \end{pmatrix}).
  • 00 is the zero column matrix (representing the constant terms).

For a homogeneous system AX=0AX = 0, there are two fundamental possibilities for its solutions:

  • Unique (Trivial) Solution: If the determinant of the coefficient matrix, det(A)\det(A), is non-zero (det(A)0\det(A) \neq 0), the system has only one solution: the trivial solution, where all variables are zero (x=0,y=0,z=0x=0, y=0, z=0).
  • Infinitely Many (Non-Trivial) Solutions: If the determinant of the coefficient matrix, det(A)\det(A), is zero (det(A)=0\det(A) = 0), the system has infinitely many solutions. These solutions include the trivial solution, but also non-trivial solutions where at least one variable is non-zero.

Why this is important: The question asks for the number of real values of λ\lambda for which the given system has infinitely many solutions. Based on the concept above, this condition is met precisely when the determinant of the system's coefficient matrix is equal to zero. Our strategy will be to form the coefficient matrix, calculate its determinant, and then solve the resulting equation det(A)=0\det(A)=0 for λ\lambda.

2. Forming the Coefficient Matrix

The given system of linear equations is:

2x+4yλz=04x+λy+2z=0λx+2y+2z=0\begin{align*} 2x + 4y - \lambda z &= 0 \\ 4x + \lambda y + 2z &= 0 \\ \lambda x + 2y + 2z &= 0 \end{align*}

To apply the condition det(A)=0\det(A) = 0, we first need to construct the coefficient matrix AA. This matrix is formed by arranging the coefficients of x,y,x, y, and zz from each equation into rows.

Why this step is taken: Representing the system in matrix form allows us to utilize the powerful tools of matrix algebra and determinants to analyze the nature of its solutions.

The coefficient matrix AA for this system is:

A=(24λ4λ2λ22)A = \begin{pmatrix} 2 & 4 & -\lambda \\ 4 & \lambda & 2 \\ \lambda & 2 & 2 \end{pmatrix}

3. Calculating the Determinant of the Coefficient Matrix

Next, we calculate the determinant of the coefficient matrix AA. We will use the cofactor expansion method along the first row (or Sarrus' rule for a 3×33 \times 3 matrix).

Why this step is taken: The condition for infinitely many solutions is det(A)=0\det(A) = 0. Therefore, calculating the determinant is a crucial step towards finding the values of λ\lambda.

The determinant of AA is:

det(A)=24λ4λ2λ22\det(A) = \begin{vmatrix} 2 & 4 & -\lambda \\ 4 & \lambda & 2 \\ \lambda & 2 & 2 \end{vmatrix}

Expanding along the first row:

det(A)=2λ222442λ2+(λ)4λλ2\det(A) = 2 \begin{vmatrix} \lambda & 2 \\ 2 & 2 \end{vmatrix} - 4 \begin{vmatrix} 4 & 2 \\ \lambda & 2 \end{vmatrix} + (-\lambda) \begin{vmatrix} 4 & \lambda \\ \lambda & 2 \end{vmatrix}

Explanation: For a 3×33 \times 3 matrix (abcdefghi)\begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix}, its determinant is a(eifh)b(difg)+c(dheg)a(ei-fh) - b(di-fg) + c(dh-eg).

Now, we evaluate each 2×22 \times 2 determinant:

  • 2(λ222)=2(2λ4)2(\lambda \cdot 2 - 2 \cdot 2) = 2(2\lambda - 4)
  • 4(422λ)=4(82λ)-4(4 \cdot 2 - 2 \cdot \lambda) = -4(8 - 2\lambda)
  • λ(42λλ)=λ(8λ2)-\lambda(4 \cdot 2 - \lambda \cdot \lambda) = -\lambda(8 - \lambda^2)

Substitute these simplified expressions back into the determinant equation:

det(A)=2(2λ4)4(82λ)λ(8λ2)\det(A) = 2(2\lambda - 4) - 4(8 - 2\lambda) - \lambda(8 - \lambda^2)

Distribute and simplify:

det(A)=4λ832+8λ8λ+λ3\det(A) = 4\lambda - 8 - 32 + 8\lambda - 8\lambda + \lambda^3

Combine like terms:

det(A)=λ3+(4λ+8λ8λ)(8+32)\det(A) = \lambda^3 + (4\lambda + 8\lambda - 8\lambda) - (8 + 32) det(A)=λ3+4λ40\det(A) = \lambda^3 + 4\lambda - 40

4. Solving for λ\lambda

For the system to have infinitely many solutions, we must set det(A)=0\det(A) = 0. So, we have the cubic equation:

λ3+4λ40=0\lambda^3 + 4\lambda - 40 = 0

Why this step is taken: This equation directly provides the values of λ\lambda that satisfy the condition for infinitely many solutions, as established in Section 1.

Let's analyze the function f(λ)=λ3+4λ40f(\lambda) = \lambda^3 + 4\lambda - 40 to determine the number of its real roots. First, we find the derivative of f(λ)f(\lambda):

f(λ)=ddλ(λ3+4λ40)=3λ2+4f'(\lambda) = \frac{d}{d\lambda}(\lambda^3 + 4\lambda - 40) = 3\lambda^2 + 4

Explanation: The derivative tells us about the slope and monotonicity of the function. Since λ20\lambda^2 \ge 0 for all real values of λ\lambda, it follows that 3λ203\lambda^2 \ge 0. Therefore, f(λ)=3λ2+44f'(\lambda) = 3\lambda^2 + 4 \ge 4. This means f(λ)f'(\lambda) is always positive for all real λ\lambda (i.e., f(λ)>0f'(\lambda) > 0).

Why this analysis is important: A function whose derivative is always positive is strictly increasing over its entire domain. A strictly increasing continuous function can intersect the horizontal axis (i.e., have a root) at most once. Since f(λ)f(\lambda) is a cubic polynomial, its value approaches -\infty as λ\lambda \to -\infty and ++\infty as λ+\lambda \to +\infty. By the Intermediate Value Theorem, it must cross the x-axis exactly once.

Thus, the equation λ3+4λ40=0\lambda^3 + 4\lambda - 40 = 0 has exactly one real root.

We can approximate this root:

  • f(3)=33+4(3)40=27+1240=3940=1f(3) = 3^3 + 4(3) - 40 = 27 + 12 - 40 = 39 - 40 = -1
  • f(4)=43+4(4)40=64+1640=8040=40f(4) = 4^3 + 4(4) - 40 = 64 + 16 - 40 = 80 - 40 = 40 Since f(3)f(3) is negative and f(4)f(4) is positive, the unique real root lies between 33 and 44.

5. Analyzing the Solutions for λ\lambda

Our analysis of the cubic equation λ3+4λ40=0\lambda^3 + 4\lambda - 40 = 0 clearly shows that there is exactly one real value of λ\lambda for which the determinant of the coefficient matrix is zero.

6. Conclusion and Final Answer

The number of real values of λ\lambda for which the given system of linear equations has infinitely many solutions is 1.

The final answer is 1\boxed{\text{1}}.

7. Tips for Success & Common Mistakes

  • Double-Check Determinant Calculation: Errors in calculating the determinant are very common. Always double-check your signs and arithmetic, especially for 3×33 \times 3 matrices. Using both cofactor expansion and Sarrus' rule (if applicable) can help verify your result.
  • Understanding Homogeneous Systems: Remember the specific conditions for homogeneous systems (AX=0AX=0): det(A)0\det(A) \neq 0 implies a unique trivial solution, while det(A)=0\det(A) = 0 implies infinitely many solutions (which include non-trivial ones). Do not confuse this with non-homogeneous systems (AX=BAX=B where B0B \neq 0), which have different conditions for unique, no, or infinitely many solutions.
  • Analyzing Polynomial Roots: For cubic equations, always remember that they have at least one real root. To determine the exact number of real roots, analyzing the first derivative of the polynomial can be very effective. If the derivative is always positive or always negative, the cubic has only one real root. If the derivative has two real roots, the cubic can have one, two, or three real roots.
  • Rational Root Theorem: For integer coefficient polynomials, testing integer factors of the constant term can help find rational roots, which can then be used to factorize the polynomial. In our case, the root was not an integer.

Practice More Matrices & Determinants Questions

View All Questions