Further matrix algebra Worked Solutions — Further Maths Maths

Fully worked, step-by-step solutions to Further Maths Further matrix algebra questions. See exactly how to solve problems on characteristic-equation, determinant, eigenvalues, eigenvectors.

characteristic-equationdeterminanteigenvalueseigenvectorssimultaneous-equationstrace
Further Maths70 questionsStep-by-step solutions
Question 1
2 markseasy
Find the characteristic equation of A=(4123)\mathbf{A} = \begin{pmatrix}4 & 1 \\ 2 & 3\end{pmatrix}, giving your answer in the form λ2+aλ+b=0\lambda^{2}+a\lambda+b = 0.

Worked solution

  1. Form the matrix AλI\mathbf{A}-\lambda\mathbf{I}

    AλI=(4123)λ(1001)=(4λ123λ)\mathbf{A}-\lambda\mathbf{I} = \begin{pmatrix}4 & 1 \\ 2 & 3\end{pmatrix} - \lambda\begin{pmatrix}1 & 0 \\ 0 & 1\end{pmatrix} = \begin{pmatrix}4 - \lambda & 1 \\ 2 & 3 - \lambda\end{pmatrix}

    Subtracting λ\lambda from each entry of the leading diagonal is what λI\lambda\mathbf{I} does.

  2. Set the determinant equal to zero

    det(AλI)=4λ123λ=0\det\left(\mathbf{A}-\lambda\mathbf{I}\right) = \begin{vmatrix}4 - \lambda & 1 \\ 2 & 3 - \lambda\end{vmatrix} = 0

    A non-zero eigenvector exists only when this matrix is singular.

  3. Expand the 2×22\times2 determinant

    (4λ)(3λ)(1)(2)=0\left(4-\lambda\right)\left(3-\lambda\right) - \left(1\right)\left(2\right) = 0

    Use adbcad-bc on the matrix AλI\mathbf{A}-\lambda\mathbf{I}.

  4. State the characteristic equation

    λ27λ+10=0\lambda^{2} - 7 \lambda + 10 = 0

    This is the required equation, written with leading coefficient 11.

Answer
λ27λ+10=0\lambda^{2} - 7 \lambda + 10 = 0
Question 2
2 markseasy
Find the characteristic equation of A=(1221)\mathbf{A} = \begin{pmatrix}1 & 2 \\ 2 & 1\end{pmatrix}, giving your answer in the form λ2+aλ+b=0\lambda^{2}+a\lambda+b = 0.

Worked solution

  1. Form the matrix AλI\mathbf{A}-\lambda\mathbf{I}

    AλI=(1221)λ(1001)=(1λ221λ)\mathbf{A}-\lambda\mathbf{I} = \begin{pmatrix}1 & 2 \\ 2 & 1\end{pmatrix} - \lambda\begin{pmatrix}1 & 0 \\ 0 & 1\end{pmatrix} = \begin{pmatrix}1 - \lambda & 2 \\ 2 & 1 - \lambda\end{pmatrix}

    Subtracting λ\lambda from each entry of the leading diagonal is what λI\lambda\mathbf{I} does.

  2. Set the determinant equal to zero

    det(AλI)=1λ221λ=0\det\left(\mathbf{A}-\lambda\mathbf{I}\right) = \begin{vmatrix}1 - \lambda & 2 \\ 2 & 1 - \lambda\end{vmatrix} = 0

    A non-zero eigenvector exists only when this matrix is singular.

  3. Expand the 2×22\times2 determinant

    (1λ)(1λ)(2)(2)=0\left(1-\lambda\right)\left(1-\lambda\right) - \left(2\right)\left(2\right) = 0

    Use adbcad-bc on the matrix AλI\mathbf{A}-\lambda\mathbf{I}.

  4. State the characteristic equation

    λ22λ3=0\lambda^{2} - 2 \lambda - 3 = 0

    This is the required equation, written with leading coefficient 11.

Answer
λ22λ3=0\lambda^{2} - 2 \lambda - 3 = 0
Question 3
2 markseasy
Find the characteristic equation of A=(5412)\mathbf{A} = \begin{pmatrix}5 & 4 \\ 1 & 2\end{pmatrix}, giving your answer in the form λ2+aλ+b=0\lambda^{2}+a\lambda+b = 0.

