Problem 1116. Calculate the height of an object dropped from the sky
Assume that an object is dropped from 1000 meters above the surface of the earth at time t=0. The object is dropped such that the initial velocity and acceleration are both zero.
Write a function to determine the height, h, of the object at any time, t, where h=0 is the surface of the earth. Assume the acceleration due to gravity is constant 9.8 m/s^2. Also, assume that before the object is dropped (negative t) it is being held at a constant height of 1000 meters. Finally, assume that after the object hits the ground it remains at h=0.
Solution Stats
Problem Comments
-
2 Comments
I think the explanation or the problem is too complicated
Very nice and well-thought-out problem with lots of test cases with good coverage.
Solution Comments
Show commentsGroup

Physics
- 18 Problems
- 13 Finishers
- Mechanics 1
- jogging?
- Bouncing disk
- Energy of an object
- Kepler's Equation
- Mechanical Advantage of a Gear Train
- What gear ratio does the cyclist need?
- Bernoulli's Equation
- Juggling
- Find the jerk
- Determine if a four bar mechanism is of Grashof type
- center of mass
- Center of mass
- Elastic Collision 001: 1-D
- Calculate compression ratio of engine
- Distance of the centroids of the balls
- Calculate the height of an object dropped from the sky
- How Far Can You Throw Something?
Problem Recent Solvers259
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!