Projectile from a Building: When and Where Does the Ball Land?
March 27, 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 an ideal projectile launched from a height of 50 m with initial speed 20 m/s at an angle of 60° above the horizontal, under constant gravitational acceleration.
1. Set up the equations of motion
Let:
Initial height: y0=50m
Initial speed: v0=20m/s
Launch angle: θ=60∘
Gravitational acceleration: g=9.8m/s2 (downwards)
Horizontal and vertical components of the initial velocity:
v0x=v0cosθ,v0y=v0sinθ.
For θ=60∘:
cos60∘=0.5,sin60∘=23≈0.866.
So:
v0x=20⋅0.5=10m/s,v0y=20⋅0.866≈17.32m/s.
Assuming the ground is at y=0 and the ball is thrown from (x,y)=(0,50), the motion is:
Horizontal:
x(t)=v0xt=10t.
Vertical:
y(t)=y0+v0yt−21gt2.
With values:
y(t)=50+17.32t−4.9t2.
2. Find the time when it hits the ground
The ball hits the ground when y(t)=0:
50+17.32t−4.9t2=0.
Rewrite as a standard quadratic:
−4.9t2+17.32t+50=0.
Multiply by −1 to make the leading coefficient positive:
4.9t2−17.32t−50=0.
Use the quadratic formula for a=4.9, b=−17.32, c=−50:
The negative time is not physically meaningful (it would correspond to a time before the throw), so the impact time is:
thit≈5.4s.
3. Find the horizontal distance at impact
Use x(t)=v0xt with v0x=10m/s and thit≈5.42s:
xhit=10⋅5.42≈54.2m.
So the ball lands about 54 meters horizontally from the base of the building.
xhit≈54m.
4. What this visualization shows
This interactive canvas lets you:
Vary the initial speedv0 and angleθ.
Adjust the launch height (default 50 m) and gravity (default ~9.8 m/s²).
See the trajectory curve of the ball from the building down to the ground.
Watch a moving ball sliding along the physically correct path.
Observe the predicted impact point on the ground, and how it changes as you move sliders.
Mathematically, at any time t the position is:
x(t)y(t)=v0cos(θ)t,=y0+v0sin(θ)t−21gt2.
The visualization numerically finds the time when y(t) reaches the ground, and draws the path and impact point accordingly.
The default settings correspond exactly to this problem:
y0=50 m
v0=20 m/s
θ=60∘
g≈9.8 m/s²
You will see the ball arc upward and then fall, hitting the ground at about 5.4 seconds and 54 meters from the building, matching the analytic solution above.
Interactive Visualization
Parameters
20.00
60.00
50.00
9.80
1.00
Projectile from a Building: When and Where Does the Ball Land?