Concept/Theory
›
For a square matrix \(A\), the adjoint (or adjugate) of \(A\) is obtained by taking the transpose of its cofactor matrix.
If the cofactor matrix of \(A\) is denoted by \(C\), then
For a \(2\times2\) matrix
its adjoint is given directly by
Thus, for a \(2\times2\) matrix, the diagonal entries are interchanged and the signs of the two off-diagonal entries are changed.
Step-by-step Plan
›
Write the given matrix \(A\).
Identify the four entries \(a,b,c,d\).
Use the \(2\times2\) adjoint formula.
Interchange the diagonal entries \(a\) and \(d\).
Change the signs of the off-diagonal entries \(b\) and \(c\).
Write the resulting matrix as \(\operatorname{adj}(A)\).
Complete Solution
›
-
Given — \[A=\begin{bmatrix}1 & 2\\3 & 4\end{bmatrix}\]
- Comparing it with the general \(2\times2\) matrix\[A=\begin{bmatrix}a & b\\c & d\end{bmatrix}\]
- we have\[a=1,\quad b=2,\quad c=3,\quad d=4\]
- For a \(2\times2\) matrix, the adjoint is\[\operatorname{adj}(A)=\begin{bmatrix}d & -b\\-c & a\end{bmatrix}\]
- Substituting \(a=1,\ b=2,\ c=3,\ d=4\), we get\[\operatorname{adj}(A)=\begin{bmatrix}4 & -2\\-3 & 1\end{bmatrix}\]
- Hence,\[\boxed{\bbox[5pt]{\operatorname{adj}(A)=\begin{bmatrix}4 & -2\\-3 & 1\end{bmatrix}}}\]
- Verification Using Cofactors
- The above result can also be verified directly from the definition of adjoint. The cofactor of an element \(a_{ij}\) is\[C_{ij}=(-1)^{i+j}M_{ij}\]where \(M_{ij}\) is the corresponding minor.
- For\[A=\begin{bmatrix}1 & 2\\3 & 4\end{bmatrix}\]
- the cofactors are\[C_{11}=4,\quad C_{12}=-3,\quad C_{21}=-2,\quad C_{22}=1\]
- Therefore, the cofactor matrix is\[C=\begin{bmatrix}4 & -3\\-2 & 1\end{bmatrix}\]
- Since the adjoint is the transpose of the cofactor matrix,\[\operatorname{adj}(A)=C^{T}=\begin{bmatrix}4 & -2\\-3 & 1\end{bmatrix}\]
- This confirms the result obtained using the direct \(2\times2\) formula.
Exam Significance
›
The concept of adjoint is fundamental to the Determinants chapter and is directly connected with the inverse of a matrix. In board examinations, questions may require students to find the adjoint, calculate the inverse using the adjoint, or verify identities involving \(A\operatorname{adj}(A)\).
For a \(2\times2\) matrix, remembering the direct formula can save considerable time, but students should also understand that the formula comes from the more fundamental rule
Significance for Competitive Entrance Examinations
For competitive examinations, this result is useful because adjoint-related questions are often combined with determinants, inverse matrices, matrix multiplication, and properties such as
For the present matrix,
Therefore,
This property provides a quick way to verify an adjoint and is particularly useful in time-bound objective questions.
Key Takeaways
›
-
For a \(2\times2\) matrix \(A=\begin{bmatrix}a&b\\c&d\end{bmatrix}\), use \(\operatorname{adj}(A)=\begin{bmatrix}d&-b\\-c&a\end{bmatrix}\).
-
Interchange the two diagonal elements.
-
Change the signs of the two off-diagonal elements.
-
The fundamental definition is \(\operatorname{adj}(A)=C^T\), where \(C\) is the cofactor matrix.
-
Always distinguish between the cofactor matrix and the adjoint; the latter is the transpose of the former.
-
The identity \(A\operatorname{adj}(A)=|A|I\) is an important verification tool.