Optimization -writing and solving the equations

  • Thread starter Thread starter Poppynz
  • Start date Start date
  • Tags Tags
    Optimization
Poppynz
Messages
6
Reaction score
0
Hi
Im trying to write an equation for the question below. Could someone please point me in the right direction with writing it?

Homework Statement



An island is 4km from the nearest point p on the straight shoreline of a lake. if a person can row a boat at 3km/h and walk at 5km/h where should the boat be landed to arrive at a town 10km away is the least time?

Homework Equations





The Attempt at a Solution


I think the equation is y=(1/3)*(4^2+x^2)^(1/2)+((10-x)/5)

this doesn't look hard to differentiate but i can't seem to get the right answer-
in fact i get imaginary numbers

this is what i did

y=(1/3)*(16+x^2)^(1/2)-(1/5*x)+2
y'= -1/5+1/2*1/3(16+x^2)^(1/2)*2x
y'= -1/5+(2x/(6(16+x^2)^(1/2))
y'=0
1/5=x/(3(16+x^2)^(1/2))
3*(16+x^2)^(1/2)=5*x //square both sides
9*(16+x^2)=5*x^2
144+9x^2-5x^2=0
x= +/- 6i //this is obviously wrong as a person does not travel imaginary distances
 
Physics news on Phys.org
Welcome to PF!

Hi Poppynz! Welcome to PF! :smile:

(have a square-root: √ and try using the X2 tag just above the Reply box :wink:)
Poppynz said:
… 3*(16+x^2)^(1/2)=5*x //square both sides
9*(16+x^2)=5*x^2
144+9x^2-5x^2=0
x= +/- 6i //this is obviously wrong as a person does not travel imaginary distances

oops! :redface: … you forgot to square the 5, so you got 5 - 9 instead of 25 - 9 :rolleyes:

Try again! :smile:
 
haha such a silly mistake thanks :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top