Boats and Streams

Upstream and downstream motion

Practice →

Boats and Streams problems deal with the motion of a boat in still water and in a flowing stream. These problems involve understanding the effect of the stream's current on the boat's effective speed when moving upstream (against the current) or downstream (with the current).

Key Formulas

Speed of boat in still water = (Downstream speed + Upstream speed) / 2\text{Speed of boat in still water = (Downstream speed + Upstream speed) / 2}
Speed of stream = (Downstream speed - Upstream speed) / 2\text{Speed of stream = (Downstream speed - Upstream speed) / 2}
Downstream speed = Speed of boat in still water + Speed of stream\text{Downstream speed = Speed of boat in still water + Speed of stream}
Upstream speed = Speed of boat in still water - Speed of stream\text{Upstream speed = Speed of boat in still water - Speed of stream}
Time = Distance / Speed (applies separately for upstream and downstream journeys)\text{Time = Distance / Speed (applies separately for upstream and downstream journeys)}
Average speed for round trip = (2 x downstream speed x upstream speed) / (downstream speed + upstream speed)\text{Average speed for round trip = (2 x downstream speed x upstream speed) / (downstream speed + upstream speed)}
When a boat travels in still water: Time = Distance / Speed of boat in still water\text{When a boat travels in still water: Time = Distance / Speed of boat in still water}

Key Concepts

Downstream Motion

When a boat moves downstream, it travels in the same direction as the stream flow. The stream assists the boat, resulting in a higher effective speed. Downstream speed = Speed of boat in still water + Speed of stream. For example, if a boat's speed in still water is 15 km/h and the stream flows at 3 km/h, the downstream speed is 18 km/h.

Upstream Motion

When a boat moves upstream, it travels against the stream flow. The stream opposes the boat, resulting in a lower effective speed. Upstream speed = Speed of boat in still water - Speed of stream. For example, if a boat's speed in still water is 15 km/h and the stream flows at 3 km/h, the upstream speed is 12 km/h. Note: The boat can only move upstream if its speed in still water exceeds the stream speed.

Still Water and Stream Speed

The speed of a boat in still water is its inherent speed without any current assistance or opposition. The speed of the stream (or current) represents how fast the water is flowing. These two speeds combine to give effective speeds for upstream and downstream travel. When solving problems, always identify what is given (still water speed, stream speed, or effective speeds) and what needs to be found.

Round Trip Problems

In round trip problems, a boat travels from point A to point B (either upstream or downstream) and returns. The total time is the sum of times for each leg. Average speed for the entire journey is NOT the arithmetic mean but the harmonic mean: (2 x downstream speed x upstream speed) / (downstream speed + upstream speed). This accounts for the fact that more time is spent traveling at the slower speed.

Floating Objects and Relative Motion

When an object floats with the stream (no self-propulsion), it moves at the speed of the stream. The time taken for a boat to travel downstream and return upstream to catch a floating object dropped at the start is independent of the stream speed--it depends only on the boat's speed in still water. This is because both the boat and the object are affected equally by the stream's motion.

Solved Examples

Problem 1:

A boat can travel at 18 km/h in still water. If the speed of the stream is 6 km/h, find: (a) the speed downstream, (b) the speed upstream, (c) the time taken to travel 48 km downstream and return.

Solution:

Step 1: Identify given values
Speed of boat in still water = 18 km/h
Speed of stream = 6 km/h

Step 2: Calculate downstream speed
Downstream speed = Speed in still water + Stream speed
Downstream speed = 18 + 6 = 24 km/h

Step 3: Calculate upstream speed
Upstream speed = Speed in still water - Stream speed
Upstream speed = 18 - 6 = 12 km/h

Step 4: Calculate time downstream
Time downstream = Distance / Downstream speed
Time downstream = 48 / 24 = 2 hours

Step 5: Calculate time upstream
Time upstream = Distance / Upstream speed
Time upstream = 48 / 12 = 4 hours

Step 6: Calculate total time
Total time = 2 + 4 = 6 hours

Answer: (a) 24 km/h, (b) 12 km/h, (c) 6 hours

Problem 2:

A man rows downstream 30 km and upstream 18 km, taking 5 hours each time. Find the speed of the man in still water and the speed of the stream.

Solution:

Step 1: Calculate downstream speed
Downstream speed = Distance / Time = 30 / 5 = 6 km/h

Step 2: Calculate upstream speed
Upstream speed = Distance / Time = 18 / 5 = 3.6 km/h

Step 3: Apply formulas for still water and stream speeds
Speed in still water = (Downstream speed + Upstream speed) / 2
Speed in still water = (6 + 3.6) / 2 = 9.6 / 2 = 4.8 km/h

Step 4: Calculate stream speed
Speed of stream = (Downstream speed - Upstream speed) / 2
Speed of stream = (6 - 3.6) / 2 = 2.4 / 2 = 1.2 km/h

Answer: Speed in still water = 4.8 km/h, Speed of stream = 1.2 km/h

Problem 3:

A boat covers a certain distance downstream in 2 hours, while it takes 4 hours to cover the same distance upstream. If the speed of the stream is 3 km/h, find the speed of the boat in still water.

Solution:

Step 1: Define variables
Let speed of boat in still water = x km/h
Speed of stream = 3 km/h

Step 2: Express downstream and upstream speeds
Downstream speed = x + 3 km/h
Upstream speed = x - 3 km/h

Step 3: Since distance is the same for both journeys
Distance downstream = Distance upstream
(Downstream speed) x (Time downstream) = (Upstream speed) x (Time upstream)

Step 4: Set up equation
(x + 3) x 2 = (x - 3) x 4

Step 5: Solve the equation
2x + 6 = 4x - 12
6 + 12 = 4x - 2x
18 = 2x
x = 9 km/h

Answer: The speed of the boat in still water is 9 km/h

Problem 4:

A man can row 9 km/h in still water. It takes him twice as long to row upstream as to row downstream for the same distance. Find the speed of the stream.

Solution:

Step 1: Define variables
Speed in still water = 9 km/h
Let speed of stream = s km/h

Step 2: Express effective speeds
Downstream speed = 9 + s km/h
Upstream speed = 9 - s km/h

Step 3: Use the time relationship
Since time = distance/speed and time upstream = 2 x time downstream for the same distance:
Distance / (9 - s) = 2 x (Distance / (9 + s))

Step 4: Simplify
1 / (9 - s) = 2 / (9 + s)

Step 5: Cross-multiply
9 + s = 2(9 - s)
9 + s = 18 - 2s

Step 6: Solve for s
s + 2s = 18 - 9
3s = 9
s = 3 km/h

Answer: The speed of the stream is 3 km/h

Tips & Tricks

  • Always draw a diagram showing the direction of stream flow and boat movement to visualize upstream vs downstream clearly.
  • Remember that upstream speed is always less than downstream speed. If your calculation shows otherwise, recheck your work.
  • For round trip average speed, use the harmonic mean formula: 2ab/(a+b), not the arithmetic mean (a+b)/2.
  • When given the ratio of times for equal distances upstream and downstream, set up the equation: (still water speed + stream speed) / (still water speed - stream speed) = ratio of times.
  • In problems where a boat travels a certain distance downstream and returns, remember that upstream travel always takes more time than downstream travel for the same distance.
  • For floating object problems, the key insight is that both the object and the boat are affected equally by the stream, so relative motion depends only on the boat's still water speed.

Ready to practice?

Test your understanding with questions and get instant feedback.

Start Exercise →