The inverse and determinant of a matrix — AP Precalculus Study Guide
For: AP Precalculus candidates sitting AP Precalculus.
Covers: Determinant calculation for 2×2 matrices, inverse calculation for 2×2 matrices, singular/non-singular matrix classification, using determinants to check invertibility, solving 2×2 linear systems with inverse matrices.
You should already know: Basic matrix notation and multiplication for 2×2 matrices. Systems of two linear equations in two variables. How to factor and solve quadratic equations for parameter problems.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Precalculus style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.
1. What Is The inverse and determinant of a matrix?
This topic is part of AP Precalculus Unit 4 (Functions Involving Parameters, Vectors, and Matrices), makes up approximately 2–4% of the total AP exam score, and appears in both multiple-choice (MCQ) and free-response (FRQ) sections. A determinant is a scalar value derived exclusively from square matrices that encodes two critical pieces of information: how much the matrix’s linear transformation scales area in 2D space, and whether the matrix has an inverse. The inverse of a square matrix , written , is the unique matrix such that the product , where is the 2×2 identity matrix Per the AP Precalculus Course and Exam Description (CED), only 2×2 matrix determinants and inverses are assessed. Inverse matrices allow us to "undo" linear transformations and solve linear systems efficiently, making this topic core to Unit 4 learning objectives.
2. Determinant of a 2×2 Matrix
For any general 2×2 matrix , the determinant of (written or ) is calculated as . The geometric intuition for this formula comes from thinking of the columns of as two 2D vectors that form the adjacent sides of a parallelogram; the determinant equals the signed area of that parallelogram. The sign of the determinant tells us whether the linear transformation flips the orientation of the plane, while the magnitude tells us how much it scales area.
The most important use of the determinant for AP Precalculus is classifying matrices:
- If , the area of the parallelogram is zero, meaning the two column vectors are linearly dependent (they lie on the same line). Such a matrix is called singular, and it does not have an inverse.
- If , the matrix is non-singular, and it has exactly one inverse.
Worked Example
Calculate the determinant of , and state whether is invertible.
- Identify the entries matching the general form: , , , .
- Write the determinant formula: .
- Substitute values and simplify: .
- Check the determinant value: , so is invertible.
Exam tip: When calculating determinants with negative entries, always explicitly expand the double negative from the term—this is the most common careless error on MCQ inverse classification questions.
3. Inverse of a 2×2 Matrix
If a 2×2 matrix is non-singular (), its inverse is given by the formula: The matrix inside the scalar multiple is called the adjugate of . To get the adjugate, swap the entries on the main diagonal (the diagonal from top-left to bottom-right) and flip the sign of both entries on the off-diagonal. The formula can be verified by direct multiplication: multiplying by its inverse always produces the identity matrix, confirming the formula is correct. Always check that the determinant is non-zero before attempting to calculate an inverse—no inverse exists for a singular matrix.
Worked Example
Find the inverse of , and verify your result.
- First calculate the determinant to confirm an inverse exists: , so inverse exists.
- Construct the adjugate matrix by swapping the main diagonal entries and flipping off-diagonal signs: .
- Scale the adjugate by to get the inverse:
- Verify by multiplying : First row entries are and ; second row entries are and , so we get the identity matrix as expected.
Exam tip: If you are asked to find an inverse on FRQ, you can earn a point for correctly checking the determinant first, even if you make an arithmetic mistake later—don't skip this step.
4. Solving Linear Systems with Inverse Matrices
Any system of two linear equations in two variables can be written in the compact matrix form , where:
- is the 2×2 coefficient matrix, with entries equal to the coefficients of the variables in each equation
- is the column vector of unknown variables
- is the column vector of constant terms on the right-hand side of the equations
If is invertible, we can solve for by multiplying both sides of the equation on the left by : This gives the unique solution to the system directly, just like solving for scalars by multiplying by the reciprocal of . If is singular, the system has either no solution or infinitely many solutions, which we check with substitution or elimination.
Worked Example
Solve the system below using the inverse matrix method:
- Write the system in matrix form :
- Calculate , so inverse exists.
- Find : .
- Multiply to get the solution: The solution is , .
Exam tip: Always confirm that the order of variables in the coefficient matrix matches across both equations—if you swap and entries, you will get the wrong solution.
5. Common Pitfalls (and how to avoid them)
- Wrong move: Calculating as instead of . Why: Students mix up the order of terms after swapping entries for the inverse. Correct move: Always state the rule "main diagonal product minus off-diagonal product" before substituting values.
- Wrong move: Flipping the sign of the main diagonal entries instead of the off-diagonal entries when finding the inverse. Why: Students misremember the inverse formula. Correct move: Recite "swap main diagonal, flip off-diagonal signs" to yourself before starting calculation.
- Wrong move: Forgetting to scale all entries of the adjugate matrix by , only scaling one or two entries. Why: Students rush after constructing the adjugate and drop the scalar multiple. Correct move: Write the scalar multiple outside the adjugate matrix before calculating any entries.
- Wrong move: Trying to compute an inverse for a matrix with . Why: Students forget that determinant zero means no inverse exists, and blindly apply the inverse formula. Correct move: Check first; if it equals zero, state "matrix is singular, no inverse exists" and stop.
- Wrong move: Multiplying as (right multiplication) instead of left multiplication. Why: Students forget matrix multiplication is not commutative, and order matters. Correct move: Always multiply the n×n inverse on the left of the n×1 constant vector to get a valid solution.
- Wrong move: Putting constant terms from the right-hand side of the system into the coefficient matrix . Why: Students confuse coefficients and constants when transcribing the system. Correct move: Separate variable terms (left of equals) and constant terms (right of equals) before building matrices.
6. Practice Questions (AP Precalculus Style)
Question 1 (Multiple Choice)
What is the determinant of , and is invertible? A: , is not invertible B: , is invertible C: , is invertible D: , is not invertible
Worked Solution: Use the 2×2 determinant formula . For the given matrix, , , , . Substitute to get . Since , is non-singular and invertible. This matches option B. The correct answer is B.
Question 2 (Free Response)
Given matrix , where is a real-valued parameter: (a) Find as an expression in terms of . (b) Find all values of for which is singular. (c) For , find .
Worked Solution: (a) Apply the determinant formula: . (b) A matrix is singular when , so solve with the quadratic formula: These are the two values of that make singular. (c) Substitute into : . Calculate . Apply the inverse formula:
Question 3 (Application / Real-World Style)
A local bakery produces croissants and muffins for morning service. Each croissant requires 2 cups of flour and 1 egg. Each muffin requires 1 cup of flour and 2 eggs. One baking shift uses a total of 22 cups of flour and 20 eggs. Let be the number of croissants baked and be the number of muffins baked. Set up a matrix equation for the system, then use the inverse of the coefficient matrix to find how many croissants and muffins were baked in the shift.
Worked Solution: Translate the context to a system of equations: Total flour: , Total eggs: . Write in matrix form : Calculate , so inverse exists. The inverse is . Multiply to get the solution: Interpretation: The bakery baked 8 croissants and 6 muffins during the shift.
7. Quick Reference Cheatsheet
| Category | Formula | Notes |
|---|---|---|
| Determinant of 2×2 Matrix | $\det\left(\begin{bmatrix}a & b \ c & d\end{bmatrix}\right) = ad - bc = | A |
| Inverse of 2×2 Matrix | Only exists if ; . | |
| 2×2 Identity Matrix | Multiplicative identity for 2×2 matrices; . | |
| Linear System Matrix Form | = coefficient matrix, = variable vector, = constant vector. | |
| Solve Linear System with Inverse | Only works for invertible , gives a unique solution. | |
| Singular Matrix | No inverse exists; corresponding system has no or infinitely many solutions. | |
| Non-Singular Matrix | Unique inverse exists; corresponding system has one unique solution. |
8. What's Next
This topic is the foundation for all further work with linear systems and matrix transformations in AP Precalculus Unit 4. Immediately after mastering determinants and inverses, you will learn to solve larger systems of linear equations using row operations, and interpret solutions to parameter-dependent systems in context. Without understanding how determinants indicate invertibility, you will struggle to determine when a system has a unique solution, and will not be able to apply inverse methods efficiently on exam questions. This topic also connects to linear transformations, a core Unit 4 topic: the determinant describes how a transformation scales area, and the inverse lets you reverse a transformation to map outputs back to inputs.
Follow-on topics for further study: Solving systems of linear equations with matrices Linear transformations with matrices Vectors in two dimensions Matrices: basic operations