A boat travels in a straight path down the Nile river and then travels in a straight path back to the point it started. If no current existed, then the entire trip would take 1 hour. If there is a constant downstream current for the duration of the trip, how long will the entire trip take?
Hint: You can solve this problem very quickly using limits to think about it! (Or check out the solution if you want to see how this technique works.)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Excuse me, could you please explain more about this in essence why the time of moving with current could not compensate to the time delay by moving against the current Thanks for reading
Log in to reply
Very complex answer to a simple solution. If the current slows you down enough that it takes you more than a hour to get to the first point, even if it takes you only a moment to get back to starting point you still took over an hour... The problem is the time limit more than anything else.
Please explain once more clearly
The question isn't clear as to which way (A-B or B-A) you're asking for a response on. Might be good to clarify.
Why is it always an "imagine" scenario? Please write better questions!
We have a boat that travels at a speed S and the river current flows at speed C . We will assume both speeds are positive and that C < S (otherwise, the boat would not be able to reach the starting point again.) Physics tells us distance is the product of speed and time: d = s t , which implies t = s d
Situation 1: No current
If there's no current, the time for both legs of the journey are the same:
t 1 = S d + S d = S 2 d
Situation 2: Current
Now both legs of the journey do not take the same time.
t 2 = S + C d + S − C d = S 2 − C 2 d ( S − C + S + C ) = S 2 − C 2 2 d S
Comparison
To compare more easily, we will make the denominators the same.
t 1 = S 2 d = S ( S 2 − C 2 ) 2 d ( S 2 − C 2 )
t 2 = S 2 − C 2 2 d S = S ( S 2 − C 2 ) 2 d S 2
Everything else being equal, the comparison now is between ( S 2 − C 2 ) and S 2 . Since both S and C are positive and C < S , ( S 2 − C 2 ) must be smaller, so t 1 is the smaller value. It will take less time to make the trip if there is no current than if there is current, given a constant boat speed.
I essentially just took a simple-to-calculate case.
I started off by assuming that, without a current, the boat travels the same speed both ways, so it takes half an hour to get from one side to the other, without a current.
Then, I took a case where the current was enough to half the time traveling downstream, so the current is the same as the boat's speed. (We can set the boat's speed to whatever we want, as it isn't limited, so, if you assume it has a speed of 1, D=RT becomes D=T. And, since the distance doesn't change with current, we can set up a new equation with a new speed S that factors in the current, so D=S( 2 T ). Finally, we can set them equal, so T=S( 2 T ). Solving for S, we get S=2=1+1=R+R, so the current's force is equal to R.)
Then, going the other way, the current is acting against the boat, so subtract the current's force from the speed of the boat to get the time M it takes to get back. D=(R-R)M=(0)M=0
In this case, not only does the boat not make it back within an hour, it doesn't make it back at all!
(It should be noted that acceleration isn't always uniform, and if it were a rowboat, the sailor might make it a little bit into the water before getting pushed back, because his initial speed is greater than his average speed for the whole trip, and greater than the current's force)
Very simple, no calculation needed. the boost that the boat gets from the current shortens the length of time that it moves at the faster rate of speed. The boat spends more time fighting the current, and thus the total time is longer, not the same, or shorter. Of course viscosity changes with the velocity of the boat, but I assume that effect was considered negligible for the purpose of the problem
Problem Loading...
Note Loading...
Set Loading...
SOLUTION 1
One general strategy for solving this kind of problem is to look at an extreme case of the changing variable. In this case, consider a current that is almost capable of pushing the boat backwards. If the current is strong enough, the boat's speed can be reduced to as slow a crawl as you can imagine. And it will take the boat an eternity to go from B back to A. The amount of time spent going from A to B might be reduced to next to nothing, but infinity plus epsilon is still infinity of course!
However, you might be thinking that if the current is smaller, this logic doesn't hold. In fact it does hold, it's just harder to intuitively see what happens! But here's an explanation of why the journey will be longer, even if the current is quite minimal:
SOLUTION 2
Let the speed of the boat in still water be S meters/second, and let the current be C meters/second.
The effective speed of the boat moving with the current is therefore S + C .
The effective speed of the boat moving against the current is therefore S − C .
Consider a boat traveling at speed S meters per second for 2 seconds . Since distance = rate x time, it will move 2S meters in 2 seconds. However, if, for half of that time (one second), an external force causes it to move at a rate of S + C , then, the boat will instead move S + C meters in tone second. And if, for half of that time, an external force causes it to move at a rate of S − C , then, it will move S − C , meters in that second second. So, if the same force acts both in concert with, and then against the boats motion for equal amounts of time, then the effects of the force cancel out: ( S + C ) + ( S − C ) = 2 S .
If, however, that same force were to act against the boat for longer than it helped the boat, then the effect would be to net-lengthen the whole trip, right? This latter case is what applies to our problem since, because the current slows the boat down, the boat will be moving against the current for longer than it will be moving with the current. So, regardless of the strength or direction of the current, the entire trip will be longer.