Solve System of Eqs: Miles, Time, Boat, Current

Click For Summary

Homework Help Overview

The discussion revolves around a system of equations related to boat travel in the presence of a current. Participants are exploring various scenarios involving downstream and upstream travel times, distances, and the relationship between the speed of the boat and the speed of the current.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss setting up equations based on the relationships between speed, distance, and time for both downstream and upstream travel. There are attempts to define variables for the speed of the boat and the current, with some questioning the clarity of the definitions used. Others suggest using a data table to organize the information for part (b).

Discussion Status

Some participants have provided guidance on how to set up the equations for the problems, while others are still seeking clarification on the definitions and relationships involved. Multiple interpretations of the problem setup are being explored, and there is no explicit consensus on the solutions yet.

Contextual Notes

Participants note that the original poster's equations lack clarity, particularly regarding the definitions of variables. There is also a mention of the need for a consistent approach to the terms used in the problems, such as "rate" and "speed."

NoPhysicsGenius
Messages
58
Reaction score
0
[SOLVED] System of equations

1. Homework Statement

Use a system of equations to solve the following problems:

(a.) A boat took 1 hour 50 minutes to go 55 miles downstream and 3 hours 40 minutes to return. Find the rate of the current.

(b.) A boat travels 60 miles downstream in the same time it takes to go 36 miles upstream. The speed of the boat is 15 mi/h greater than the speed of the current. Find the speed of the current.

(c.) A boat travels 12 miles downstream in 1.5 hours. On the return trip the boat travels the same distance upstream in 2 hours. Find the rate of the boat in still water and the rate of the current.

2. Homework Equations

distance = rate * time

3. The Attempt at a Solution

Here's a lame-brained attempt to solve problem (b) ...

d=rt
r=r_b + r_w
d = (r_b + r_w)t
r_b = 15 + r_w
d = (15 + 2r_w)t
? ...

I can't figure out how to solve any of these. Could you at least help me to set them up correctly? Thank you.
 
Physics news on Phys.org
Note in part b that the two directions of trips took equal times, t.

Some of your starter relations and expressions are:

\[<br /> \begin{array}{l}<br /> r_{b\;} \,speedOfBoat \\ <br /> r_w \;speedOfWater \\ <br /> alsoGivenIsThat\;\,r_b = 15 + r_w \\ <br /> \end{array}<br /> \]<br />
 
...woops, I did not yet finish:

\[<br /> \begin{array}{l}<br /> downStreamRate,\quad r_b + r_w \\ <br /> upStreamRate,\;\;\quad r_b - r_w \\ <br /> \end{array}<br /> \]<br />

...just to help you begin.
 
NoPhysicsGenius said:
1. Homework Statement

Use a system of equations to solve the following problems:

(a.) A boat took 1 hour 50 minutes to go 55 miles downstream and 3 hours 40 minutes to return. Find the rate of the current.

(b.) A boat travels 60 miles downstream in the same time it takes to go 36 miles upstream. The speed of the boat is 15 mi/h greater than the speed of the current. Find the speed of the current.

(c.) A boat travels 12 miles downstream in 1.5 hours. On the return trip the boat travels the same distance upstream in 2 hours. Find the rate of the boat in still water and the rate of the current.

2. Homework Equations

distance = rate * time

3. The Attempt at a Solution

Here's a lame-brained attempt to solve problem (b) ...

d=rt
r=r_b + r_w
d = (r_b + r_w)t
r_b = 15 + r_w
d = (15 + 2r_w)t
? ...
Unfortunately you don't say what "rb" and "rw" mean, so it is impossible to say whether those are correct or not! (Yes, I can guess that "rb mean "rate of boat" and "rw" means "rate of water" but it would have been better to say that! Especially since in the problems you used "rate" and "speed" interchangeably and you really mean "speed of the current", not "rate of the water"! Also, you don't say anything about how you got those equations.

I can't figure out how to solve any of these. Could you at least help me to set them up correctly? Thank you.

(a.) A boat took 1 hour 50 minutes to go 55 miles downstream and 3 hours 40 minutes to return. Find the speed of the of the current.
Let vb be the speed of the boat in still water and vc the speed of the current, both in miles per hour. Going upstream the speed of the boat relative to the bank is vb- vc. In 3 hours and 40 minutes = 3 2/3= 11/3 hours, the boat will go (11/3)(vb-vc)= 55 miles upstream. Going down stream the boats speed, relative to the bank is vb+ vc. In an hour and 50 minutes= 1 5/6= 11/6 hours the boat will go (11/6)(vb+ vc)= 55. Those are the two equations you need to solve for vc.

(b.) A boat travels 60 miles downstream in the same time it takes to go 36 miles upstream. The speed of the boat is 15 mi/h greater than the speed of the current. Find the speed of the current.
Again, let vb be the speed of the boat in still water, and let vc be the speed of the current, both in miles per hour. Again, the speed of the boat relative to the bank, going upstream is vb- vc and the speed of the boat goiong downstream is vb+ vc. Since "the spead of the boat is 15 mi/h greater than the speed of the current, vb= vc+ 15. vb-vc= vc+ 15- vcc= 15 mi/h. vb+ vc= 15+ vc+ vc= 15+ 2vc. It would take 60/(vb- vc)= 36/15= 12/5 hours to go 36 miles upstream. It would take 60/(vb+ vc)= 60/(15+ 2vc hours to go 60 miles downstream. Since those times are the same, 12/5= 60/(15+ 2vc). That is the equation you need to solve for vc.

(c.) A boat travels 12 miles downstream in 1.5 hours. On the return trip the boat travels the same distance upstream in 2 hours. Find the rate of the boat in still water and the rate of the current.
Again, let vb be the speed of the boat in still water, and let vc be the speed of the current, both in miles per hour. Again, the speed of the boat relative to the bank, going upstream is vb- vc and the speed of the boat goiong downstream is vb+ vc. If the boat travels 12 miles downstream in 1.6 hours, then its speed, relative to the bank, is 12/1.5= 8 mi/h= vb+ vc. Traveling the same distance, 12 miles, in 2 hours, its speed, relative to the bank, is 12/2= 6 mi/h= vb- vc. Those are the two equations you can solve for vb and vc.
 
Last edited by a moderator:
Part b is best handled with a data table: two rows marked as Up Stream and Down Stream; start with three columns marked as Rate(or Speed), Time, Distance. Create more columns as you find useful. You will eventually equate the times for up and down stream.
 
Thanks for the help, guys! (Especially HallsofIvy!)
 
NoPhysicsGenius said:
Thanks for the help, guys! (Especially HallsofIvy!)
What was your answer?
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 7 ·
Replies
7
Views
9K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
9K
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
8K