Location of an object moving in a circular path

  • Context: Undergrad 
  • Thread starter Thread starter vbman11
  • Start date Start date
  • Tags Tags
    Circular Path
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
2 replies · 2K views
vbman11
Messages
5
Reaction score
0
if i know the speed and the radius of the turn how can I find the location of the object(x,y Cartesian) of the object with Time?
 
Physics news on Phys.org
You could describe the circle parametrically as:
[tex]x=r cos (\alpha)[/tex]
[tex]y=r sin (\alpha)[/tex]

Then, knowing v, you can find the period it should take for the object to complete one revolution and compute alpha in terms of your normal time variable.
 
ok so, I am guessing [tex]\alpha[/tex] is the angle in radians and r is the radius. so I use the speed(s) and time(t) to get the distance then divide that by the circumference then multiply by 2[tex]\pi[/tex] to get the radians to put into those equations?