Boats & Streams
If a boat rows at b km/h in still water and the stream flows at s km/h, downstream speed = b + s and upstream speed = b - s. Hence b = (down + up)/2 and s = (down - up)/2. A round trip over distance d takes d/(b+s) + d/(b-s). These two averages crack almost every boat problem.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Core relations
| Basic | distance = speed x time |
|---|---|
| Unit conversion | km/h x 5/18 = m/s ; m/s x 18/5 = km/h |
| Average speed (equal distance) | 2ab/(a+b) |
| Inverse rule | fixed distance: speed up x% -> time down by ratio |
Relative speed, trains, boats
| Same direction | relative speed = a - b |
|---|---|
| Opposite direction | relative speed = a + b |
| Train crossing object of length L | time = (train + L) / speed |
| Downstream / Upstream | b + s and b - s (boat b, stream s) |