KnowledgeBoat Logo
|

Mathematics

Let A = [1021] and B =[2310],\begin{bmatrix} 1 & 0 \ 2 & 1 \end{bmatrix} \text{ and B } = \begin{bmatrix}[r] 2 & 3 \ -1 & 0 \end{bmatrix}, find A2 + AB + B2.

Matrices

34 Likes

Answer

A2=[1021][1021]=[1×1+0×21×0+0×12×1+1×22×0+1×1]=[1+00+02+20+1]=[1041]AB=[1021][2310]=[1×2+0×(1)1×3+0×02×2+1×(1)2×3+1×0]=[2+03+0416+0]=[2336]B2=[2310][2310]=[2×2+3×(1)2×3+3×0(1)×2+0×(1)(1)×3+0×0]=[436+02+03+0]=[1623].A2+AB+B2=[1041]+[2336]+[1623]=[1+2+10+3+64+3+(2)1+6+(3)]=[4954].A^2 = \begin{bmatrix} 1 & 0 \ 2 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \ 2 & 1 \end{bmatrix} \\[1em] = \begin{bmatrix} 1 \times 1 + 0 \times 2 & 1 \times 0 + 0 \times 1 \ 2 \times 1 + 1 \times 2 & 2 \times 0 + 1 \times 1 \end{bmatrix} \\[1em] = \begin{bmatrix} 1 + 0 & 0 + 0 \ 2 + 2 & 0 + 1 \end{bmatrix} \\[1em] = \begin{bmatrix} 1 & 0 \ 4 & 1 \end{bmatrix} \\[1em] AB = \begin{bmatrix} 1 & 0 \ 2 & 1 \end{bmatrix} \begin{bmatrix}[r] 2 & 3 \ -1 & 0 \end{bmatrix} \\[1em] = \begin{bmatrix} 1 \times 2 + 0 \times (-1) & 1 \times 3 + 0 \times 0 \ 2 \times 2 + 1 \times (-1) & 2 \times 3 + 1 \times 0 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 + 0 & 3 + 0 \ 4 - 1 & 6 + 0 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 2 & 3 \ 3 & 6 \end{bmatrix} \\[1em] B^2 = \begin{bmatrix}[r] 2 & 3 \ -1 & 0 \end{bmatrix} \begin{bmatrix}[r] 2 & 3 \ -1 & 0 \end{bmatrix} \\[1em] = \begin{bmatrix} 2 \times 2 + 3 \times (-1) & 2 \times 3 + 3 \times 0 \ (-1) \times 2 + 0 \times (-1) & (-1) \times 3 + 0 \times 0 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 4 - 3 & 6 + 0 \ -2 + 0 & -3 + 0 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 & 6 \ -2 & -3 \end{bmatrix}. \\[1em] \therefore A^2 + AB + B^2 = \begin{bmatrix} 1 & 0 \ 4 & 1 \end{bmatrix} + \begin{bmatrix}[r] 2 & 3 \ 3 & 6 \end{bmatrix} + \begin{bmatrix}[r] 1 & 6 \ -2 & -3 \end{bmatrix} \\[1em] = \begin{bmatrix}[r] 1 + 2 + 1 & 0 + 3 + 6 \ 4 + 3 + (-2) & 1 + 6 + (-3) \end{bmatrix} \\[1em] = \begin{bmatrix} 4 & 9 \ 5 & 4 \end{bmatrix}.

Hence, the matrix A2 + AB + B2 = [4954]\begin{bmatrix} 4 & 9 \ 5 & 4 \end{bmatrix}.

Answered By

19 Likes


Related Questions