Finding the optimal path across two point with varying speed

  • Thread starter Thread starter labyrinthus
  • Start date Start date
  • Tags Tags
    Path Point Speed
labyrinthus
Messages
2
Reaction score
0

Homework Statement


[PLAIN]http://img214.imageshack.us/img214/194/calcdr.jpg
I need to find the optimal path across two points, in two straight line segments. The speed from point A to B is 12ft/s, and 4ft/s from point B to C.


Homework Equations





The Attempt at a Solution


I set segment AB as x, BC as y, ED as w, and DC as z. With that, I set up the equations:

x/12 + y/4 = P
and
w + z = 100

However, I am stumped at how to progress from here on. I tried playing around with the trigonometric functions in the triangle, but that seemed to complicate the problem even more. Does anyone has any insight into this?
 
Last edited by a moderator:
Physics news on Phys.org
I'm still having trouble on figuring out what to do next >.<
 
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