ExamGOAL
Books
5
Subjective

Find the values of $a$ and $b$, if $A=B$, where $$ A=\left[\begin{array}{cc} a+4 & 3 b \\ 8 & -6 \end{array}\right] \text { and } B=\left[\begin{array}{cc} 2 a+2 & b^2+2 \\ 8 & b^2-5 b \end{array}\right]$$

Explanation

We have, $$A=\left[\begin{array}{cc} a+4 & 3 b \\ 8 & -6 \end{array}\right]_{2 \times 2} \text { and } B=\left[\begin{array}{cc} 2 a+2 & b^2+2 \\ 8 & b^2-5 b \end{array}\right]_{2 \times 2}$$

Also, $$A=B$$

By equality of matrices we know that each element of $A$ is equal to the corresponding element of $B$, that is $a_{i j}=b_{i j}$ for all $i$ and $j$. $$ \begin{array}{lll} \therefore & a_{11}=b_{11} \Rightarrow a+4=2 a+2 \Rightarrow a=2 & \\ & a_{12}=b_{12} \Rightarrow 3 b=b^2+2 \Rightarrow b^2=3 b-2 & \\ \text { and } & a_{22}=b_{22} \Rightarrow-6=b^2-5 b & \\ \Rightarrow & -6=3 b-2-5 b \quad \left[\because b^2=3 b-2\right]\\ \Rightarrow & 2 b=4 \Rightarrow b=2 & \\ \therefore & a =2 \text { and } b=2 \end{array}$$

6
Subjective

If possible, find the sum of the matrices $A$ and $B$, where $A=\left[\begin{array}{cc}\sqrt{3} & 1 \\ 2 & 3\end{array}\right]$ and $B=\left[\begin{array}{lll}x & y & z \\ a & b & c\end{array}\right]$.

Explanation

We have, $$A=\left[\begin{array}{cc} \sqrt{3} & 1 \\ 2 & 3 \end{array}\right]_{2 \times 2} \text { and } B=\left[\begin{array}{lll} x & y & z \\ a & b & 6 \end{array}\right]_{2 \times 3}$$

Here, $A$ and $B$ are of different orders. Also, we know that the addition of two matrices $A$ and $B$ is possible only if order of both the matrices $A$ and $B$ should be same. Hence, the sum of matrices $A$ and $B$ is not possible.

7
Subjective

If $X=\left[\begin{array}{rrr}3 & 1 & -1 \\ 5 & -2 & -3\end{array}\right]$ and $Y=\left[\begin{array}{rrr}2 & 1 & -1 \\ 7 & 2 & 4\end{array}\right]$, then find

(i) $X+Y$.

(ii) $2 X-3 Y$.

(iii) a matrix $Z$ such that $X+Y+Z$ is a zero matrix.

Explanation

We have, $X=\left[\begin{array}{ccc}3 & 1 & -1 \\ 5 & -2 & -3\end{array}\right]_{2 \times 3}$ and $Y=\left[\begin{array}{ccc}2 & 1 & -1 \\ 7 & 2 & 4\end{array}\right]_{2 \times 3}$

(i) $X+Y=\left[\begin{array}{ccc}3+2 & 1+1 & -1-1 \\ 5+7 & -2+2 & -3+4\end{array}\right]=\left[\begin{array}{ccc}5 & 2 & -2 \\ 12 & 0 & 1\end{array}\right]$

$$\begin{aligned} \text{(ii) }\quad & \because 2 X=2\left[\begin{array}{lll} 3 & 1 & -1 \\ 5 & -2 & -3 \end{array}\right]=\left[\begin{array}{rrr} 6 & 2 & -2 \\ 10 & -4 & -6 \end{array}\right] \\ & \text { and } \\ & 3 Y=3\left[\begin{array}{ccc} 2 & 1 & -1 \\ 7 & 2 & 4 \end{array}\right]=\left[\begin{array}{ccc} 6 & 3 & -3 \\ 21 & 6 & 12 \end{array}\right] \\ & \therefore \quad 2 X-3 Y=\left[\begin{array}{ccc} 6-6 & 2-3 & -2+3 \\ 10-21 & -4-6 & -6-12 \end{array}\right]=\left[\begin{array}{ccc} 0 & -1 & 1 \\ -11 & -10 & -18 \end{array}\right] \end{aligned}$$

(iii) $X+Y=\left[\begin{array}{ccc}3+2 & 1+1 & -1-1 \\ 5+7 & -2+2 & -3+4\end{array}\right]=\left[\begin{array}{ccc}5 & 2 & -2 \\ 12 & 0+1\end{array}\right]$

Also, $$X+Y+Z=\left[\begin{array}{lll} 0 & 0 & 0 \\ 0 & 0 & 0 \end{array}\right]$$

We see that $Z$ is the additive inverse of $(X+Y)$ or negative of $(X+Y)$.

$$\therefore \quad Z=\left[\begin{array}{ccc} -5 & -2 & 2 \\ -12 & 0 & -1 \end{array}\right] \quad [\because Z=-(X+Y)]$$

8
Subjective

