A-level Mathematics/MEI/FP2/Matrices

From Wikibooks, open books for an open world
Jump to navigation Jump to search

This section aims to expand upon information gathered about matrices in FP1, dealing with 3x3 matrices, eigenvectors and eigenvalues as well as the Cayley-Hamilton theorem.

Determinant of a 3x3 Matrix[edit | edit source]

How to find the determinant[edit | edit source]

The determinant of a 3x3 matrix is given by:

To find the determinant of a 3x3 matrix, it is necessary to choose a row or column to start with. In the above example, the first column () was selected. The first entry in this column is selected (i.e. ) and multiplied by its minor. The minor of is obtained by crossing off the row and column which contains , in this case to leave the matrix . The 'minor' is the determinant of this matrix. The minors of and are and respectively. To determine the sign which precedes the term of the expansion, the following matrix is used: . A minor along with its corresponding sign is known as a cofactor. The cofactor of may be written as .

So if you were to select the second column (), the determinant would be found by:
. This may be re-written as .

Example[edit | edit source]

Find the determinant of the matrix , where :

Solution:-



Alternatively, the Sarrus Method can also be used to find the determinant of a 3x3 matrix. Note that the Sarrus method doesn't work with larger dimensions (eg. 4x4 matrices).

Inverse of a 3x3 Matrix[edit | edit source]

The inverse of a 3x3 matrix is found in a similar way to that of a 2x2 Matrix. To recap, the inverse of the 2x2 matrix is found via:

It can be shown (using the properties of determinants) that
So, by factoring out |M|,
This shows that is the inverse of . The matrix is known as the adjoint or adjugate matrix of M. It is found by replacing each element of the matrix with its corresponding co-factor and then transposing (swapping the rows for columns of) the matrix.

Eigenvectors and Eigenvalues[edit | edit source]

Consider a transformation achieved through a matrix - for the sake of argument, an enlargement - of scale factor two. If we think of lines through the origin, upon undergoing the transformation, each point on each line through the origin maps to another point on its line, but the origin maps to itself. We can say that, if is the matrix responsible for the transformation, and the 'point' on the line (in column-vector form - i.e., that of a 1x2 matrix), then ; in the case of our example of scale factor two, would be 2. Every point undergoing the matrix would become a multiple of itself; that multiple would be two.

We can generalise this further to situations beyond mere enlargements. Formally, we can say that if is a non-zero vector such that , where is a matrix and is a scalar, then is called an eigenvector of . The scalar is known as an eigenvalue.

Let us illustrate this with an example:

Since:

and:

it must be that and are eigenvectors of the matrix , respectively corresponding to the eigenvalues 5 and 2. It will become evident shortly that these are the only two eigenvalues.

Notice that all non-zero scalar multiples of these two eigenvectors are also eigenvectors of , with the same respective eigenvalues. Likewise, under the transformation, the eigenvector is enlarged by a scale factor equal to its eigenvalue, and that the direction of an eigenvector is unchanged by the transformation.

When finding eigenvectors, you need to be able to solve the equation :

  • (The use of the identity matrix is not necessary here)
  • (But it is vital here!)

Clearly, is always a solution, but is rather pointless. For non-zero solutions, we require . This equation is called the characteristic equation, and the resultant polynomial (from finding the determinant) is called the characteristic polynomial.

This leads to three steps to finding eigenvectors:

  1. Form the characteristic equation
  2. Solve the characteristic equation to find the eigenvalues,
  3. For each eigenvalue, find a corresponding eigenvector by solving or

This is true irrespective of the size of M.

Powers of 2x2 and 3x3 Matrices[edit | edit source]

Matrices and Simultaneous Equations[edit | edit source]

The Cayley-Hamilton Theorem[edit | edit source]

"Every square matrix M satisfies its own characteristic equation."