🚀 StudyNest is growing. New lessons and worksheets are added regularly.

MATRICES · LESSON 07

Inverse Matrices

Follow the swap-change-divide method and verify the result

⏱️ 30–40 min 📘 Challenge ▦ Visual steps included

Learning Objectives

Introduction

This lesson develops Inverse Matrices from meaning and patterns before moving to calculations. Look for what the quantities, shapes or symbols represent, then connect that idea to the method.

Key Notes

Read the definitions and key facts below carefully. Each rule is most useful when you can explain why it fits the situation, not simply recall it.

🌱 The Meaning of an Inverse

An inverse undoes an operation. Dividing by 4 undoes multiplying by 4. For matrices, the inverse of A is written A⁻¹, and multiplying them produces the identity matrix I.

The key relationship

AA⁻¹ = A⁻¹A = I

I is the identity matrix—the matrix version of 1.

Step 1: Check the determinant

abcd

Calculate ad − bc. If it equals 0, stop: no inverse exists.

Step 2: Swap the diagonal

abcddbca

Step 3: Change the other signs

dbcad−b−ca

Step 4: Divide by the determinant

A⁻¹ = 1/(ad−bc) × [ d   −b ; −c   a ]

Verify your answer

Multiply A by your proposed A⁻¹. The result should be I, not A and not the zero matrix.

Language Check: A⁻¹ does not mean “take the reciprocal of each entry.” It means the matrix that undoes A.

Formula

A⁻¹=1/(ad−bc)d−b−ca.

Method

Find determinant.
If determinant=0, stop.
Swap a and d.
Change signs of b and c.
Multiply by 1/determinant.

Example

A=3121, det=1, so A⁻¹=1−1−23.

Verify AA⁻¹=I.

Practice Questions

  1. Find inverse of 2111.
  2. Why has 4221 no inverse?

✅ Check Your Work

Show answers and working
  1. 1−1−12.
  2. Its determinant is 0.

🔁 Inverse Matrix Calculator

📘 Remember

Key idea

A 2×2 matrix has an inverse only when its determinant is non-zero.

⚠️ Common Mistakes

Do not forget to swap a and d, change the signs of b and c, and divide every entry by the determinant.

⭐ Exam Tips

Verify your answer by checking that AA⁻¹ gives the identity matrix.

🌍 Did You Know?

Inverse matrices undo matrix transformations.

Common Mistakes

Exam Focus

Show the mathematical relationship you are using, keep notation consistent and give a clear final answer. Use a quick estimate, diagram or inverse operation to check that the result is reasonable.

Summary