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

Question

The values of α\alpha, for which 132α+32113α+132α+33α+10=0\left|\begin{array}{ccc}1 & \frac{3}{2} & \alpha+\frac{3}{2} \\ 1 & \frac{1}{3} & \alpha+\frac{1}{3} \\ 2 \alpha+3 & 3 \alpha+1 & 0\end{array}\right|=0, lie in the interval

Options

Solution

Key Concept: Determinant of a 3×33 \times 3 Matrix and Properties

The determinant of a 3×33 \times 3 matrix

A=a11a12a13a21a22a23a31a32a33A = \left|\begin{array}{ccc} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{array}\right|

can be calculated by expanding along any row or column. For example, expanding along the first row:

det(A)=a11(a22a33a23a32)a12(a21a33a23a31)+a13(a21a32a22a31)\det(A) = a_{11}(a_{22}a_{33} - a_{23}a_{32}) - a_{12}(a_{21}a_{33} - a_{23}a_{31}) + a_{13}(a_{21}a_{32} - a_{22}a_{31})

To simplify calculations, we often use properties of determinants. Row and column operations of the type RiRi+kRjR_i \to R_i + kR_j (or CiCi+kCjC_i \to C_i + kC_j) do not change the value of the determinant. These operations are particularly useful for creating zeros in a row or column, which significantly reduces the number of terms in the expansion.


Step 1: Simplify the Determinant using Row and Column Operations

We are given the determinant:

D=132α+32113α+132α+33α+10=0D = \left|\begin{array}{ccc}1 & \frac{3}{2} & \alpha+\frac{3}{2} \\ 1 & \frac{1}{3} & \alpha+\frac{1}{3} \\ 2 \alpha+3 & 3 \alpha+1 & 0\end{array}\right|=0

Our first goal is to simplify this determinant by creating zeros, ideally in a row or column with many non-zero elements.

  1. Apply Row Operation R1R1R2R_1 \to R_1 - R_2:

    • Why this step? Subtracting R2R_2 from R1R_1 will create a zero in the first element of the first row (11=01-1=0). It will also simplify the α\alpha terms in the third column and the fractional terms in the second column. This is a common strategy to make the determinant easier to expand.
    • The new elements for R1R_1 are:
      • 11=01 - 1 = 0
      • 3213=926=76\frac{3}{2} - \frac{1}{3} = \frac{9-2}{6} = \frac{7}{6}
      • (α+32)(α+13)=3213=76\left(\alpha+\frac{3}{2}\right) - \left(\alpha+\frac{1}{3}\right) = \frac{3}{2} - \frac{1}{3} = \frac{7}{6}
    • The determinant becomes: D=07676113α+132α+33α+10D = \left|\begin{array}{ccc}0 & \frac{7}{6} & \frac{7}{6} \\ 1 & \frac{1}{3} & \alpha+\frac{1}{3} \\ 2 \alpha+3 & 3 \alpha+1 & 0\end{array}\right|
  2. Apply Column Operation C3C3C2C_3 \to C_3 - C_2:

    • Why this step? We already have a zero in the first row. By performing C3C3C2C_3 \to C_3 - C_2, we can create another zero in the first row, specifically at the (1,3)(1,3) position (7/67/6=07/6 - 7/6 = 0). This will make expanding along the first row much simpler, as only one term will remain.
    • The new elements for C3C_3 are:
      • 7676=0\frac{7}{6} - \frac{7}{6} = 0
      • (α+13)13=α\left(\alpha+\frac{1}{3}\right) - \frac{1}{3} = \alpha
      • 0(3α+1)=(3α+1)0 - (3\alpha+1) = -(3\alpha+1)
    • The determinant is now significantly simplified: D=0760113α2α+33α+1(3α+1)D = \left|\begin{array}{ccc}0 & \frac{7}{6} & 0 \\ 1 & \frac{1}{3} & \alpha \\ 2 \alpha+3 & 3 \alpha+1 & -(3 \alpha+1)\end{array}\right|

Step 2: Expand the Simplified Determinant

Now, we expand the determinant along the first row, as it contains two zeros, which will minimize calculations.

D=0(cofactor11)76(cofactor12)+0(cofactor13)D = 0 \cdot (\text{cofactor}_{11}) - \frac{7}{6} \cdot (\text{cofactor}_{12}) + 0 \cdot (\text{cofactor}_{13})

Since the first and third terms are zero, we only need to calculate the middle term:

D=761α2α+3(3α+1)D = -\frac{7}{6} \left|\begin{array}{cc}1 & \alpha \\ 2 \alpha+3 & -(3 \alpha+1)\end{array}\right|
  • Why the negative sign? The cofactor expansion for element aija_{ij} uses a sign of (1)i+j(-1)^{i+j}. For a12a_{12} (row 1, column 2), i+j=1+2=3i+j = 1+2=3, so (1)3=1(-1)^3 = -1.
  • Now, expand the 2×22 \times 2 determinant: (adbc)(ad - bc) D=76[1((3α+1))α(2α+3)]D = -\frac{7}{6} [1 \cdot (-(3 \alpha+1)) - \alpha \cdot (2 \alpha+3)] D=76[3α1(2α2+3α)]D = -\frac{7}{6} [-3 \alpha-1 - (2 \alpha^2+3 \alpha)] D=76[3α12α23α]D = -\frac{7}{6} [-3 \alpha-1 - 2 \alpha^2-3 \alpha] D=76[2α26α1]D = -\frac{7}{6} [-2 \alpha^2 - 6 \alpha - 1]

We are given that the determinant D=0D=0. Therefore:

