River Current Problem: Kayak in Still Water vs. Current

Distance, Rate & Time 9th-10th Grade
PROBLEM
A kayak can travel 24 miles downstream in 3 hours, while it would take 6 hours to make the same trip upstream. Find the speed of the kayak in still water, as well as the speed of the current. Let k represent the speed of the kayak in still water, and let c represent the speed of the current.

Visualizing the Problem

Before diving into equations, let's see what's happening with the kayak's motion:

A kayak can travel 24 miles downstream in 3 hours, while it would take 6 hours to make the same trip upstream. Find...

The key insight: when the kayak moves with the current, its effective speed increases. Against the current, its effective speed decreases.

Skills This Problem Builds

  • Understanding how motion combines with external forces (current)
  • Setting up systems of linear equations from real-world scenarios
  • Using the distance-rate-time relationship strategically
  • Solving two-variable systems using elimination method
  • Interpreting solutions in context and verifying reasonableness

Solution: Method 1 — The Rate-Addition Approach

The fundamental principle here is that motion in a current creates two different effective speeds. When the kayak travels downstream, the current assists its motion. When traveling upstream, the current opposes it.

Step 1 — Define the effective speeds

Let k = speed of kayak in still water (mph) and c = speed of current (mph).

  • Downstream effective speed: k + c (kayak speed plus current)
  • Upstream effective speed: k - c (kayak speed minus current)

Step 2 — Apply distance = rate × time to both scenarios

For both trips, the distance is 24 miles. Using d = rt:

Downstream: 24 = (k + c) × 3
Upstream: 24 = (k - c) × 6

Step 3 — Simplify each equation

Divide to isolate the effective speeds:

From downstream: k + c = 24 ÷ 3 = 8
From upstream: k - c = 24 ÷ 6 = 4

Now we have our system:

k + c = 8 ... (Equation 1)
k - c = 4 ... (Equation 2)

Step 4 — Solve by elimination

Add the equations to eliminate c:

(k + c) + (k - c) = 8 + 4
2k = 12
k = 6

Step 5 — Find the current speed

Substitute k = 6 into Equation 1:

6 + c = 8
c = 2
The kayak's speed in still water is 6 mph, and the current speed is 2 mph.

Solution: Method 2 — Direct Time Ratio Analysis

Instead of working with rates first, we can use the time relationship directly. Since both trips cover the same distance, the ratio of times equals the inverse ratio of speeds.

Step 1 — Set up the time ratio

The upstream trip takes twice as long as the downstream trip (6 hours vs 3 hours). This means the downstream speed is twice the upstream speed:

Downstream speed = 2 × Upstream speed
k + c = 2(k - c)

Step 2 — Solve the ratio equation

k + c = 2k - 2c
k + c + 2c = 2k
k + 3c = 2k
3c = k
c = k/3

Step 3 — Use either original condition

We know the downstream speed is 8 mph (24 miles ÷ 3 hours):

k + c = 8
k + k/3 = 8
(3k + k)/3 = 8
4k/3 = 8
k = 6

Step 4 — Find the current

c = k/3 = 6/3 = 2

Verification

Check downstream: Speed = 6 + 2 = 8 mph
Time = 24 miles ÷ 8 mph = 3 hours ✓

Check upstream: Speed = 6 - 2 = 4 mph
Time = 24 miles ÷ 4 mph = 6 hours ✓

Watch Out For These

✗ Mixing up which direction gets which sign:
Writing downstream as k - c instead of k + c. Remember: downstream means "with the current," so speeds add.

✗ Setting up the wrong distance equation:
Writing 24 = 3(k + c) instead of 24 = (k + c) × 3. The parentheses matter—effective speed times time equals distance.

✗ Solving for only one variable:
Finding k = 6 and forgetting to substitute back to find c. The problem asks for both speeds.

Sanity Check

Let's think about whether these speeds make sense:

  • The kayak moves at 8 mph downstream and 4 mph upstream—a 2:1 ratio, which matches the 3:6 hour time ratio
  • A 6 mph kayak speed is reasonable for recreational paddling
  • A 2 mph current is significant but not extreme for a river
  • The current (2 mph) is exactly one-third of the still-water speed (6 mph), creating the clean 2:1 speed ratio

The Pattern Behind This

All current problems follow the same structure:

Still-water speed = (downstream speed + upstream speed) ÷ 2
Current speed = (downstream speed - upstream speed) ÷ 2

This works because:

  • Adding the effective speeds cancels the current: (k+c) + (k-c) = 2k
  • Subtracting the effective speeds cancels the still-water speed: (k+c) - (k-c) = 2c

In our problem: still-water speed = (8 + 4) ÷ 2 = 6 mph, current = (8 - 4) ÷ 2 = 2 mph.

How to Spot This Problem Type

Look for these key phrases that signal a current/wind problem:

  • "Downstream" and "upstream" (or "with the wind" and "against the wind")
  • Same distance traveled in different times
  • Two unknowns: the object's speed in still conditions and the current/wind speed
  • The setup where external forces help in one direction and hinder in the other

