ExamGOAL
Books
4
Subjective

Construct a $3 \times 2$ matrix whose elements are given by $a_{i j}=e^{i \cdot x}=\sin j x$.

Explanation

$$\begin{aligned} & \text { Since, } A=\left[a_{i j}\right]_{m \times n} \quad 1 \leq i \leq m \text { and } 1 \leq j \leq n, i, j \in N \\ & \therefore \quad A=\left[e^{i \cdot x} \sin j x\right]_{3 \times 2} ; 1 \leq i \leq 3 ; 1 \leq j \leq 2 \\ & \Rightarrow \quad a_{11}=e^{1 \cdot x} \cdot \sin 1 \cdot x=e^x \sin x \\ & a_{12}=e^{1 \cdot x} \cdot \sin 2 \cdot x=e^x \sin 2 x \\ & a_{21}=e^{2 \cdot x} \cdot \sin 1 \cdot x=e^{2 x} \sin x \\ & a_{22}=e^{2 \cdot x} \cdot \sin 2 \cdot x=e^{2 x} \sin 2 x \\ & a_{31}=e^{3 \cdot x} \cdot \sin 1 \cdot x=e^{3 x} \sin x \\ & a_{32}=e^{3 \cdot x} \cdot \sin 2 \cdot x=e^{3 x} \sin 2 x \\ \therefore\quad& A=\left[\begin{array}{ll} e^x \sin x & e^x \sin 2 x \\ e^{2 x} \sin x & e^{2 x} \sin 2 x \\ e^{3 x} \sin x & e^{3 x} \sin 2 x \end{array}\right]_{3 \times 2} \end{aligned}$$

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}$$