2-Dimensional rotation matrix

From Maths
Jump to: navigation, search
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:

  1. Definition
  2. Inverse is again a rotation
  3. 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:

  • M1=1cc+ss(cssc) 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:

  • M1=(cssc)
    • 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

Notes

References