What is the Matrix Notation for a Rotation About the Origin in ℝ2?

  • Thread starter Thread starter phyzz
  • Start date Start date
  • Tags Tags
    Rotation
phyzz
Messages
35
Reaction score
0

Homework Statement



A rotation ρ about the origin in ℝ2 drives the point P = (4,3) to the point ρ(P) = (3,4).
Find the angle of rotation as well as its matrix notation.

Homework Equations



Ok so I made a sketch and I realized I needed to find θ = θ1 - θ2 where θ1 and θ2 equal arctan(4/3) and arctan(3/4) respectively.

I guess it's correct but then how would I work out the sin and cos of that angle θ without a calculator?

SO. I worked out the cosine angle between the vectors 0P and 0ρ(P) and got cosθ = 24/2√25

But now I don't know how to work out the sine!

My goal is to replace everything into the ℝ2 rotation matrix (row 1; row 2):
(cosα -sinα; sinα cosα)

and express as g(x) = Ax + v

Thanks a lot!
 
Physics news on Phys.org
A point at ##P=(a,o)## is at the end of the hypotenuse of a right-angled triangle with adjacent side ##a## and opposite side ##o## ... so the hypotenuse has length ##h=\sqrt{a^2+o^2}## and you can find sine cosine and tangent by SOH CAH TOA.
 
hi phyzz! :smile:
phyzz said:
I guess it's correct but then how would I work out the sin and cos of that angle θ without a calculator?

sec2 = 1 + tan2

cos2 = 1/sec2

sin = cos*tan :wink:
 
How do you know that this is a right angle though?
 

Attachments

  • Photo on 2013-06-29 at 10.37.jpg
    Photo on 2013-06-29 at 10.37.jpg
    35.6 KB · Views: 428
tiny-tim said:
hi phyzz! :smile:sec2 = 1 + tan2

cos2 = 1/sec2

sin = cos*tan :wink:

Ohhhhh my bad I didn't see it at first. I just used sin^2 + cos^2 = 1
and the cos of the angle I found between the two vectors.

Thanks!
 
... in fact, P=(3,4) and Q=(4,3) each make a special kind of triangle.
The rotation angle is the difference between complimentary angles in this triangle - if you recall your special triangles, you don't need the trig.

Of course, since you know the start and finish, you could just expand the matrix equation into a pair of simultanious equations and solve them?
 
Last edited:
Simon Bridge said:
... in fact, P=(3,4) and Q=(4,3) each make a special kind of triangle.
The rotation angle is the difference between complimentary angles in this triangle - if you recall your special triangles, you don't need the trig.

Of course, since you know the start and finish, you could just expand the matrix equation into a pair of simultanious equations and solve them?

Thank you Simon Bridge!

In other news, when I work out (in this case a is a constant) \left \| T_{\gamma}(t) \right \| = \left \| \frac{1}{\sqrt{1 + a^{2}}} (-asin(t),\sqrt{1+a^{2}}cos(t),-sin(t)) \right \|

I know I can just do \left \|(-asin(t),\sqrt{1+a^{2}}cos(t),-sin(t)) \right \| and then multiply by the constant \frac{1}{\sqrt{1 + a^{2}}}at the very end.

My question:

Given that N_{\gamma}(t) = \frac{1}{\sqrt{1 + a^{2}}} (-acos(t),-\sqrt{1+a^{2}}sin(t),-cos(t))

and I want to work out T_{\gamma}(t) \times N_{\gamma}(t)

can I just do \frac{1}{\sqrt{1 + a^{2}}} \frac{1}{\sqrt{1 + a^{2}}} multiplied by the result of (-asin(t),\sqrt{1+a^{2}}cos(t),-sin(t))\times (-acos(t),-\sqrt{1+a^{2}}sin(t),-cos(t))? Thanks so much again!
 
Don't see the connection of all that with your question... in ##T_\gamma(t)\times N_\gamma(t)## - is that ##\times## supposed to be a cross product?

FYI: putting a backslash in front of the function name turns ##sin\theta## into ##\sin\theta##
 
Yes, cross product

Thanks for the tip!
 
  • #10
If ##\vec{u}=a(x,y,z)## and ##\vec{v}=b(p,q,r)## then is ##\vec{u}\times\vec{v}=ab## ... is that your question?
Does a cross product usually produce a scalar?
 
  • #11
What I meant was if we have constants in front of two vectors we want to cross product, are we allowed to multiply the constants together and perform the cross product to the vector bits?
Sorry for the vagueness!
 
  • #12
Yes, the "associative" law holds for the cross product: (a\vec{u}\times (b\vec{v})= (ab)(\vec{u}\times\vec{v})[/tex]
 
Back
Top