Skip to main content
United StatesPrecalculusSyllabus dot point

What are the determinant and inverse of a matrix, and what do they tell you?

Topic 4.11 The Inverse and Determinant of a Matrix: compute the determinant and inverse of a 2x2 matrix, and use them to determine invertibility and solve matrix equations.

A focused answer to AP Precalculus Topic 4.11, covering the determinant of a 2x2 matrix, what it measures, the inverse formula, when a matrix is invertible, and using the inverse to solve a matrix equation.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The determinant
  3. Invertibility
  4. The inverse formula
  5. The inverse as an undoing transformation
  6. Try this

What this topic is asking

The College Board (Topic 4.11) wants you to compute the determinant and inverse of a 2Γ—22 \times 2 matrix. The determinant is a single number that measures how the matrix scales area and tells you whether the matrix is invertible; the inverse, when it exists, undoes the matrix and lets you solve matrix equations.

The determinant

A determinant of 11 preserves area; a determinant of 00 flattens the plane onto a line (or a point), which is why such a matrix cannot be undone.

Invertibility

So the determinant is a quick invertibility test: compute adβˆ’bcad - bc and check whether it is zero.

The inverse formula

The inverse as an undoing transformation

A point worth stating once is that the inverse matrix is the transformation that reverses what the original matrix does, exactly as an inverse function reverses a function (Topic 2.8). If AA rotates and stretches the plane, Aβˆ’1A^{-1} rotates and stretches it back, and applying both in succession returns every vector to where it started (Aβˆ’1A=IA^{-1}A = I). This is why a matrix with determinant zero has no inverse: it collapses the plane, destroying the information needed to undo it, just as a non-one-to-one function cannot be inverted. Seeing the determinant as "does this transformation lose area, and therefore information?" explains both the invertibility test and the geometry of the matrices-as-functions topic that follows.

Try this

Q1. Is [2412]\begin{bmatrix} 2 & 4 \\ 1 & 2 \end{bmatrix} invertible? [1 point]

  • Cue. det⁑=2β‹…2βˆ’4β‹…1=4βˆ’4=0\det = 2\cdot2 - 4\cdot1 = 4 - 4 = 0, so it is not invertible.

Q2. Find the determinant of [5003]\begin{bmatrix} 5 & 0 \\ 0 & 3 \end{bmatrix}. [1 point]

  • Cue. 5β‹…3βˆ’0β‹…0=155 \cdot 3 - 0 \cdot 0 = 15.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2025 (style)1 marksSection I, Part A (multiple choice, no calculator). What is the determinant of [3524]\begin{bmatrix} 3 & 5 \\ 2 & 4 \end{bmatrix}? (A) 22 (B) 1212 (C) 2222 (D) βˆ’2-2
Show worked answer β†’

The correct answer is (A), 22.

For [abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}, the determinant is adβˆ’bcad - bc. Here 3β‹…4βˆ’5β‹…2=12βˆ’10=23 \cdot 4 - 5 \cdot 2 = 12 - 10 = 2. A non-zero determinant means the matrix is invertible.

AP 2025 (style)4 marksSection II (free response, no calculator). Let A=[2111]A = \begin{bmatrix} 2 & 1 \\ 1 & 1 \end{bmatrix}. (a) Find the determinant and explain why AA is invertible. (b) Find Aβˆ’1A^{-1}.
Show worked answer β†’

A 4-point question on the determinant and inverse.

(a) Determinant (2 points): det⁑A=2β‹…1βˆ’1β‹…1=2βˆ’1=1\det A = 2 \cdot 1 - 1 \cdot 1 = 2 - 1 = 1. Since the determinant is non-zero, AA is invertible.
(b) Inverse (2 points): Aβˆ’1=1det⁑A[dβˆ’bβˆ’ca]=11[1βˆ’1βˆ’12]=[1βˆ’1βˆ’12]A^{-1} = \frac{1}{\det A}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix} = \frac{1}{1}\begin{bmatrix} 1 & -1 \\ -1 & 2 \end{bmatrix} = \begin{bmatrix} 1 & -1 \\ -1 & 2 \end{bmatrix}.

Related dot points

Sources & how we know this