2-Dimensional rotation matrix
From Maths
Stub grade: A
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Demote once core concepts are covered. Alec (talk) 08:07, 3 April 2018 (UTC)
Core concepts:
- Definition
- Inverse is again a rotation
- Alternate proof of double angle formulas
Definition
For rotation by an angle θ about the origin:
- M:=(cos(θ)−sin(θ)sin(θ)cos(θ))
This can be seen rather obviously by noting that:
- (1,0)T↦(cos(θ),sin(θ))T, and
- (0,1)T↦(−sin(θ),cos(θ))T
Then invoking some theorem about a linear map is defined by it's actions on a basis
- TODO: Which theorem?
Page notes
Inverse
For c:=cos(θ) and s:=sin(θ) we see that:
- M−1=1cc+ss(cs−sc) by inverse of a 2x2 matrix
- Then note that cc+ss=c2+s2 and recall that cos^2+sin^2=1
So it degenerates into:
- M−1=(cs−sc)
- Notice that cos(−θ)=cos(θ) and sin(−θ)=−sin(θ) - so this is just the rotation matrix for −θ!
Double angle formula
Let c:=cos(θ), s:=sin(θ), c′:=cos(ϕ) and s′:=sin(ϕ) and let Mθ denote the rotation matrix for a rotation by θ We notice that Mθ⋅Mϕ
- =Mθ+ϕ by "addition of angles"
and this matrix must be equal to Mθ⋅Mϕ
By equating the entries we get the double angle formulas