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 log(100) = 2 and log(10) = 1, what is log(1000)?

View Question

If the product of two numbers is 120 and their sum is 26, what are the numbers?

View Question

If a:b = 7:9 and b:c = 5:6, what is a:c?

View Question

If the radius of a circle is 7 cm, what is its circumference?

View Question

A square is inscribed in a circle with a radius of 5 cm. What is the area of the square?

View Question

If x = 2 and y = 3, what is the value of (x^2 + y^2)?

View Question

If a = 5 and b = 12, what is the length of the hypotenuse of a right triangle?

View Question

A man spends 75% of his income and saves Rs. 600. What is his total income?

View Question

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

View Question

What is the square root of 144?

View Question