KnowledgeBoat Logo
|

Mathematics

If M = [1221]\begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix} and I is a unit matrix of the same order as that of M; show that :

M2 = 2M + 3I

Matrices

29 Likes

Answer

I = [1001]\begin{bmatrix}[r] 1 & 0 \ 0 & 1 \end{bmatrix}

M = [1221]\begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix}

L.H.S. =M2=[1221][1221]=[1×1+2×21×2+2×12×1+1×22×2+1×1]=[1+42+22+24+1]=[5445]R.H.S.=2M+3I=2[1221]+3[1001]=[2442]+[3003]=[2+34+04+02+3]=[5445].\text{L.H.S. }= M^2 = \begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix}\begin{bmatrix}[r] 1 & 2 \ 2 & 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} \\[1em] = \begin{bmatrix}[r] 1 + 4 & 2 + 2 \ 2 + 2 & 4 + 1 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 5 & 4 \ 4 & 5 \end{bmatrix} \\[1em] \text{R.H.S.} = 2M + 3I \\[1em] = 2\begin{bmatrix}[r] 1 & 2 \ 2 & 1 \end{bmatrix} + 3\begin{bmatrix}[r] 1 & 0 \ 0 & 1 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 & 4 \ 4 & 2 \end{bmatrix} + \begin{bmatrix}[r] 3 & 0 \ 0 & 3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 + 3 & 4 + 0 \ 4 + 0 & 2 + 3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 5 & 4 \ 4 & 5 \end{bmatrix}.

Since, L.H.S. = R.H.S.

Hence, proved that M2 = 2M + 3I.

Answered By

13 Likes


Related Questions