CBSE · NCERT · Class 12 Maths · Chapter 3

NCERT Solutions: Class 12 Maths Chapter 3 - Matrices

56 textbook Q&A56 verifiedFree Content

Chapter-wise NCERT intext questions and exercise answers for Matrices, grounded in the official textbook.

Questions are taken verbatim from the NCERT textbook; answers were grounded against the chapter's content during generation. Items needing review are marked.
Sections in this chapter
Exercise 3.1 10Exercise 3.2 22Exercise 3.3 12Exercise 3.4 1Miscellaneous Exercise 11
Your Progress - Chapter 30% complete
1Exercise 3.110 questions
Q.1In the matrix $A = \begin{bmatrix}2 & 5 & 19 & -7 \\ 35 & -2 & \dfrac{5}{2} & 12 \\ \sqrt{3} & 1 & -5 & 17\end{bmatrix}$, write: (i) The order of the matrix, (ii) The number of elements, (iii) Write the elements $a_{13}, a_{21}, a_{33}, a_{24}, a_{23}$.v
Solution

The matrix has 3 rows and 4 columns, so its order is $3\times4$ and it has $3\cdot4=12$ elements. Reading row $i$, column $j$: $a_{13}=19$, $a_{21}=35$, $a_{33}=-5$, $a_{24}=12$ and $a_{23}=\dfrac{5}{2}$.

Answer:

(i) $3 \times 4$ (ii) $12$ (iii) $a_{13}=19$, $a_{21}=35$, $a_{33}=-5$, $a_{24}=12$, $a_{23}=\dfrac{5}{2}$.

Q.2If a matrix has 24 elements, what are the possible orders it can have? What, if it has 13 elements?v
Solution

An $m\times n$ matrix has $mn$ elements. Factor pairs of 24 give the eight listed orders. Since 13 is prime, its only positive factor pairs are $(1,13)$ and $(13,1)$.

Answer:

For 24 elements: $1\times24, 2\times12, 3\times8, 4\times6, 6\times4, 8\times3, 12\times2, 24\times1$. For 13 elements: $1\times13, 13\times1$.

Q.3If a matrix has 18 elements, what are the possible orders it can have? What, if it has 5 elements?v
Solution

The order $m\times n$ must satisfy $mn=18$ or $mn=5$. Listing positive factor pairs gives the stated orders; 5 is prime.

Answer:

For 18 elements: $1\times18, 2\times9, 3\times6, 6\times3, 9\times2, 18\times1$. For 5 elements: $1\times5, 5\times1$.

Q.4Construct a $2\times2$ matrix, $A = [a_{ij}]$, whose elements are given by: (i) $a_{ij}=\dfrac{(i+j)^2}{2}$ (ii) $a_{ij}=\dfrac{i}{j}$ (iii) $a_{ij}=\dfrac{(i+2j)^2}{2}$.v
Solution

For a $2\times2$ matrix, put $i,j\in\{1,2\}$. Substituting each pair $(1,1),(1,2),(2,1),(2,2)$ in the three formulae gives the three matrices in the answer.

Answer:

(i) $\begin{bmatrix}2 & \dfrac{9}{2} \\ \dfrac{9}{2} & 8\end{bmatrix}$ (ii) $\begin{bmatrix}1 & \dfrac{1}{2} \\ 2 & 1\end{bmatrix}$ (iii) $\begin{bmatrix}\dfrac{9}{2} & \dfrac{25}{2} \\ 8 & 18\end{bmatrix}$.

Q.5Construct a $3\times4$ matrix, whose elements are given by: (i) $a_{ij}=\dfrac{1}{2}|-3i+j|$ (ii) $a_{ij}=2i-j$.v
Solution

Use $i=1,2,3$ and $j=1,2,3,4$. Substitution in $\dfrac12|-3i+j|$ gives rows $(1,\frac12,0,\frac12)$, $(\frac52,2,\frac32,1)$, $(4,\frac72,3,\frac52)$. Substitution in $2i-j$ gives rows $(1,0,-1,-2)$, $(3,2,1,0)$, $(5,4,3,2)$.

Answer:

(i) $\begin{bmatrix}1 & \dfrac{1}{2} & 0 & \dfrac{1}{2} \\ \dfrac{5}{2} & 2 & \dfrac{3}{2} & 1 \\ 4 & \dfrac{7}{2} & 3 & \dfrac{5}{2}\end{bmatrix}$ (ii) $\begin{bmatrix}1 & 0 & -1 & -2 \\ 3 & 2 & 1 & 0 \\ 5 & 4 & 3 & 2\end{bmatrix}$.

Q.6Find the values of $x, y$ and $z$ from the following equations: (i) $\begin{bmatrix}4 & 3 \\ x & 5\end{bmatrix}=\begin{bmatrix}y & z \\ 1 & 5\end{bmatrix}$ (ii) $\begin{bmatrix}x+y & 2 \\ 5+z & xy\end{bmatrix}=\begin{bmatrix}6 & 2 \\ 5 & 8\end{bmatrix}$ (iii) $\begin{bmatrix}x+y+z \\ x+z \\ y+z\end{bmatrix}=\begin{bmatrix}9 \\ 5 \\ 7\end{bmatrix}$.v
Solution

Equate corresponding elements. (i) $y=4$, $z=3$, $x=1$. (ii) $x+y=6$, $z=0$, $xy=8$, so $x,y$ are 2 and 4 in either order. (iii) From $(x+y+z)-(x+z)=4$, get $y=4$; then $y+z=7$ gives $z=3$ and $x+z=5$ gives $x=2$.

Answer:

(i) $x=1, y=4, z=3$. (ii) $z=0$ and $(x,y)=(2,4)$ or $(4,2)$. (iii) $x=2, y=4, z=3$.

Q.7Find the value of $a, b, c$ and $d$ from the equation: $\begin{bmatrix}a-b & 2a+c \\ 2a-b & 3c+d\end{bmatrix}=\begin{bmatrix}-1 & 5 \\ 0 & 13\end{bmatrix}$.v
Solution

Equating corresponding elements gives $a-b=-1$, $2a+c=5$, $2a-b=0$, $3c+d=13$. From the first and third equations, $a=1$ and $b=2$. Then $c=5-2a=3$ and $d=13-3c=4$.

