Question
Question: If A is square matrix and $A^2 + I = 2A$, then $A^9 =$...
If A is square matrix and A2+I=2A, then A9=

A
8A2−7I
B
9A+8I
C
9A−8I
D
8A2+7I
Answer
9A - 8I
Explanation
Solution
Solution:
We are given:
A2+I=2A⇒A2−2A+I=0⇒(A−I)2=0.This means that A−I is nilpotent of index 2.
To find A9, first note from the equation:
A2=2A−I.We can compute:
A3=A⋅A2=A(2A−I)=2A2−A=2(2A−I)−A=4A−2I−A=3A−2I.One can see a pattern: assume that
An=nA−(n−1)I.This holds for n=1 and n=2. Assuming it holds for n, then
An+1=A⋅An=A(nA−(n−1)I)=nA2−(n−1)A=n(2A−I)−(n−1)A=(2n−(n−1))A−nI=(n+1)A−nI.Thus by induction, the pattern is valid.
For n=9:
A9=9A−8I.So, the correct option is 9A - 8I.
Core Explanation:
- Rearranged given equation to A2−2A+I=0 ⇒ (A−I)2=0.
- Found by induction that An=nA−(n−1)I.
- Substituted n=9 to get A9=9A−8I.