Projectile Motion: Solving Quadratic Equations for Flight Time

Physics & Motion 9th-10th Grade
PROBLEM
A ball is thrown from a height of 6.5 feet with an initial velocity of 147 feet per second. Using the formula h(t)=-16t²+147t+6.5, find the number of seconds until the ball hits the ground.

What This Problem Teaches

  • Setting up and solving quadratic equations from physics formulas
  • Using the quadratic formula when factoring isn't practical
  • Interpreting negative solutions in real-world contexts
  • Understanding the physical meaning of projectile motion equations
  • Converting between mathematical solutions and meaningful answers

Visualizing the Problem

A ball is thrown from a height of 6.5 feet with an initial velocity of 147 feet per second. Using the formula h(t)=...

The diagram shows the ball's trajectory from launch to impact. We need to find when the height equals zero.

Solution: Method 1 — The Quadratic Formula Approach

When the ball hits the ground, its height is zero. We need to solve the equation when h(t) = 0.

Step 1 — Set up the equation

The ball hits the ground when h(t) = 0, so we solve:

-16t² + 147t + 6.5 = 0

Step 2 — Identify the quadratic coefficients

In the standard form at² + bt + c = 0, we have:

  • a = -16
  • b = 147
  • c = 6.5

Step 3 — Apply the quadratic formula

Using t = (-b ± √(b² - 4ac)) / (2a):

t = (-147 ± √(147² - 4(-16)(6.5))) / (2(-16))

Step 4 — Calculate the discriminant

First, let's compute b² - 4ac:

147² - 4(-16)(6.5) = 21,609 + 416 = 22,025

Since √22,025 = 148.41 (approximately), we get:

t = (-147 ± 148.41) / (-32)

Step 5 — Find both solutions

This gives us two solutions:

  • t = (-147 + 148.41) / (-32) = 1.41 / (-32) ≈ -0.044
  • t = (-147 - 148.41) / (-32) = -295.41 / (-32) ≈ 9.23

Step 6 — Choose the physically meaningful solution

Since time cannot be negative in this context, we take the positive solution: t ≈ 9.23 seconds.

Solution: Method 2 — Completing the Square Approach

We can also solve by completing the square, which reveals insights about the maximum height along the way.

Step 1 — Factor out the coefficient of t²

Starting with -16t² + 147t + 6.5 = 0, factor out -16:

-16(t² - 9.1875t) + 6.5 = 0

Step 2 — Complete the square inside the parentheses

To complete the square for t² - 9.1875t, we add and subtract (9.1875/2)² = (4.59375)² ≈ 21.10:

-16(t² - 9.1875t + 21.10 - 21.10) + 6.5 = 0 -16((t - 4.59375)² - 21.10) + 6.5 = 0

Step 3 — Simplify and solve

Expanding:

-16(t - 4.59375)² + 337.6 + 6.5 = 0 -16(t - 4.59375)² + 344.1 = 0 (t - 4.59375)² = 21.51

Step 4 — Take the square root

Taking the square root of both sides:

t - 4.59375 = ±4.64 t = 4.59375 ± 4.64

This gives us t ≈ 9.23 or t ≈ -0.05, confirming our previous result.

The ball hits the ground after approximately 9.23 seconds.

Verification

Let's verify our answer by substituting t = 9.23 back into the original equation:

h(9.23) = -16(9.23)² + 147(9.23) + 6.5 = -16(85.19) + 1,356.81 + 6.5 = -1,363.04 + 1,356.81 + 6.5 = 0.27

The result is very close to zero (0.27 feet), confirming our answer. The small difference is due to rounding in our calculations.

We can also verify that the negative solution doesn't make physical sense. At t = -0.044:

h(-0.044) = -16(-0.044)² + 147(-0.044) + 6.5 ≈ 0.0

While mathematically correct, negative time represents a moment before the ball was thrown, which isn't physically meaningful for our problem.

Watch Out For These Pitfalls

✗ Forgetting to set h(t) equal to zero
Some students try to solve the equation as given, forgetting that "hits the ground" means h(t) = 0. The ground represents zero height, not the formula itself.
✗ Using the negative time solution
The quadratic formula gives two solutions: t ≈ -0.04 and t ≈ 9.23. Students sometimes report both answers, but negative time doesn't make sense for when the ball hits the ground after being thrown.
✗ Arithmetic errors with the discriminant
Computing b² - 4ac = 147² - 4(-16)(6.5) requires careful attention to signs. Remember that 4(-16)(6.5) = -416, so subtracting it gives +416, making the discriminant 21,609 + 416 = 22,025.
✗ Misunderstanding the -16 coefficient
The -16 comes from gravity (-32 ft/s²) divided by 2 in the kinematic equation. Some students confuse this with other physics constants or try to "correct" the sign.

The Physics Behind the Formula

The height equation h(t) = -16t² + 147t + 6.5 comes from the kinematic equation for motion under constant acceleration:

