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

Question

If the system of linear equations x + ky + 3z = 0 3x + ky - 2z = 0 2x + 4y - 3z = 0 has a non-zero solution (x, y, z), then xzy2{{xz} \over {{y^2}}} is equal to

Options

Solution

Understanding the Key Concept

For a system of homogeneous linear equations, given by Ax=0A\mathbf{x} = \mathbf{0}, where AA is the coefficient matrix, x\mathbf{x} is the column vector of variables, and 0\mathbf{0} is the zero vector:

{a1x+b1y+c1z=0a2x+b2y+c2z=0a3x+b3y+c3z=0\begin{cases} a_1x + b_1y + c_1z = 0 \\ a_2x + b_2y + c_2z = 0 \\ a_3x + b_3y + c_3z = 0 \end{cases}

This system always has a trivial solution, which is x=0,y=0,z=0x=0, y=0, z=0. However, if the system is to have a non-zero solution (also called a non-trivial solution), then the determinant of the coefficient matrix must be equal to zero. That is, det(A)=0\det(A) = 0.

Step-by-Step Solution

1. Formulating the Determinant Condition

The given system of linear equations is:

{x+ky+3z=0(1)3x+ky2z=0(2)2x+4y3z=0(3)\begin{cases} x + ky + 3z = 0 \quad &(1) \\ 3x + ky - 2z = 0 \quad &(2) \\ 2x + 4y - 3z = 0 \quad &(3) \end{cases}

The coefficient matrix AA for this system is:

A=(1k33k2243)A = \begin{pmatrix} 1 & k & 3 \\ 3 & k & -2 \\ 2 & 4 & -3 \end{pmatrix}

For a non-zero solution to exist, the determinant of this coefficient matrix must be zero:

det(A)=1k33k2243=0\det(A) = \left| \begin{matrix} 1 & k & 3 \\ 3 & k & -2 \\ 2 & 4 & -3 \end{matrix} \right| = 0

2. Evaluating the Determinant to Find K

We will expand the determinant along the first row for simplicity.

1k243k3223+33k24=01 \cdot \left| \begin{matrix} k & -2 \\ 4 & -3 \end{matrix} \right| - k \cdot \left| \begin{matrix} 3 & -2 \\ 2 & -3 \end{matrix} \right| + 3 \cdot \left| \begin{matrix} 3 & k \\ 2 & 4 \end{matrix} \right| = 0

Now, we calculate the 2×22 \times 2 determinants:

1(k(3)(2)4)k(3(3)(2)2)+3(34k2)=01 \cdot (k \cdot (-3) - (-2) \cdot 4) - k \cdot (3 \cdot (-3) - (-2) \cdot 2) + 3 \cdot (3 \cdot 4 - k \cdot 2) = 0 1(3k+8)k(9+4)+3(122k)=01 \cdot (-3k + 8) - k \cdot (-9 + 4) + 3 \cdot (12 - 2k) = 0 3k+8k(5)+366k=0-3k + 8 - k(-5) + 36 - 6k = 0 3k+8+5k+366k=0-3k + 8 + 5k + 36 - 6k = 0

Combine the terms involving kk and the constant terms:

(3k+5k6k)+(8+36)=0(-3k + 5k - 6k) + (8 + 36) = 0 4k+44=0-4k + 44 = 0

Solving for kk:

4k=444k = 44 k=11k = 11

Tip: Be extremely careful with signs when evaluating determinants, especially with negative numbers. A common mistake is mismanaging the minus sign in the cofactor expansion or in the adbcad-bc calculation for 2×22 \times 2 determinants.

3. Substituting K and Forming the Reduced System

Now that we have found k=11k=11, we substitute this value back into the original system of equations. This ensures that the system now has infinitely many solutions (a non-zero solution is one of them). The system becomes:

{x+11y+3z=0(1)3x+11y2z=0(2)2x+4y3z=0(3)\begin{cases} x + 11y + 3z = 0 \quad &(1') \\ 3x + 11y - 2z = 0 \quad &(2') \\ 2x + 4y - 3z = 0 \quad &(3') \end{cases}

Since this system has a non-zero solution, the equations are linearly dependent. This means we can express some variables in terms of others. Our goal is to find the ratio x:y:zx:y:z.

4. Solving the System for Relationships between x, y, z

We need to find relationships between x,y,x, y, and zz. We can use any two of the three equations since they are linearly dependent. Let's try to eliminate one variable.

Adding equation (1') and (3') seems like a good strategy as the zz terms have opposite signs and coefficients that sum to zero (3z3z=03z - 3z = 0):

(x+11y+3z)+(2x+4y3z)=0+0(x + 11y + 3z) + (2x + 4y - 3z) = 0 + 0 3x+15y=03x + 15y = 0

From this, we can express xx in terms of yy:

3x=15y3x = -15y x=5yx = -5y

Now we have a relationship for xx. Let's use this in one of the original equations to find a relationship for zz. Substituting x=5yx = -5y into equation (1'):

(5y)+11y+3z=0(-5y) + 11y + 3z = 0 6y+3z=06y + 3z = 0

Now, express zz in terms of yy:

3z=6y3z = -6y z=2yz = -2y

So, we have found that x=5yx = -5y and z=2yz = -2y. This means for any non-zero value of yy, we can find corresponding xx and zz values that satisfy the system. For a non-zero solution, yy cannot be zero (if y=0y=0, then x=0x=0 and z=0z=0, which is the trivial solution).

5. Calculating the Required Expression

We need to find the value of xzy2\frac{xz}{y^2}. Substitute the expressions for xx and zz that we just found into the given expression:

xzy2=(5y)(2y)y2\frac{xz}{y^2} = \frac{(-5y)(-2y)}{y^2} =10y2y2= \frac{10y^2}{y^2}

Since we are looking for a non-zero solution, y0y \neq 0, so y20y^2 \neq 0. Therefore, we can cancel y2y^2 from the numerator and denominator:

=10= 10

The value of xzy2\frac{xz}{y^2} is 1010.

Final Answer Check: If y=1y=1, then x=5x=-5 and z=2z=-2. Let's check with original equations with K=11K=11:

  1. x+11y+3z=5+11(1)+3(2)=5+116=0x+11y+3z = -5 + 11(1) + 3(-2) = -5 + 11 - 6 = 0. (Correct)
  2. 3x+11y2z=3(5)+11(1)2(2)=15+11+4=03x+11y-2z = 3(-5) + 11(1) - 2(-2) = -15 + 11 + 4 = 0. (Correct)
  3. 2x+4y3z=2(5)+4(1)3(2)=10+4+6=02x+4y-3z = 2(-5) + 4(1) - 3(-2) = -10 + 4 + 6 = 0. (Correct) The values are consistent. Then xzy2=(5)(2)(1)2=101=10\frac{xz}{y^2} = \frac{(-5)(-2)}{(1)^2} = \frac{10}{1} = 10.

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

Summary and Key Takeaway

This problem demonstrates a crucial concept in linear algebra: a homogeneous system of linear equations (Ax=0A\mathbf{x}=\mathbf{0}) has a non-trivial (non-zero) solution if and only if the determinant of its coefficient matrix is zero. Once this condition is used to find any unknown parameters (like kk in this case), the system becomes dependent. This allows us to express variables in terms of each other (i.e., find their ratios), which is often sufficient to evaluate expressions involving these variables. Always remember to handle determinant calculations carefully and ensure your variable substitutions are accurate.

Practice More Matrices & Determinants Questions

View All Questions