Exercise 1
(i)
(ii)
Not cross-checked
This solution has not been cross-checked against the answer printed in NCERT.
NCERT’s answer
(i)
\(\displaystyle \mathrm{M}_{11}=3, \mathrm{M}_{12}=0, \mathrm{M}_{21}=-4, \mathrm{M}_{22}=2, \mathrm{~A}_{11}=3, \mathrm{~A}_{12}=0, \mathrm{~A}_{21}=4, \mathrm{~A}_{22}=2\) (ii) \(\displaystyle \mathrm{M}_{11}=d, \mathrm{M}_{12}=b, \mathrm{M}_{21}=c, \mathrm{M}_{22}=a\) \(\displaystyle \mathrm{A}_{11}=d, \mathrm{~A}_{12}=-b, \mathrm{~A}_{21}=-c, \mathrm{~A}_{22}=a\)
Definition. The minor \(\displaystyle M_{ij}\) of the element \(\displaystyle a_{ij}\) is the determinant of what is left after deleting the \(\displaystyle i\)th row and the \(\displaystyle j\)th column, and the cofactor is \(\displaystyle A_{ij}=(-1)^{i+j}M_{ij}\). For a second order determinant, deleting one row and one column leaves a single entry, so each minor is just that entry; the whole work is in the sign \(\displaystyle (-1)^{i+j}\), which is \(\displaystyle +,-\) in the first row and \(\displaystyle -,+\) in the second.
(i)
For \(\displaystyle \left|\begin{array}{rr}2 & -4 \\ 0 & 3\end{array}\right|\):
Minors: deleting row $\displaystyle 1$, column $\displaystyle 1$ leaves \(\displaystyle 3\); row $\displaystyle 1$, column $\displaystyle 2$ leaves \(\displaystyle 0\); row $\displaystyle 2$, column $\displaystyle 1$ leaves \(\displaystyle -4\); row $\displaystyle 2$, column $\displaystyle 2$ leaves \(\displaystyle 2\). So
\[M_{11}=3,\qquad M_{12}=0,\qquad M_{21}=-4,\qquad M_{22}=2. \]
Cofactors, attaching \(\displaystyle (-1)^{i+j}\):
\[A_{11}=(-1)^{2}(3)=3,\qquad A_{12}=(-1)^{3}(0)=0, \]
\[A_{21}=(-1)^{3}(-4)=4,\qquad A_{22}=(-1)^{4}(2)=2. \]
Note that \(\displaystyle A_{21}=4\), not \(\displaystyle -4\): the sign is applied to the minor \(\displaystyle -4\), and the two minus signs cancel.
(ii)
For \(\displaystyle \left|\begin{array}{cc}a & c \\ b & d\end{array}\right|\):
Minors:
\[M_{11}=d,\qquad M_{12}=b,\qquad M_{21}=c,\qquad M_{22}=a. \]
Cofactors:
\[A_{11}=d,\qquad A_{12}=-b,\qquad A_{21}=-c,\qquad A_{22}=a. \]
Check (each expansion must reproduce the determinant): in (i), \(\displaystyle a_{11}A_{11}+a_{12}A_{12}=2(3)+(-4)(0)=6\), and indeed \(\displaystyle \left|\begin{array}{rr}2 & -4 \\ 0 & 3\end{array}\right|=6\); in (ii), \(\displaystyle a\,A_{11}+c\,A_{12}=ad-bc\).