AnomalyCoder
- 29
- 0
Homework Statement
You drop a ball (0.5kg( from a height of 4m. How long did the ball take to hit the ground?
Homework Equations
Assume that initially the velocity is 0 for the following equations below.
\DeltaPosition = \Delta Velocity * \Delta Time
Acceleration = \Delta Velocity / \Delta Time
The Attempt at a Solution
Acceleration is -10m/s due to gravity.
\DeltaX = \Delta V * \Delta T
4 = \Delta V * \Delta T
4 = V * (V/10)
4 = V2/10
40 = V2
Root(40) = V
Then just plug in and solve for time.
Root(40)/(10m/s) = \DeltaT
\DeltaT is approximately .63 seconds.
I don't know if this is right.. seems like a short amount of time to be honest.