- #1
koosy
- 3
- 0
Homework Statement
crossing a river from point A to a point B directly across point A. The river R is 1 mile wide, the swimmer swims at s=5mph and the river is flowing westbound at f=1mph. Find the optimal direction theta to swim in order to reach point B the fastest. This is an optimization problem, but I just need some pointers, as I think m basic formulation is all wrong. Thanks
Homework Equations
The Attempt at a Solution
minimize T(theta)=R/(sin(theta)*5)*f-cos(theta)*s*(R/(sin(theta)*s))