|
|
|
|
|
by draluy
3074 days ago
|
|
Does anyone know how to solve the tennis-ball formula?
All I can muster is that the distance on the beach (b) divided by the speed on the beach (Vb) + the distance on water (w) divided by the speed on water (Vw) should be minimized. So I should find the minimum of b/Vb + w/Vw , but I have no clue as how. |
|
Now you need the second equation, which expresses b in terms of w (or vice-versa). Hard to describe it here over text, but I believe using the following set of equations, it should be possible to express b in terms of w.
------------------
Yb = vertical-distance from start-point to water (constant)
Yw = vertical-distance from water to end-point (constant)
Xb = horizontal-distance between start and point-of-contact with water
Xw = horizontal-distance between end and point-of-contact with water
X = horizontal-distance between start/end points (constant)
Ob = angle taken when running towards the water
Ow = angle taken when swimming towards the end point
=>
X = Xb + Xw
cos(Ob) = Yb / b
sin(Ob) = Xb / b
cos(Ow) = Yw / w
sin(Ow) = Xw / w