Hard Further Maths Further matrix algebra Questions
Challenging, exam-style Further Maths Further matrix algebra questions with worked solutions. Stretch yourself on the hardest eigenvalues, characteristic-equation, complex-eigenvalues, eigenvectors problems.
Subtracting λ from each entry of the leading diagonal is what λI does.
Set the determinant equal to zero
det(A−λI)=4−λ0001−λ2021−λ=0
A non-zero eigenvector exists only when this matrix is singular.
Expand the determinant along the first row
(4−λ)1−λ221−λ−(0)0021−λ+(0)001−λ2=0
The place signs along the first row are +,−,+.
Evaluate the three 2×2 minors
1−λ221−λ=λ2−2λ−3,0021−λ=0,001−λ2=0
Each minor is an ordinary 2×2 determinant, here a polynomial in λ.
Multiply out and collect the terms
det(A−λI)=−λ3+6λ2−5λ−12
This is the characteristic polynomial in its expanded form.
Multiply through by −1 to make the equation monic
λ3−6λ2+5λ+12=0
An odd-sized determinant produces −λ3; changing every sign puts the equation in the required form.
Apply the Cayley-Hamilton theorem
A3−6A2+5A+12I=0
The matrix satisfies its own characteristic equation.
Multiply through by A−1
every power drops by 1, and IA−1=A−1
This is legitimate because detA=−12=0.
Make A−1 the subject
A−1=−121A2+21A−125I
Divide by the constant term of the characteristic equation and change the signs.
Check against the inverse computed directly
A−1=41000−3132032−31
Evaluating the chosen expression gives exactly this matrix.
Check the product
AA−1=100010001
The candidate expression really is a two-sided inverse.
Recall the definition of an eigenvalue and an eigenvector
Av=λv,v=0
An eigenvector is a non-zero vector whose direction is unchanged by A.
Recall the characteristic equation
det(A−λI)=0
This is the condition for (A−λI)v=0 to have a non-zero solution.
Explain why the determinant must vanish
(A−λI)v=0,v=0
If A−λI were invertible the only solution would be v=0, so its determinant must be zero.
Recall the shortcut for a 2×2 characteristic equation
λ2−(trA)λ+detA=0
The coefficients are the trace and the determinant, which is a quick check on the algebra.
Select the correct expression
A−1=−121A2+21A−125I
Only this combination evaluates to the inverse of A.
Answer
−121A2+21A−125I
Question 3
9 markschallenging
Given A=(4123), find the eigenvalues of 2A2−3I, giving them in increasing order.
Show worked solution
Worked solution
Form the characteristic equation
det(A−λI)=0⇒λ2−7λ+10=0
Expanding det(A−λI) and writing the result with leading coefficient 1 gives this equation.
Solve the characteristic equation
(λ−5)(λ−2)=0⇒λ=2,5
Factorising picks out the eigenvalues; a repeated factor gives a repeated eigenvalue.
Apply the eigenvalue to a polynomial in A
Av=λv⇒(2A2−3I)v=(2λ2−3)v
Each power of A acting on an eigenvector contributes the matching power of λ, so v is still an eigenvector.
Substitute each eigenvalue in turn
λ=2⇒μ=5,λ=5⇒μ=47
The eigenvectors are unchanged, so these are all the eigenvalues of the new matrix.
Form the matrix A−λI
A−λI=(4123)−λ(1001)=(4−λ123−λ)
Subtracting λ from each entry of the leading diagonal is what λI does.
Set the determinant equal to zero
det(A−λI)=4−λ123−λ=0
A non-zero eigenvector exists only when this matrix is singular.
Expand the 2×2 determinant
(4−λ)(3−λ)−(2)(1)=0
Use ad−bc on the matrix A−λI.
Check the sum of the eigenvalues against the trace
2+5=7=trA
The trace of A is 7, which agrees.
Check the product of the eigenvalues against the determinant
(2)×(5)=10=detA
The determinant of A is 10, which agrees.
Form the matrix explicitly as a check
2A2−3I=(33142819)
Its trace is 52 and its determinant is 235, matching the sum and the product of the new eigenvalues.
Check the new eigenvalues against the new trace
5+47=52
The sum of the new eigenvalues equals the trace of the new matrix.
Recall the definition of an eigenvalue and an eigenvector
Av=λv,v=0
An eigenvector is a non-zero vector whose direction is unchanged by A.
Recall the characteristic equation
det(A−λI)=0
This is the condition for (A−λI)v=0 to have a non-zero solution.
Explain why the determinant must vanish
(A−λI)v=0,v=0
If A−λI were invertible the only solution would be v=0, so its determinant must be zero.
State the eigenvalues in increasing order
5,47
These are the eigenvalues of 2A2−3I.
Answer
5,47
Question 4
9 markschallenging
The matrix M=1k0231011 has λ=4 as an eigenvalue. Find the value of the constant k.
Show worked solution
Worked solution
Use the condition for λ to be an eigenvalue
det(M−λI)=0
An eigenvalue makes M−λI singular.
Substitute λ=4
M−(4)I=−3k02−1101−3
The unknown k is carried through the subtraction unchanged.
Set the determinant equal to zero
−3k02−1101−3=6k−6=0
Expanding the determinant gives an equation in k alone.
Solve for k
k=1
This is the only value of k for which λ=4 is an eigenvalue.
Check the answer by substituting back
M=110231011⇒det(M−(4)I)=0
The determinant is indeed zero, so λ=4 is an eigenvalue.
Find the other eigenvalues as a check
λ=0,1,4
The full set of eigenvalues contains 4, as required.
Note the alternative route
Mv=(4)v
One could instead impose that the system has a non-trivial solution, which leads to the same equation.
Recall the definition of an eigenvalue and an eigenvector
Av=λv,v=0
An eigenvector is a non-zero vector whose direction is unchanged by A.
Recall the characteristic equation
det(A−λI)=0
This is the condition for (A−λI)v=0 to have a non-zero solution.
Explain why the determinant must vanish
(A−λI)v=0,v=0
If A−λI were invertible the only solution would be v=0, so its determinant must be zero.
Recall the shortcut for a 2×2 characteristic equation
λ2−(trA)λ+detA=0
The coefficients are the trace and the determinant, which is a quick check on the algebra.
Recall the sum of the eigenvalues
λ1+λ2+⋯+λn=trA
The trace is the sum of the leading diagonal, and it equals the sum of the eigenvalues.
Recall the product of the eigenvalues
λ1λ2⋯λn=detA
The determinant is the product of the eigenvalues, counted with multiplicity.
Recall that eigenvectors are fixed only up to a scalar multiple
A(cv)=c(Av)=λ(cv)
Any non-zero multiple of an eigenvector is again an eigenvector for the same eigenvalue.
Recall the diagonalisation result
A=PDP−1
The columns of P are eigenvectors and the diagonal of D holds the matching eigenvalues.
State the value of k
k=1
This is the required constant.
Answer
k=1
Question 5
9 markschallenging
The matrix M=6−22−250207 represents a linear transformation of three-dimensional space. The plane Π through the origin is spanned by the eigenvectors of M corresponding to λ=6 and λ=9, and is therefore invariant. Find a Cartesian equation of Π, giving your answer in the form px+qy+rz=0 where p, q and r are integers with no common factor.
Show worked solution
Worked solution
Form the characteristic equation
det(A−λI)=0⇒λ3−18λ2+99λ−162=0
Expanding det(A−λI) and writing the result with leading coefficient 1 gives this equation.
Solve the characteristic equation
(λ−9)(λ−6)(λ−3)=0⇒λ=3,6,9
Factorising picks out the eigenvalues; a repeated factor gives a repeated eigenvalue.
Find the eigenvector for λ=6
v=1−2−2
Solve (A−(6)I)v=0.
Find the eigenvector for λ=9
v=2−12
Solve (A−(9)I)v=0.
Explain why the plane is invariant
A(sv1+tv2)=(6)sv1+(9)tv2
Any combination of the two eigenvectors is mapped to another combination of the same two eigenvectors, so the plane maps into itself.
Find a normal to the plane with a vector product
n=1−2−2×2−12=−6−63
The normal is perpendicular to both spanning vectors.
Simplify the normal
n=22−1
Dividing out the common factor keeps the same direction with smaller integers.
Use n⋅r=0 for a plane through the origin
2x+2y−z=0
The plane passes through the origin, so the constant term is zero.
Each minor is an ordinary 2×2 determinant, here a polynomial in λ.
Multiply out and collect the terms
det(A−λI)=−λ3+18λ2−99λ+162
This is the characteristic polynomial in its expanded form.
Check the sum of the eigenvalues against the trace
3+6+9=18=trA
The trace of A is 18, which agrees.
State a Cartesian equation of the plane
2x+2y−z=0
This is the invariant plane spanned by the two eigenvectors.
Answer
2x+2y−z=0
Unlock 29 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.