Thread Closed

Matrix transform question about angle of rotation

 
Share Thread Thread Tools
Jun15-09, 11:50 AM   #1
 

Matrix transform question about angle of rotation


[latex] \left(
\begin{array}{ccc}
0 & 1 & 0 \\
0 & 0 & 1 \\
1 & 0 & 0
\end{array}
\right) [/latex] represents a rotation.

(a) find the axis of the rotation

[latex]
\left(
\begin{array}{ccc}
0 & 1 & 0 \\
0 & 0 & 1 \\
1 & 0 & 0
\end{array}
\right)
\left(
\begin{array}{c}
x \\
y \\
z
\end{array}
\right) = \left(
\begin{array}{c}
y \\
z \\
x
\end{array}
\right)
[/latex]

[latex]
\Rightarrow y=x=z
[/latex]
(b) what is the angle of rotation

I found a perpendicular vector.

[latex]
\left(
\begin{array}{c}
1 \\
1 \\
1
\end{array}\right) \times \left(
\begin{array}{c}
-1 \\
1 \\
1
\end{array}
\right) = 0 \Rightarrow \theta = 90
[/latex]

Transform the perpendicular vector.


[latex] \left(
\begin{array}{ccc}
0 & 1 & 0 \\
0 & 0 & 1 \\
1 & 0 & 0
\end{array}
\right)\left(
\begin{array}{c}
-1 \\
1 \\
1
\end{array}
\right)
= \left(
\begin{array}{c}
1 \\
1 \\
-1
\end{array}
\right) [/latex]

Product of the perpendicular and transformed perpendicular

[latex]
\left(
\begin{array}{c}
-1 \\
1 \\
1
\end{array}
\right) \times
\left(
\begin{array}{c}
1 \\
1 \\
-1
\end{array}
\right) = -2i-2k [/latex]

this does not indicate the 120 degree rotation that i need.

[latex]
\left(
\begin{array}{c}
-1 \\
1 \\
1
\end{array}
\right)\left(
\begin{array}{c}
1 \\
1 \\
-1
\end{array}
\right) = -1 = \sqrt{3}\cos\theta \Rightarrow \theta = 109[/latex]

Is the perpendicular vector wrong? Am I trying to solve this correctly?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jun15-09, 12:07 PM   #2

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
The perpendicular vector is wrong. You want to solve (1,1,1).(a,b,c)=0 to find a perpendicular. The DOT product. Then you want to find the dot product of the perpendicular with the transformed perpendicular. No cross products necessary.
Jun15-09, 05:21 PM   #3
 
Quote by Dick View Post
The perpendicular vector is wrong. You want to solve (1,1,1).(a,b,c)=0 to find a perpendicular. The DOT product. Then you want to find the dot product of the perpendicular with the transformed perpendicular. No cross products necessary.
[latex]
\left(
\begin{array}{c}
1 \\
1 \\
1
\end{array}
\right).\left(
\begin{array}{c}
x \\
y \\
z
\end{array}
\right)=0[/latex]

[latex]

\Rightarrow x+y+z=0

[/latex]


[latex] b=\left(
\begin{array}{c}
-1 \\
0 \\
1
\end{array}
\right)[/latex]

[latex]

\left(
\begin{array}{ccc}
0 & 1 & 0 \\
0 & 0 & 1 \\
1 & 0 & 0
\end{array}
\right)\left(
\begin{array}{c}
-1 \\
0 \\
1
\end{array}
\right)=\left(
\begin{array}{c}
0 \\
1 \\
-1
\end{array}
\right)[/latex]


[latex]
\left(
\begin{array}{c}
-1 \\
0 \\
1
\end{array}
\right).\left(
\begin{array}{c}
0 \\
1 \\
-1
\end{array}
\right) = -1[/latex]


[latex] -1 = \sqrt{2}\sqrt{2}\cos \theta[/latex]

[latex] \Rightarrow \theta = 120 [/latex]
Jun15-09, 05:39 PM   #4

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Matrix transform question about angle of rotation


b=(-1,0,1) is a good perpendicular. But the transformed perpendicular isn't (1,0,-1) is it? There's another mistake in the dot product that makes me think you just copied it wrong.
Jun15-09, 05:56 PM   #5

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Dick View Post
b=(-1,0,1) is a good perpendicular. But the transformed perpendicular isn't (1,0,-1) is it? There's another mistake in the dot product that makes me think you just copied it wrong.
Ah, I see you fixed it. Much better.
Jun15-09, 08:30 PM   #6
 
Quote by Dick View Post
Ah, I see you fixed it. Much better.
Yep made an error.Thanks for the help.
Thread Closed
Thread Tools


Similar Threads for: Matrix transform question about angle of rotation
Thread Forum Replies
Rotation angle clockwise or anticlockwise? General Math 5
matrix transform vs linear transform Calculus & Beyond Homework 1
Help with determining Angle of Rotation for a Conic, please. General Math 2
rotation angle Calculus & Beyond Homework 3
Matrix in Rotation Linear & Abstract Algebra 2