Why Do Cosine and Sine Give Different Angles for the Same Vector?

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
1 reply · 2K views
k_squared
Messages
62
Reaction score
0

Homework Statement



Find the magnitude of a and the smallest positive angle theta from the positive x-axis to the vector OP that corrosponds to a.

a= (3,-3)

Homework Equations



a1 = ||a|| * cos theta
a2 = ||a|| * sin theta
3. The Attempt at a Solution

||a|| = [tex]\sqrt{}[/tex](9+9) = 3[tex]\sqrt{}[/tex]2
a1 = 3[tex]\sqrt{}[/tex]2 * cos theta

=1/[tex]\sqrt{}[/tex]2 =acos = 45 degrees.

However doing the other side of the equation...

a2= -1/[tex]\sqrt{}[/tex]2 = asin = -45 degrees = 315 degrees, which is the right answer. I thought they were supposed to be consistent...
 
Physics news on Phys.org
k_squared said:

Homework Statement



Find the magnitude of a and the smallest positive angle theta from the positive x-axis to the vector OP that corrosponds to a.

a= (3,-3)

Homework Equations



a1 = ||a|| * cos theta
a2 = ||a|| * sin theta
3. The Attempt at a Solution

||a|| = [tex]\sqrt{}[/tex](9+9) = 3[tex]\sqrt{}[/tex]2
a1 = 3[tex]\sqrt{}[/tex]2 * cos theta

=1/[tex]\sqrt{}[/tex]2 =acos = 45 degrees.

However doing the other side of the equation...

a2= -1/[tex]\sqrt{}[/tex]2 = asin = -45 degrees = 315 degrees, which is the right answer. I thought they were supposed to be consistent...
arccos produces an angle between 0 and 180 degrees, while arcsin produces an angle between -90 and + 90 degrees. Since your vector is in the fourth quadrant, an angle of 45 degrees wouldn't be right, nor would -45 degrees, since the problem asks for a positive angle.