The Formula for the Inverse Matrix of $I+A$ for a $2\times 2$ Singular Matrix $A$

Linear algebra problems and solutions

Problem 505

Let $A$ be a singular $2\times 2$ matrix such that $\tr(A)\neq -1$ and let $I$ be the $2\times 2$ identity matrix.
Then prove that the inverse matrix of the matrix $I+A$ is given by the following formula:
\[(I+A)^{-1}=I-\frac{1}{1+\tr(A)}A.\]

Using the formula, calculate the inverse matrix of $\begin{bmatrix}
2 & 1\\
1& 2
\end{bmatrix}$.

 
LoadingAdd to solve later

Sponsored Links


Proof.

We have
\begin{align*}
(I+A)\left(\, I-\frac{1}{1+\tr(A)}A \,\right)&=I-\frac{1}{1+\tr(A)}A+A-\frac{1}{1+\tr(A)}A^2\\[6pt] &=I-\frac{1}{1+\tr(A)}\left(\, A-(1+\tr(A))A +A^2\,\right)\\[6pt] &=I-\frac{1}{1+\tr(A)}\left(\, A^2-\tr(A)A \,\right) \tag{*}.
\end{align*}

The Cayley-Hamilton theorem for $2\times 2$ matrices yields that
\[A^2-\tr(A)A+\det(A)I=O.\] Since $A$ is singular, we have $\det(A)=0$.
Hence it follows that we have
\[A^2-\tr(A)A=O,\] and we obtain from (*) that
\[(I+A)\left(\, I-\frac{1}{1+\tr(A)}A \,\right)=I.\] Similarly,
\[\left(\, I-\frac{1}{1+\tr(A)}A \,\right)(I+A)=I.\]

Therefore, we conclude that the inverse matrix of $I+A$ is given by the formula
\[(I+A)^{-1}=I-\frac{1}{1+\tr(A)}A.\]

Find the inverse matrix of $\begin{bmatrix}
2 & 1\\
1& 2
\end{bmatrix}$ using the formula

Now let us find the inverse matrix of $\begin{bmatrix}
2 & 1\\
1& 2
\end{bmatrix}$ using the formula.

We first write
\[\begin{bmatrix}
2 & 1\\
1& 2
\end{bmatrix}=I+A,\] where
\[A=\begin{bmatrix}
1 & 1\\
1& 1
\end{bmatrix}.\] Then $A$ is a singular matrix with $\tr(A)=2$.

The formula yields that
\begin{align*}
\begin{bmatrix}
2 & 1\\
1& 2
\end{bmatrix}^{-1}&=(I+A)^{-1}\\[6pt] &=I-\frac{1}{3}A\\[6pt] &=\frac{1}{3}\begin{bmatrix}
2 & -1\\
-1& 2
\end{bmatrix}.
\end{align*}

Related Question.

There is a similar formula for inverse matrices of certain $n\times n$ matrices, called Sherman-Woodberry formula.

See the post ↴
Sherman-Woodbery Formula for the Inverse Matrix
for the statement of the Sherman-Woodberry formula and its proof.


LoadingAdd to solve later

Sponsored Links

More from my site

  • If 2 by 2 Matrices Satisfy $A=AB-BA$, then $A^2$ is Zero MatrixIf 2 by 2 Matrices Satisfy $A=AB-BA$, then $A^2$ is Zero Matrix Let $A, B$ be complex $2\times 2$ matrices satisfying the relation \[A=AB-BA.\] Prove that $A^2=O$, where $O$ is the $2\times 2$ zero matrix.   Hint. Find the trace of $A$. Use the Cayley-Hamilton theorem Proof. We first calculate the […]
  • True or False: If $A, B$ are 2 by 2 Matrices such that $(AB)^2=O$, then $(BA)^2=O$True or False: If $A, B$ are 2 by 2 Matrices such that $(AB)^2=O$, then $(BA)^2=O$ Let $A$ and $B$ be $2\times 2$ matrices such that $(AB)^2=O$, where $O$ is the $2\times 2$ zero matrix. Determine whether $(BA)^2$ must be $O$ as well. If so, prove it. If not, give a counter example.   Proof. It is true that the matrix $(BA)^2$ must be the zero […]
  • An Example of a Matrix that Cannot Be a CommutatorAn Example of a Matrix that Cannot Be a Commutator Let $I$ be the $2\times 2$ identity matrix. Then prove that $-I$ cannot be a commutator $[A, B]:=ABA^{-1}B^{-1}$ for any $2\times 2$ matrices $A$ and $B$ with determinant $1$.   Proof. Assume that $[A, B]=-I$. Then $ABA^{-1}B^{-1}=-I$ implies \[ABA^{-1}=-B. […]
  • Sherman-Woodbery Formula for the Inverse MatrixSherman-Woodbery Formula for the Inverse Matrix Let $\mathbf{u}$ and $\mathbf{v}$ be vectors in $\R^n$, and let $I$ be the $n \times n$ identity matrix. Suppose that the inner product of $\mathbf{u}$ and $\mathbf{v}$ satisfies \[\mathbf{v}^{\trans}\mathbf{u}\neq -1.\] Define the matrix […]
  • If Two Matrices are Similar, then their Determinants are the SameIf Two Matrices are Similar, then their Determinants are the Same Prove that if $A$ and $B$ are similar matrices, then their determinants are the same.   Proof. Suppose that $A$ and $B$ are similar. Then there exists a nonsingular matrix $S$ such that \[S^{-1}AS=B\] by definition. Then we […]
  • Express the Eigenvalues of a 2 by 2 Matrix in Terms of the Trace and DeterminantExpress the Eigenvalues of a 2 by 2 Matrix in Terms of the Trace and Determinant Let $A=\begin{bmatrix} a & b\\ c& d \end{bmatrix}$ be an $2\times 2$ matrix. Express the eigenvalues of $A$ in terms of the trace and the determinant of $A$.   Solution. Recall the definitions of the trace and determinant of $A$: \[\tr(A)=a+d \text{ and } […]
  • Given the Data of Eigenvalues, Determine if the Matrix is InvertibleGiven the Data of Eigenvalues, Determine if the Matrix is Invertible In each of the following cases, can we conclude that $A$ is invertible? If so, find an expression for $A^{-1}$ as a linear combination of positive powers of $A$. If $A$ is not invertible, explain why not. (a) The matrix $A$ is a $3 \times 3$ matrix with eigenvalues $\lambda=i , […]
  • The Determinant of a Skew-Symmetric Matrix is ZeroThe Determinant of a Skew-Symmetric Matrix is Zero Prove that the determinant of an $n\times n$ skew-symmetric matrix is zero if $n$ is odd.   Definition (Skew-Symmetric) A matrix $A$ is called skew-symmetric if $A^{\trans}=-A$. Here $A^{\trans}$ is the transpose of $A$. Proof. Properties of […]

You may also like...

1 Response

  1. 07/11/2017

    […] the post ↴ The Formula for the Inverse Matrix of $I+A$ for a $2times 2$ Singular Matrix $A$ for a proof of this […]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Nilpotent Matrix Problems and Solutions
Every Diagonalizable Nilpotent Matrix is the Zero Matrix

Prove that if $A$ is a diagonalizable nilpotent matrix, then $A$ is the zero matrix $O$.  

Close