- #1
GeorgeM
- 30
- 0
Homework Statement
This is an academic project related to a falling object simulation.
I have come to the point where I'm trying to calculate the per degree angle of the falling object seen in the attached images. The object has known height and length in pixels and is fixed on a pivot.
Homework Equations
PE = mgh
KE = ½Iω2
I = ⅓ml2
The Attempt at a Solution
Will calculate the difference in PE between two angles, eg: ΔPE = PE(90°) - PE(89°) = KE
So, ΔPE = KE
Δ(mgh) = ½Iω2
Δ(mgh) = ½(⅓ml2)ω2 (cancel m)
Δ(gh) = 1/6 l2 ω2
6 Δ(gh) = l2 ω2
...
ω = √6Δ(gh)/l2
Also, h is the height of the COM calculated at every angle using h = sin(angle)*hyp
hyp is the distance of centroid to the rotation point.
ω is measured in rad/sec
I'm confused on how to go back from ω to the actual animation of the falling object and also if what I calculated is correct.
Any help is very much appreciated.
Thanks