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

If the system of equations 
$2x + \lambda y + 3z = 5$ 
$3x+2y-z=7$ 
$4x + 5y + \mu z = 9$ 
has infinitely many solutions, then $(\lambda^2+ \mu^2)$ is equal to :

The correct answer is
26

System of Equations: Solving for λ2 + μ2

We are given a system of three linear equations:

  • $2x + \lambda y + 3z = 5$
  • $3x + 2y - z = 7$
  • $4x + 5y + \mu z = 9$

For this system to have infinitely many solutions, the determinant of the coefficient matrix must be zero, and the system must be consistent.

Determinant Condition for Infinite Solutions

The coefficient matrix is:

$ A = \begin{pmatrix} 2 & \lambda & 3 \\ 3 & 2 & -1 \\ 4 & 5 & \mu \end{pmatrix} $

The determinant, det(A), must be zero:

$ \det(A) = 2(2\mu - (-1)(5)) - \lambda(3\mu - (-1)(4)) + 3(3(5) - 2(4)) $ $ \det(A) = 2(2\mu + 5) - \lambda(3\mu + 4) + 3(15 - 8) $ $ \det(A) = 4\mu + 10 - 3\lambda\mu - 4\lambda + 3(7) $ $ \det(A) = -3\lambda\mu - 4\lambda + 4\mu + 31 $

Setting det(A) = 0 gives:

$ -3\lambda\mu - 4\lambda + 4\mu + 31 = 0 \quad (*)$

Consistency Conditions using Determinants

When the main determinant is zero, for the system to have infinitely many solutions (i.e., be consistent), the determinants formed by replacing each column of A with the constant terms vector B must also be zero.

Let $D_y$ be the determinant when the second column is replaced by the constants (5, 7, 9):

$ D_y = \det \begin{pmatrix} 2 & 5 & 3 \\ 3 & 7 & -1 \\ 4 & 9 & \mu \end{pmatrix} $ $ D_y = 2(7\mu - (-1)(9)) - 5(3\mu - (-1)(4)) + 3(3(9) - 7(4)) $ $ D_y = 2(7\mu + 9) - 5(3\mu + 4) + 3(27 - 28) $ $ D_y = 14\mu + 18 - 15\mu - 20 + 3(-1) $ $ D_y = -\mu - 2 - 3 = -\mu - 5 $

Setting $D_y = 0$ gives:

$ -\mu - 5 = 0 \implies \mu = -5 $

Let $D_z$ be the determinant when the third column is replaced by the constants (5, 7, 9):

$ D_z = \det \begin{pmatrix} 2 & \lambda & 5 \\ 3 & 2 & 7 \\ 4 & 5 & 9 \end{pmatrix} $ $ D_z = 2(2(9) - 7(5)) - \lambda(3(9) - 7(4)) + 5(3(5) - 2(4)) $ $ D_z = 2(18 - 35) - \lambda(27 - 28) + 5(15 - 8) $ $ D_z = 2(-17) - \lambda(-1) + 5(7) $ $ D_z = -34 + \lambda + 35 = \lambda + 1 $

Setting $D_z = 0$ gives:

$ \lambda + 1 = 0 \implies \lambda = -1 $

Final Calculation

We found $\lambda = -1$ and $\mu = -5$. Let's verify these values in the first condition (*):

$ -3(-1)(-5) - 4(-1) + 4(-5) + 31 = -15 + 4 - 20 + 31 = -11 - 20 + 31 = -31 + 31 = 0 $

The values satisfy the condition.

We need to calculate $(\lambda^2 + \mu^2)$:

$ (\lambda^2 + \mu^2) = (-1)^2 + (-5)^2 $ $ (\lambda^2 + \mu^2) = 1 + 25 $ $ (\lambda^2 + \mu^2) = 26 $
Was this answer helpful?

