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

Question

If the system of equations 2x + 3y – z = 0, x + ky – 2z = 0 and 2x – y + z = 0 has a non-trival solution (x, y, z), then xy+yz+zx+k{x \over y} + {y \over z} + {z \over x} + k is equal to :-

Options

Solution

Key Concept: Non-Trivial Solutions for Homogeneous Systems

For a system of homogeneous linear equations of the form:

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

to have a non-trivial solution (i.e., a solution other than x=0,y=0,z=0x=0, y=0, z=0), the determinant of the coefficient matrix must be equal to zero. Let the coefficient matrix be A=(a1b1c1a2b2c2a3b3c3)A = \begin{pmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{pmatrix}. Then, for a non-trivial solution, we must have det(A)=0\det(A) = 0.


Step 1: Determine the Value of 'k' for a Non-Trivial Solution

The given system of equations is:

  1. 2x+3yz=02x + 3y – z = 0
  2. x+ky2z=0x + ky – 2z = 0
  3. 2xy+z=02x – y + z = 0

To find the value of kk for which this system has a non-trivial solution, we set the determinant of the coefficient matrix to zero.

The coefficient matrix is:

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

Setting det(A)=0\det(A) = 0:

2311k2211=0\left| \begin{matrix} 2 & 3 & -1 \\ 1 & k & -2 \\ 2 & -1 & 1 \end{matrix} \right| = 0

Now, we expand the determinant along the first row:

2k21131221+(1)1k21=02 \left| \begin{matrix} k & -2 \\ -1 & 1 \end{matrix} \right| - 3 \left| \begin{matrix} 1 & -2 \\ 2 & 1 \end{matrix} \right| + (-1) \left| \begin{matrix} 1 & k \\ 2 & -1 \end{matrix} \right| = 0

Calculate the 2×22 \times 2 determinants:

  • 2(k×1(2)×(1))2(k \times 1 - (-2) \times (-1))
  • 3(1×1(2)×2)-3(1 \times 1 - (-2) \times 2)
  • 1(1×(1)k×2)-1(1 \times (-1) - k \times 2)

Substituting these back:

2(k2)3(1(4))1(12k)=02(k - 2) - 3(1 - (-4)) - 1(-1 - 2k) = 0 2(k2)3(1+4)1(12k)=02(k - 2) - 3(1 + 4) - 1(-1 - 2k) = 0 2k43(5)+1+2k=02k - 4 - 3(5) + 1 + 2k = 0 2k415+1+2k=02k - 4 - 15 + 1 + 2k = 0 4k18=04k - 18 = 0 4k=184k = 18 k=184k = \frac{18}{4} k=92k = \frac{9}{2}

Explanation: We perform this step first because the problem explicitly states a "non-trivial solution," which is the direct condition to find the unknown parameter kk. Without kk, we cannot fully define the system and solve for the ratios of x,y,zx, y, z. Tip: Be very careful with signs when expanding determinants, especially with the negative terms in the cofactor expansion. A common mistake is to miss a sign change.


Step 2: Solve the System of Equations with the Found 'k'

Now that we have k=92k = \frac{9}{2}, we substitute this value back into the original system of equations. The system becomes:

  1. 2x+3yz=02x + 3y – z = 0 (Equation (i))
  2. x+92y2z=0    2x+9y4z=0x + \frac{9}{2}y – 2z = 0 \implies 2x + 9y – 4z = 0 (Equation (ii)')
  3. 2xy+z=02x – y + z = 0 (Equation (iii))

Since the determinant of the coefficient matrix is zero, these equations are linearly dependent. This means we cannot find unique values for x,y,zx, y, z, but we can find the ratios between them (e.g., x:y:zx:y:z). We need to find x/yx/y, y/zy/z, and z/xz/x.

Let's use a combination of these equations to find relationships between the variables:

Subtract Equation (iii) from Equation (i):

(2x+3yz)(2xy+z)=00(2x + 3y – z) - (2x – y + z) = 0 - 0 2x+3yz2x+yz=02x + 3y – z - 2x + y - z = 0 4y2z=04y - 2z = 0 4y=2z4y = 2z z=2y(Equation (iv))z = 2y \quad (\text{Equation (iv)})

From this, we can directly find one of the required ratios:

yz=12\frac{y}{z} = \frac{1}{2}

Now, substitute z=2yz = 2y into Equation (i):

2x+3y(2y)=02x + 3y - (2y) = 0 2x+y=02x + y = 0 y=2x(Equation (v))y = -2x \quad (\text{Equation (v)})

From this, we can find another required ratio:

xy=12\frac{x}{y} = -\frac{1}{2}

Explanation: We are looking for ratios of variables. By combining equations, we aim to eliminate one variable at a time or establish a direct relationship between two variables. The choice of equations (i) and (iii) was strategic because subtracting them directly eliminated xx and simplified the expression quickly. We then used this relationship (z=2yz=2y) in another equation (i) to find a relationship between xx and yy. Tip: When solving for ratios, it's often easiest to express one variable in terms of another. For example, z=2yz=2y means zz is twice yy.


Step 3: Calculate the Remaining Ratio

We have y/z=1/2y/z = 1/2 and x/y=1/2x/y = -1/2. We need z/xz/x. We can find z/xz/x by multiplying the reciprocals of the ratios we already found: From z=2yz=2y and y=2xy=-2x: Substitute y=2xy=-2x into z=2yz=2y:

z=2(2x)z = 2(-2x) z=4xz = -4x

Therefore:

zx=4\frac{z}{x} = -4

Explanation: By chaining the relationships we found (zz in terms of yy, and yy in terms of xx), we can establish a direct relationship between zz and xx. This is a more robust way than multiplying fractions which might lead to errors if not careful.


Step 4: Substitute Values into the Expression and Final Calculation

Now we have all the components needed for the expression:

  • k=92k = \frac{9}{2}
  • xy=12\frac{x}{y} = -\frac{1}{2}
  • yz=12\frac{y}{z} = \frac{1}{2}
  • zx=4\frac{z}{x} = -4

Substitute these values into the given expression:

xy+yz+zx+k\frac{x}{y} + \frac{y}{z} + \frac{z}{x} + k =(12)+(12)+(4)+(92)= \left(-\frac{1}{2}\right) + \left(\frac{1}{2}\right) + (-4) + \left(\frac{9}{2}\right) =04+92= 0 - 4 + \frac{9}{2} =4+92= -4 + \frac{9}{2}

To add these, find a common denominator:

=82+92= -\frac{8}{2} + \frac{9}{2} =982= \frac{9 - 8}{2} =12= \frac{1}{2}

Explanation: This is the final step where all previously calculated values are brought together. Careful arithmetic is crucial here. Common Mistake: Careless addition/subtraction of fractions can lead to errors. Double-check your calculations.


Summary and Key Takeaway

This problem effectively tests your understanding of the conditions for non-trivial solutions in homogeneous systems of linear equations and your ability to solve such systems for ratios of variables. The key steps were:

  1. Recognizing that a non-trivial solution implies the determinant of the coefficient matrix is zero.
  2. Accurately calculating the determinant to find the unknown parameter kk.
  3. Substituting kk back into the system and strategically solving for the ratios of variables (x/yx/y, y/zy/z, z/xz/x) by eliminating variables.
  4. Finally, substituting all derived values into the given expression and performing the arithmetic.

The final answer is 12\frac{1}{2}.

The correct option is (C).

Practice More Matrices & Determinants Questions

View All Questions