Back to Further Mathematics Notes

inverse matrices

A LevelFurther Mathematics~6 min read

Overview

# Inverse Matrices Summary This lesson establishes the conditions for matrix invertibility (non-zero determinant) and methods for finding inverse matrices, including the 2×2 formula and the adjugate matrix method for larger matrices. Students learn to apply inverse matrices to solve systems of linear equations and understand their geometric interpretation as reversing transformations. These techniques are fundamental for A-Level Further Mathematics Paper 1, appearing frequently in exam questions worth 6-10 marks, particularly in combined problems involving transformations, eigenvalues, and proof-based questions requiring algebraic manipulation.

Core Concepts & Theory

Inverse Matrices are fundamental in Further Pure Mathematics. A matrix A has an inverse A⁻¹ if and only if AA⁻¹ = A⁻¹A = I, where I is the identity matrix. The inverse exists only when the determinant det(A) ≠ 0; such matrices are called non-singular or invertible.

Key Formula for 2×2 Matrices: For matrix A = \begin{pmatrix} a & b \ c & d \end{pmatrix}, the inverse is:

A⁻¹ = (1/det(A)) \begin{pmatrix} d & -b \ -c & a \end{pmatrix}

where det(A) = ad - bc.

Memory Aid (SWAP-NEG): Swap the leading diagonal elements (a and d), negate the off-diagonal elements (b and c), then multiply by 1/det(A).

For 3×3 Matrices: The process involves finding the matrix of minors, then the matrix of cofactors, then the adjugate (transpose of cofactors), and finally:

A⁻¹ = (1/det(A)) × adj(A)

Properties to memorize:

  • (AB)⁻¹ = B⁻¹A⁻¹ (reverse order!)
  • (A⁻¹)⁻¹ = A
  • (Aᵀ)⁻¹ = (A⁻¹)ᵀ
  • det(A⁻¹) = 1/det(A)

Singular matrices (det = 0) represent transformations that collapse space into lower dimensions—they have no inverse because information is lost and cannot be recovered. Understanding this geometric interpretation is crucial for Cambridge examiners.

Detailed Explanation with Real-World Examples

Why Inverse Matrices Matter:

Think of a matrix transformation as a recipe that transforms ingredients (input vectors) into a dish (output vectors). The inverse matrix is the reverse recipe that recovers the original ingredients from the finished dish.

Real-World Application 1: Cryptography The Hill cipher uses matrix multiplication to encode messages. If C = MP (where M is the encoding matrix, P is plaintext, C is ciphertext), then P = M⁻¹C decodes the message. Without M⁻¹, the message remains encrypted. Intelligence agencies use variants of this principle.

Real-World Application 2: Computer Graphics When you rotate a 3D object in a video game, then press "undo," the computer applies the inverse transformation matrix. If rotation matrix R moves vertices from position A to position B, then R⁻¹ moves them back from B to A. Game engines calculate these inverses thousands of times per second.

Real-World Application 3: Engineering Systems In electrical circuit analysis, Kirchhoff's laws produce simultaneous equations represented as Ax = b (where x is unknown currents/voltages). Solving requires x = A⁻¹b. Engineers cannot design circuits without computing inverse matrices.

Geometric Intuition: A 2×2 matrix with det = 4 "stretches" area by factor 4. Its inverse must "shrink" area by factor 1/4 to return to the original. This explains why det(A⁻¹) = 1/det(A)—the inverse transformation exactly counteracts the original scaling effect.

Worked Examples & Step-by-Step Solutions

**Example 1: Find the inverse of A = \begin{pmatrix} 3 & 5 \\ 2 & 4 \end{pmatrix}** *Step 1:* Calculate determinant: det(A) = (3)(4) - (5)(2) = 12 - 10 = **2** ≠ 0 ✓ (inverse exists) *Step 2:* Apply SWAP-NEG formula: A⁻¹ = (1/2) \begin{pmatrix} 4 & -5 \\ -2 & 3 \end{pmatrix} = **\begin{pmatrix} 2 ...

Unlock 3 More Sections

Sign up free to access the complete notes, key concepts, and exam tips for this topic.

No credit card required · Free forever

Key Concepts

  • Inverse Matrix: A matrix A-1 such that A * A-1 = A-1 * A = I, where I is the identity matrix.
  • Identity Matrix (I): A square matrix with ones on the main diagonal and zeros elsewhere, acting as the multiplicative identity.
  • Determinant: A scalar value calculated from the elements of a square matrix, indicating properties like invertibility.
  • Singular Matrix: A square matrix whose determinant is zero, meaning it does not have an inverse.
  • +3 more (sign up to view)

Exam Tips

  • Always check the determinant first. If det(A) = 0, state that the inverse does not exist and stop, saving time and avoiding unnecessary calculations.
  • For 3x3 inverses, be meticulously careful with signs when calculating cofactors. Use the checkerboard pattern: + - + / - + - / + - +.
  • +3 more tips (sign up)

AI Tutor

Get instant AI-powered explanations for any concept in this topic.

Still Struggling?

Get 1-on-1 help from an expert A Level tutor.

More Further Mathematics Notes

Ask Aria anything!

Your AI academic advisor