Answer:

$a=1, b=2, c=3, d=4$.

Q.8$A=[a_{ij}]_{m\times n}$ is a square matrix, ifv
  1. i. $m \lt n$
  2. ii. $m \gt n$
  3. iii. $m=n$
  4. iv. None of these
Solution

A matrix is square exactly when its number of rows equals its number of columns, so $m=n$.

Answer:

(iii) $m=n$

Q.9Which of the given values of $x$ and $y$ make the following pair of matrices equal $\begin{bmatrix}3x+7 & 5 \\ y+1 & 2-3x\end{bmatrix}$, $\begin{bmatrix}0 & y-2 \\ 8 & 4\end{bmatrix}$?v
  1. i. $x=-\dfrac{1}{3},\ y=7$
  2. ii. Not possible to find
  3. iii. $y=7,\ x=-\dfrac{2}{3}$
  4. iv. $x=-\dfrac{1}{3},\ y=-\dfrac{2}{3}$
Solution

Equality would require $3x+7=0$, so $x=-\dfrac73$, and also $2-3x=4$, so $x=-\dfrac23$. These conditions contradict each other. Hence no such $x,y$ exist.

Answer:

(ii) Not possible to find

Q.10The number of all possible matrices of order $3\times3$ with each entry 0 or 1 is:v
  1. i. $27$
  2. ii. $18$
  3. iii. $81$
  4. iv. $512$
Solution

A $3\times3$ matrix has 9 entries. Each entry has 2 choices, 0 or 1, so the total number is $2^9=512$.

Answer:

(iv) $512$

2Exercise 3.222 questions
Q.1Let $A=\begin{bmatrix}2 & 4 \\ 3 & 2\end{bmatrix}$, $B=\begin{bmatrix}1 & 3 \\ -2 & 5\end{bmatrix}$, $C=\begin{bmatrix}-2 & 5 \\ 3 & 4\end{bmatrix}$. Find each of the following: (i) $A+B$ (ii) $A-B$ (iii) $3A-C$ (iv) $AB$ (v) $BA$.v
Solution

Add and subtract corresponding entries for (i), (ii), and (iii). For products, $AB=\begin{bmatrix}2\cdot1+4(-2) & 2\cdot3+4\cdot5 \\ 3\cdot1+2(-2) & 3\cdot3+2\cdot5\end{bmatrix}=\begin{bmatrix}-6&26\\-1&19\end{bmatrix}$ and $BA=\begin{bmatrix}11&10\\11&2\end{bmatrix}$.

Answer:

(i) $\begin{bmatrix}3 & 7 \\ 1 & 7\end{bmatrix}$ (ii) $\begin{bmatrix}1 & 1 \\ 5 & -3\end{bmatrix}$ (iii) $\begin{bmatrix}8 & 7 \\ 6 & 2\end{bmatrix}$ (iv) $\begin{bmatrix}-6 & 26 \\ -1 & 19\end{bmatrix}$ (v) $\begin{bmatrix}11 & 10 \\ 11 & 2\end{bmatrix}$.

Q.2Compute the following: (i) $\begin{bmatrix}a & b \\ -b & a\end{bmatrix}+\begin{bmatrix}a & b \\ b & a\end{bmatrix}$ (ii) $\begin{bmatrix}a^2+b^2 & b^2+c^2 \\ a^2+c^2 & a^2+b^2\end{bmatrix}+\begin{bmatrix}2ab & 2bc \\ -2ac & -2ab\end{bmatrix}$ (iii) $\begin{bmatrix}-1 & 4 & -6 \\ 8 & 5 & 16 \\ 2 & 8 & 5\end{bmatrix}+\begin{bmatrix}12 & 7 & 6 \\ 8 & 0 & 5 \\ 3 & 2 & 4\end{bmatrix}$ (iv) $\begin{bmatrix}\cos^2x & \sin^2x \\ \sin^2x & \cos^2x\end{bmatrix}+\begin{bmatrix}\sin^2x & \cos^2x \\ \cos^2x & \sin^2x\end{bmatrix}$.v
Solution

Add corresponding entries. In (ii), simplify entries such as $a^2+b^2+2ab=(a+b)^2$ and $a^2+c^2-2ac=(a-c)^2$. In (iv), use $\sin^2x+\cos^2x=1$.

Answer:

(i) $\begin{bmatrix}2a & 2b \\ 0 & 2a\end{bmatrix}$ (ii) $\begin{bmatrix}(a+b)^2 & (b+c)^2 \\ (a-c)^2 & (a-b)^2\end{bmatrix}$ (iii) $\begin{bmatrix}11 & 11 & 0 \\ 16 & 5 & 21 \\ 5 & 10 & 9\end{bmatrix}$ (iv) $\begin{bmatrix}1 & 1 \\ 1 & 1\end{bmatrix}$.

Q.3Compute the indicated products. (i) $\begin{bmatrix}a & b \\ -b & a\end{bmatrix}\begin{bmatrix}a & -b \\ b & a\end{bmatrix}$ (ii) $\begin{bmatrix}1 \\ 2 \\ 3\end{bmatrix}[2\ 3\ 4]$ (iii) $\begin{bmatrix}1 & -2 \\ 2 & 3\end{bmatrix}\begin{bmatrix}1 & 2 & 3 \\ 2 & 3 & 1\end{bmatrix}$ (iv) $\begin{bmatrix}2 & 3 & 4 \\ 3 & 4 & 5 \\ 4 & 5 & 6\end{bmatrix}\begin{bmatrix}1 & -3 & 5 \\ 0 & 2 & 4 \\ 3 & 0 & 5\end{bmatrix}$ (v) $\begin{bmatrix}2 & 1 \\ 3 & 2 \\ -1 & 1\end{bmatrix}\begin{bmatrix}1 & 0 & 1 \\ -1 & 2 & 1\end{bmatrix}$ (vi) $\begin{bmatrix}3 & -1 & 3 \\ -1 & 0 & 2\end{bmatrix}\begin{bmatrix}2 & -3 \\ 1 & 0 \\ 3 & 1\end{bmatrix}$.v
Solution

