Linear Algebra: Rotation Matrix Qθ+φ

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
camchetan
Messages
1
Reaction score
0
Show that a rotation by θ followed by a rotation by φ can be expressed as either
two consecutive rotations, or one rotation of (θ + φ). That is, show that Qθ Qφ = Qθ+φ, where Q is the rotation matrix.

Can anyone answer this question I'm a beginner in Linear Algebra
 
Physics news on Phys.org
do the matrix multiplication and see what happens
 
micromass said:
What is the rotation matrix with angle [itex]\theta[/itex]??

genericusrnme said:
do the matrix multiplication and see what happens
You will need the trig identities [itex]cos(\theta+ \phi)= cos(\theta)cos(\phi)- sin(\theta)sin(\phi)[/itex] and [itex]sin(\theta+ \phi)= sin(\theta)cos(\phi)+ cos(\theta)sin(\phi)[/itex]