#optimization homework

11 messages · Page 1 of 1 (latest)

edgy shuttle
#

I just literally don’t know what to do, and my professor explained it very badly, I just need the answer to these last  two questions so the assignment is not late and I can get help next week 

serene krakenBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
delicate pecan
#

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