For square 2×22\times 2 matrices there is a handy explicit formula for the inverse, which generalises the idea of the “reciprocal” of a number.

Property — Inverse of a 2×22\times 2 matrix

Let A=(abcd)A = \begin{pmatrix} a & b \\ c & d\end{pmatrix} with detA=adbc0\det A = ad-bc\ne 0. There exists a unique inverse matrix A1A^{-1} with AA1=A1A=I2AA^{-1}=A^{-1}A=I_2, given by: A1=1adbc(dbca).A^{-1} = \frac{1}{ad-bc}\begin{pmatrix} d & -b \\ -c & a\end{pmatrix}. If detA=0\det A=0, the matrix is not invertible (it corresponds to a system with proportional rows). The number detA\det A is precisely the Δ\Delta of Cramer’s method.

Topics: Linear systems
Concepts: Determinant · Inverse matrix
Methods: 2x2 inverse matrix
Skills: Use formulae