Rotation of Vectors: Comparing Matrices

  • Thread starter Thread starter ahmed markhoos
  • Start date Start date
  • Tags Tags
    Rotation Vectors
AI Thread Summary
The discussion revolves around understanding rotation matrices and determining the angle Θ from given matrix components. The matrices provided lead to the equations cos(Θ) = -1/2 and sin(Θ) = -√3/2, indicating that Θ must lie in the third quadrant. The angles 240 degrees and -120 degrees are equivalent, representing the same point in the Cartesian plane. The confusion arises from the interpretation of solutions within the specified interval. Ultimately, both angles correctly describe the rotation represented by the matrices.
ahmed markhoos
Messages
49
Reaction score
2
< Mentor Note -- thread moved to HH from the technical math forums, so no HH Template is shown >[/color]

Hello,

I have a problem with rotation matrices, its just a comparison problem. Θ must be 240 or -120, I don't know how the book show the answer like that, these are the two matrices

\begin{array}--1/2&\sqrt{(3)}/2\\-\sqrt{(3)}/2&-1/2\end{array}

with

\begin{array}ccosΘ&-sinΘ\\sinΘ&cosΘ\end{array}

- I tried to take element 1,1 and 2,1 , it gives 120 & -60. How is that suppose to be 240 or -120?
 
Last edited by a moderator:
Physics news on Phys.org
When you match the 11 and 21 components, you get two equations. Each of these equations has two solutions in the interval [0,360). Only one of the two solutions to the first equation will be a solution to the second equation as well.
 
  • Like
Likes ahmed markhoos
ahmed markhoos said:
< Mentor Note -- thread moved to HH from the technical math forums, so no HH Template is shown >

Hello,

I have a problem with rotation matrices, its just a comparison problem. Θ must be 240 or -120, I don't know how the book show the answer like that, these are the two matrices

\begin{array}--1/2&\sqrt{(3)}/2\\-\sqrt{(3)}/2&-1/2\end{array}

with

\begin{array}ccosΘ&-sinΘ\\sinΘ&cosΘ\end{array}

- I tried to take element 1,1 and 2,1 , it gives 120 & -60. How is that suppose to be 240 or -120?

Look at the first column of your matrix: you have ##\cos(\theta) = -1/2## and ##\sin(\theta) = -\sqrt{3}/2##. Since both ##\sin(\theta)## and ##\cos(\theta)## are ##< 0##, in what quadrant must ##\theta## lie? Just draw a picture of you need more insight.
 
-120 and 240 is the same angle.
 
Nitpick: They're equivalent, but not the same. (cos 240,sin 240) and (cos(-120),sin(-120)) are however the same point in ##\mathbb R^2##.
 
  • Like
Likes theodoros.mihos
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top