Matrix Identities: Finding a Value and Proving a Cubic Relation
Two worked matrix problems: find the unknown in the relation A squared equals kA minus 2I for a 2 by 2 matrix, then prove a 3 by 3 matrix satisfies A cubed minus 23A minus 40I equals the zero matrix.
This lesson works through two exercise questions on matrix powers. First it computes the square of a 2 by 2 matrix and compares it term by term against kA minus 2I to solve for k. Then it builds up the square and cube of a 3 by 3 matrix using the row into column rule, and substitutes them to show that A cubed minus 23A minus 40I gives the zero matrix. Each step is shown so you can follow the multiplication and the final subtraction.
What you'll learn
How to multiply two matrices using the row into column rule
How to find an unknown constant by comparing matrices entry by entry
How to build a matrix cube from its square, then check a cubic matrix identity reduces to the zero matrix
Lesson chapters
0:08Question 17: solving for k in A squared equals kA minus 2I
0:21Computing A squared for the 2 by 2 matrix
1:09Comparing entries to find k
3:04Second example: the 3 by 3 matrix identity
3:35Finding the square of the 3 by 3 matrix
4:55Finding the cube of the matrix
7:00Substituting to prove the result is zero
Lesson notes
This lesson solves two exercise questions on matrix powers. The first finds an unknown constant by comparing two matrices entry by entry, and the second proves a 3 by 3 matrix satisfies a cubic identity.
Question 17: solving for k
We are given
A=[34−2−2],I=[1001]
and told that A2=kA−2I. We need the value of k.
Step 1: compute A2
Multiply A by itself using the row into column rule:
Subtracting entry by entry, for example the top left is 63−23−40=0, and every other entry also cancels:
A3−23A−40I=000000000
Hence proved.
Key takeaways
To find an unknown in a matrix equation, compute each side and match corresponding entries; any one matching entry gives the value, and the rest confirm it.
Multiply matrices with the row into column rule, and copy entries carefully when reusing a result.
Build a cube as A⋅A2, then substitute into the identity; if the matrix satisfies the relation, all entries subtract to the zero matrix.