h(t) = h₀ + v₀t + ½at²

Where:

  • h₀ = 6.5 feet (initial height)
  • v₀ = 147 ft/s (initial velocity)
  • a = -32 ft/s² (acceleration due to gravity)
  • ½a = ½(-32) = -16

This formula applies to any projectile in Earth's gravitational field, assuming air resistance is negligible. The -16t² term dominates for large values of t, which is why the ball eventually comes down despite its initial upward velocity.

Real Applications

Sports ballistics: Baseball analysts use similar equations to predict where fly balls will land, helping outfielders position themselves optimally.

Engineering safety: When designing protective barriers around construction sites, engineers calculate projectile paths to determine safe distances from falling objects.

Military and aerospace: Artillery targeting and rocket trajectory calculations use these same quadratic motion principles, though with additional complexity for air resistance and rotation effects.

What If?

1
Higher Initial Velocity
A ball is thrown from the same 6.5-foot height but with an initial velocity of 180 feet per second. Using h(t) = -16t² + 180t + 6.5, how long until it hits the ground?
Step 1 — Set up the equation

Set h(t) = 0: -16t² + 180t + 6.5 = 0

Step 2 — Apply quadratic formula

With a = -16, b = 180, c = 6.5: t = (-180 ± √(180² - 4(-16)(6.5))) / (2(-16))

Step 3 — Calculate discriminant

180² + 4(16)(6.5) = 32,400 + 416 = 32,816, so √32,816 ≈ 181.15

Step 4 — Find solutions

t = (-180 ± 181.15) / (-32) gives t ≈ 11.29 or t ≈ -0.036

Answer

The ball hits the ground after approximately 11.29 seconds.

2
Find the Initial Velocity
A ball is thrown from 6.5 feet high and hits the ground after exactly 8 seconds. What was its initial velocity? Use h(t) = -16t² + v₀t + 6.5.
Step 1 — Set up the known information

We know h(8) = 0, so: -16(8)² + v₀(8) + 6.5 = 0

Step 2 — Simplify

-16(64) + 8v₀ + 6.5 = 0, which gives -1024 + 8v₀ + 6.5 = 0

Step 3 — Solve for v₀

8v₀ = 1024 - 6.5 = 1017.5, so v₀ = 127.19 ft/s

Verification

Check: h(8) = -16(64) + 127.19(8) + 6.5 = -1024 + 1017.5 + 6.5 = 0

Answer

The initial velocity was approximately 127.19 ft/s.

3
When Does It Reach Maximum Height?
Using the original equation h(t) = -16t² + 147t + 6.5, at what time does the ball reach its maximum height, and what is that height?
Step 1 — Find the vertex time

For a quadratic at² + bt + c, the vertex occurs at t = -b/(2a)

Step 2 — Calculate vertex time

t = -147/(2(-16)) = -147/(-32) = 4.59 seconds

Step 3 — Find maximum height

h(4.59) = -16(4.59)² + 147(4.59) + 6.5

Step 4 — Calculate

h(4.59) = -16(21.07) + 674.73 + 6.5 = -337.1 + 674.73 + 6.5 = 344.13

Answer

The ball reaches maximum height of 344.13 feet at t = 4.59 seconds.

4
Different Gravitational Environment
On the Moon, gravity is about 1/6 that of Earth. If the same ball were thrown with the same initial conditions on the Moon, the equation becomes h(t) = -2.67t² + 147t + 6.5. How long until it hits the ground?
Step 1 — Set up the equation

Set h(t) = 0: -2.67t² + 147t + 6.5 = 0

Step 2 — Apply quadratic formula

With a = -2.67, b = 147, c = 6.5

Step 3 — Calculate discriminant

147² - 4(-2.67)(6.5) = 21,609 + 69.42 = 21,678.42, so √21,678.42 ≈ 147.22

Step 4 — Find solutions

t = (-147 ± 147.22) / (-5.34) gives t ≈ 55.08 or t ≈ -0.04

Answer

On the Moon, the ball would hit the ground after approximately 55.08 seconds — about 6 times longer than on Earth!

Frequently Asked Questions

How do you find when a projectile hits the ground? +
Set the height equation equal to zero and solve. When a projectile hits the ground, its height is 0. For this problem, we solve -16t² + 147t + 6.5 = 0 using the quadratic formula to find t ≈ 9.24 seconds.
Why is the coefficient -16 in projectile motion equations? +
The -16 comes from half the acceleration due to gravity in feet per second squared. Since gravity accelerates objects downward at 32 ft/s², and the kinematic equation uses ½gt², we get -16t². The negative sign indicates downward motion.
What if the quadratic formula gives a negative answer for time? +
Negative time solutions are mathematically valid but physically meaningless for projectile motion. They represent what would have happened "before" the object was thrown. In this problem, we get t ≈ -0.04 and t ≈ 9.24, but only the positive value makes physical sense.
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-06