Use row-by-column multiplication. For example, in (iv), the first row gives $(2,3,4)\cdot(1,0,3)=14$, $(2,3,4)\cdot(-3,2,0)=0$, and $(2,3,4)\cdot(5,4,5)=42$. The same rule gives all listed products.

Answer:

(i) $\begin{bmatrix}a^2+b^2 & 0 \\ 0 & a^2+b^2\end{bmatrix}$ (ii) $\begin{bmatrix}2 & 3 & 4 \\ 4 & 6 & 8 \\ 6 & 9 & 12\end{bmatrix}$ (iii) $\begin{bmatrix}-3 & -4 & 1 \\ 8 & 13 & 9\end{bmatrix}$ (iv) $\begin{bmatrix}14 & 0 & 42 \\ 18 & -1 & 56 \\ 22 & -2 & 70\end{bmatrix}$ (v) $\begin{bmatrix}1 & 2 & 3 \\ 1 & 4 & 5 \\ -2 & 2 & 0\end{bmatrix}$ (vi) $\begin{bmatrix}14 & -6 \\ 4 & 5\end{bmatrix}$.

Q.4If $A=\begin{bmatrix}1 & 2 & -3 \\ 5 & 0 & 2 \\ 1 & -1 & 1\end{bmatrix}$, $B=\begin{bmatrix}3 & -1 & 2 \\ 4 & 2 & 5 \\ 2 & 0 & 3\end{bmatrix}$ and $C=\begin{bmatrix}4 & 1 & 2 \\ 0 & 3 & 2 \\ 1 & -2 & 3\end{bmatrix}$, then compute $(A+B)$ and $(B-C)$. Also, verify that $A+(B-C)=(A+B)-C$.v
Solution

Compute corresponding entries: $A+B$ and $B-C$ are as listed. Then adding $A$ to $B-C$ gives $\begin{bmatrix}0&0&-3\\9&-1&5\\2&1&1\end{bmatrix}$, and subtracting $C$ from $A+B$ gives the same matrix, so the identity is verified.

Answer:

$A+B=\begin{bmatrix}4 & 1 & -1 \\ 9 & 2 & 7 \\ 3 & -1 & 4\end{bmatrix}$, $B-C=\begin{bmatrix}-1 & -2 & 0 \\ 4 & -1 & 3 \\ 1 & 2 & 0\end{bmatrix}$, and both $A+(B-C)$ and $(A+B)-C$ equal $\begin{bmatrix}0 & 0 & -3 \\ 9 & -1 & 5 \\ 2 & 1 & 1\end{bmatrix}$.

Q.5If $A=\begin{bmatrix}\dfrac{2}{3} & 1 & \dfrac{5}{3} \\ \dfrac{1}{3} & \dfrac{2}{3} & \dfrac{4}{3} \\ \dfrac{7}{3} & 2 & \dfrac{2}{3}\end{bmatrix}$ and $B=\begin{bmatrix}\dfrac{2}{5} & \dfrac{3}{5} & 1 \\ \dfrac{1}{5} & \dfrac{2}{5} & \dfrac{4}{5} \\ \dfrac{7}{5} & \dfrac{6}{5} & \dfrac{2}{5}\end{bmatrix}$, then compute $3A-5B$.v
Solution

$3A=\begin{bmatrix}2&3&5\\1&2&4\\7&6&2\end{bmatrix}$ and $5B=\begin{bmatrix}2&3&5\\1&2&4\\7&6&2\end{bmatrix}$. Hence $3A-5B=O$.

Answer:

$3A-5B=\begin{bmatrix}0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0\end{bmatrix}$.

Q.6Simplify $\cos\theta\begin{bmatrix}\cos\theta & \sin\theta \\ -\sin\theta & \cos\theta\end{bmatrix}+\sin\theta\begin{bmatrix}\sin\theta & -\cos\theta \\ \cos\theta & \sin\theta\end{bmatrix}$.v
Solution

The $(1,1)$ and $(2,2)$ entries become $\cos^2\theta+\sin^2\theta=1$. The off-diagonal entries become $\cos\theta\sin\theta-\sin\theta\cos\theta=0$ and $-\sin\theta\cos\theta+\sin\theta\cos\theta=0$.

Answer:

$\begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix}$.

Q.7Find $X$ and $Y$, if (i) $X+Y=\begin{bmatrix}7 & 0 \\ 2 & 5\end{bmatrix}$ and $X-Y=\begin{bmatrix}3 & 0 \\ 0 & 3\end{bmatrix}$ (ii) $2X+3Y=\begin{bmatrix}2 & 3 \\ 4 & 0\end{bmatrix}$ and $3X+2Y=\begin{bmatrix}2 & -2 \\ -1 & 5\end{bmatrix}$.v
Solution

(i) Add the two equations: $2X=\begin{bmatrix}10&0\\2&8\end{bmatrix}$, then subtract to get $2Y=\begin{bmatrix}4&0\\2&2\end{bmatrix}$. (ii) From $2X+3Y=A$ and $3X+2Y=B$, $5X=3B-2A$ and $5Y=3A-2B$, giving the listed matrices.

Answer:

(i) $X=\begin{bmatrix}5 & 0 \\ 1 & 4\end{bmatrix}$, $Y=\begin{bmatrix}2 & 0 \\ 1 & 1\end{bmatrix}$. (ii) $X=\begin{bmatrix}\dfrac{2}{5} & -\dfrac{12}{5} \\ -\dfrac{11}{5} & 3\end{bmatrix}$, $Y=\begin{bmatrix}\dfrac{2}{5} & \dfrac{13}{5} \\ \dfrac{14}{5} & -2\end{bmatrix}$.

Q.8Find $X$, if $Y=\begin{bmatrix}3 & 2 \\ 1 & 4\end{bmatrix}$ and $2X+Y=\begin{bmatrix}1 & 0 \\ -3 & 2\end{bmatrix}$.v
Solution

$2X=\begin{bmatrix}1&0\\-3&2\end{bmatrix}-\begin{bmatrix}3&2\\1&4\end{bmatrix}=\begin{bmatrix}-2&-2\\-4&-2\end{bmatrix}$, so $X=\begin{bmatrix}-1&-1\\-2&-1\end{bmatrix}$.

