Skip to main content
Back to Matrices & Determinants
JEE Main 2021
Matrices & Determinants
Matrices and Determinants
Easy

Question

If the system of linear equations 2x + 2ay + az = 0 2x + 3by + bz = 0 2x + 4cy + cz = 0, where a, b, c \in R are non-zero distinct; has a non-zero solution, then:

Options

Solution

Solution

1. Key Concept: Condition for Non-Zero Solution in Homogeneous Linear Equations

For a system of homogeneous linear equations of the form AX=0AX = 0 (where AA is the coefficient matrix, XX is the variable matrix, and 00 is the zero matrix), a non-zero solution (also known as a non-trivial solution) exists if and only if the determinant of the coefficient matrix is zero, i.e., det(A)=0\text{det}(A) = 0. If det(A)0\text{det}(A) \neq 0, then the only solution is the trivial solution X=0X=0.

Given the system of equations:

  1. 2x+2ay+az=02x + 2ay + az = 0
  2. 2x+3by+bz=02x + 3by + bz = 0
  3. 2x+4cy+cz=02x + 4cy + cz = 0

The coefficient matrix AA for this system is: A=(22aa23bb24cc)A = \begin{pmatrix} 2 & 2a & a \\ 2 & 3b & b \\ 2 & 4c & c \end{pmatrix} Since the problem states that the system has a non-zero solution, we must have det(A)=0\text{det}(A) = 0.

2. Setting up the Determinant Equation

We set the determinant of the coefficient matrix to zero: 22aa23bb24cc=0\left| \begin{matrix} 2 & 2a & a \\ 2 & 3b & b \\ 2 & 4c & c \end{matrix} \right| = 0

3. Simplifying the Determinant using Row Operations

To simplify the calculation of the determinant, we can perform row operations to create zeros in a column or row. This makes expansion much easier. We observe that the first column has identical elements (all 2s). We can use this to create zeros in the first column below the first element.

  • Perform the operation R2R2R1R_2 \to R_2 - R_1 (Subtract Row 1 from Row 2).
  • Perform the operation R3R3R1R_3 \to R_3 - R_1 (Subtract Row 1 from Row 3).

These operations do not change the value of the determinant. 22aa223b2aba224c2aca=0\left| \begin{matrix} 2 & 2a & a \\ 2-2 & 3b-2a & b-a \\ 2-2 & 4c-2a & c-a \end{matrix} \right| = 0 This simplifies to: 22aa03b2aba04c2aca=0\left| \begin{matrix} 2 & 2a & a \\ 0 & 3b-2a & b-a \\ 0 & 4c-2a & c-a \end{matrix} \right| = 0

4. Expanding the Determinant

Now, we expand the determinant along the first column. Since the elements in the first column below the first row are zero, the expansion becomes very straightforward: 23b2aba4c2aca0(minor)+0(minor)=02 \cdot \left| \begin{matrix} 3b-2a & b-a \\ 4c-2a & c-a \end{matrix} \right| - 0 \cdot (\text{minor}) + 0 \cdot (\text{minor}) = 0 2[(3b2a)(ca)(ba)(4c2a)]=02 \cdot [ (3b-2a)(c-a) - (b-a)(4c-2a) ] = 0 Since 202 \neq 0, the expression inside the square brackets must be zero: (3b2a)(ca)(ba)(4c2a)=0(3b-2a)(c-a) - (b-a)(4c-2a) = 0

5. Algebraic Simplification

Now, we expand the products and simplify the algebraic expression: (3bc3ab2ac+2a2)(4bc2ab4ac+2a2)=0(3bc - 3ab - 2ac + 2a^2) - (4bc - 2ab - 4ac + 2a^2) = 0 Distribute the negative sign for the second parenthesis: 3bc3ab2ac+2a24bc+2ab+4ac2a2=03bc - 3ab - 2ac + 2a^2 - 4bc + 2ab + 4ac - 2a^2 = 0 Combine like terms: (3bc4bc)+(3ab+2ab)+(2ac+4ac)+(2a22a2)=0(3bc - 4bc) + (-3ab + 2ab) + (-2ac + 4ac) + (2a^2 - 2a^2) = 0 bcab+2ac=0-bc - ab + 2ac = 0 Rearrange the terms to get positive coefficients where possible: 2ac=ab+bc2ac = ab + bc

6. Transforming to the Arithmetic Progression (A.P.) Condition

We are given that a,b,ca, b, c are non-zero distinct real numbers. This is crucial because it allows us to divide by abcabc without dividing by zero. Divide the entire equation 2ac=ab+bc2ac = ab + bc by abcabc: 2acabc=ababc+bcabc\frac{2ac}{abc} = \frac{ab}{abc} + \frac{bc}{abc} Simplify each term: 2b=1c+1a\frac{2}{b} = \frac{1}{c} + \frac{1}{a} Rearranging the terms on the right side: 2b=1a+1c\frac{2}{b} = \frac{1}{a} + \frac{1}{c}

7. Conclusion: Identifying the Arithmetic Progression

The condition 2/b=1/a+1/c2/b = 1/a + 1/c is the defining property of an Arithmetic Progression (A.P.). If three numbers x,y,zx, y, z are in A.P., then the middle term yy is the arithmetic mean of the other two, i.e., 2y=x+z2y = x + z. Comparing this with our result, where x=1/ax = 1/a, y=1/by = 1/b, and z=1/cz = 1/c, we can conclude that 1/a,1/b,1/c1/a, 1/b, 1/c are in A.P.

The final answer is (A)\boxed{(A)}.


Tips and Common Mistakes to Avoid:

  • Understanding Homogeneous Systems: Remember that a homogeneous system AX=0AX=0 always has the trivial solution (X=0X=0). A non-zero solution exists only when det(A)=0\text{det}(A)=0.
  • Determinant Calculation: Be careful with signs when expanding determinants. Row/column operations are powerful tools to simplify determinants, but apply them correctly. Remember that RiRi+kRjR_i \to R_i + k R_j does not change the determinant value. Swapping rows/columns changes the sign. Multiplying a row/column by kk multiplies the determinant by kk.
  • Algebraic Manipulation: Pay close attention to parentheses and signs when expanding and simplifying algebraic expressions. A single sign error can lead to a completely different result.
  • Division by Variables: Always check if the variables you are dividing by can be zero. In this problem, a,b,ca, b, c are given as non-zero, so division by abcabc is valid. If they could be zero, this step would require careful case analysis.
  • Recognizing Series Conditions: Be familiar with the conditions for Arithmetic Progression (A.P.), Geometric Progression (G.P.), and Harmonic Progression (H.P.).
    • A.P.: 2y=x+z2y = x + z (or yx=zyy-x = z-y)
    • G.P.: y2=xzy^2 = xz (or y/x=z/yy/x = z/y)
    • H.P.: 1/x,1/y,1/z1/x, 1/y, 1/z are in A.P. (which means 2/y=1/x+1/z2/y = 1/x + 1/z)

Summary/Key Takeaway:

This problem beautifully connects the concept of non-trivial solutions for homogeneous linear systems (determinant equals zero) with algebraic manipulation leading to the definition of an Arithmetic Progression. It highlights the importance of determinant properties and careful algebraic simplification to arrive at the desired relationship between the coefficients. The condition 2ac=ab+bc2ac = ab + bc is a common result that directly implies the reciprocals are in A.P. when all variables are non-zero.

Practice More Matrices & Determinants Questions

View All Questions