Uniform Circular Motion: some help with the math proof?

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
5 replies · 2K views
babaliaris
Messages
117
Reaction score
15
Screenshot-from-2019-03-22-19-16-48.png


I can not understand why ##v_x = -|v|sin(θ)## and ##v_y = |v|cos(θ)##
I'm asking about the θ angle. If i move the vector v with my mind to the origin
i get that the angle between x'x and the vector in anti clock wise, it's 90+θ not just θ. So why is he using just θ? Does the minus in v_x somehow make the result the same when using just θ?

Also I thought that sin goes with the v_y and cos goes with v_x not the opposite...
 

Attachments

  • Screenshot-from-2019-03-22-19-16-48.png
    Screenshot-from-2019-03-22-19-16-48.png
    34.4 KB · Views: 883
Physics news on Phys.org
babaliaris said:
Also I thought that sin goes with the v_y and cos goes with v_x not the opposite...
If you are using the angle between v and the x-axis, that is right. So vx = |v|cos(90+θ) and vy = |v|sin(90+θ).
Do you see how that turns into -|v|sinθ and |v|cosθ?
 
  • Like
Likes   Reactions: babaliaris
mjc123 said:
If you are using the angle between v and the x-axis, that is right. So vx = |v|cos(90+θ) and vy = |v|sin(90+θ).
Do you see how that turns into -|v|sinθ and |v|cosθ?

No I don't, this is what I want to understand. Can you show me mathematically how is this true? I need to see it written in math (this is important) else I can't understand why.
 
mjc123 said:
Do you know the formulae cos(A+B) = cosAcosB - sinAsinB
and sin(A+B) = sinAcosB + cosAsinB ?

Oh, I forgot about that... Now i can see why.

$$
cos(90+θ) = cos(90)cos(θ) - sin(90)sin(θ) = 0 - sin(θ) \\
sin(90+θ) = sin(90)cos(θ) + cos(90)sin(θ) = cos(θ) + 0
$$

Thank you! I was truly struggling finding this one!
 
Here is my proof:
IMG-20190322-204937.jpg
 

Attachments

  • IMG-20190322-204937.jpg
    IMG-20190322-204937.jpg
    51.7 KB · Views: 493