Real Applications

  • Aviation: Pilots calculate flight times accounting for headwinds and tailwinds, using identical mathematics
  • Maritime navigation: Ships adjust course and timing based on tidal currents and ocean streams
  • Logistics: Delivery services account for traffic patterns that speed up or slow down travel in different directions

What If?

1
Changed Distance
The kayak travels 30 miles downstream in 2 hours. The return trip upstream over the same distance takes 5 hours. Find the still-water speed and current speed.
Step 1 — Find effective speeds

Downstream: 30 ÷ 2 = 15 mph, so k + c = 15
Upstream: 30 ÷ 5 = 6 mph, so k - c = 6

Step 2 — Add equations to eliminate c

(k + c) + (k - c) = 15 + 6
2k = 21
k = 10.5 mph

Step 3 — Find current speed

Substitute into k + c = 15:
10.5 + c = 15
c = 4.5 mph

Step 4 — Verify

Downstream: 10.5 + 4.5 = 15 mph, time = 30 ÷ 15 = 2 hours ✓
Upstream: 10.5 - 4.5 = 6 mph, time = 30 ÷ 6 = 5 hours ✓

Answer: Still-water speed is 10.5 mph, current speed is 4.5 mph

2
Finding Time Given Speeds
A kayak has a still-water speed of 8 mph. The river current is 3 mph. How long will it take to travel 15 miles downstream? How long for 15 miles upstream?
Step 1 — Calculate effective speeds

Downstream speed: 8 + 3 = 11 mph
Upstream speed: 8 - 3 = 5 mph

Step 2 — Apply time = distance ÷ rate

Downstream time: 15 ÷ 11 = 15/11 ≈ 1.36 hours
Upstream time: 15 ÷ 5 = 3 hours

Step 3 — Convert to hours and minutes

Downstream: 1.36 hours = 1 hour 22 minutes
Upstream: 3 hours = 3 hours exactly

Step 4 — Verify reasonableness

The upstream trip takes over twice as long, which makes sense since upstream speed is less than half of downstream speed.

Answer: Downstream takes 1 hour 22 minutes, upstream takes 3 hours

3
Round Trip Time
A kayaker paddles at 5 mph in still water. The current is 2 mph. What is the total time for a round trip of 10 miles downstream and then 10 miles back upstream?
Step 1 — Find effective speeds for each leg

Downstream: 5 + 2 = 7 mph
Upstream: 5 - 2 = 3 mph

Step 2 — Calculate time for downstream leg

Time = 10 miles ÷ 7 mph = 10/7 hours

Step 3 — Calculate time for upstream leg

Time = 10 miles ÷ 3 mph = 10/3 hours

Step 4 — Add for total trip time

Total = 10/7 + 10/3 = 30/21 + 70/21 = 100/21 ≈ 4.76 hours
Converting: 4.76 hours = 4 hours 46 minutes

Step 5 — Verify

Downstream: 10 ÷ 7 ≈ 1.43 hours (1 hr 26 min)
Upstream: 10 ÷ 3 ≈ 3.33 hours (3 hr 20 min)
Total: 1:26 + 3:20 = 4:46

Answer: Total round trip time is 4 hours 46 minutes

4
Missing Information Challenge
A kayak travels 18 miles downstream. The trip takes 2 hours less than the same distance upstream. If the still-water speed is 7 mph, what is the speed of the current?
Step 1 — Set up time expressions

Let c = current speed
Downstream time: 18 ÷ (7 + c)
Upstream time: 18 ÷ (7 - c)

Step 2 — Use the time difference condition

Upstream time - Downstream time = 2 hours
18/(7-c) - 18/(7+c) = 2

Step 3 — Solve the equation

Multiply through by (7-c)(7+c):
18(7+c) - 18(7-c) = 2(7-c)(7+c)
126 + 18c - 126 + 18c = 2(49-c²)
36c = 98 - 2c²
2c² + 36c - 98 = 0
c² + 18c - 49 = 0

Step 4 — Apply quadratic formula

c = (-18 ± √(324 + 196))/2 = (-18 ± √520)/2 = (-18 ± 22.8)/2
Taking the positive solution: c = 4.8/2 = 2.4 mph

Step 5 — Verify

Downstream: 18 ÷ 9.4 ≈ 1.91 hours
Upstream: 18 ÷ 4.6 ≈ 3.91 hours
Difference: 3.91 - 1.91 = 2.0 hours ✓

Answer: The current speed is 2.4 mph

Frequently Asked Questions

Use the fact that effective speed downstream equals still-water speed plus current (k + c), while upstream it's still-water speed minus current (k - c). Apply distance = rate × time to get two equations. In this example, downstream gives 24 = (k + c) × 3, and upstream gives 24 = (k - c) × 6.
When moving downstream, the current pushes you in the same direction you're trying to go, adding to your effective speed. When moving upstream, the current opposes your motion, subtracting from your effective speed. This creates the speed difference that makes the system solvable.
Use either substitution or elimination. For elimination, arrange the equations so that adding or subtracting them cancels one variable. Here, adding (k + c = 8) and (k - c = 4) eliminates c and gives 2k = 12, so k = 6. Then substitute back to find c = 2.
NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-09-16