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 x^2 + 4x + 4 = 0, what is the value of x?

View Question

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

View Question

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

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

What is the HCF of 48 and 180?

View Question

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

View Question

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

View Question

If 5x - 2 = 13, what is the value of x?

View Question

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

View Question

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

View Question