Vertical circular motion : time(x/y) versus velocity equation
Posted
by adeeti
on Stack Overflow
See other posts from Stack Overflow
or by adeeti
Published on 2010-06-15T15:51:22Z
Indexed on
2010/06/15
15:52 UTC
Read the original article
Hit count: 145
physics
|game-physics
Hi,
I wanted to simulate the following through animation :
A ball starts with a certain velocity at the bottom most point of
a vertical circular loop and keeps rolling in it until its velocity permits.
For this, I wanted to find velocity/x/y vs. time equation.
For e.g. if the ball had mass : 5Kg, radius of the circular loop = 10m,
and initial velocity of the ball is 200 m/s, what will its velocity and (x,y) position
be after 5 seconds?
thanks.
© Stack Overflow or respective owner