Similar Questions

  1. Let A be a $3 \times 3$ matrix such that $A + A^T = O$. If $A\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} 3 \\ 3 \\ 2 \end{bmatrix}$, $A^2\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} -3 \\ 19 \\ -24 \end{bmatrix}$ and $\det(adj(2 \ adj(A + I))) = (2)^\alpha \cdot (3)^\beta \cdot (11)^\gamma$, $\alpha, \beta, \gamma$ are non-negative integers, then $\alpha + \beta + \gamma$ is equal to _________
  2. Let $\alpha = \frac{-1 + i\sqrt{3}}{2}$ and $\beta = \frac{-1 - i\sqrt{3}}{2}$, $i = \sqrt{-1}$. If $(7 - 7\alpha + 9\beta)^{20} + (9 + 7\alpha - 7\beta)^{20} + (-7 + 9\alpha + 7\beta)^{20} + (14 + 7\alpha + 7\beta)^{20} = m^{10}$, then $m$ is _________
  3. Let ABC be a triangle. Consider four points $p_1, p_2, p_3, p_4$ on the side AB, five points $p_5, p_6, p_7, p_8, p_9$ on the side BC, and four points $p_{10}, p_{11}, p_{12}, p_{13}$ on the side AC. None of these points is a vertex of the triangle ABC. Then the total number of pentagons, that can be formed by taking all the vertices from the points $p_1, p_2, ..., p_{13}$, is _________
  4. If $X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}$ is a solution of the system of equations $AX = B$, where $\text{adj } A = \begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix}$ and $B = \begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix}$, then $|x + y + z|$ is equal to :
  5. Let $C_r$ denote the coefficient of $x^r$ in the binomial expansion of $(1 + x)^n$, $n \in \mathbb{N}, 0 \leq r \leq n$. If $P_n = C_0 - C_1 + \frac{2^2}{3} C_2 - \frac{2^3}{4} C_3 + \dots + \frac{(-2)^n}{n+1} C_n$, then the value of $\sum_{n=1}^{25} \frac{1}{P_{2n}}$ equals.
  6. The number of elements in the relation $R = \{(x, y) : 4x^2 + y^2 < 52, x, y \in \mathbb{Z}\}$ is
  7. Let $S = \{z \in \mathbb{C} : 4z^2 + \bar{z} = 0\}$. Then $\sum_{z \in S} |z|^2$ is equal to :
  8. Let f and g be functions satisfying $f(x+y) = f(x)f(y), f(1) = 7$ and $g(x+y) = g(xy), g(1) = 1$, for all $x, y \in \mathbb{N}$. If $\sum_{x=1}^{n} \left(\frac{f(x)}{g(x)}\right) = 19607$, then n is equal to :

  9. Let S be the set of the first 11 natural numbers. Then the number of elements in $A = \{B \subseteq S : n(B) \geq 2$ and the product of all elements of B is even is ________.

  10. Let $S = \frac{1}{25!} + \frac{1}{3!23!} + \frac{1}{5!21!} + \dots$ up to 13 terms. If $13S = \frac{2^k}{n!}, k \in \mathbb{N}$, then $n + k$ is equal to

Important Questions from Algebra

  1. Let A be a $3 \times 3$ matrix such that $A + A^T = O$. If $A\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} 3 \\ 3 \\ 2 \end{bmatrix}$, $A^2\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} -3 \\ 19 \\ -24 \end{bmatrix}$ and $\det(adj(2 \ adj(A + I))) = (2)^\alpha \cdot (3)^\beta \cdot (11)^\gamma$, $\alpha, \beta, \gamma$ are non-negative integers, then $\alpha + \beta + \gamma$ is equal to _________
  2. Let $\alpha = \frac{-1 + i\sqrt{3}}{2}$ and $\beta = \frac{-1 - i\sqrt{3}}{2}$, $i = \sqrt{-1}$. If $(7 - 7\alpha + 9\beta)^{20} + (9 + 7\alpha - 7\beta)^{20} + (-7 + 9\alpha + 7\beta)^{20} + (14 + 7\alpha + 7\beta)^{20} = m^{10}$, then $m$ is _________
  3. Let ABC be a triangle. Consider four points $p_1, p_2, p_3, p_4$ on the side AB, five points $p_5, p_6, p_7, p_8, p_9$ on the side BC, and four points $p_{10}, p_{11}, p_{12}, p_{13}$ on the side AC. None of these points is a vertex of the triangle ABC. Then the total number of pentagons, that can be formed by taking all the vertices from the points $p_1, p_2, ..., p_{13}$, is _________
  4. If $X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}$ is a solution of the system of equations $AX = B$, where $\text{adj } A = \begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix}$ and $B = \begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix}$, then $|x + y + z|$ is equal to :
  5. Let $C_r$ denote the coefficient of $x^r$ in the binomial expansion of $(1 + x)^n$, $n \in \mathbb{N}, 0 \leq r \leq n$. If $P_n = C_0 - C_1 + \frac{2^2}{3} C_2 - \frac{2^3}{4} C_3 + \dots + \frac{(-2)^n}{n+1} C_n$, then the value of $\sum_{n=1}^{25} \frac{1}{P_{2n}}$ equals.
Need Expert Advice?
More Questions from JEE Main

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