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

If a cylinder has a radius of 7 cm and height of 10 cm, what is its volume?

View Question

If a:b = 3:4 and b:c = 5:6, what is a:c?

View Question

What is the value of x if log(x) + log(4) = log(32)?

View Question

If a = 4 and b = 5, what is the value of (a+b)^2?

View Question

If x^2 - 6x + 9 = 0, what is the value of x?

View Question

If the probability of an event is 1/4, what is the probability of its complement?

View Question

If the sum of the squares of two consecutive positive integers is 365, what are the integers?

View Question

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

View Question

If the angles of a triangle are in the ratio 2:3:4, what is the measure of the largest angle?

View Question

If the radius of a circle is doubled, what happens to its area?

View Question