Optimize Rower's Trip: Find Min. Time From P to R

  • Thread starter Thread starter joess
  • Start date Start date
  • Tags Tags
    Time
joess
Messages
16
Reaction score
0

Homework Statement


A rower in a boat at a point P, 3km from the closest point Q on a straight shorline, wishes to reach a point r which is 5 km along the shoreline from Q. If he can row at 2km/h and walk at 4km/h along the shoreline, how far from point Q should the rower land the boat in order that the total time for the trip PR is minimized.

The Attempt at a Solution



Okay so if I let x be the distance from point Q, then the equation should be:

t = 2(x^2+9)^(1/2) + 4(5-x)

right?

Then

dt/dx = 2x/(x^2+9)^(1/2) - 4
0 = 2x/(x^2+9)^(1/2) - 4
4(x^2+9)^(1/2) = 2x
(x^2+9)^(1/2) = 1/2x
x^2+9 = 1/4x^2

but that gives no solution.

Could someone point me to where I went wrong please?
 
Physics news on Phys.org
Correct, the distance to row is sqrt(x^2+9) and the distance to walk is 5-x

You got the times wrong. Speed = distance / time, not distance * time.
 
"Let x be the distance from Q to the point on the shoreline at which the boat lands" is much more infomative than "let x be the distance from point Q"!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top