Answer:

$X=\begin{bmatrix}-1 & -1 \\ -2 & -1\end{bmatrix}$.

Q.9Find $x$ and $y$, if $2\begin{bmatrix}1 & 3 \\ 0 & x\end{bmatrix}+\begin{bmatrix}y & 0 \\ 1 & 2\end{bmatrix}=\begin{bmatrix}5 & 6 \\ 1 & 8\end{bmatrix}$.v
Solution

The left side is $\begin{bmatrix}2+y&6\\1&2x+2\end{bmatrix}$. Equating entries gives $2+y=5$ and $2x+2=8$, so $y=3$ and $x=3$.

Answer:

$x=3, y=3$.

Q.10Solve the equation for $x, y, z$ and $t$, if $2\begin{bmatrix}x & z \\ y & t\end{bmatrix}+3\begin{bmatrix}1 & -1 \\ 0 & 2\end{bmatrix}=3\begin{bmatrix}3 & 5 \\ 4 & 6\end{bmatrix}$.v
Solution

$2\begin{bmatrix}x&z\\y&t\end{bmatrix}=\begin{bmatrix}9&15\\12&18\end{bmatrix}-\begin{bmatrix}3&-3\\0&6\end{bmatrix}=\begin{bmatrix}6&18\\12&12\end{bmatrix}$. Dividing by 2 gives $\begin{bmatrix}x&z\\y&t\end{bmatrix}=\begin{bmatrix}3&9\\6&6\end{bmatrix}$.

Answer:

$x=3, y=6, z=9, t=6$.

Q.11If $x\begin{bmatrix}2 \\ 3\end{bmatrix}+y\begin{bmatrix}-1 \\ 1\end{bmatrix}=\begin{bmatrix}10 \\ 5\end{bmatrix}$, find the values of $x$ and $y$.v
Solution

Equating entries gives $2x-y=10$ and $3x+y=5$. Adding gives $5x=15$, so $x=3$; then $y=5-3x=-4$.

Answer:

$x=3, y=-4$.

Q.12Given $3\begin{bmatrix}x & y \\ z & w\end{bmatrix}=\begin{bmatrix}x & 6 \\ -1 & 2w\end{bmatrix}+\begin{bmatrix}4 & x+y \\ z+w & 3\end{bmatrix}$, find the values of $x, y, z$ and $w$.v
Solution

Equating entries: $3x=x+4$, so $x=2$; $3y=6+x+y$, so $2y=8$ and $y=4$; $3w=2w+3$, so $w=3$; $3z=-1+z+w=z+2$, so $z=1$.

Answer:

$x=2, y=4, z=1, w=3$.

Q.13If $F(x)=\begin{bmatrix}\cos x & -\sin x & 0 \\ \sin x & \cos x & 0 \\ 0 & 0 & 1\end{bmatrix}$, show that $F(x)F(y)=F(x+y)$.v
Solution

Multiplying the two matrices, the top-left entry is $\cos x\cos y-\sin x\sin y=\cos(x+y)$, the top-middle entry is $-(\cos x\sin y+\sin x\cos y)=-\sin(x+y)$, the second-left entry is $\sin(x+y)$, and the second-middle entry is $\cos(x+y)$. The third row and column remain $(0,0,1)$, so the product is $F(x+y)$.

Answer:

$F(x)F(y)=F(x+y)$.

Q.14Show that (i) $\begin{bmatrix}5 & -1 \\ 6 & 7\end{bmatrix}\begin{bmatrix}2 & 1 \\ 3 & 4\end{bmatrix}\ne\begin{bmatrix}2 & 1 \\ 3 & 4\end{bmatrix}\begin{bmatrix}5 & -1 \\ 6 & 7\end{bmatrix}$ (ii) $\begin{bmatrix}1 & 2 & 3 \\ 0 & 1 & 0 \\ 1 & 1 & 0\end{bmatrix}\begin{bmatrix}-1 & 1 & 0 \\ 0 & -1 & 1 \\ 2 & 3 & 4\end{bmatrix}\ne\begin{bmatrix}-1 & 1 & 0 \\ 0 & -1 & 1 \\ 2 & 3 & 4\end{bmatrix}\begin{bmatrix}1 & 2 & 3 \\ 0 & 1 & 0 \\ 1 & 1 & 0\end{bmatrix}$.v
Solution

Compute each side by row-by-column multiplication. Since the corresponding products differ in each part, matrix multiplication is not commutative for these examples.

Answer:

(i) The products are $\begin{bmatrix}7 & 1 \\ 33 & 34\end{bmatrix}$ and $\begin{bmatrix}16 & 5 \\ 39 & 25\end{bmatrix}$, which are unequal. (ii) The products are $\begin{bmatrix}5 & 8 & 14 \\ 0 & -1 & 1 \\ -1 & 0 & 1\end{bmatrix}$ and $\begin{bmatrix}-1 & -1 & -3 \\ 1 & 0 & 0 \\ 6 & 11 & 6\end{bmatrix}$, which are unequal.

Q.15Find $A^2-5A+6I$, if $A=\begin{bmatrix}2 & 0 & 1 \\ 2 & 1 & 3 \\ 1 & -1 & 0\end{bmatrix}$.v
Solution

First $A^2=\begin{bmatrix}5&-1&2\\9&-2&5\\0&-1&-2\end{bmatrix}$. Therefore $A^2-5A+6I=\begin{bmatrix}5&-1&2\\9&-2&5\\0&-1&-2\end{bmatrix}-\begin{bmatrix}10&0&5\\10&5&15\\5&-5&0\end{bmatrix}+\begin{bmatrix}6&0&0\\0&6&0\\0&0&6\end{bmatrix}=\begin{bmatrix}1&-1&-3\\-1&-1&-10\\-5&4&4\end{bmatrix}$.

Answer:

$A^2-5A+6I=\begin{bmatrix}1 & -1 & -3 \\ -1 & -1 & -10 \\ -5 & 4 & 4\end{bmatrix}$.

Q.16If $A=\begin{bmatrix}1 & 0 & 2 \\ 0 & 2 & 1 \\ 2 & 0 & 3\end{bmatrix}$, prove that $A^3-6A^2+7A+2I=0$.v
Solution

