Q.Show that if , then for every positive integer .
Concept understanding — Matrix Rotation Power
Matrix Rotation Power
A rotation matrix turns every vector in the plane through a fixed angle. So what happens when you apply it again and again? Applying a rotation of twice is just a rotation of ; three times, ; and so on. Matrix power is exactly this idea written algebraically: means "apply the transformation a total of times."
The intuition
Multiplying a vector by a matrix transforms it once. Multiplying by again transforms the result once more. Hence
with the conventions and (the identity), just as for numbers.
is not raising each entry to the power . You must carry out full matrix multiplication. For example, with , — the top-right entry becomes , not .
The rotation case
The cleanest example is the rotation matrix through angle (counterclockwise):
Because stacking two rotations adds their angles,
Proving it by induction
This is a classic exam result, proved by mathematical induction on .
- Base case (): , true.
- Inductive step: assume . Then Multiplying the two matrices and using the addition formulas gives . By induction the formula holds for all positive integers .
This is why a rotation matrix is easy to raise to a high power — you never actually multiply matrices. You just read off the answer: replace by .
Takeaway: means applying the linear map repeatedly, done by genuine matrix multiplication. For the rotation matrix this collapses to the neat rule , which you can establish rigorously by induction using the angle-sum identities.
Unlock the whole platform
- Full step-by-step solutions
- Concept-first explanations
- Methods, shortcuts & mistakes
- PYQ mapping + timed mock tests
7-day money-back guarantee · under 100 questions viewed (whichever comes first)