76[2α26α1]=0-\frac{7}{6} [-2 \alpha^2 - 6 \alpha - 1] = 0

Since 760-\frac{7}{6} \neq 0, the expression in the brackets must be zero:

2α26α1=0-2 \alpha^2 - 6 \alpha - 1 = 0

Multiplying by 1-1 to make the leading coefficient positive:

2α2+6α+1=02 \alpha^2 + 6 \alpha + 1 = 0

Step 3: Solve the Quadratic Equation for α\alpha

We have a quadratic equation of the form ax2+bx+c=0a x^2 + b x + c = 0, where a=2a=2, b=6b=6, and c=1c=1. We use the quadratic formula:

α=b±b24ac2a\alpha = \frac{-b \pm \sqrt{b^2-4ac}}{2a}

Substitute the values:

α=6±624(2)(1)2(2)\alpha = \frac{-6 \pm \sqrt{6^2 - 4(2)(1)}}{2(2)} α=6±3684\alpha = \frac{-6 \pm \sqrt{36 - 8}}{4} α=6±284\alpha = \frac{-6 \pm \sqrt{28}}{4}

Simplify 28=4×7=27\sqrt{28} = \sqrt{4 \times 7} = 2\sqrt{7}:

α=6±274\alpha = \frac{-6 \pm 2\sqrt{7}}{4}

Divide the numerator and denominator by 2:

α=3±72\alpha = \frac{-3 \pm \sqrt{7}}{2}

So, the two values of α\alpha are:

α1=3+72andα2=372\alpha_1 = \frac{-3 + \sqrt{7}}{2} \quad \text{and} \quad \alpha_2 = \frac{-3 - \sqrt{7}}{2}

Step 4: Determine the Interval Containing the Values of α\alpha

To determine which interval contains these values, we need to approximate 7\sqrt{7}. We know that 22=42^2=4 and 32=93^2=9, so 7\sqrt{7} is between 2 and 3. A common approximation is 72.646\sqrt{7} \approx 2.646.

Let's calculate the approximate values of α1\alpha_1 and α2\alpha_2:

  • α13+2.6462=0.3542=0.177\alpha_1 \approx \frac{-3 + 2.646}{2} = \frac{-0.354}{2} = -0.177
  • α232.6462=5.6462=2.823\alpha_2 \approx \frac{-3 - 2.646}{2} = \frac{-5.646}{2} = -2.823

Now, let's check which of the given options contain these values:

  • (A) (2,1)(-2,1):

    • For α10.177\alpha_1 \approx -0.177: Is 2<0.177<1-2 < -0.177 < 1? Yes. So α1(2,1)\alpha_1 \in (-2,1).
    • For α22.823\alpha_2 \approx -2.823: Is 2<2.823<1-2 < -2.823 < 1? No, because 2.823<2-2.823 < -2. So α2(2,1)\alpha_2 \notin (-2,1).
    • This interval contains one of the roots.
  • (B) (32,32)=(1.5,1.5)\left(-\frac{3}{2}, \frac{3}{2}\right) = (-1.5, 1.5):

    • For α10.177\alpha_1 \approx -0.177: Is 1.5<0.177<1.5-1.5 < -0.177 < 1.5? Yes. So α1(1.5,1.5)\alpha_1 \in (-1.5, 1.5).
    • For α22.823\alpha_2 \approx -2.823: Is 1.5<2.823<1.5-1.5 < -2.823 < 1.5? No, because 2.823<1.5-2.823 < -1.5. So α2(1.5,1.5)\alpha_2 \notin (-1.5, 1.5).
    • This interval also contains one of the roots.
  • (C) (3,0)(-3,0):

    • For α10.177\alpha_1 \approx -0.177: Is 3<0.177<0-3 < -0.177 < 0? Yes. So α1(3,0)\alpha_1 \in (-3,0).
    • For α22.823\alpha_2 \approx -2.823: Is 3<2.823<0-3 < -2.823 < 0? Yes. So α2(3,0)\alpha_2 \in (-3,0).
    • This interval contains both roots.
  • (D) (0,3)(0,3):

    • Neither α1\alpha_1 nor α2\alpha_2 lie in this interval.

Given that the correct answer is (A), it implies that the question is asking to identify an interval from the options that contains at least one of the valid values of α\alpha. Since α10.177\alpha_1 \approx -0.177 lies within the interval (2,1)(-2,1), option (A) is the correct choice.


Tips for Success & Common Mistakes

  1. Simplify First: Always look for opportunities to simplify the determinant using row/column operations before expanding. Creating zeros is key to reducing calculation errors and time.
  2. Careful with Fractions: Be meticulous when adding or subtracting fractions. Common denominators are essential.
  3. Sign Conventions: Remember the alternating signs when expanding a determinant (e.g., for a 3×33 \times 3 matrix, the pattern is +++ - +).
  4. Quadratic Formula Accuracy: Double-check your calculations when applying the quadratic formula, especially with square roots.
  5. Interval Checking: When comparing values to intervals, use approximate decimal values for square roots, but be precise enough to distinguish between interval boundaries.

Summary/Key Takeaway

This problem demonstrates the importance of using determinant properties to simplify calculations. By performing row and column operations, we efficiently reduced the 3×33 \times 3 determinant to a simpler form. Expanding this simplified determinant led to a quadratic equation, the roots of which represent the values of α\alpha that make the determinant zero. Finally, careful approximation of these roots allowed us to identify the correct interval from the given options. The phrasing of the question suggests finding an interval that contains at least one of the valid α\alpha values.

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

Practice More Matrices & Determinants Questions

View All Questions