Round-Trip Speed Word Problem: Sarah's Boat & River Current

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Round-Trip Speed Word Problem help?

I'm having trouble and been stuck for half an hour just trying and erasing and I need some help.

Question: In still water, Sarah's boat can travel 15 km/h. If it takes her a total of 4 1/2 hours to travel 30 km up a river and then to return by the same route, what is the speed of the current in the river?

I have posted a link there to this thread so the OP can view my work.
 
Physics news on Phys.org
Hello Meh,

Let's break this down into the upstream portion of the trip and the downstream portion, using the relation distance equals speed times time. We will let $0<c$ be the speed of the current and $t_1$ be the time going upstream and $t_2$ be the time going downstream.

$$30=(15-c)t_1$$

$$30=(15+c)t_2$$

Now, we also know the total time is 4.5 hours, so we may state:

$$t_1+t_2=4.5\implies t_2=4.5-t_1$$

And so our second equation becomes:

$$30=(15+c)\left(4.5-t_1 \right)$$

Solving the first equation for $t_1$, we find:

$$t_1=\frac{30}{15-c}$$

Now, substituting this into our new second equation, we obtain an equation in one variable $c$, which is what we are trying to find:

$$30=(15+c)\left(4.5-\frac{30}{15-c} \right)$$

Multiplying through by $15-c$, we get:

$$30(15-c)=(15+c)\left(4.5(15-c)-30 \right)$$

Distribute on the right:

$$30(15-c)=(15+c)\left(67.5-4.5c-30 \right)$$

Combine like terms:

$$30(15-c)=(15+c)\left(37.5-4.5c \right)$$

Multiply through by $2$:

$$30(30-2c)=(15+c)\left(75-9c \right)$$

Distribute on both sides:

$$900-60c=1125-60c-9c^2$$

Combine like terms and arrange as:

$$9c^2=225$$

Divide through by $9$:

$$c^2=25$$

Take the positive root:

$$c=5$$

Thus, we conclude that the current in the river is $$5\,\frac{\text{km}}{\text{hr}}$$.
 

I'll solve this with one variable.

In still water, Sarah's boat can travel 15 km/hr.
If it takes her a total of 4 1/2 hours to travel 30 km
up a river and then to return by the same route,
what is the speed of the current in the river?
I will use: .[tex]\text{Time} \;=\;\frac{\text{Distance}}{\text{Speed}}[/tex]Let [tex]x[/tex] = speed of the current.

Going upstream, her speed is [tex]15-x[/tex] km/hr.
To travel 30 km, it takes: .[tex]\tfrac{30}{15-x}[/tex] hours.

Going downstream, her speed is [tex]15+x[/tex] km/hr.
To travel 30 km, it takes: .[tex]\tfrac{30}{15+x}[/tex] hours.

Her total time is [tex]4\!\tfrac{1}{2}[/tex] hours.

. . [tex]\frac{30}{15-x} + \frac{30}{15+x} \:=\:\frac{9}{2}[/tex]Multiply by [tex]2(15-x)(15+x)\!:[/tex]

. . [tex]\begin{array}{c}60(15+x) + 60(15-x) \:=\:9(15-x)(15+x) \\ \\ 900 + 60x + 900 - 60x \:=\:9(225-x^2) \\ \\ 1800 \:=\:2025 - 9x^2 \\ \\ 9x^2 \:=\:225 \\ \\ x^2 \:=\:25 \\ \\ x \:=\:5 \end{array}[/tex]The speed of the current is 5 km/hr.​