How do I calculate the eigenvalues and eigenvectors of a 2x2 matrix, and what is the point of doing this calculation?

We find the eigenvalues (here called "k") by solving the characteristic equation det(M - kI) = 0. For a 2x2 matrix ((a, b), (c,d)) the determinant is ad - bc, we set this equal to zero and solve the resulting quadratic (using the quadratic formula or otherwise). We can then substitute the found values of k into the eigenvalue equation Mv = kv to find the eigenvectors v by observing that (M - kI)v = 0 and solving the resulting system of equations.The use of these calculations is that they completely characterise the action of the matrix in question. From the eigenvalues and eigenvectors we can see exactly how a matrix affects other objects. This is especially useful in fields such as physics where we want to use mathematics to model the world around us.

TD

Related Maths A Level answers

All answers ▸

The curve has equation y = x^3 - x^2 - 5x + 7 and the straight line has equation y = x + 7. One point of intersection, B, has coordinates (0, 7). Find the other two points of intersection, A and C.


If I have a picture of a graph f(x), how can I draw what |f(x)| and 3f(x-2) look like?


A small stone is projected vertically upwards from a point O with a speed of 19.6m/s. Modelling the stone as a particle moving freely under gravity, find the length of time for which the stone is more than 14.7 m above O


What is the method used for differentiation?