Compute $A^2=\begin{bmatrix}5&0&8\\2&4&5\\8&0&13\end{bmatrix}$ and $A^3=\begin{bmatrix}21&0&34\\12&8&23\\34&0&55\end{bmatrix}$. Substituting, $A^3-6A^2+7A+2I$ has entries $21-30+7+2=0$, $34-48+14=0$, and similarly all other entries reduce to 0. Hence the expression is the zero matrix.

Answer:

$A^3-6A^2+7A+2I=O$.

Q.17If $A=\begin{bmatrix}3 & -2 \\ 4 & -2\end{bmatrix}$ and $I=\begin{bmatrix}1 & 0 \\ 0 & 1\end{bmatrix}$, find $k$ so that $A^2=kA-2I$.v
Solution

$A^2=\begin{bmatrix}1&-2\\4&-4\end{bmatrix}$. Also $kA-2I=\begin{bmatrix}3k-2&-2k\\4k&-2k-2\end{bmatrix}$. Equating entries gives $k=1$, and then every entry matches.

Answer:

$k=1$.

Q.18If $A=\begin{bmatrix}0 & -\tan\dfrac{\alpha}{2} \\ \tan\dfrac{\alpha}{2} & 0\end{bmatrix}$ and $I$ is the identity matrix of order 2, show that $I+A=(I-A)\begin{bmatrix}\cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha\end{bmatrix}$.v
Solution

Let $t=\tan\dfrac{\alpha}{2}$. Then $\cos\alpha=\dfrac{1-t^2}{1+t^2}$ and $\sin\alpha=\dfrac{2t}{1+t^2}$. Multiplying $(I-A)$ by the given rotation matrix gives $\begin{bmatrix}1&t\\-t&1\end{bmatrix}\begin{bmatrix}\frac{1-t^2}{1+t^2}&-\frac{2t}{1+t^2}\\\frac{2t}{1+t^2}&\frac{1-t^2}{1+t^2}\end{bmatrix}=\begin{bmatrix}1&-t\\t&1\end{bmatrix}=I+A$.

Answer:

$I+A=(I-A)\begin{bmatrix}\cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha\end{bmatrix}$.

Q.19A trust fund has ₹30,000 that must be invested in two different types of bonds. The first bond pays 5% interest per year, and the second bond pays 7% interest per year. Using matrix multiplication, determine how to divide ₹30,000 among the two types of bonds. If the trust fund must obtain an annual total interest of: (a) ₹1800 (b) ₹2000.v
Solution

Let the investments be $x$ and $y$. Then $x+y=30000$. For ₹1800 interest, $0.05x+0.07y=1800$; solving gives $x=y=15000$. For ₹2000 interest, $0.05x+0.07y=2000$ with $x+y=30000$; solving gives $y=25000$ and $x=5000$.

Answer:

(a) Invest ₹15,000 in each bond. (b) Invest ₹5,000 in the 5% bond and ₹25,000 in the 7% bond.

Q.20The bookshop of a particular school has 10 dozen chemistry books, 8 dozen physics books, 10 dozen economics books. Their selling prices are ₹80, ₹60 and ₹40 each respectively. Find the total amount the bookshop will receive from selling all the books using matrix algebra.v
Solution

The quantity row is $[120\ 96\ 120]$ and the price column is $\begin{bmatrix}80\\60\\40\end{bmatrix}$. Their product is $120\cdot80+96\cdot60+120\cdot40=9600+5760+4800=20160$.

Answer:

₹20,160.

Q.21Assume $X, Y, Z, W$ and $P$ are matrices of order $2\times n$, $3\times k$, $2\times p$, $n\times3$ and $p\times k$, respectively. The restriction on $n, k$ and $p$ so that $PY+WY$ will be defined are:v
  1. i. $k=3,\ p=n$
  2. ii. $k$ is arbitrary, $p=2$
  3. iii. $p$ is arbitrary, $k=3$
  4. iv. $k=2,\ p=3$
Solution

$PY$ has order $(p\times k)(3\times k)$, so it is defined only if $k=3$, and then its order is $p\times k$. $WY$ has order $(n\times3)(3\times k)=n\times k$. To add $PY$ and $WY$, their row counts must match, so $p=n$.

Answer:

(i) $k=3,\ p=n$

Q.22Assume $X, Y, Z, W$ and $P$ are matrices of order $2\times n$, $3\times k$, $2\times p$, $n\times3$ and $p\times k$, respectively. If $n=p$, then the order of the matrix $7X-5Z$ is:v
  1. i. $p\times2$
  2. ii. $2\times n$
  3. iii. $n\times3$
  4. iv. $p\times n$
Solution

$X$ has order $2\times n$ and $Z$ has order $2\times p$. If $n=p$, then both have order $2\times n$, so $7X-5Z$ also has order $2\times n$.

Answer:

(ii) $2\times n$

3Exercise 3.312 questions
Q.1Find the transpose of each of the following matrices: (i) $\begin{bmatrix}5 \\ \dfrac{1}{2} \\ -1\end{bmatrix}$ (ii) $\begin{bmatrix}1 & -1 \\ 2 & 3\end{bmatrix}$ (iii) $\begin{bmatrix}-1 & 5 & 6 \\ \sqrt{3} & 5 & 6 \\ 2 & 3 & -1\end{bmatrix}$.v
Solution

Transpose is obtained by interchanging rows and columns. Applying this to each matrix gives the listed matrices.

Answer:

(i) $\begin{bmatrix}5 & \dfrac{1}{2} & -1\end{bmatrix}$ (ii) $\begin{bmatrix}1 & 2 \\ -1 & 3\end{bmatrix}$ (iii) $\begin{bmatrix}-1 & \sqrt{3} & 2 \\ 5 & 5 & 3 \\ 6 & 6 & -1\end{bmatrix}$.

Q.2If $A=\begin{bmatrix}-1 & 2 & 3 \\ 5 & 7 & 9 \\ -2 & 1 & 1\end{bmatrix}$ and $B=\begin{bmatrix}-4 & 1 & -5 \\ 1 & 2 & 0 \\ 1 & 3 & 1\end{bmatrix}$, then verify that (i) $(A+B)'=A'+B'$ (ii) $(A-B)'=A'-B'$.v
Solution

