Determinants and Invertibility

20 min
0/4 practice checks

The determinant of a 2×22\times 2 matrix (abcd)\begin{pmatrix}a&b\\c&d\end{pmatrix} is the single number

det=adbc.\det = ad - bc.

It reveals whether the matrix can be inverted (undone). If det0\det \neq 0 the matrix is invertible; if det=0\det = 0 it is singular and has no inverse.

When it exists, the inverse of (abcd)\begin{pmatrix}a&b\\c&d\end{pmatrix} is

1adbc(dbca).\frac{1}{ad-bc}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}.

The determinant sits in the denominator — which is exactly why a zero determinant blocks inversion (you cannot divide by zero).

Worked example. det(3124)=3412=122=100\det\begin{pmatrix}3&1\\2&4\end{pmatrix} = 3\cdot 4 - 1\cdot 2 = 12 - 2 = 10 \neq 0, so this matrix is invertible.

Find the determinant of (3124)\begin{pmatrix}3&1\\2&4\end{pmatrix}.

A 2×22\times 2 matrix is invertible exactly when:

Find the determinant of (2513)\begin{pmatrix}2&5\\1&3\end{pmatrix}.

For which value of kk is (k234)\begin{pmatrix}k&2\\3&4\end{pmatrix} singular (non-invertible)?