Question:

Suppose \( \alpha, \beta, \gamma \) are the roots of the equation \( x^3 + qx + r = 0 \) (with \( r \neq 0 \)) and they are in A.P. Then the rank of the matrix \( \begin{pmatrix} \alpha & \beta & \gamma \\ \beta & \gamma & \alpha \\ \gamma & \alpha & \beta \end{pmatrix} \) is:

Show Hint

For matrix rank, use row reduction or determinant. For roots in A.P., express them symmetrically and check linear dependence in the matrix.
Updated On: Apr 28, 2025
  • 3
  • 2
  • 0
  • 1
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To find the rank of the matrix \(\begin{pmatrix} \alpha & \beta & \gamma \\ \beta & \gamma & \alpha \\ \gamma & \alpha & \beta \end{pmatrix}\), where \( \alpha, \beta, \gamma \) are roots of the polynomial \( x^3 + qx + r = 0 \) and are in an arithmetic progression (A.P.), we follow these steps:

Since \( \alpha, \beta, \gamma \) are in A.P., we can express them as:
\(\beta = \alpha + d\),
\(\gamma = \alpha + 2d\).

Thus, the roots of the polynomial can be expressed as \(\alpha, \alpha + d, \alpha + 2d\).

The sum of the roots for cubic equations, based on Viète's formulas, states:
\(\alpha + \beta + \gamma = 0\).
Substituting the values gives:
\(\alpha + (\alpha + d) + (\alpha + 2d) = 0\)
\(3\alpha + 3d = 0\)
\(\alpha + d = 0\)
\(d = -\alpha\).

Therefore, \(\beta = \alpha - \alpha = 0\) and \(\gamma = \alpha + 2(-\alpha) = -\alpha\).

Substituting into the matrix:

\(\alpha\)0-\(\alpha\)
0-\(\alpha\)\(\alpha\)
-\(\alpha\)\(\alpha\)0

Notice that each row and column of this matrix is linearly dependent on each other, since each can be expressed as a linear combination of others. Therefore, the rows and columns are not fully independent.

Calculating determinant to ensure non-full rank:

\(\text{Let } A = \begin{pmatrix} \alpha & 0 & -\alpha \\ 0 & -\alpha & \alpha \\ -\alpha & \alpha & 0 \end{pmatrix}\). 
The determinant of \( A \):
\(\det(A) = \alpha(0\cdot0 - (-\alpha)\cdot\alpha) - 0 + (-\alpha)(0\cdot0 - (-\alpha)\cdot\alpha)\)
\(= \alpha^3 + \alpha^3 = 2\alpha^3\),
which is \(0\) only if \(\alpha = 0\), but \(\alpha = 0\) would conflict with \(r \neq 0\).

Having a non-zero determinant when simplified implies potential rank issues. Since all columns express a linear relationship, the rank of the matrix is no higher than 2.

Thus, the rank of the matrix is 2, matching our conclusion that it is the value where two independent linear combinations are formed.

Was this answer helpful?
0
0