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 6060^\circ angle above the horizontal. Gravity acts downward with acceleration g9.8m/s2g \approx 9.8\,\text{m/s}^2.


1. Setting up the motion equations

Let the launch point be at horizontal position x=0x = 0 and vertical position y=50y = 50 meters. Decompose the initial velocity:

  • v0=20m/sv_0 = 20\,\text{m/s}
  • Angle θ=60\theta = 60^\circ

Horizontal and vertical components:

v0x=v0cosθv0y=v0sinθ\begin{aligned} v_{0x} &= v_0 \cos\theta \\ v_{0y} &= v_0 \sin\theta \end{aligned}

Using cos60=12\cos 60^\circ = \tfrac12 and sin60=320.866\sin 60^\circ = \tfrac{\sqrt{3}}{2} \approx 0.866:

v0x=2012=10  m/sv0y=200.86617.32  m/s\begin{aligned} v_{0x} &= 20 \cdot \tfrac12 = 10\;\text{m/s}\\ v_{0y} &= 20 \cdot 0.866 \approx 17.32\;\text{m/s} \end{aligned}

The position as a function of time tt (in seconds):

  • Horizontal: x(t)=v0xt=10tx(t) = v_{0x}\, t = 10t
  • Vertical: y(t)=y0+v0yt12gt2=50+17.32t4.9t2y(t) = y_0 + v_{0y} t - \tfrac12 g t^2 = 50 + 17.32 t - 4.9 t^2

2. Time when the ball 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.

Rewriting as a standard quadratic:

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

Multiply by 1-1:

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

Use the quadratic formula for at2+bt+c=0at^2 + bt + c = 0:

t=b±b24ac2a,a=4.9,  b=17.32,  c=50.t = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a},\quad a = 4.9,\; b = -17.32,\; c = -50.

So

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

Compute inside the square root:

(17.32)2299.7,4ac=44.9(50)=980,b24ac299.7(980)=1279.7.\begin{aligned} (-17.32)^2 &\approx 299.7,\\ 4ac &= 4\cdot 4.9 \cdot (-50) = -980,\\ \Rightarrow b^2 - 4ac &\approx 299.7 - (-980) = 1279.7. \end{aligned}

1279.735.78.\sqrt{1279.7} \approx 35.78.

Then

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

This gives two solutions:

  1. t1=17.3235.789.8<0t_1 = \dfrac{17.32 - 35.78}{9.8} < 0 (negative time, not physical),
  2. t2=17.32+35.789.8=53.109.85.42s.t_2 = \dfrac{17.32 + 35.78}{9.8} = \dfrac{53.10}{9.8} \approx 5.42\,\text{s}.

We keep the positive time:

timpact5.4s\boxed{t_\text{impact} \approx 5.4\,\text{s}}

3. Horizontal distance when it hits the ground

At impact, the horizontal position is

ximpact=v0xtimpact=10×5.4254.2m.x_\text{impact} = v_{0x} t_\text{impact} = 10 \times 5.42 \approx 54.2\,\text{m}.

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

ximpact54m from the building base.\boxed{x_\text{impact} \approx 54\,\text{m 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=0y = 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)=v0cosθ  t,y(t)=h0+v0sinθ  t12gt2.\begin{aligned} x(t) &= v_0 \cos\theta\; t,\\ y(t) &= h_0 + v_0 \sin\theta\; t - \tfrac12 g t^2. \end{aligned}

The impact time is found numerically (or by the quadratic formula) as the smallest positive tt for which y(t)=0y(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