Balloon rocket lab
01 // Question
How does the amount of air in a balloon change how far it travels along a string?
A testable question names one thing you change (air amount) and one thing you measure (distance traveled).
02 // Variables
Independent
Amount of air in the balloon- Small inflation (~5 breaths)
- Medium inflation (~8 breaths)
- Full inflation (~12 breaths)
Dependent
Distance traveled along the string- Distance in meters
- Whether it reaches the end of the string
03 // Hypothesis
IF a balloon rocket is inflated with more air, THEN it will travel farther along the string, BECAUSE more air means more mass pushed out the back at higher pressure, creating a stronger forward force under Newton's third law.
04 // Procedure
1. Set up the track
Thread a straw onto a long string stretched tightly between two fixed points.
2. Attach the balloon
Tape an uninflated balloon to the straw, keeping the opening free to pinch shut.
3. Inflate by breath count
Inflate the balloon to the number of breaths being tested, pinching the end shut.
4. Release and observe
Let go of the balloon's end and watch it travel along the string until it stops.
5. Measure the distance
Measure how far the balloon traveled from its starting point and record it.
05 // Data table
| Air amount | Trial 1 distance (m) | Trial 2 distance (m) | Average distance (m) |
|---|---|---|---|
| Small (~5 breaths) | ____ | ____ | ____ |
| Medium (~8 breaths) | ____ | ____ | ____ |
| Full (~12 breaths) | ____ | ____ | ____ |
06 // What to expect
A more fully inflated balloon usually travels farther, because it holds more compressed air, which escapes with more force and for a longer time — pushing the balloon forward harder and longer before it runs out of air.
This demonstrates Newton's third law: air rushing backward out of the balloon's opening creates an equal and opposite force pushing the balloon forward, the same basic principle that propels a real rocket.
07 // Lab notes
- Keep the string as straight and tight as possible — a sagging string adds friction that shortens every balloon's distance unevenly.
- Pinch the balloon's opening shut right up until release, so air doesn't escape early and throw off the air-amount comparison.
- Count breaths consistently between testers if more than one person is inflating balloons, since breath sizes vary from person to person.
08 // Remember
The balloon doesn't push against anything in front of it. It pushes air out the back, and the air pushes the balloon forward.
09 // Questions people ask
Why does a balloon rocket move forward when air escapes out the back?
This is Newton's third law of motion: for every action, there is an equal and opposite reaction. As air rushes backward out of the balloon's opening, it pushes back against the balloon with an equal force in the opposite direction, propelling the balloon forward — the same principle a real rocket engine uses.
Why does a more inflated balloon travel farther than a less inflated one?
A more inflated balloon holds more compressed air at higher pressure. That extra air escapes with more force and takes longer to fully empty, which means a longer, stronger push forward compared to a balloon with less air to begin with.
Why does the straw need to be threaded on a straight, tight string?
A tight, straight string keeps the straw moving in one predictable direction with minimal friction. A loose or sagging string adds extra drag and lets the balloon wobble off its path, which would make the distances harder to compare fairly between trials.