Rocket Projectile Motion: Height Above Launch Pad

Physics & Motion 9th-10th Grade
PROBLEM
A rocket is fired with an initial vertical velocity of 40 m/s from a launch pad 45 m high, and its height is given by h = −5t² + 40t + 45 where h is in meters and t is in seconds. How high does the rocket go? How much time is the rocket in flight?

What You Will Learn

  • Finding the vertex of a parabola to determine maximum values in quadratic motion
  • Interpreting the physical meaning of each term in a projectile motion equation
  • Solving quadratic equations by factoring to find when objects reach ground level
  • Distinguishing between mathematical and physical solutions in real-world contexts
  • Connecting algebraic techniques to physics concepts like gravity and initial velocity

Visualizing the Rocket's Path

A rocket is fired with an initial vertical velocity of 40 m/s from a launch pad 45 m high, and its height is given by...

Solution: Method 1 — The Vertex Formula Approach

Since the rocket's height follows a quadratic equation, its path forms a parabola. For any parabola y = ax² + bx + c, the maximum (or minimum) occurs at the vertex. Let's use this to find both answers systematically.

Step 1 — Find when maximum height occurs

For the quadratic h(t) = -5t² + 40t + 45, we have a = -5 and b = 40. The vertex occurs at:

t = -b/(2a) = -40/(2 × -5) = -40/(-10) = 4 seconds

Step 2 — Calculate the maximum height

Substitute t = 4 back into the height equation:

h(4) = -5(4)² + 40(4) + 45
h(4) = -5(16) + 160 + 45
h(4) = -80 + 160 + 45 = 125 meters

Step 3 — Find the flight time by setting height to zero

The rocket lands when its height equals zero. Set the equation equal to zero and solve:

-5t² + 40t + 45 = 0

Step 4 — Factor the equation

First, factor out -5 to simplify:

-5(t² - 8t - 9) = 0
t² - 8t - 9 = 0

Now factor the quadratic expression. We need two numbers that multiply to -9 and add to -8:

(t - 9)(t + 1) = 0

Step 5 — Solve for time values

This gives us t = 9 or t = -1. Since negative time doesn't make physical sense (the rocket launches at t = 0), the flight time is 9 seconds.

Solution: Method 2 — Physics-Based Derivative Approach

We can also solve this using calculus, which connects directly to the physics of motion. The derivative of position gives velocity, and at the highest point, velocity equals zero.

Step 1 — Find the velocity function

Take the derivative of the height function:

h(t) = -5t² + 40t + 45
v(t) = dh/dt = -10t + 40

Step 2 — Set velocity to zero for maximum height

At the peak, the rocket momentarily stops before falling:

-10t + 40 = 0
10t = 40
t = 4 seconds

Step 3 — Calculate maximum height

Substitute t = 4 into the original height equation:

h(4) = -5(16) + 40(4) + 45 = 125 meters

Step 4 — Find landing time using the quadratic formula

For -5t² + 40t + 45 = 0, using a = -5, b = 40, c = 45:

t = [-40 ± √(40² - 4(-5)(45))] / [2(-5)]
t = [-40 ± √(1600 + 900)] / (-10)
t = [-40 ± √2500] / (-10)
t = [-40 ± 50] / (-10)

This gives t = (-40 + 50)/(-10) = -1 or t = (-40 - 50)/(-10) = 9. Taking the positive solution, the flight time is 9 seconds.

Answer: The rocket reaches a maximum height of 125 meters at t = 4 seconds, and the total flight time is 9 seconds.

Verification

Let's verify both answers by checking our work:

Checking maximum height

At t = 4 seconds:

h(4) = -5(4)² + 40(4) + 45 = -80 + 160 + 45 = 125 ✓

Checking flight time

At t = 9 seconds (landing):

h(9) = -5(9)² + 40(9) + 45 = -5(81) + 360 + 45 = -405 + 405 = 0 ✓

Physical reasonableness check

The rocket starts at 45m, goes up to 125m (gaining 80m), then falls back down. With an initial velocity of 40 m/s upward, this height gain and 9-second total flight time align with what we'd expect under Earth's gravity.

Common Pitfalls

✗ Using only the positive root for maximum height

Students sometimes solve -5t² + 40t + 45 = 125 and get confused by negative time solutions. Remember: for maximum height, use the vertex formula t = -b/(2a), not the roots of the equation.

✗ Forgetting the initial height

A common error is thinking the rocket starts at ground level and reaches only 80m high. The rocket starts at 45m and reaches an additional 80m above that, for a total of 125m above the ground.

✗ Accepting negative time solutions

When solving (t - 9)(t + 1) = 0, both t = 9 and t = -1 are mathematically correct, but only t = 9 makes physical sense. The negative solution would represent a time before launch.

✗ Confusing the coefficients

The equation h = -5t² + 40t + 45 has specific physical meaning: -5 comes from -½g where g = 10 m/s², 40 is the initial velocity, and 45 is the starting height. Mixing these up leads to wrong answers.

The Physics Behind the Math

This problem demonstrates the standard form of projectile motion under constant acceleration. The general equation is:

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

Where:

  • h₀ = 45m is the initial height
  • v₀ = 40 m/s is the initial velocity
  • g = 10 m/s² is gravitational acceleration
  • ½g = 5, which explains the -5 coefficient

This gives us h(t) = 45 + 40t - 5t², which matches our equation when rearranged. Every quadratic motion problem follows this same pattern—the maximum occurs at t = v₀/g, and the object returns to its starting height at t = 2v₀/g.

