Topic Details (Notes format)

How to Find the Inverse of a 2x2 Matrix

Subject: Mathematics

Book: Maths Mastery

For a 2×2 matrix M=[[a, b],[c, d]], its inverse, if it exists, is (1/det(M))×[[d, –b],[–c, a]], where det(M)=ad–bc. For instance, if M=[[1,2],[3,4]], det(M)=1×4–2×3=4–6=–2. So M⁻¹= (1/–2)×[[4,–2],[–3,1]]= [[–2,1],[1.5,–0.5]]. Checking if det(M)≠0 ensures invertibility. The inverse helps solve AX=B by X=M⁻¹B, and is used in transformations, cryptography, or advanced robotics. Mastering 2×2 inverses sets a foundation for tackling higher-dimensional matrix inversions and linear algebra at large.

Practice Questions

The sum of the squares of two consecutive integers is 145. What are the integers?

View Question

How many diagonals does a pentagon have?

View Question

What is the greatest common divisor (GCD) of 36 and 48?

View Question

A number is increased by 20% and then decreased by 20%. What is the net change?

View Question

The perimeter of a rectangle is 40 cm, and its length is 12 cm. What is its width?

View Question

If two complementary angles differ by 30°, what are the angles?

View Question

If the sum of three consecutive integers is 96, what are the integers?

View Question

If the average of five consecutive odd numbers is 25, what is the largest number?

View Question

The sum of the reciprocals of two numbers is 1/4. If one number is 12, what is the other?

View Question

If x:y = 4:5 and y:z = 2:3, what is x:z?

View Question