Projectile Motion: Finding Flight Time for a Tossed Ball

Physics & Motion 11th-12th Grade
PROBLEM
A juggler tossed a ball upward into the air from a height of 4 feet with an initial velocity of 25 feet per second. After the ball started to come back down, the juggler caught it 5 feet above the ground. To the nearest tenth of a second, how long was the ball in the air before the juggler caught it?

Picture This

Before diving into equations, let's visualize what's happening. The ball follows a parabolic path from launch to catch.

A juggler tossed a ball upward into the air from a height of 4 feet with an initial velocity of 25 feet per second....

What You Will Learn

  • Projectile motion modeling — How to set up the standard quadratic height equation for objects under gravity
  • Physical parameter identification — Distinguishing between initial height, launch velocity, and target height in word problems
  • Quadratic solution interpretation — Why projectile problems yield two solutions and which one represents the physical answer
  • Precision and rounding — Working with irrational roots and applying appropriate significant figures to real-world contexts
  • Verification strategies — How to check projectile motion answers by substitution and reasonableness testing

Solution: Method 1 — Standard Projectile Motion Equation

For any object moving under constant gravitational acceleration, the height at time t follows a quadratic pattern. We'll use the standard physics formula and solve for when the ball reaches the catch height.

Step 1 — Set up the height equation

The height of a projectile at time t seconds is given by:

h(t) = -½gt² + v₀t + h₀

Where g = 32 ft/s² (gravitational acceleration), v₀ = 25 ft/s (initial velocity), and h₀ = 4 ft (starting height).

Step 2 — Substitute the known values

Plugging in our values:

h(t) = -½(32)t² + 25t + 4 h(t) = -16t² + 25t + 4

Step 3 — Set height equal to catch position

We want to find when h(t) = 5 feet (the catch height):

5 = -16t² + 25t + 4

Step 4 — Rearrange to standard quadratic form

Moving all terms to one side:

16t² - 25t + 1 = 0

Step 5 — Apply the quadratic formula

Using t = (-b ± √(b² - 4ac)) / 2a with a = 16, b = -25, c = 1:

t = (25 ± √((-25)² - 4(16)(1))) / (2(16)) t = (25 ± √(625 - 64)) / 32 t = (25 ± √561) / 32

Step 6 — Calculate the discriminant

Computing √561 ≈ 23.686:

t = (25 ± 23.686) / 32

This gives us two solutions:

  • t₁ = (25 + 23.686) / 32 = 48.686 / 32 ≈ 1.521
  • t₂ = (25 - 23.686) / 32 = 1.314 / 32 ≈ 0.041

Step 7 — Choose the physical solution

The smaller time (0.041 s) represents when the ball passes 5 feet on the way up. The larger time (1.521 s) is when it passes 5 feet on the way down — this is when the juggler catches it.

Rounded to the nearest tenth: 1.5 seconds

Solution: Method 2 — Vertex Form & Symmetry Analysis

This approach uses the symmetry of parabolic motion. We find when the ball reaches its maximum height, then use the parabola's properties to locate the catch time.

Step 1 — Find the vertex time

The ball reaches maximum height when the velocity is zero. From h(t) = -16t² + 25t + 4, the vertex occurs at:

t_vertex = -b/(2a) = -25/(2(-16)) = 25/32 ≈ 0.781 seconds

Step 2 — Calculate maximum height

Substituting back:

h_max = -16(25/32)² + 25(25/32) + 4 h_max = -16(625/1024) + 625/32 + 4 h_max ≈ -9.766 + 19.531 + 4 = 13.765 feet

Step 3 — Find when ball drops to 5 feet

Since the parabola is symmetric around the vertex, we need to find how long after the vertex the ball takes to drop from 13.765 ft to 5 ft. The ball drops:

Distance = 13.765 - 5 = 8.765 feet

Step 4 — Use kinematic equation for the downward journey

Starting from the vertex with zero initial velocity, the time to fall 8.765 feet is:

8.765 = ½(32)t_fall² t_fall = √(8.765/16) ≈ 0.741 seconds

Step 5 — Add vertex time and fall time

Total time = 0.781 + 0.741 = 1.522 seconds ≈ 1.5 seconds
The ball was in the air for 1.5 seconds before the juggler caught it.

Verification

Let's confirm our answer by substituting t = 1.5 back into the original height equation:

h(1.5) = -16(1.5)² + 25(1.5) + 4 h(1.5) = -16(2.25) + 37.5 + 4 h(1.5) = -36 + 37.5 + 4 = 5.5 feet

This is very close to our target of 5 feet. The small difference (0.5 ft) comes from rounding 1.521 to 1.5. Using the exact value 1.521 seconds:

h(1.521) = -16(1.521)² + 25(1.521) + 4 ≈ 5.00 feet ✓

Watch Out For These

✗ Confusing the two time solutions

Students often take the smaller root (≈0.041 s) thinking "less time seems more reasonable." But this represents when the ball passes 5 feet on the way up, not the catch on the way down. Always consider the physical meaning of both solutions.

✗ Using the wrong value for gravity

Using g = 9.8 m/s² instead of g = 32 ft/s². Since the problem uses feet, we must use the gravitational constant in feet per second squared. Mixing metric and imperial units will give completely wrong answers.

✗ Setting up the equation backwards