Connection to real physics: In this problem, the rocket reaches its peak at exactly t = 40/10 = 4 seconds, and if launched from ground level, it would land at t = 2(40)/10 = 8 seconds. The extra second comes from starting 45m above ground level.

Real Applications

  • Aerospace engineering: Mission planners use these calculations to determine fuel requirements and trajectory windows for rocket launches
  • Sports science: Analyzing the trajectory of basketballs, footballs, or javelins to optimize athletic performance
  • Safety engineering: Calculating safe distances for fireworks displays and determining where debris might land
  • Military ballistics: Predicting artillery shell trajectories and determining optimal firing angles for maximum range

What If? — Try These Variations

1
Different Initial Velocity
A rocket is launched from the same 45m platform, but with an initial velocity of 60 m/s. Its height is given by h = -5t² + 60t + 45. What is the new maximum height and flight time?
Step 1 — Find time of maximum height

Using the vertex formula: t = -b/(2a) = -60/(2 × -5) = 60/10 = 6 seconds

Step 2 — Calculate maximum height

h(6) = -5(36) + 60(6) + 45 = -180 + 360 + 45 = 225 meters

Step 3 — Find flight time

Set -5t² + 60t + 45 = 0, factor: -5(t² - 12t - 9) = 0

Step 4 — Solve the quadratic

Using the quadratic formula: t = [12 ± √(144 + 36)]/2 = [12 ± √180]/2 = [12 ± 6√5]/2

Taking the positive root: t = 6 + 3√5 ≈ 12.7 seconds

Step 5 — Verification

Check: h(12.7) ≈ -5(161.3) + 60(12.7) + 45 ≈ -807 + 762 + 45 = 0 ✓

Answer: Maximum height is 225m at t = 6s, flight time is approximately 12.7 seconds.

2
Launch from Ground Level
The same rocket with 40 m/s initial velocity is now launched from ground level instead of the 45m platform. The equation becomes h = -5t² + 40t. What are the new maximum height and flight time?
Step 1 — Find time of maximum height

Using the vertex formula: t = -40/(2 × -5) = 40/10 = 4 seconds

Step 2 — Calculate maximum height

h(4) = -5(16) + 40(4) = -80 + 160 = 80 meters

Step 3 — Find flight time

Set -5t² + 40t = 0, factor: t(-5t + 40) = 0

Step 4 — Solve for landing time

t = 0 (launch) or -5t + 40 = 0, so t = 8 seconds

Step 5 — Verification

Check: h(8) = -5(64) + 40(8) = -320 + 320 = 0 ✓

Answer: Maximum height is 80m at t = 4s, flight time is 8 seconds.

3
Finding Initial Velocity
A rocket launched from a 45m platform reaches a maximum height of 180m. If the motion follows h = -5t² + vt + 45, what must the initial velocity v have been?
Step 1 — Set up the vertex condition

At maximum height, the vertex formula gives: t = -v/(2 × -5) = v/10

Step 2 — Use the maximum height condition

At the vertex time, height equals 180m: h(v/10) = 180

-5(v/10)² + v(v/10) + 45 = 180

Step 3 — Simplify the equation

-5(v²/100) + v²/10 + 45 = 180

-v²/20 + v²/10 + 45 = 180

v²/20 + 45 = 180

Step 4 — Solve for v

v²/20 = 135

v² = 2700

v = √2700 = 30√3 ≈ 52 m/s

Step 5 — Verification

Check: At t = 52/10 = 5.2s, h = -5(27) + 52(5.2) + 45 = -135 + 270 + 45 = 180m ✓

Answer: The initial velocity must have been approximately 52 m/s.

4
Multiple Height Crossings
For the original rocket with h = -5t² + 40t + 45, at what times (if any) is the rocket exactly 105 meters above the ground?
Step 1 — Set up the equation

We need to solve: -5t² + 40t + 45 = 105

Step 2 — Rearrange to standard form

-5t² + 40t + 45 - 105 = 0

-5t² + 40t - 60 = 0

Divide by -5: t² - 8t + 12 = 0

Step 3 — Factor the quadratic

We need two numbers that multiply to 12 and add to -8: -6 and -2

(t - 6)(t - 2) = 0

Step 4 — Find the solutions

t = 6 or t = 2

Both are positive and physically meaningful.

Step 5 — Verification and interpretation

Check: h(2) = -5(4) + 40(2) + 45 = -20 + 80 + 45 = 105 ✓

Check: h(6) = -5(36) + 40(6) + 45 = -180 + 240 + 45 = 105 ✓

The rocket passes through 105m twice: once going up at t = 2s, once coming down at t = 6s.

Answer: The rocket is at 105m above ground at t = 2 seconds (ascending) and t = 6 seconds (descending).

Frequently Asked Questions

How do you find the maximum height of a projectile using a quadratic equation?+
Use the vertex formula for a parabola y = ax² + bx + c. The maximum occurs at x = -b/(2a). For h(t) = -5t² + 40t + 45, we get t = -40/(2×-5) = 4 seconds. Substitute back: h(4) = -5(16) + 40(4) + 45 = 125 meters maximum height.
How do you calculate total flight time for a projectile launched from height?+
Set the height equation equal to zero and solve for time. In this problem, -5t² + 40t + 45 = 0. Factoring gives -5(t - 9)(t + 1) = 0, so t = 9 seconds (the negative solution t = -1 is not physical). The rocket lands after 9 seconds of flight.
What does each term mean in a projectile motion equation?+
In h(t) = -5t² + 40t + 45, the -5t² term represents the effect of gravity (acceleration), 40t gives the initial upward velocity contribution, and 45 is the starting height. The coefficient -5 comes from -½g where g = 10 m/s² is gravitational acceleration.
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-03