Projectile from a Building – Impact Time and Range
March 26, 2026
Problem
A ball is thrown from a 50-meter tall building at 20 m/s at a 60° angle. Find when and where it hits the ground.
Explanation
We model the ball as a projectile launched from a 50 m high building with an initial speed of 20 m/s at a 60∘ angle above the horizontal. Gravity acts downward with acceleration g≈9.8m/s2.
1. Setting up the motion equations
Let the launch point be at horizontal position x=0 and vertical position y=50 meters. Decompose the initial velocity:
v0=20m/s
Angle θ=60∘
Horizontal and vertical components:
v0xv0y=v0cosθ=v0sinθ
Using cos60∘=21 and sin60∘=23≈0.866:
v0xv0y=20⋅21=10m/s=20⋅0.866≈17.32m/s
The position as a function of time t (in seconds):
t1=9.817.32−35.78<0 (negative time, not physical),
t2=9.817.32+35.78=9.853.10≈5.42s.
We keep the positive time:
timpact≈5.4s
3. Horizontal distance when it hits the ground
At impact, the horizontal position is
ximpact=v0xtimpact=10×5.42≈54.2m.
Thus the ball lands about 54 meters horizontally from the base of the building.
ximpact≈54m from the building base.
4. What the visualization shows
This visualization treats the building top as the launch point and draws the full parabolic trajectory until it reaches the ground (y=0). You can:
Adjust the initial speed, angle, and building height to see how the time of flight and impact point change.
See the moving ball following the computed path.
Observe the highlighted impact point where the trajectory meets the ground.
A time slider lets you scrub through the motion, or you can enable auto-play to watch the motion in real time. The curve and markers update based on the exact projectile equations above:
x(t)y(t)=v0cosθt,=h0+v0sinθt−21gt2.
The impact time is found numerically (or by the quadratic formula) as the smallest positive t for which y(t)=0.
Interactive Visualization
Parameters
20.00
60.00
50.00
9.80
1.00
0.00
Projectile from a Building – Impact Time and Range