Matrix A Satisfies A²⁰+αA¹⁹+βA=Given Matrix — Find β−α

Matrices and DeterminantsMatrices and DeterminantsJEE Main 2021Hard

JEE Main 2021. Previous Year Question.

Problem

If the matrix $A=\begin{bmatrix}1&0&0\\0&2&0\\3&0&-1\end{bmatrix}$ satisfies the equation $A^{20}+\alpha A^{19}+\beta A=\begin{bmatrix}1&0&0\\0&4&0\\0&0&1\end{bmatrix}$ for some real numbers $\alpha$ and $\beta$, then $\beta-\alpha$ is equal to?

Key insight. $A$ is a lower triangular matrix — every entry above the diagonal is zero — so its eigenvalues are simply its diagonal entries: $1$, $2$, $-1$. Any polynomial in $A$ (like $A^{20}+\alpha A^{19}+\beta A$) is also lower triangular, with diagonal entries equal to the same polynomial evaluated at each eigenvalue. That turns a matrix equation into three simple numerical equations.

Watch this explained step by step →  ·  More on the Shiwam’s Classes channel

Approach

Identify $A$’s eigenvalues directly from its diagonal (since $A$ is lower triangular). Since $A^{20}+\alpha A^{19}+\beta A$ is a polynomial in $A$, it shares the same eigenvalue structure — its diagonal entries are the polynomial $p(\lambda)=\lambda^{20}+\alpha\lambda^{19}+\beta\lambda$ evaluated at each of $A$’s eigenvalues. Matching these against the diagonal of the given result matrix gives equations to solve for $\alpha$ and $\beta$.

Solution

Step 1 — Find the eigenvalues of A

Since $A$ is lower triangular (all entries above the diagonal are zero), its eigenvalues are exactly its diagonal entries:

$$\lambda_1=1, \quad \lambda_2=2, \quad \lambda_3=-1$$

Step 2 — Set up the polynomial equation for each eigenvalue

Let $p(\lambda)=\lambda^{20}+\alpha\lambda^{19}+\beta\lambda$. Since $A$’s diagonal entries in row/column order correspond to $\lambda_1,\lambda_2,\lambda_3$, the resulting matrix’s diagonal entries are $p(\lambda_1), p(\lambda_2), p(\lambda_3)$, matching the given matrix’s diagonal $1, 4, 1$:

$$p(1)=1, \qquad p(2)=4, \qquad p(-1)=1$$

Step 3 — Write out each equation

$$p(1) = 1+\alpha+\beta = 1 \implies \alpha+\beta=0 \quad \text{…(i)}$$

$$p(-1) = 1-\alpha-\beta = 1 \implies \alpha+\beta=0 \quad \text{(same as (i), no new information)}$$

$$p(2) = 2^{20}+\alpha\cdot2^{19}+2\beta = 4 \quad \text{…(ii)}$$

Step 4 — Substitute β = −α into equation (ii)

$$2^{20}+\alpha\cdot2^{19}-2\alpha = 4$$

$$2^{20} + \alpha(2^{19}-2) = 4$$

Step 5 — Solve for α

$$\alpha = \frac{4-2^{20}}{2^{19}-2} = \frac{4-1048576}{524288-2} = \frac{-1048572}{524286}$$

Dividing numerator and denominator by $2$:

$$\alpha = \frac{-524286}{262143} = -2$$

Step 6 — Find β

$$\beta = -\alpha = 2$$

Step 7 — Verify with equation (ii)

$$2^{20}+(-2)(2^{19})+2(2) = 1048576-1048576+4 = 4 \checkmark$$

Step 8 — Compute β − α

$$\beta-\alpha = 2-(-2) = 4$$

Answer

$$4$$

Common mistakes

  • Assuming $A^{20}$ can be computed by directly raising each matrix entry to the 20th power. Matrix powers don’t work entry-wise — the eigenvalue approach sidesteps ever computing $A^{20}$ or $A^{19}$ explicitly.
  • Forgetting that $A$’s eigenvalues match the diagonal only because $A$ is triangular. This shortcut doesn’t apply to a general (non-triangular) matrix, where eigenvalues would need to be found from the characteristic polynomial instead.

Practise next

  • If $B=\begin{bmatrix}2&0&0\\0&3&0\\5&0&-2\end{bmatrix}$ satisfies $B^3+\alpha B^2+\beta B+12I=O$, find $\alpha+\beta$ using the same eigenvalue-matching method.
Show answer

$\alpha+\beta=-7$. $B$ is lower triangular, so its eigenvalues are the diagonal entries $2$, $3$ and $-2$.

Any polynomial relation satisfied by $B$ must be satisfied by each eigenvalue, so $\lambda^3+\alpha\lambda^2+\beta\lambda+12=0$ has roots $2,3,-2$ — which identifies it as $(\lambda-2)(\lambda-3)(\lambda+2)=\lambda^3-3\lambda^2-4\lambda+12$.

So $\alpha=-3$, $\beta=-4$ and $\alpha+\beta=-7$. This is Cayley–Hamilton: the relation holds for the whole matrix, off-diagonal entry included, not just the eigenvalues.

Keep track of what you have finished — create a free account.

Similar Posts

Doubts are answered by Shiwam, usually within a day. Ask about this question specifically — a general question about the chapter is better asked in class.

Ask your doubt

Stuck on this question? Ask Shiwam directly.

A free account lets you post a doubt on any question, keep track of the exercises you have finished, and come back to the answer later.

Create a free accountI already have one