Find non-zero values of $x$ satisfying the matrix equation $$ x\left[\begin{array}{cc} 2 x & 2 \\ 3 & x \end{array}\right]+2\left[\begin{array}{ll} 8 & 5 x \\ 4 & 4 x \end{array}\right]=2\left[\begin{array}{cc} \left(x^2+8\right) & 24 \\ (10) & 6 x \end{array}\right]$$

Explanation

$$\begin{aligned} &\text { Given that, }\\ &\begin{array}{cc} & x\left[\begin{array}{cc} 2 x & 2 \\ 3 & x \end{array}\right]+2\left[\begin{array}{ll} 8 & 5 x \\ 4 & 4 x \end{array}\right]=2\left[\begin{array}{cc} \left(x^2+8\right) & 24 \\ 10 & 6 x \end{array}\right] \\ \Rightarrow & {\left[\begin{array}{cc} 2 x^2 & 2 x \\ 3 x & x^2 \end{array}\right]+\left[\begin{array}{cc} 16 & 10 x \\ 8 & 8 x \end{array}\right]=\left[\begin{array}{cc} 2 x^2+16 & 48 \\ 20 & 12 x \end{array}\right]} \\ \Rightarrow & {\left[\begin{array}{cc} 2 x^2+16 & 2 x+10 x \\ 3 x+8 & x^2+8 x \end{array}\right]=\left[\begin{array}{cc} 2 x^2+16 & 48 \\ 20 & 12 x \end{array}\right]} \\ \Rightarrow & 2 x+10 x=48 \\ \Rightarrow & 12 x=48 \\ \therefore & x=\frac{48}{12}=4 \end{array} \end{aligned}$$

9
Subjective

If $A=\left[\begin{array}{ll}0 & 1 \\ 1 & 1\end{array}\right]$ and $B=\left[\begin{array}{cc}0 & -1 \\ 1 & 0\end{array}\right]$, then show that $$(A+B)(A-B) \neq A^2-B^2 .$$

Explanation

$$\begin{aligned} \text{We have,}\quad A & =\left[\begin{array}{ll} 0 & 1 \\ 1 & 1 \end{array}\right] \text { and } B=\left[\begin{array}{cc} 0 & -1 \\ 1 & 0 \end{array}\right] \\ \therefore\quad(A+B) & =\left[\begin{array}{ll} 0+0 & 1-1 \\ 1+1 & 1+0 \end{array}\right]=\left[\begin{array}{ll} 0 & 0 \\ 2 & 1 \end{array}\right]_{2 \times 2} \\ \text{and}\quad(A-B) & =\left[\begin{array}{ll} 0-0 & 1+1 \\ 1-1 & 1-0 \end{array}\right]=\left[\begin{array}{ll} 0 & 2 \\ 0 & 1 \end{array}\right]_{2 \times 2} \end{aligned}$$

Since, $(A+B) \cdot(A-B)$ is defined, if the number of columns of $(A+B)$ is equal to the number of rows of $(A-B)$, so here multiplication of matrices $(A+B) \cdot(A-B)$ is possible.

Now, $$(A+B)_{2 \times 2} \cdot(A-B)_{2 \times 2}=\left[\begin{array}{ll} 0+0 & 0+0 \\ 0+0 & 4+1 \end{array}\right]=\left[\begin{array}{ll} 0 & 0 \\ 0 & 5 \end{array}\right]\quad\text{.... (i)}$$

$$\begin{aligned} &\text { Also, }\\ &\begin{aligned} A^2 & =A \cdot A \\ & =\left[\begin{array}{ll} 0 & 1 \\ 1 & 1 \end{array}\right] \cdot\left[\begin{array}{ll} 0 & 1 \\ 1 & 1 \end{array}\right] \\ & =\left[\begin{array}{ll} 0+1 & 0+1 \\ 0+1 & 1+1 \end{array}\right]=\left[\begin{array}{ll} 1 & 1 \\ 1 & 2 \end{array}\right] \end{aligned} \end{aligned}$$

$$\begin{aligned} \text { and } B^2=B \cdot B & =\left[\begin{array}{cc} 0 & -1 \\ 1 & 0 \end{array}\right]\left[\begin{array}{cc} 0 & -1 \\ 1 & 0 \end{array}\right] \\ & =\left[\begin{array}{cc} 0-1 & 0+0 \\ 0+0 & -1+0 \end{array}\right]=\left[\begin{array}{cc} -1 & 0 \\ 0 & -1 \end{array}\right] \end{aligned}$$

$\therefore \quad A^2-B^2=\left[\begin{array}{ll}1 & 1 \\ 1 & 2\end{array}\right]-\left[\begin{array}{cc}-1 & 0 \\ 0 & -1\end{array}\right]=\left[\begin{array}{ll}2 & 1 \\ 1 & 3\end{array}\right]\quad\text{.... (ii)}$

Thus, we see that

$$\begin{aligned} (A+B) \cdot(A-B) & \neq A^2-B^2 \quad\text{using Eqs. (i) and (ii)]}\\ \Rightarrow {\left[\begin{array}{ll} 0 & 0 \\ 0 & 5 \end{array}\right] } & \neq\left[\begin{array}{ll} 2 & 1 \\ 1 & 3 \end{array}\right] \end{aligned}$$

Hence proved.