← Back to all lessons
Class 10Algebra12:11Published 16 Oct 2024

Quadratic Equations: Upstream and Downstream Boat Problems

Solve classic motorboat upstream and downstream word problems by turning the time conditions into quadratic equations and finding the speed of the stream.

This Class X lesson works through three motorboat problems where a boat travels against and with a current. You set up the upstream and downstream speeds, write each travel time as distance over speed, and combine the given time conditions into a quadratic equation. Each equation is then solved, by the quadratic formula or by factorising, and the negative root is rejected to find the speed of the stream.

What you'll learn

  • How to write upstream speed as still water speed minus stream speed, and downstream speed as still water speed plus stream speed
  • How to express each leg of the journey as time equals distance divided by speed and combine the legs using the given time condition
  • How to reduce a boat problem to a quadratic equation and solve it by the quadratic formula or by factorising
  • Why the negative root is rejected so only the physically meaningful speed of the stream remains

Lesson chapters

0:00Upstream and downstream speed rules
0:53Problem 1: 24 km, one hour more upstream
3:24Solving Problem 1 with the quadratic formula
4:39Problem 2: 30 km round trip in 4 hours 30 minutes
8:04Problem 3: 15 km up and 22 km down in 5 hours
11:49Wrap up

Lesson notes

This lesson solves three motorboat problems on quadratic equations, where a boat moves against the current (upstream) and with the current (downstream). The key is to translate each time condition into an equation and solve for the speed of the stream.

The upstream and downstream rules

Let the speed of the boat in still water be bb and the speed of the stream be xx. Then:

upstream speed=bx(still minus stream)\text{upstream speed} = b - x \qquad \text{(still minus stream)}

downstream speed=b+x(still plus stream)\text{downstream speed} = b + x \qquad \text{(still plus stream)}

For every leg of a journey we use time=distancespeed\text{time} = \dfrac{\text{distance}}{\text{speed}}.

Problem 1: one hour more upstream

A motorboat whose speed is 1818 km/h in still water takes one hour more to go 2424 km upstream than to return downstream to the same spot. Find the speed of the stream.

Let the speed of the stream be xx km/h. Then the upstream speed is 18x18 - x and the downstream speed is 18+x18 + x, with distance 2424 km each way.

time upstream=2418x,time downstream=2418+x\text{time upstream} = \frac{24}{18 - x}, \qquad \text{time downstream} = \frac{24}{18 + x}

The upstream trip takes one hour more:

2418x2418+x=1\frac{24}{18 - x} - \frac{24}{18 + x} = 1

Combining the fractions. Take 2424 out and use a common denominator:

24(18+x)(18x)(18x)(18+x)=124 \cdot \frac{(18 + x) - (18 - x)}{(18 - x)(18 + x)} = 1

242x324x2=1    48x=324x224 \cdot \frac{2x}{324 - x^2} = 1 \implies 48x = 324 - x^2

x2+48x324=0x^2 + 48x - 324 = 0

Solving by the quadratic formula. Here a=1a = 1, b=48b = 48, c=324c = -324:

b24ac=4824(1)(324)=2304+1296=3600,3600=60b^2 - 4ac = 48^2 - 4(1)(-324) = 2304 + 1296 = 3600, \qquad \sqrt{3600} = 60

x=48±602=6  or  54x = \frac{-48 \pm 60}{2} = 6 \ \text{ or } \ -54

A speed cannot be negative, so x=6x = 6. The speed of the stream is 66 km/h.

Problem 2: round trip in 4 hours 30 minutes

A motorboat whose speed is 1515 km/h in still water goes 3030 km downstream and returns to the starting point in a total time of 44 hours 3030 minutes. Find the speed of the stream.

Let the speed of the stream be xx km/h. The upstream speed is 15x15 - x and the downstream speed is 15+x15 + x, with distance 3030 km each way. First convert the total time to hours: 44 hours 3030 minutes =4+3060=92= 4 + \tfrac{30}{60} = \tfrac{9}{2} hours.

3015x+3015+x=92\frac{30}{15 - x} + \frac{30}{15 + x} = \frac{9}{2}

Combining the fractions.

30(15+x)+(15x)(15x)(15+x)=9230 \cdot \frac{(15 + x) + (15 - x)}{(15 - x)(15 + x)} = \frac{9}{2}

3030225x2=92    900225x2=9230 \cdot \frac{30}{225 - x^2} = \frac{9}{2} \implies \frac{900}{225 - x^2} = \frac{9}{2}

Cross multiply: 1800=9(225x2)1800 = 9\,(225 - x^2), so 200=225x2200 = 225 - x^2.

x2=25    x=±5x^2 = 25 \implies x = \pm 5

The negative value is rejected, so x=5x = 5. The speed of the stream is 55 km/h.

Problem 3: different distances up and down

The speed of a boat in still water is 88 km/h. It can go 1515 km upstream and 2222 km downstream in a total of 55 hours. Find the speed of the stream.

Let the speed of the stream be xx km/h. The upstream speed is 8x8 - x and the downstream speed is 8+x8 + x. Here the two distances differ:

158x+228+x=5\frac{15}{8 - x} + \frac{22}{8 + x} = 5

Combining the fractions.

15(8+x)+22(8x)(8x)(8+x)=5\frac{15(8 + x) + 22(8 - x)}{(8 - x)(8 + x)} = 5

120+15x+17622x64x2=5    2967x64x2=5\frac{120 + 15x + 176 - 22x}{64 - x^2} = 5 \implies \frac{296 - 7x}{64 - x^2} = 5

Cross multiply: 2967x=5(64x2)=3205x2296 - 7x = 5\,(64 - x^2) = 320 - 5x^2. Bring every term to one side:

5x27x24=05x^2 - 7x - 24 = 0

Solving by factorising. We need two numbers with product 5×(24)=1205 \times (-24) = -120 and sum 7-7; these are 15-15 and 88:

5x215x+8x24=05x^2 - 15x + 8x - 24 = 0

5x(x3)+8(x3)=0    (x3)(5x+8)=05x(x - 3) + 8(x - 3) = 0 \implies (x - 3)(5x + 8) = 0

So x=3x = 3 or x=85x = -\tfrac{8}{5}. The negative value is rejected, so x=3x = 3. The speed of the stream is 33 km/h.

Key takeaways

  • Upstream speed is still water speed minus stream speed; downstream speed is still water speed plus stream speed.
  • Write each travel time as distance over speed, then turn the given time condition into a single equation that simplifies to a quadratic.
  • Solve the quadratic by the formula or by factorising, and reject the negative root so the speed of the stream is positive.