- #1
pff
- 17
- 0
Hi guys,
I need to model a ball rolling on an incline plane, and i would like to be able to calculate acceleration due to gravity for a given angle.
Currently i have:
a = f / m
f = m*g*sin(angle)
a = g*sin(angle)
I am aware this does not take rotational motion into account, which is what I'm trying to do now
Its been a while since i took a physics class, If someone could help me out it would be much appreciated
I need to model a ball rolling on an incline plane, and i would like to be able to calculate acceleration due to gravity for a given angle.
Currently i have:
a = f / m
f = m*g*sin(angle)
a = g*sin(angle)
I am aware this does not take rotational motion into account, which is what I'm trying to do now
Its been a while since i took a physics class, If someone could help me out it would be much appreciated