Compute $A+B=\begin{bmatrix}-5&3&-2\\6&9&9\\-1&4&2\end{bmatrix}$ and transpose it to get the first matrix in the answer. Similarly, $A-B=\begin{bmatrix}3&1&8\\4&5&9\\-3&-2&0\end{bmatrix}$, whose transpose is the second matrix. These are exactly $A'+B'$ and $A'-B'$.

Answer:

(i) Both sides equal $\begin{bmatrix}-5 & 6 & -1 \\ 3 & 9 & 4 \\ -2 & 9 & 2\end{bmatrix}$. (ii) Both sides equal $\begin{bmatrix}3 & 4 & -3 \\ 1 & 5 & -2 \\ 8 & 9 & 0\end{bmatrix}$.

Q.3If $A'=\begin{bmatrix}3 & 4 \\ -1 & 2 \\ 0 & 1\end{bmatrix}$ and $B=\begin{bmatrix}-1 & 2 & 1 \\ 1 & 2 & 3\end{bmatrix}$, then verify that (i) $(A+B)'=A'+B'$ (ii) $(A-B)'=A'-B'$.v
Solution

Since $A'=\begin{bmatrix}3&4\\-1&2\\0&1\end{bmatrix}$, $A=\begin{bmatrix}3&-1&0\\4&2&1\end{bmatrix}$. Now compute $A+B$ and $A-B$, then transpose. The results match $A'+B'$ and $A'-B'$ as listed.

Answer:

(i) Both sides equal $\begin{bmatrix}2 & 5 \\ 1 & 4 \\ 1 & 4\end{bmatrix}$. (ii) Both sides equal $\begin{bmatrix}4 & 3 \\ -3 & 0 \\ -1 & -2\end{bmatrix}$.

Q.4If $A'=\begin{bmatrix}-2 & 3 \\ 1 & 2\end{bmatrix}$ and $B=\begin{bmatrix}-1 & 0 \\ 1 & 2\end{bmatrix}$, then find $(A+2B)'$.v
Solution

$A=\begin{bmatrix}-2&1\\3&2\end{bmatrix}$ and $2B=\begin{bmatrix}-2&0\\2&4\end{bmatrix}$. Thus $A+2B=\begin{bmatrix}-4&1\\5&6\end{bmatrix}$, so $(A+2B)'=\begin{bmatrix}-4&5\\1&6\end{bmatrix}$.

Answer:

$(A+2B)'=\begin{bmatrix}-4 & 5 \\ 1 & 6\end{bmatrix}$.

Q.5For the matrices $A$ and $B$, verify that $(AB)'=B'A'$, where (i) $A=\begin{bmatrix}1 \\ -4 \\ 3\end{bmatrix}$, $B=\begin{bmatrix}-1 & 2 & 1\end{bmatrix}$ (ii) $A=\begin{bmatrix}0 \\ 1 \\ 2\end{bmatrix}$, $B=\begin{bmatrix}1 & 5 & 7\end{bmatrix}$.v
Solution

In (i), $AB=\begin{bmatrix}-1&2&1\\4&-8&-4\\-3&6&3\end{bmatrix}$, so transposing gives the stated matrix, equal to $B'A'$. In (ii), $AB=\begin{bmatrix}0&0&0\\1&5&7\\2&10&14\end{bmatrix}$, whose transpose equals $B'A'$.

Answer:

(i) $(AB)'=B'A'=\begin{bmatrix}-1 & 4 & -3 \\ 2 & -8 & 6 \\ 1 & -4 & 3\end{bmatrix}$. (ii) $(AB)'=B'A'=\begin{bmatrix}0 & 1 & 2 \\ 0 & 5 & 10 \\ 0 & 7 & 14\end{bmatrix}$.

Q.6If (i) $A=\begin{bmatrix}\cos\alpha & \sin\alpha \\ -\sin\alpha & \cos\alpha\end{bmatrix}$, then verify that $A'A=I$ (ii) If $A=\begin{bmatrix}\sin\alpha & \cos\alpha \\ -\cos\alpha & \sin\alpha\end{bmatrix}$, then verify that $A'A=I$.v
Solution

(i) $A'=\begin{bmatrix}\cos\alpha&-\sin\alpha\\\sin\alpha&\cos\alpha\end{bmatrix}$. Multiplication gives diagonal entries $\cos^2\alpha+\sin^2\alpha=1$ and off-diagonal entries 0. (ii) The same calculation gives diagonal entries $\sin^2\alpha+\cos^2\alpha=1$ and off-diagonal entries 0. Hence $A'A=I$ in both cases.

Answer:

In both cases, $A'A=I$.

Q.7(i) Show that the matrix $A=\begin{bmatrix}1 & -1 & 5 \\ -1 & 2 & 1 \\ 5 & 1 & 3\end{bmatrix}$ is a symmetric matrix. (ii) Show that the matrix $A=\begin{bmatrix}0 & 1 & -1 \\ -1 & 0 & 1 \\ 1 & -1 & 0\end{bmatrix}$ is a skew symmetric matrix.v
Solution

(i) The entries mirror across the main diagonal: $a_{12}=a_{21}=-1$, $a_{13}=a_{31}=5$, $a_{23}=a_{32}=1$, so $A'=A$. (ii) The diagonal entries are 0 and opposite entries satisfy $a_{ij}=-a_{ji}$, so $A'=-A$.

Answer:

(i) The first matrix is symmetric. (ii) The second matrix is skew symmetric.

Q.8For the matrix $A=\begin{bmatrix}1 & 5 \\ 6 & 7\end{bmatrix}$, verify that (i) $(A+A')$ is a symmetric matrix (ii) $(A-A')$ is a skew symmetric matrix.v
Solution

$A'=\begin{bmatrix}1&6\\5&7\end{bmatrix}$. Thus $A+A'=\begin{bmatrix}2&11\\11&14\end{bmatrix}$, equal to its transpose. Also $A-A'=\begin{bmatrix}0&-1\\1&0\end{bmatrix}$, whose transpose is its negative.

Answer:

