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

Let the system of equations :

$2x + 3y + 5z = 9$,

$7x+3y-2z = 8$,

$12x + 3y - (4 + \lambda) z = 16 – \mu$,

have infinitely many solutions. Then the radius of the circle centred at $(\lambda, \mu)$ and touching theline $4x = 3y$ is

The correct answer is
$\frac{7}{5}$

System of Equations: Find Lambda and Mu

The given system of linear equations is:

  • $2x + 3y + 5z = 9$
  • $7x + 3y - 2z = 8$
  • $12x + 3y - (4 + \lambda)z = 16 – \mu$

For a system of linear equations to have infinitely many solutions, the determinant of the coefficient matrix must be zero.

The coefficient matrix is: $ A = \begin{pmatrix} 2 & 3 & 5 \\ 7 & 3 & -2 \\ 12 & 3 & -(4+\lambda) \end{pmatrix} $

Calculate the determinant of $A$: $ \det(A) = 2 \begin{vmatrix} 3 & -2 \\ 3 & -(4+\lambda) \end{vmatrix} - 3 \begin{vmatrix} 7 & -2 \\ 12 & -(4+\lambda) \end{vmatrix} + 5 \begin{vmatrix} 7 & 3 \\ 12 & 3 \end{vmatrix} $ $ \det(A) = 2[3(-(4+\lambda)) - 3(-2)] - 3[7(-(4+\lambda)) - 12(-2)] + 5[7(3) - 12(3)] $ $ \det(A) = 2[-12 - 3\lambda + 6] - 3[-28 - 7\lambda + 24] + 5[21 - 36] $ $ \det(A) = 2[-6 - 3\lambda] - 3[-4 - 7\lambda] + 5[-15] $ $ \det(A) = -12 - 6\lambda + 12 + 21\lambda - 75 $ $ \det(A) = 15\lambda - 75 $

Set $\det(A) = 0$ to find $\lambda$: $ 15\lambda - 75 = 0 $ $ 15\lambda = 75 $ $ \lambda = 5 $

Equations: Find Mu for Infinite Solutions

With $\lambda = 5$, the third equation becomes $12x + 3y - 9z = 16 – \mu$.

For infinitely many solutions, the third equation must be a linear combination of the first two. Let $R_3 = c_1 R_1 + c_2 R_2$. Comparing the coefficients of $y$: $3 = c_1(3) + c_2(3) \implies 1 = c_1 + c_2$. Comparing the coefficients of $x$: $12 = c_1(2) + c_2(7)$. Substitute $c_2 = 1 - c_1$: $12 = 2c_1 + 7(1 - c_1) = 2c_1 + 7 - 7c_1 = 7 - 5c_1$. $5 = -5c_1 \implies c_1 = -1$. Then $c_2 = 1 - (-1) = 2$.

Verify with the coefficients of $z$: $c_1(5) + c_2(-2) = (-1)(5) + (2)(-2) = -5 - 4 = -9$. This matches the coefficient of $z$ in the third equation.

Now, find $\mu$ using the constants: $16 - \mu = c_1(9) + c_2(8)$ $16 - \mu = (-1)(9) + (2)(8)$ $16 - \mu = -9 + 16$ $16 - \mu = 7$ $ \mu = 16 - 7 = 9 $

So, the center of the circle is $(\lambda, \mu) = (5, 9)$.

Circle Radius: Distance to Line

The circle is centered at $(5, 9)$ and touches the line $4x = 3y$. The equation of the line can be written as $4x - 3y = 0$. The radius of the circle is the perpendicular distance from the center $(5, 9)$ to the line $4x - 3y = 0$.

Using the distance formula $d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}$, where $(x_0, y_0) = (5, 9)$ and the line is $4x - 3y + 0 = 0$ ($A=4, B=-3, C=0$): $ \text{Radius} = d = \frac{|4(5) + (-3)(9) + 0|}{\sqrt{4^2 + (-3)^2}} $ $ d = \frac{|20 - 27|}{\sqrt{16 + 9}} $ $ d = \frac{|-7|}{\sqrt{25}} $ $ d = \frac{7}{5} $

The radius of the circle is $\frac{7}{5}$.

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