Finding Maximum Height in Projectile Motion

Physics & Motion 11th-12th Grade
Problem
A toy rocket is shot vertically into the air from a launching pad 7 feet above the ground with an initial velocity of 56 feet per second. The height h, in feet, of the rocket above the ground at t seconds after launch is given by the function h(t) = -16t² + 56t + 7. How long will it take the rocket to reach its maximum height? What is the maximum height?

What This Problem Teaches

  • Finding the vertex of a quadratic function using the formula t = -b/(2a)
  • Interpreting the physical meaning of quadratic function parameters in projectile motion
  • Understanding that maximum height occurs when velocity equals zero
  • Connecting algebraic vertex calculations to real-world physics principles
  • Recognizing the standard form of kinematic equations for vertical motion under gravity

Visualizing the Problem

A toy rocket is shot vertically into the air from a launching pad 7 feet above the ground with an initial velocity of...

Solution: Method 1 — The Vertex Formula Approach

The height function h(t) = -16t² + 56t + 7 is a quadratic function that graphs as a downward-opening parabola. The maximum height occurs at the vertex of this parabola.

Step 1 — Identify the coefficients

In the standard form h(t) = at² + bt + c, we have:

a = -16, b = 56, c = 7

Step 2 — Apply the vertex formula

For any quadratic function f(t) = at² + bt + c, the vertex occurs at:

t = -b/(2a)

Substituting our values:

t = -56/(2×(-16)) = -56/(-32) = 56/32 = 7/4 = 1.75 seconds

Step 3 — Calculate the maximum height

Now substitute t = 1.75 back into the original height function:

h(1.75) = -16(1.75)² + 56(1.75) + 7 h(1.75) = -16(3.0625) + 98 + 7 h(1.75) = -49 + 98 + 7 = 56 feet
The rocket reaches its maximum height after 1.75 seconds
The maximum height is 56 feet

Solution: Method 2 — The Calculus Approach

At the maximum height, the rocket's velocity is momentarily zero as it changes from moving upward to moving downward. We can find this point by taking the derivative and setting it equal to zero.

Step 1 — Find the velocity function

The velocity is the derivative of the height function:

v(t) = h'(t) = d/dt[-16t² + 56t + 7] v(t) = -32t + 56

Step 2 — Set velocity equal to zero

At maximum height, the velocity is zero:

-32t + 56 = 0 -32t = -56 t = 56/32 = 1.75 seconds

Step 3 — Calculate the height at t = 1.75

Substitute back into the position function:

h(1.75) = -16(1.75)² + 56(1.75) + 7 = 56 feet

This confirms our answer: the maximum occurs at 1.75 seconds with a height of 56 feet.

Verification

Let's verify our answer using the derivative method. We found that the maximum occurs at t = 1.75 seconds. At this time:

Check 1 — Velocity is zero

v(1.75) = -32(1.75) + 56 = -56 + 56 = 0 ✓

Check 2 — Height calculation is correct

h(1.75) = -16(1.75)² + 56(1.75) + 7 = -16(3.0625) + 98 + 7 = -49 + 105 = 56 feet ✓

Check 3 — This is indeed a maximum (not a minimum)

Since the coefficient of is negative (-16), the parabola opens downward, confirming this is a maximum point.

Common Pitfalls

✗ Mistake 1: Confusing the vertex formula

Using t = b/(2a) instead of t = -b/(2a). This would give t = 56/(-32) = -1.75, which is negative and doesn't make physical sense for time after launch.

✗ Mistake 2: Using the wrong value of a

Some students use a = 16 instead of a = -16, forgetting that gravity acts downward. This would suggest the parabola opens upward, which contradicts physics.

✗ Mistake 3: Forgetting to substitute back

Finding t = 1.75 and incorrectly thinking this is the maximum height. The time when maximum height occurs is 1.75 seconds, but the maximum height itself is h(1.75) = 56 feet.

✗ Mistake 4: Arithmetic errors with negatives

When calculating h(1.75), getting confused with signs: -16(3.0625) = -49, not +49. The calculation should be -49 + 98 + 7 = 56.

The Physics Behind the Math

The equation h(t) = -16t² + 56t + 7 comes directly from the kinematic equation for motion under constant acceleration:

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

Where:

  • h₀ = 7 feet: initial height (launch pad height)
  • v₀ = 56 ft/s: initial velocity (upward)
  • a = -32 ft/s²: acceleration due to gravity (downward)
  • ½a = ½(-32) = -16: this gives us the coefficient of t²

Why -16 and not -32? The kinematic equation uses ½at², so with gravity being -32 ft/s², we get ½(-32) = -16 as the coefficient of t². This is why projectile motion problems in feet commonly feature the -16t² term.

At the maximum height, all the initial kinetic energy has been converted to potential energy, and the velocity is momentarily zero before the rocket begins its descent.

Reality Check

Let's verify our answer makes physical sense:

Time to maximum height: 1.75 seconds

Starting with an upward velocity of 56 ft/s, gravity decelerates the rocket at 32 ft/s². Time to stop: 56 ÷ 32 = 1.75 seconds. ✓