$A+A'=\begin{bmatrix}2 & 11 \\ 11 & 14\end{bmatrix}$ is symmetric, and $A-A'=\begin{bmatrix}0 & -1 \\ 1 & 0\end{bmatrix}$ is skew symmetric.

Q.9Find $\dfrac{1}{2}(A+A')$ and $\dfrac{1}{2}(A-A')$, when $A=\begin{bmatrix}0 & a & b \\ -a & 0 & c \\ -b & -c & 0\end{bmatrix}$.v
Solution

Here $A'=-A$, since $A$ is skew symmetric. Therefore $A+A'=O$ and $A-A'=2A$. Dividing by 2 gives $O$ and $A$, respectively.

Answer:

$\dfrac{1}{2}(A+A')=\begin{bmatrix}0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0\end{bmatrix}$ and $\dfrac{1}{2}(A-A')=\begin{bmatrix}0 & a & b \\ -a & 0 & c \\ -b & -c & 0\end{bmatrix}$.

Q.10Express the following matrices as the sum of a symmetric and a skew symmetric matrix: (i) $\begin{bmatrix}3 & 5 \\ 1 & -1\end{bmatrix}$ (ii) $\begin{bmatrix}6 & -2 & 2 \\ -2 & 3 & -1 \\ 2 & -1 & 3\end{bmatrix}$ (iii) $\begin{bmatrix}3 & 3 & -1 \\ -2 & -2 & 1 \\ -4 & -5 & 2\end{bmatrix}$ (iv) $\begin{bmatrix}1 & 5 \\ -1 & 2\end{bmatrix}$.v
Solution

Use $A=\dfrac12(A+A')+\dfrac12(A-A')$. The first term is symmetric and the second is skew symmetric. Applying this formula to each matrix gives the four decompositions in the answer.

Answer:

(i) $\begin{bmatrix}3 & 3 \\ 3 & -1\end{bmatrix}+\begin{bmatrix}0 & 2 \\ -2 & 0\end{bmatrix}$ (ii) $\begin{bmatrix}6 & -2 & 2 \\ -2 & 3 & -1 \\ 2 & -1 & 3\end{bmatrix}+O$ (iii) $\begin{bmatrix}3 & \dfrac{1}{2} & -\dfrac{5}{2} \\ \dfrac{1}{2} & -2 & -2 \\ -\dfrac{5}{2} & -2 & 2\end{bmatrix}+\begin{bmatrix}0 & \dfrac{5}{2} & \dfrac{3}{2} \\ -\dfrac{5}{2} & 0 & 3 \\ -\dfrac{3}{2} & -3 & 0\end{bmatrix}$ (iv) $\begin{bmatrix}1 & 2 \\ 2 & 2\end{bmatrix}+\begin{bmatrix}0 & 3 \\ -3 & 0\end{bmatrix}$.

Q.11If $A, B$ are symmetric matrices of same order, then $AB-BA$ is av
  1. i. Skew symmetric matrix
  2. ii. Symmetric matrix
  3. iii. Zero matrix
  4. iv. Identity matrix
Solution

Since $A'=A$ and $B'=B$, $(AB-BA)'=(AB)'-(BA)'=B'A'-A'B'=BA-AB=-(AB-BA)$. Hence it is skew symmetric.

Answer:

(i) Skew symmetric matrix

Q.12If $A=\begin{bmatrix}\cos\alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha\end{bmatrix}$, and $A+A'=I$, then the value of $\alpha$ isv
  1. i. $\dfrac{\pi}{6}$
  2. ii. $\dfrac{\pi}{3}$
  3. iii. $\pi$
  4. iv. $\dfrac{3\pi}{2}$
Solution

$A'=\begin{bmatrix}\cos\alpha&\sin\alpha\\-\sin\alpha&\cos\alpha\end{bmatrix}$, so $A+A'=\begin{bmatrix}2\cos\alpha&0\\0&2\cos\alpha\end{bmatrix}$. For this to equal $I$, $2\cos\alpha=1$, hence $\cos\alpha=\dfrac12$ and the given option is $\alpha=\dfrac{\pi}{3}$.

Answer:

(ii) $\dfrac{\pi}{3}$

4Exercise 3.41 questions
Q.1Matrices $A$ and $B$ will be inverse of each other only ifv
  1. i. $AB=BA$
  2. ii. $AB=BA=0$
  3. iii. $AB=0,\ BA=I$
  4. iv. $AB=BA=I$
Solution

By definition, $B$ is the inverse of $A$ exactly when both products exist and $AB=BA=I$.

Answer:

(iv) $AB=BA=I$

5Miscellaneous Exercise11 questions
Q.1If $A$ and $B$ are symmetric matrices, prove that $AB-BA$ is a skew symmetric matrix.v
Solution

Since $A$ and $B$ are symmetric, $A'=A$ and $B'=B$. Therefore $(AB-BA)'=(AB)'-(BA)'=B'A'-A'B'=BA-AB=-(AB-BA)$. Hence $AB-BA$ is skew symmetric.

Answer:

$AB-BA$ is skew symmetric.

Q.2Show that the matrix $B'AB$ is symmetric or skew symmetric according as $A$ is symmetric or skew symmetric.v
Solution

Transpose the expression: $(B'AB)'=B'A'B$. If $A$ is symmetric, then $A'=A$ and $(B'AB)'=B'AB$, so it is symmetric. If $A$ is skew symmetric, then $A'=-A$ and $(B'AB)'=-B'AB$, so it is skew symmetric.

Answer:

$B'AB$ is symmetric if $A$ is symmetric, and skew symmetric if $A$ is skew symmetric.

Q.3Find the values of $x, y, z$ if the matrix $A=\begin{bmatrix}0 & 2y & z \\ x & y & -z \\ x & -y & z\end{bmatrix}$ satisfy the equation $A'A=I$.v
Solution

The columns of $A$ are $C_1=(0,x,x)'$, $C_2=(2y,y,-y)'$, $C_3=(z,-z,z)'$. Since $A'A=I$, each column has length 1 and different columns are orthogonal. The orthogonality conditions are automatically satisfied, and the length equations are $2x^2=1$, $6y^2=1$, $3z^2=1$. Thus $x=\pm\dfrac1{\sqrt2}$, $y=\pm\dfrac1{\sqrt6}$ and $z=\pm\dfrac1{\sqrt3}$.

