Denote a 2×2 orthogonal matrix by [abcd]. Since it is an orthogonal matrix, the entries satisfy
a2+b2=1,ac+bd=0,c2+d2=1.
Since a2+b2=1, it is standard to parametrize a and b by a=cosθ and b=sinθ. Using the last two equations, we can get c=∓sinθ,d=±cosθ. In other words, we have two types of orthogonal matrix
A=[cosθsinθ−sinθcosθ],B=[cosθsinθsinθ−cosθ].
Problem 1: What does the linear transformation S that sends x to Ax do? What about the linear transformation T that sends x to A2x? Use these results to recover the double angle formulas for trigonometric functions.
Solution: Since the linear transformation S sends [10] to [cosθsinθ] and [01] to [−sinθcosθ], S is a rotation about the origin by an angle of θ. Since T which is a linear transformation that sends x to Ax and then to A(Ax), T is a composition of S with S itself. Hence T is a rotation about the origin by an angle of 2θ. On one hand, the matrix associated to T is [cos2θsin2θ−sin2θcos2θ]. On the other hand, the matrix associated to T is A2=[cosθsinθ−sinθcosθ]2=[cos2θ−sin2θ2sinθcosθ−2sinθcosθcos2θ−sin2θ]. Comparing the entries, we obtain
cos2θ=cos2θ−sin2θ,sin2θ=2sinθcosθ.
Problem 2: What are the eigenvalues and correspondent eigenvectors of the matrix B? How are those two eigenvectors related to each other? What does the linear transformation S that sends x to Bx do? What about the linear transformation T that sends x to B2x?
Solution: To get the eigenvalues of the matrix B, consider the characteristic equation det(B−λI)=cosθ−λsinθsinθ−cosθ−λ=(cosθ−λ)(−cosθ−λ)−sin2θ=λ2−1=0. This gives us two eigenvalues λ1=1,λ2=−1. For λ1=1, the eigenvector can be u=(sinθ,1−cosθ). For λ2=−1, the eigenvector can be v=(−sinθ,1+cosθ). These two vectors u,v are perpendicular to each other because their inner product is $$. Now we have two perpendicular directions u and v. On one hand, because the vector u is correspondent to the eigenvalue 1, S preserves all the vectors who have the same direction as u. On the other hand, because the vector v is correspondent to the eigenvalue −1, S reverses the direction of all the vectors who have the same direction as v. Therefore S is a reflection across the line through the origin with direction u. Since the composition of two same reflections does nothing, the linear transformation T that sends x to B2x is an identity map. Also it is easy to check B2 is indeed an identity matrix.