KnowledgeBoat Logo
|

Mathematics

If A = [3205] and B =[1012],\begin{bmatrix}[r] 3 & 2 \ 0 & 5 \end{bmatrix} \text{ and B } = \begin{bmatrix}[r] 1 & 0 \ 1 & 2 \end{bmatrix}, find each of the following and state if they are equal :

(i) (A + B)(A - B)

(ii) A2 - B2

Matrices

5 Likes

Answer

(i) We need to find the value of (A + B)(A - B)

(A+B)(AB)=([3205]+[1012])([3205][1012])=[3+12+00+15+2][31200152]=[4217][2213]=[4×2+2×(1)4×2+2×31×2+7×(1)1×2+7×3]=[828+6272+21]=[614523].(A + B)(A - B) = \Big(\begin{bmatrix}[r] 3 & 2 \ 0 & 5 \end{bmatrix} + \begin{bmatrix}[r] 1 & 0 \ 1 & 2 \end{bmatrix}\Big)\Big(\begin{bmatrix}[r] 3 & 2 \ 0 & 5 \end{bmatrix} - \begin{bmatrix}[r] 1 & 0 \ 1 & 2 \end{bmatrix}\Big) \\[0.5em] = \begin{bmatrix}[r] 3 + 1 & 2 + 0 \ 0 + 1 & 5 + 2 \end{bmatrix} \begin{bmatrix}[r] 3 - 1 & 2 - 0 \ 0 - 1 & 5 - 2 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 4 & 2 \ 1 & 7 \end{bmatrix} \begin{bmatrix}[r] 2 & 2 \ -1 & 3 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 4 \times 2 + 2 \times (-1) & 4 \times 2 + 2 \times 3 \ 1 \times 2 + 7 \times (-1) & 1 \times 2 + 7 \times 3 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 8 - 2 & 8 + 6 \ 2 - 7 & 2 + 21 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 6 & 14 \ -5 & 23 \end{bmatrix}.

Hence, the value of (A + B)(A - B) = [614523]\begin{bmatrix}[r] 6 & 14 \ -5 & 23 \end{bmatrix}.

(ii) We need to find the value of A2 - B2

A2B2=[3205][3205][1012][1012]=[3×3+2×03×2+2×50×3+5×00×2+5×5][1×1+0×11×0+0×21×1+2×11×0+2×2]=[916025][1034]=[9116003254]=[816321].A^2 - B^2 = \begin{bmatrix}[r] 3 & 2 \ 0 & 5 \end{bmatrix} \begin{bmatrix}[r] 3 & 2 \ 0 & 5 \end{bmatrix} - \begin{bmatrix}[r] 1 & 0 \ 1 & 2 \end{bmatrix} \begin{bmatrix}[r] 1 & 0 \ 1 & 2 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 3 \times 3 + 2 \times 0 & 3 \times 2 + 2 \times 5 \ 0 \times 3 + 5 \times 0 & 0 \times 2 + 5 \times 5 \end{bmatrix} - \begin{bmatrix}[r] 1 \times 1 + 0 \times 1 & 1 \times 0 + 0 \times 2 \ 1 \times 1 + 2 \times 1 & 1 \times 0 + 2 \times 2 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 9 & 16 \ 0 & 25 \end{bmatrix} - \begin{bmatrix}[r] 1 & 0 \ 3 & 4 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 9 - 1 & 16 - 0 \ 0 - 3 & 25 - 4 \end{bmatrix} \\[0.5em] = \begin{bmatrix}[r] 8 & 16 \ -3 & 21 \end{bmatrix} .

Hence, the value of A2B2=[816321] and (A + B)(A - B) A2B2.A^2 - B^2 = \begin{bmatrix}[r] 8 & 16 \ -3 & 21 \end{bmatrix} \text{ and (A + B)(A - B) } \neq A^2 - B^2.

Answered By

3 Likes


Related Questions