Answer:

$x=\pm\dfrac{1}{\sqrt2}$, $y=\pm\dfrac{1}{\sqrt6}$, $z=\pm\dfrac{1}{\sqrt3}$; the signs are independent.

Q.4For what values of $x$: $[1\ 2\ 1]\begin{bmatrix}1 & 2 & 0 \\ 2 & 0 & 1 \\ 1 & 0 & 2\end{bmatrix}\begin{bmatrix}0 \\ 2 \\ x\end{bmatrix}=O$?v
Solution

First $[1\ 2\ 1]\begin{bmatrix}1&2&0\\2&0&1\\1&0&2\end{bmatrix}=[6\ 2\ 4]$. Then $[6\ 2\ 4]\begin{bmatrix}0\\2\\x\end{bmatrix}=4+4x$. Setting this equal to 0 gives $x=-1$.

Answer:

$x=-1$.

Q.5If $A=\begin{bmatrix}3 & 1 \\ -1 & 2\end{bmatrix}$, show that $A^2-5A+7I=0$.v
Solution

$A^2=\begin{bmatrix}8&5\\-5&3\end{bmatrix}$. Hence $A^2-5A+7I=\begin{bmatrix}8&5\\-5&3\end{bmatrix}-\begin{bmatrix}15&5\\-5&10\end{bmatrix}+\begin{bmatrix}7&0\\0&7\end{bmatrix}=\begin{bmatrix}0&0\\0&0\end{bmatrix}$.

Answer:

$A^2-5A+7I=O$.

Q.6Find $x$, if $[x\ -5\ -1]\begin{bmatrix}1 & 0 & 2 \\ 0 & 2 & 1 \\ 2 & 0 & 3\end{bmatrix}\begin{bmatrix}x \\ 4 \\ 1\end{bmatrix}=O$.v
Solution

First $\begin{bmatrix}1&0&2\\0&2&1\\2&0&3\end{bmatrix}\begin{bmatrix}x\\4\\1\end{bmatrix}=\begin{bmatrix}x+2\\9\\2x+3\end{bmatrix}$. Then $[x\ -5\ -1]\begin{bmatrix}x+2\\9\\2x+3\end{bmatrix}=x(x+2)-45-(2x+3)=x^2-48$. Thus $x^2=48$, so $x=\pm4\sqrt3$.

Answer:

$x=\pm4\sqrt3$.

Q.7A manufacturer produces three products $x, y, z$ which he sells in two markets. Annual sales are indicated below: Market I: $10000, 2000, 18000$; Market II: $6000, 20000, 8000$. (a) If unit sale prices of $x, y$ and $z$ are ₹2.50, ₹1.50 and ₹1.00, respectively, find the total revenue in each market with the help of matrix algebra. (b) If the unit costs of the above three commodities are ₹2.00, ₹1.00 and 50 paise respectively. Find the gross profit.v
Solution

Sales matrix $S=\begin{bmatrix}10000&2000&18000\\6000&20000&8000\end{bmatrix}$. For prices $p=\begin{bmatrix}2.50\\1.50\\1.00\end{bmatrix}$, $Sp=\begin{bmatrix}46000\\53000\end{bmatrix}$. For costs $c=\begin{bmatrix}2.00\\1.00\\0.50\end{bmatrix}$, $Sc=\begin{bmatrix}31000\\36000\end{bmatrix}$. Gross profit is $Sp-Sc=\begin{bmatrix}15000\\17000\end{bmatrix}$.

Answer:

(a) Revenue: Market I ₹46,000; Market II ₹53,000. (b) Gross profit: Market I ₹15,000; Market II ₹17,000.

Q.8Find the matrix $X$ so that $X\begin{bmatrix}1 & 2 & 3 \\ 4 & 5 & 6\end{bmatrix}=\begin{bmatrix}-7 & -8 & -9 \\ 2 & 4 & 6\end{bmatrix}$.v
Solution

Let $X=\begin{bmatrix}a&b\\c&d\end{bmatrix}$. Equating the first row of the product gives $a+4b=-7$ and $2a+5b=-8$, so $a=1,b=-2$. Equating the second row gives $c+4d=2$ and $2c+5d=4$, so $c=2,d=0$. Therefore $X=\begin{bmatrix}1&-2\\2&0\end{bmatrix}$.

Answer:

$X=\begin{bmatrix}1 & -2 \\ 2 & 0\end{bmatrix}$.

Q.9If $A=\begin{bmatrix}\alpha & \beta \\ \gamma & -\alpha\end{bmatrix}$ is such that $A^2=I$, thenv
  1. i. $1+\alpha^2+\beta\gamma=0$
  2. ii. $1-\alpha^2+\beta\gamma=0$
  3. iii. $1-\alpha^2-\beta\gamma=0$
  4. iv. $1+\alpha^2-\beta\gamma=0$
Solution

$A^2=\begin{bmatrix}\alpha^2+\beta\gamma&0\\0&\alpha^2+\beta\gamma\end{bmatrix}$. Since $A^2=I$, $\alpha^2+\beta\gamma=1$, i.e. $1-\alpha^2-\beta\gamma=0$.

Answer:

(iii) $1-\alpha^2-\beta\gamma=0$

Q.10If the matrix $A$ is both symmetric and skew symmetric, thenv
  1. i. $A$ is a diagonal matrix
  2. ii. $A$ is a zero matrix
  3. iii. $A$ is a square matrix
  4. iv. None of these
Solution

If $A$ is symmetric, $A'=A$. If it is also skew symmetric, $A'=-A$. Hence $A=-A$, so $2A=O$ and therefore $A=O$.

Answer:

(ii) $A$ is a zero matrix

Q.11If $A$ is square matrix such that $A^2=A$, then $(I+A)^3-7A$ is equal tov
  1. i. $A$
  2. ii. $I-A$
  3. iii. $I$
  4. iv. $3A$
Solution

Since $A^2=A$, also $A^3=A^2A=A^2=A$. Now $(I+A)^3=I+3A+3A^2+A^3=I+3A+3A+A=I+7A$. Therefore $(I+A)^3-7A=I$.

Answer:

(iii) $I$