KnowledgeBoat Logo
|

Mathematics

Show that [1221]\begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix} is a solution of the matrix equation X2 - 2X - 3I = 0 where I is the unit matrix of order 2.

Matrices

54 Likes

Answer

I=[1001],X=[1221]I = \begin{bmatrix}[r] 1 & 0 \ 0 & 1 \end{bmatrix}, X = \begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix} \\[1em]

Given,

X2 - 2X - 3I = 0

Putting value of X and I in above equation we get,

L.H.S. =[1221][1221]2[1221]3[1001]=[1×1+2×21×2+2×12×1+1×22×2+1×1][2442][3003][1+42+22+24+1][2442][3003][5445][2442][3003]=[523440440523]=[0000]\text{L.H.S. } = \begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix} \begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix} - 2 \begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix} - 3 \begin{bmatrix}[r] 1 & 0 \ 0 & 1 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 \times 1 + 2 \times 2 & 1 \times 2 + 2 \times 1 \ 2 \times 1 + 1 \times 2 & 2 \times 2 + 1 \times 1 \end{bmatrix} - \begin{bmatrix}[r] 2 & 4 \ 4 & 2 \end{bmatrix} - \begin{bmatrix}[r] 3 & 0 \ 0 & 3 \end{bmatrix} \\[1em] \begin{bmatrix}[r] 1 + 4 & 2 + 2 \ 2 + 2 & 4 + 1 \end{bmatrix} - \begin{bmatrix}[r] 2 & 4 \ 4 & 2 \end{bmatrix} - \begin{bmatrix}[r] 3 & 0 \ 0 & 3 \end{bmatrix} \\[1em] \begin{bmatrix}[r] 5 & 4 \ 4 & 5 \end{bmatrix} - \begin{bmatrix}[r] 2 & 4 \ 4 & 2 \end{bmatrix} - \begin{bmatrix}[r] 3 & 0 \ 0 & 3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 5 - 2 - 3 & 4 - 4 - 0 \ 4 - 4 - 0 & 5 - 2 - 3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 0 & 0 \ 0 & 0 \end{bmatrix}

Since, L.H.S. = [0000]\begin{bmatrix}[r] 0 & 0 \ 0 & 0 \end{bmatrix} = R.H.S. Hence, proved that X2 - 2X -3I = 0.

[1221]\begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix} is a solution of the matrix equation X2 - 2X - 3I = 0

Answered By

22 Likes


Related Questions