Projectile from a Building: Flight Path and Impact Point

April 15, 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 height with an initial speed and angle, under constant gravitational acceleration.


1. Problem setup

  • Building height: h0=50mh_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)

We decompose the initial velocity:

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

With v0=20v_0 = 20 and θ=60\theta = 60^\circ:

cos60=12,sin60=32\cos 60^\circ = \tfrac12,\quad \sin 60^\circ = \tfrac{\sqrt{3}}{2}

So:

v0x=2012=10m/sv0y=2032=10317.32m/s\begin{aligned} v_{0x} &= 20 \cdot \tfrac12 = 10\,\text{m/s} \\ v_{0y} &= 20 \cdot \tfrac{\sqrt{3}}{2} = 10\sqrt{3} \approx 17.32\,\text{m/s} \end{aligned}

2. Position as a function of time

We place the origin at ground level directly below the launch point:

  • x(t)x(t) horizontal position
  • y(t)y(t) vertical position (0 at the ground, positive upward)

Equations of motion:

x(t)=v0xt=10ty(t)=h0+v0yt12gt2=50+103t4.9t2\begin{aligned} x(t) &= v_{0x} t = 10 t \\ y(t) &= h_0 + v_{0y} t - \tfrac12 g t^2 \\ &= 50 + 10\sqrt{3}\, t - 4.9 t^2 \end{aligned}

We want the impact time when the ball hits the ground, i.e. y(t)=0y(t) = 0.


3. Solving for impact time

Set

50+103t4.9t2=050 + 10\sqrt{3}\, t - 4.9 t^2 = 0

Rewriting in standard quadratic form at2+bt+c=0at^2 + bt + c = 0:

4.9t2+103t+50=0-4.9 t^2 + 10\sqrt{3}\, t + 50 = 0

Multiply by 1-1 for convenience:

4.9t2103t50=04.9 t^2 - 10\sqrt{3}\, t - 50 = 0

Here:

a=4.9b=103c=50\begin{aligned} a &= 4.9 \\ b &= -10\sqrt{3} \\ c &= -50 \end{aligned}

Using the quadratic formula:

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

Compute discriminant:

b2=(103)2=1003=3004ac=44.9(50)=980b24ac=300(980)=1280\begin{aligned} b^2 &= (-10\sqrt{3})^2 = 100 \cdot 3 = 300 \\ 4ac &= 4 \cdot 4.9 \cdot (-50) = -980 \\ b^2 - 4ac &= 300 - (-980) = 1280 \end{aligned}

So:

t=103±128024.9t = \frac{10\sqrt{3} \pm \sqrt{1280}}{2 \cdot 4.9}

We only accept the positive root (time must be positive). Numerically:

  • 128035.78\sqrt{1280} \approx 35.78
  • 10317.3210\sqrt{3} \approx 17.32
  • Numerator (positive root): 17.32+35.7853.1017.32 + 35.78 \approx 53.10
  • Denominator: 24.9=9.82\cdot 4.9 = 9.8

Thus:

thit53.109.85.42st_\text{hit} \approx \frac{53.10}{9.8} \approx 5.42\,\text{s}

So the ball hits the ground approximately 5.4 seconds after launch.


4. Horizontal distance at impact

Horizontal motion is uniform (no horizontal acceleration):

x(t)=v0xt=10tx(t) = v_{0x} t = 10 t

At t=thit5.42t = t_\text{hit} \approx 5.42:

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

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


5. Summary of results

  • Time of impact: thit5.4st_\text{hit} \approx 5.4\,\text{s} after launch.
  • Horizontal distance from building: xhit54mx_\text{hit} \approx 54\,\text{m}.

The visualization below lets you vary the initial speed, launch angle, and building height, and watch how the trajectory and impact point change in real time. The neon path shows the projectile's arc; a small marker shows the current position at time tt, and a glowing point marks the impact location when it hits the ground (y=0y = 0).

Interactive Visualization

Parameters

20.00
60.00
50.00
9.80
1.00
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Projectile from a Building: Flight Path and Impact Point | MathSpin