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

Consider the following for the next two (02) items that follow :

Let Δ(a, b, c, α) = \(\left|\begin{array}{ccc} a & b & a \alpha+b \\ b & c & b \alpha+c \\ a \alpha+b & b \alpha+c & 0 \end{array}\right|\)

If Δ(7, 4, 2, α) = 0, then α is a root of which one of the following equations ? 

The correct answer is

7x2 + 8x + 2 = 0

Solving Determinant Equation for Alpha

The problem asks us to find the equation whose root is \(\alpha\) given a determinant \(\Delta(a, b, c, \alpha)\) and the condition \(\Delta(7, 4, 2, \alpha) = 0\).

The given determinant is: \[ \Delta(a, b, c, \alpha) = \left|\begin{array}{ccc} a & b & a \alpha+b \\ b & c & b \alpha+c \\ a \alpha+b & b \alpha+c & 0 \end{array}\right| \]

We are given that \(\Delta(7, 4, 2, \alpha) = 0\). This means we substitute \(a=7\), \(b=4\), and \(c=2\) into the determinant: \[ \Delta(7, 4, 2, \alpha) = \left|\begin{array}{ccc} 7 & 4 & 7 \alpha+4 \\ 4 & 2 & 4 \alpha+2 \\ 7 \alpha+4 & 4 \alpha+2 & 0 \end{array}\right| \]

Now, we need to evaluate this determinant and set it equal to zero. We can expand the determinant along the third row for simplicity, as it contains a zero element. The formula for expanding a \(3 \times 3\) determinant along the third row is: \[ \text{det} = (a \alpha+b) \times C_{31} + (b \alpha+c) \times C_{32} + 0 \times C_{33} \] where \(C_{ij}\) are the cofactors.

Let's calculate the cofactors \(C_{31}\) and \(C_{32}\) for the substituted values \(a=7, b=4, c=2\):

  • Cofactor \(C_{31}\): This is \( (-1)^{3+1} \) times the determinant of the minor obtained by removing the 3rd row and 1st column. \[ C_{31} = (-1)^4 \left|\begin{array}{cc} 4 & 7 \alpha+4 \\ 2 & 4 \alpha+2 \end{array}\right| = 1 \times [(4)(4 \alpha+2) - (2)(7 \alpha+4)] \] \[ C_{31} = (16 \alpha + 8) - (14 \alpha + 8) = 16 \alpha + 8 - 14 \alpha - 8 = 2 \alpha \]
  • Cofactor \(C_{32}\): This is \( (-1)^{3+2} \) times the determinant of the minor obtained by removing the 3rd row and 2nd column. \[ C_{32} = (-1)^5 \left|\begin{array}{cc} 7 & 7 \alpha+4 \\ 4 & 4 \alpha+2 \end{array}\right| = -1 \times [(7)(4 \alpha+2) - (4)(7 \alpha+4)] \] \[ C_{32} = -1 \times [(28 \alpha + 14) - (28 \alpha + 16)] = -1 \times [28 \alpha + 14 - 28 \alpha - 16] = -1 \times [-2] = 2 \]

Now substitute these cofactors back into the determinant expansion formula: \[ \Delta = (7 \alpha+4) \times C_{31} + (4 \alpha+2) \times C_{32} \] \[ \Delta = (7 \alpha+4)(2 \alpha) + (4 \alpha+2)(2) \] \[ \Delta = (14 \alpha^2 + 8 \alpha) + (8 \alpha + 4) \] \[ \Delta = 14 \alpha^2 + 16 \alpha + 4 \]

We are given that \(\Delta(7, 4, 2, \alpha) = 0\). So, we set the calculated determinant equal to zero: \[ 14 \alpha^2 + 16 \alpha + 4 = 0 \]

This is a quadratic equation in terms of \(\alpha\). We can simplify it by dividing the entire equation by 2: \[ \frac{14 \alpha^2}{2} + \frac{16 \alpha}{2} + \frac{4}{2} = \frac{0}{2} \] \[ 7 \alpha^2 + 8 \alpha + 2 = 0 \]

The question asks for the equation of which \(\alpha\) is a root. This quadratic equation \(7 \alpha^2 + 8 \alpha + 2 = 0\) shows the relationship that \(\alpha\) must satisfy. If we replace \(\alpha\) with a general variable like \(x\), the equation becomes \(7x^2 + 8x + 2 = 0\).

Comparing this with the given options:

Option Equation
1 \(7x^2 + 4x + 2 = 0\)
2 \(7x^2 - 4x + 2 = 0\)
3 \(7x^2 + 8x + 2 = 0\)
4 \(7x^2 - 8x + 2 = 0\)

Our derived equation \(7x^2 + 8x + 2 = 0\) matches Option 3. Therefore, \(\alpha\) is a root of the equation \(7x^2 + 8x + 2 = 0\).

Revision Table: Key Steps

Step Description Formula/Concept Used
1 Substitute given values of \(a, b, c\) into the determinant \(\Delta\). Substitution
2 Evaluate the resulting determinant. Determinant expansion (e.g., cofactor expansion)
3 Set the determinant value equal to zero based on the problem condition \(\Delta = 0\). Problem condition
4 Simplify the resulting equation. Algebraic manipulation
5 Identify the equation from the given options that matches the simplified equation. Comparison

Additional Information: Determinants and Roots

A determinant is a scalar value that can be computed from the elements of a square matrix. Determinants have many applications in linear algebra, including solving systems of linear equations, finding matrix inverses, and calculating areas and volumes.

  • Determinant Expansion: For a \(3 \times 3\) matrix \(A = \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|\), the determinant can be calculated by expanding along any row or column using cofactors. The cofactor \(C_{ij}\) of an element \(a_{ij}\) is given by \(C_{ij} = (-1)^{i+j} M_{ij}\), where \(M_{ij}\) is the determinant of the minor matrix (the matrix obtained by removing the \(i\)-th row and \(j\)-th column).
  • Determinant = 0: If the determinant of a matrix is zero, it means the matrix is singular. In the context of a system of linear equations represented by the matrix, a zero determinant implies that the system either has no unique solution or has infinitely many solutions. In this problem, setting the determinant involving \(\alpha\) to zero gives an equation that \(\alpha\) must satisfy for this specific condition to hold.
  • Roots of an Equation: The roots of an equation are the values of the variable that satisfy the equation. In this case, \(\alpha\) is a root of the resulting quadratic equation because it is the value that makes the determinant equal to zero.

This problem combined the concept of evaluating a determinant with solving an algebraic equation (a quadratic equation in this case) derived from setting the determinant to zero.

Was this answer helpful?

Important Questions from Determinants

  1. If \(A=\left[\begin{array}{rrr} 2 & -1 & 0 \\ -1 & 3 & 0 \\ 1 & 0 & 1 \end{array}\right]\), then what is the value of det[adj(adjA)] ?

  2. If A, B and C are square matrices of order 3 and det(BC) = 2 det(A), then what is the value of det(2A-1BC)?

  3. If \(A=\left[\begin{array}{rrr} 0 & 3 & 4 \\ -3 & 0 & 5 \\ -4 & -5 & 0 \end{array}\right]\), then which one of the following statements is correct?

  4. If \(\left|\begin{array}{ccc} x^2+3 x & x-1 & x+3 \\ x+1 & -2 x & x-4 \\ x-3 & x+4 & 3 x \end{array}\right|\) = ax4 + bx3 + cx2 + dx + e, then what is the value of e?"

  5. If all elements of a third order determinant are equal to 1 or -1, then the value of the determinant is:

Need Expert Advice?

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