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=50my_0 = 50\,\text{m}
  • Initial speed: v0=20m/sv_0 = 20\,\text{m/s}
  • Launch angle: θ=60\theta = 60^\circ
  • Gravitational acceleration: g=9.8m/s2g = 9.8\,\text{m/s}^2 (downwards)

Horizontal and vertical components of the initial velocity:

v0x=v0cosθ,v0y=v0sinθ.v_{0x} = v_0 \cos\theta, \quad v_{0y} = v_0 \sin\theta.

For θ=60\theta = 60^\circ:

cos60=0.5,sin60=320.866.\cos 60^\circ = 0.5, \quad \sin 60^\circ = \frac{\sqrt{3}}{2} \approx 0.866.

So:

v0x=200.5=10m/s,v_{0x} = 20 \cdot 0.5 = 10\,\text{m/s}, v0y=200.86617.32m/s.v_{0y} = 20 \cdot 0.866 \approx 17.32\,\text{m/s}.

Assuming the ground is at y=0y = 0 and the ball is thrown from (x,y)=(0,50)(x, y) = (0, 50), the motion is:

  • Horizontal:
x(t)=v0xt=10t.x(t) = v_{0x} t = 10 t.
  • Vertical:
y(t)=y0+v0yt12gt2.y(t) = y_0 + v_{0y} t - \frac{1}{2} g t^2.

With values:

y(t)=50+17.32t4.9t2.y(t) = 50 + 17.32 t - 4.9 t^2.

2. Find the time when it hits the ground

The ball hits the ground when y(t)=0y(t) = 0:

50+17.32t4.9t2=0.50 + 17.32 t - 4.9 t^2 = 0.

Rewrite as a standard quadratic:

4.9t2+17.32t+50=0.-4.9 t^2 + 17.32 t + 50 = 0.

Multiply by 1-1 to make the leading coefficient positive:

4.9t217.32t50=0.4.9 t^2 - 17.32 t - 50 = 0.

Use the quadratic formula for a=4.9a = 4.9, b=17.32b = -17.32, c=50c = -50:

t=b±b24ac2a.t = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

So:

t=17.32±(17.32)244.9(50)24.9.t = \frac{17.32 \pm \sqrt{(-17.32)^2 - 4 \cdot 4.9 \cdot (-50)}}{2 \cdot 4.9}.

Compute the discriminant:

(17.32)2299.83,44.9(50)=980.(-17.32)^2 \approx 299.83, \quad 4 \cdot 4.9 \cdot (-50) = -980.

So:

Δ=299.83(980)=299.83+9801279.83.\Delta = 299.83 - (-980) = 299.83 + 980 \approx 1279.83. Δ1279.8335.78.\sqrt{\Delta} \approx \sqrt{1279.83} \approx 35.78.

Thus:

t=17.32±35.789.8.t = \frac{17.32 \pm 35.78}{9.8}.

Two solutions:

t1=17.32+35.789.853.109.85.42s,t_1 = \frac{17.32 + 35.78}{9.8} \approx \frac{53.10}{9.8} \approx 5.42\,\text{s}, t2=17.3235.789.818.469.81.88s.t_2 = \frac{17.32 - 35.78}{9.8} \approx \frac{-18.46}{9.8} \approx -1.88\,\text{s}.

The negative time is not physically meaningful (it would correspond to a time before the throw), so the impact time is:

thit5.4s.\boxed{t_\text{hit} \approx 5.4\,\text{s}}.

3. Find the horizontal distance at impact

Use x(t)=v0xtx(t) = v_{0x} t with v0x=10m/sv_{0x} = 10\,\text{m/s} and thit5.42st_\text{hit} \approx 5.42\,\text{s}:

xhit=105.4254.2m.x_\text{hit} = 10 \cdot 5.42 \approx 54.2\,\text{m}.

So the ball lands about 54 meters horizontally from the base of the building.

xhit54m.\boxed{x_\text{hit} \approx 54\,\text{m}}.

4. What this visualization shows

This interactive canvas lets you:

  • Vary the initial speed v0v_0 and angle θ\theta.
  • 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 tt the position is:

x(t)=v0cos(θ)t,y(t)=y0+v0sin(θ)t12gt2.\begin{aligned} x(t) &= v_0 \cos(\theta)\, t, \\ y(t) &= y_0 + v_0 \sin(\theta)\, t - \tfrac{1}{2} g t^2. \end{aligned}

The visualization numerically finds the time when y(t)y(t) reaches the ground, and draws the path and impact point accordingly.

The default settings correspond exactly to this problem:

  • y0=50y_0 = 50 m
  • v0=20v_0 = 20 m/s
  • θ=60\theta = 60^\circ
  • g9.8g \approx 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?