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

A rectangle has an area of 48 cm² and a length of 8 cm. What is its width?

View Question

What is the area of a circle with a diameter of 14 cm?

View Question

If 3x = 81, what is the value of x?

View Question

What is the length of the diagonal of a square with a side length of 7 cm?

View Question

If sin(x) = 3/5 and x is in the first quadrant, what is cos(x)?

View Question

If a+b = 10 and ab = 21, what is the value of (a-b)^2?

View Question

What is the 7th term of the arithmetic progression 3, 6, 9, 12,...?

View Question

If sin(A) = 1/2 and A is acute, what is the value of A?

View Question

If 2x = 16, what is the value of x?

View Question

If a cone has a base radius of 3 cm and height of 4 cm, what is its slant height?

View Question