Shortest Distance

Given two functions (y=x^2+8 and y=x-6) how can I find the shortest distance between the two? And how do I find the points on these functions that are the least distance to the other? My teacher hinted that parameterizing the curves would help, but I still have no idea what to do...

gkokovidis's picture

lagrange

This problem can be solved using Lagrange multipliers, although my feeling is that your teacher does not want you to solve it this way.  The worksheet that is attached is a modification of the worksheet at this link.  You can use it to get the value of the points, to verify your answer, however to choose to obtain it.  Hint:  You can create a list of x,y pairs for each of your curves(line), and use the square of the sum of squares in a loop to calculate values.  Then look for the minimum.

Download 221_lagrange.mws

 

Regards,
Georgios Kokovidis
Dräger Medical


acer's picture

deleted

[deleted something silly]

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}