Maximum height: 56 feet

The rocket starts 7 feet up and travels an additional 49 feet upward (the height gained from initial velocity). We can verify this using the formula for distance under constant deceleration:

Distance gained = v₀²/(2g) = (56)²/(2×32) = 3136/64 = 49 feet Total height = 7 + 49 = 56 feet ✓

Symmetry check

In projectile motion, the time to go up equals the time to come back down to the same height. Since it takes 1.75 seconds to reach maximum height, it should take another 1.75 seconds to return to the launch height of 7 feet, for a total of 3.5 seconds in the air before landing.

Four "What-If?" Problems

1
Different Launch Height
A rocket is launched from a 15-foot platform with the same initial velocity of 56 ft/s. The height function becomes h(t) = -16t² + 56t + 15. What is the new maximum height and when does it occur?
Step 1 — Find time to maximum height

The vertex formula still applies: t = -b/(2a) = -56/(2×(-16)) = 1.75 seconds

Note: The time to maximum height doesn't change when we only change the starting height!

Step 2 — Calculate maximum height

h(1.75) = -16(1.75)² + 56(1.75) + 15

h(1.75) = -49 + 98 + 15 = 64 feet

Step 3 — Verify the answer

The rocket gains the same 49 feet from its initial velocity, but now starts 8 feet higher: 15 + 49 = 64 feet

Answer

Maximum height: 64 feet at t = 1.75 seconds

2
Finding Initial Velocity
A rocket launched from 7 feet reaches its maximum height of 88 feet after exactly 2.25 seconds. What was the initial velocity? Use h(t) = -16t² + v₀t + 7.
Step 1 — Use the vertex formula

We know the maximum occurs at t = 2.25, so: 2.25 = -v₀/(2×(-16)) = v₀/32

Solving: v₀ = 32 × 2.25 = 72 ft/s

Step 2 — Verify using the height

With v₀ = 72, check if h(2.25) = 88:

h(2.25) = -16(2.25)² + 72(2.25) + 7

h(2.25) = -16(5.0625) + 162 + 7 = -81 + 162 + 7 = 88

Answer

Initial velocity: 72 ft/s

3
Time to Hit Ground
Using the original rocket equation h(t) = -16t² + 56t + 7, how long after launch will the rocket hit the ground (h = 0)?
Step 1 — Set height equal to zero

0 = -16t² + 56t + 7

Rearranging: 16t² - 56t - 7 = 0

Step 2 — Use the quadratic formula

t = [56 ± √(56² - 4(16)(-7))] / (2×16)

t = [56 ± √(3136 + 448)] / 32 = [56 ± √3584] / 32

t = [56 ± 59.87] / 32

Step 3 — Choose the positive solution

t = (56 + 59.87)/32 ≈ 115.87/32 ≈ 3.62 seconds

The negative solution represents a time before launch, so we reject it.

Answer

The rocket hits the ground after approximately 3.62 seconds

4
Comparing Two Rockets
Rocket A follows h₁(t) = -16t² + 56t + 7. Rocket B is launched from ground level with h₂(t) = -16t² + 64t. Which rocket reaches a greater maximum height, and by how much?
Step 1 — Find Rocket A's maximum (already known)

From our original problem: t = 1.75 s, h_max = 56 feet

Step 2 — Find Rocket B's time to maximum

t = -64/(2×(-16)) = 64/32 = 2 seconds

Step 3 — Calculate Rocket B's maximum height

h₂(2) = -16(2)² + 64(2) + 0

h₂(2) = -64 + 128 = 64 feet

Step 4 — Compare the heights

Rocket A: 56 feet, Rocket B: 64 feet

Difference: 64 - 56 = 8 feet

Answer

Rocket B reaches a greater maximum height by 8 feet (64 ft vs 56 ft)

Frequently Asked Questions

How do you find the vertex of a quadratic function? +
For a quadratic in the form f(x) = ax² + bx + c, the vertex occurs at x = -b/(2a). In this rocket problem, h(t) = -16t² + 56t + 7, so the time of maximum height is t = -56/(2×(-16)) = 1.75 seconds. Then substitute back into the original equation to find the maximum value.
When is velocity zero in projectile motion? +
Velocity is zero at the maximum height of the trajectory. Using calculus, take the derivative of the position function and set it equal to zero. For h(t) = -16t² + 56t + 7, we get h'(t) = -32t + 56 = 0, which gives t = 1.75 seconds. This matches the vertex formula result.
What does the coefficient -16 represent in rocket height equations? +
The coefficient -16 represents half the acceleration due to gravity in feet per second squared. Since gravity accelerates objects downward at 32 ft/s², the kinematic equation uses -16t² as the gravitational term when height is measured in feet and time in seconds. If using meters, the coefficient would be -4.9.
DN

Dr. Neven Jurkovic

Mathematics professor with expertise in algebra and calculus education. Specializes in connecting mathematical concepts to real-world applications, particularly in physics and engineering problems.
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-09-17