Writing 4 = -16t² + 25t + 5 instead of 5 = -16t² + 25t + 4. The constant term in the height equation is always the initial height (4 ft), and we solve for when height equals the catch height (5 ft).

The Math Beneath the Surface

This problem exemplifies the general principle that projectile motion under constant gravity always produces a quadratic height function. The standard form is:

h(t) = -½gt² + v₀t + h₀

Every projectile motion problem reduces to this equation, regardless of whether it involves balls, bullets, or bridges. The key insight is that any height along the trajectory is crossed twice — once ascending, once descending — which is why quadratic equations in physics typically yield two solutions.

When the catch height is below the launch height: If the juggler catches below 4 feet, both solutions are positive, representing the upward and downward crossings. When the catch height is above the launch height (as here), one solution may be negative, representing an imaginary "backward in time" crossing.

Reality Check

Does 1.5 seconds seem reasonable for a juggler's toss? Let's think about this:

Maximum height check: In our solution, the ball reaches about 13.8 feet high — that's reasonable for a juggler throwing upward with significant force.

Speed check: An initial velocity of 25 ft/s equals about 17 mph — fast but not impossibly so for a skilled juggler's upward throw.

Timing check: 1.5 seconds total flight time means about 0.75 seconds up and 0.75 seconds down. Try counting "one-mississippi" — that's about the right duration for watching a ball arc overhead.

All of these align with what we'd expect from real juggling, confirming our mathematical answer makes physical sense.

What If?

1
Change Launch Velocity
A juggler tosses a ball from 4 feet with an initial velocity of 30 ft/s and catches it at 5 feet. How long was the ball in the air? Round to the nearest tenth.
Step 1 — Set up the equation

Use h(t) = -16t² + 30t + 4 and solve for when h(t) = 5.

Step 2 — Rearrange

5 = -16t² + 30t + 4 becomes 16t² - 30t + 1 = 0

Step 3 — Apply quadratic formula

t = (30 ± √(900 - 64))/32 = (30 ± √836)/32

Step 4 — Calculate

√836 ≈ 28.91, so t = (30 ± 28.91)/32

Step 5 — Choose solution

Taking the larger root: t = 58.91/32 ≈ 1.84 seconds. Answer: 1.8 seconds

2
Catch at Ground Level
Same launch conditions (4 ft high, 25 ft/s initial velocity), but now the juggler catches the ball at ground level (0 ft). How long is the ball in the air?
Step 1 — Set up for ground catch

Use h(t) = -16t² + 25t + 4 and solve for when h(t) = 0.

Step 2 — Rearrange

0 = -16t² + 25t + 4 becomes 16t² - 25t - 4 = 0

Step 3 — Apply quadratic formula

t = (25 ± √(625 + 256))/32 = (25 ± √881)/32

Step 4 — Calculate

√881 ≈ 29.68, so t = (25 ± 29.68)/32

Step 5 — Take positive root

t = 54.68/32 ≈ 1.71 seconds. Answer: 1.7 seconds

3
Find Maximum Height
For the original problem (launch from 4 ft with 25 ft/s), what is the maximum height the ball reaches above ground, and when does it reach that height?
Step 1 — Find vertex time

For h(t) = -16t² + 25t + 4, the vertex occurs at t = -b/(2a) = 25/32

Step 2 — Calculate exact vertex time

t = 25/32 = 0.78125 seconds

Step 3 — Find maximum height

h(25/32) = -16(25/32)² + 25(25/32) + 4

Step 4 — Simplify

= -16(625/1024) + 625/32 + 4 = 625/64 + 4 = 13.765625 ft

Step 5 — Final answer

Maximum height: 13.8 feet at t = 0.78 seconds

4
Reverse Engineering
A juggler throws a ball from 4 feet high and catches it at 5 feet exactly 2.0 seconds later. What was the initial upward velocity? Round to the nearest ft/s.
Step 1 — Set up with unknown velocity

Use h(t) = -16t² + v₀t + 4 with known conditions: h(2) = 5

Step 2 — Substitute known values

5 = -16(2)² + v₀(2) + 4

Step 3 — Simplify

5 = -64 + 2v₀ + 4 = -60 + 2v₀

Step 4 — Solve for initial velocity

65 = 2v₀, so v₀ = 32.5 ft/s

Step 5 — Verification

Check: h(2) = -16(4) + 32.5(2) + 4 = -64 + 65 + 4 = 5Answer: 33 ft/s

Frequently Asked Questions

What is the standard projectile motion formula for height?+
The height formula is h(t) = -½gt² + v₀t + h₀, where g = 32 ft/s² (gravity), v₀ is initial velocity, and h₀ is starting height. In this problem, h(t) = -16t² + 25t + 4 describes the ball's height at any time t.
How do you solve quadratic equations with messy discriminants?+
Use the quadratic formula x = (-b ± √(b² - 4ac)) / 2a. Calculate the discriminant b² - 4ac carefully, then use a calculator for the square root. Here, we get t = (-25 ± √881) / (-32), and √881 ≈ 29.68.
Why do projectile motion problems have two time solutions?+
The parabolic path crosses any given height twice - once going up, once coming down. We get two solutions: one negative (before launch) and one positive (the actual catch time). Always take the positive solution for real-world timing.
NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-08-24