Boats and streams is really just speed-distance-time with a current that either helps us or fights us. If we’re going with the flow (downstream), the water pushes us faster. If we’re going against it (upstream), it slows us down. That’s the entire concept.
Once we understand this, these problems become pure formula application. And there are only about 4 formulas to know.
Think of it like walking on a moving walkway at an airport. Walking with the walkway (downstream) — we’re faster. Walking against it (upstream) — we’re slower. Our walking speed is b, the walkway speed is s.
The Core Relationships
Let’s say a boat’s speed in still water is b km/h and the stream speed is s km/h.
- Downstream speed = b + s (the current adds to our speed)
- Upstream speed = b - s (the current subtracts from our speed)
And here’s the neat part — if we add these two:
- (b + s) + (b - s) = 2b → b = (downstream + upstream)/2
If we subtract them:
- (b + s) - (b - s) = 2s → s = (downstream - upstream)/2
So just knowing the downstream and upstream speeds gives us everything.
Example 1: Finding still water speed and stream speed
A boat goes 24 km downstream in 3 hours and 18 km upstream in 3 hours. Find the speed in still water and the speed of the stream.
Downstream speed = 24/3 = 8 km/h. Upstream speed = 18/3 = 6 km/h.
Speed in still water (b) = (8 + 6)/2 = 7 km/h Speed of stream (s) = (8 - 6)/2 = 1 km/h
Example 2: Basic downstream/upstream
A man can row at 8 km/h in still water. The stream flows at 2 km/h. How long to go 30 km downstream and return?
Downstream speed = 8 + 2 = 10 km/h. Time = 30/10 = 3 hours. Upstream speed = 8 - 2 = 6 km/h. Time = 30/6 = 5 hours.
Total time = 3 + 5 = 8 hours
Example 3: Finding the stream speed
A boat takes 6 hours to go 36 km downstream and 9 hours to return. Find the speed of the stream.
Downstream speed = 36/6 = 6 km/h. Upstream speed = 36/9 = 4 km/h.
Stream speed = (6 - 4)/2 = 1 km/h
Round Trip Problems
Round trips are very common. We go downstream some distance and come back upstream the same distance.
Total time for round trip = D/(b+s) + D/(b-s)
This can be simplified to: T = 2Db / (b² - s²)
Example 4: Round trip with total time
A boat’s speed in still water is 10 km/h. The stream speed is 2 km/h. If a round trip takes 10 hours, find the one-way distance.
D/(10+2) + D/(10-2) = 10 D/12 + D/8 = 10 (2D + 3D)/24 = 10 5D = 240 D = 48 km
Example 5: Speed of current from round trip
A man rows 40 km upstream and 55 km downstream in 13 hours. He also rows 30 km upstream and 44 km downstream in 10 hours. Find his speed in still water and the speed of the current.
Let upstream speed = u, downstream speed = d.
40/u + 55/d = 13 … (i) 30/u + 44/d = 10 … (ii)
Let’s substitute 1/u = x and 1/d = y: 40x + 55y = 13 … (i) 30x + 44y = 10 … (ii)
Multiply (i) by 3 and (ii) by 4: 120x + 165y = 39 120x + 176y = 40
Subtract: 11y = 1 → y = 1/11 → d = 11 km/h. From (ii): 30x + 44/11 = 10 → 30x + 4 = 10 → x = 1/5 → u = 5 km/h.
Still water speed (b) = (11 + 5)/2 = 8 km/h Stream speed (s) = (11 - 5)/2 = 3 km/h
The “Time Ratio” Shortcut
If a boat takes time T₁ downstream and T₂ upstream for the same distance:
b/s = (T₂ + T₁)/(T₂ - T₁)
This directly gives us the ratio of boat speed to stream speed without finding individual speeds.
Example 6: Using the time ratio
A boat takes 2 hours to go downstream and 4 hours to come back (same distance). Find the ratio of boat speed to stream speed.
b/s = (4 + 2)/(4 - 2) = 6/2 = 3:1
So the boat is 3 times faster than the current. If the stream is at x km/h, the boat is at 3x km/h in still water.
Problems with Multiple Boats or Objects
Sometimes we get problems about a hat or object falling into the water.
Key insight: The object floats at the stream’s speed. If a boat drops something and turns back to find it, the stream carries both the boat and the object. The time to go back and retrieve = the time that has passed (because relative to the water, the boat’s speed is the same in both directions).
Example 7: The floating object
A boat is going upstream. A bottle falls off the boat. After 30 minutes, the boatman notices and turns back. He catches the bottle 2 km from where it fell. Find the speed of the stream.
The bottle floats downstream at stream speed for the entire time (30 min going away + time to come back).
Since the boat’s speed relative to water is the same both ways, the time to return to the bottle = 30 minutes. So total time bottle is in water = 60 minutes = 1 hour.
In 1 hour, the bottle traveled 2 km downstream. Stream speed = 2/1 = 2 km/h
The beauty here: we don’t even need to know the boat’s speed!
Common Exam Variations
- Basic: find downstream/upstream speed, time for a journey.
- Finding still water speed and stream speed from two journey details.
- Round trip problems: total time given, find distance.
- Rate of current problems: “if there were no current, the trip would take X hours less.”
- Floating object problems.
- “A man can row X km downstream in the same time as Y km upstream” — find speed ratio.
Common Traps
- Upstream speed can’t be negative — if stream speed > boat speed, the boat can’t go upstream at all.
- Average speed for a round trip is NOT (downstream + upstream)/2. Use 2(b+s)(b-s) / 2b = (b²-s²)/b.
- Confusing “speed in still water” with “downstream speed” — the problem might give one but we need the other.
Practice Problems
Problem 1: A man can row 6 km/h in still water. If the river flows at 2 km/h, how long does he take to row 16 km upstream and return?
Problem 2: A boat covers 36 km downstream in 4 hours and 24 km upstream in 4 hours. Find the speed of the boat in still water.
Problem 3: A boat takes 3 hours to go 15 km downstream and 5 hours to go 15 km upstream. Find the speed of the current.
Answers
Problem 1: Upstream speed = 6 - 2 = 4 km/h. Time up = 16/4 = 4 hours. Downstream speed = 6 + 2 = 8 km/h. Time down = 16/8 = 2 hours. Total = 6 hours.
Problem 2: Downstream speed = 36/4 = 9 km/h. Upstream speed = 24/4 = 6 km/h. Still water speed = (9 + 6)/2 = 7.5 km/h.
Problem 3: Downstream speed = 15/3 = 5 km/h. Upstream speed = 15/5 = 3 km/h. Current speed = (5 - 3)/2 = 1 km/h.