Worked solution

  1. Form the matrix AλI\mathbf{A}-\lambda\mathbf{I}

    AλI=(5412)λ(1001)=(5λ412λ)\mathbf{A}-\lambda\mathbf{I} = \begin{pmatrix}5 & 4 \\ 1 & 2\end{pmatrix} - \lambda\begin{pmatrix}1 & 0 \\ 0 & 1\end{pmatrix} = \begin{pmatrix}5 - \lambda & 4 \\ 1 & 2 - \lambda\end{pmatrix}

    Subtracting λ\lambda from each entry of the leading diagonal is what λI\lambda\mathbf{I} does.

  2. Set the determinant equal to zero

    det(AλI)=5λ412λ=0\det\left(\mathbf{A}-\lambda\mathbf{I}\right) = \begin{vmatrix}5 - \lambda & 4 \\ 1 & 2 - \lambda\end{vmatrix} = 0

    A non-zero eigenvector exists only when this matrix is singular.

  3. Expand the 2×22\times2 determinant

    (5λ)(2λ)(4)(1)=0\left(5-\lambda\right)\left(2-\lambda\right) - \left(4\right)\left(1\right) = 0

    Use adbcad-bc on the matrix AλI\mathbf{A}-\lambda\mathbf{I}.

  4. State the characteristic equation

    λ27λ+6=0\lambda^{2} - 7 \lambda + 6 = 0

    This is the required equation, written with leading coefficient 11.

Answer
λ27λ+6=0\lambda^{2} - 7 \lambda + 6 = 0
Question 4
2 markseasy
Find the eigenvalues of A=(3102)\mathbf{A} = \begin{pmatrix}3 & 1 \\ 0 & 2\end{pmatrix}, giving them in increasing order.

Worked solution

  1. Form the matrix AλI\mathbf{A}-\lambda\mathbf{I}

    AλI=(3102)λ(1001)=(3λ102λ)\mathbf{A}-\lambda\mathbf{I} = \begin{pmatrix}3 & 1 \\ 0 & 2\end{pmatrix} - \lambda\begin{pmatrix}1 & 0 \\ 0 & 1\end{pmatrix} = \begin{pmatrix}3 - \lambda & 1 \\ 0 & 2 - \lambda\end{pmatrix}

    Subtracting λ\lambda from each entry of the leading diagonal is what λI\lambda\mathbf{I} does.

  2. Set the determinant equal to zero

    det(AλI)=3λ102λ=0\det\left(\mathbf{A}-\lambda\mathbf{I}\right) = \begin{vmatrix}3 - \lambda & 1 \\ 0 & 2 - \lambda\end{vmatrix} = 0

    A non-zero eigenvector exists only when this matrix is singular.

  3. Factorise the characteristic polynomial

    λ25λ+6=(λ3)(λ2)=0\lambda^{2} - 5 \lambda + 6 = \left(\lambda - 3\right) \left(\lambda - 2\right) = 0

    Look for integer roots among the factors of the constant term.

  4. State the eigenvalues in increasing order

    λ=2, 3\lambda = 2,\ 3

    These are the 22 eigenvalues of A\mathbf{A}.

Answer
λ=2, 3\lambda = 2,\ 3
Question 5
2 markseasy
Find the eigenvalues of A=(4123)\mathbf{A} = \begin{pmatrix}4 & 1 \\ 2 & 3\end{pmatrix}, giving them in increasing order.

Worked solution

  1. Form the matrix AλI\mathbf{A}-\lambda\mathbf{I}

    AλI=(4123)λ(1001)=(4λ123λ)\mathbf{A}-\lambda\mathbf{I} = \begin{pmatrix}4 & 1 \\ 2 & 3\end{pmatrix} - \lambda\begin{pmatrix}1 & 0 \\ 0 & 1\end{pmatrix} = \begin{pmatrix}4 - \lambda & 1 \\ 2 & 3 - \lambda\end{pmatrix}

    Subtracting λ\lambda from each entry of the leading diagonal is what λI\lambda\mathbf{I} does.

  2. Set the determinant equal to zero

    det(AλI)=4λ123λ=0\det\left(\mathbf{A}-\lambda\mathbf{I}\right) = \begin{vmatrix}4 - \lambda & 1 \\ 2 & 3 - \lambda\end{vmatrix} = 0

    A non-zero eigenvector exists only when this matrix is singular.

  3. Factorise the characteristic polynomial

    λ27λ+10=(λ5)(λ2)=0\lambda^{2} - 7 \lambda + 10 = \left(\lambda - 5\right) \left(\lambda - 2\right) = 0

    Look for integer roots among the factors of the constant term.

  4. State the eigenvalues in increasing order

    λ=2, 5\lambda = 2,\ 5

    These are the 22 eigenvalues of A\mathbf{A}.

Answer
λ=2, 5\lambda = 2,\ 5

Unlock 65 more Further matrix algebra questions

Create a free account to work through every Further Maths Further matrix algebra question with instant step-by-step worked solutions, progress tracking and interactive lessons.

  • Full worked solutions for every question
  • Interactive lessons and instant feedback
  • Track your mastery across every topic
Create a Free Account

No card required · Free forever

More Further matrix algebra practice

Related Further Pure topics