How do you invert a 2x2 matrix?

Take a matrix A=(acbd), where a,b,c,d are numbers.

First find the determinant. This is ad-bc.

Now, rearrange the matrix to become (d-c-ba). Divide this by the determinant, to have A-1=1/(ad-bc)(d-c-ba). This is the inverse of A.

YP

Related Further Mathematics A Level answers

All answers ▸

Using the substitution u = ln(x), find the general solution of the differential equation y = x^2*(d^2(y)/dx^2) + x(dy/dx) + y = 0


Solve the second order differential equation d^2y/dx^2 - 4dy/dx + 5y = 15cos(x), given that when x = 0, y = 1 and when x = 0, dy/dx = 0


Use the geometric series e^(ix) - (1/2)e^(3ix) + (1/4)e^(5ix) - ... to find the exact value sin1 -(1/2)sin3 + (1/4)sin5 - ...


A complex number z has argument θ and modulus 1. Show that (z^n)-(z^-n)=2iSin(nθ).