#optimization homework
11 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
so you can express the boating distance using pythag as sqrt(4^2 + x^2), and the walking distance as 14-x. Using t=d/r you can express boating time as sqrt(4^2 + x^2)/2.8, and walking time as (14-x)/5. what you want is for the time to be at a minimum, so you can diff the sum of it [sqrt(4^2 + x^2)/2.8 + (14-x)/5] with respect to x to find dt/dx, which is the rate at which the time changes with respect to x, and then set it equal to zero and u should find a minimum point
then solve for x
so diff this and set to zero, then solve for x is the gist
wait actually no, theres a faster way
consider the point P(a, a^2)
you set up an equation giving the distance from P to (6, 1/2)
so this
then you diff it and set that equal to zero then solve for a, then plug that a value back in to this equation above