A boat goes 30 km upstream in 3 hours and 36 km downstream in 3 hours — find speed of boat and stream

medium 3 min read

Question

A boat goes 30 km upstream in 3 hours and 36 km downstream in the same 3 hours. Find the speed of the boat in still water and the speed of the stream.

Solution — Step by Step

Let the speed of the boat in still water = bb km/h. Let the speed of the stream = ss km/h.

When the boat moves upstream (against the current), the effective speed = bsb - s km/h. When the boat moves downstream (with the current), the effective speed = b+sb + s km/h.

This is the core concept: the stream helps you downstream and opposes you upstream.

Upstream: 30 km in 3 hours.

bs=303=10...(1)b - s = \frac{30}{3} = 10 \quad \text{...(1)}

Downstream: 36 km in 3 hours.

b+s=363=12...(2)b + s = \frac{36}{3} = 12 \quad \text{...(2)}

Adding equations (1) and (2):

(bs)+(b+s)=10+12(b - s) + (b + s) = 10 + 12 2b=222b = 22 b=11 km/hb = 11 \text{ km/h}

Substituting back into equation (1):

11s=10s=1 km/h11 - s = 10 \Rightarrow s = 1 \text{ km/h}

Speed of boat in still water = 11 km/h Speed of stream = 1 km/h

Verification:

  • Upstream speed = 111=1011 - 1 = 10 km/h. Distance in 3 hours = 10×3=3010 \times 3 = 30 km ✓
  • Downstream speed = 11+1=1211 + 1 = 12 km/h. Distance in 3 hours = 12×3=3612 \times 3 = 36 km ✓

Why This Works

This is a classic “two-unknowns, two-equations” problem. The upstream/downstream scenario naturally creates two linear equations in two variables — exactly what we need for a unique solution.

The key insight is that the stream speed ss adds or subtracts from the boat speed depending on direction. By adding the two equations, we eliminate ss entirely. By subtracting, we would eliminate bb.

This type of problem appears in every Class 8–10 CBSE exam under “Simultaneous Linear Equations.” The scenario changes (boats, trains, two workers, mixture problems) but the method is always the same: define variables, form two equations, solve.

Alternative Method

By inspection (since time is equal for both): The upstream and downstream speeds are directly:

  • Upstream speed = 30/3 = 10 km/h
  • Downstream speed = 36/3 = 12 km/h

Then: b=upstream+downstream2=10+122=11b = \frac{\text{upstream} + \text{downstream}}{2} = \frac{10 + 12}{2} = 11 km/h

And: s=downstreamupstream2=12102=1s = \frac{\text{downstream} - \text{upstream}}{2} = \frac{12 - 10}{2} = 1 km/h

This is faster for cases where times are equal. When times differ (30 km in 2 hr upstream, 36 km in 3 hr downstream), always use the simultaneous equations method.

Common Mistake

Students often get confused between upstream and downstream and write “upstream speed = b+sb + s” (adding the stream speed). Remember: upstream is AGAINST the current, so the stream opposes the boat — effective speed = bsb - s. Downstream is WITH the current, so it helps the boat — effective speed = b+sb + s. If you confuse these, both equations are wrong and you get a negative speed for ss.

In exams where you’re given 4 quantities (two distances, two times) for upstream and downstream, first compute the two speeds directly (distance ÷ time), then use the half-sum and half-difference formulas to find bb and ss. It’s faster than writing out full equations.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next