Sunday, June 3, 2007

Question 2

Find the point on the graph of y = x2 that is the smallest distance from the point (0, 4).



Solution

Answer at point x= +√(7/2), with a value of 2.8343.

The question is an optimization question however we are looking for a minimum value so it is really called a minimization question.

∙ Like other optimization problems you need to find what is always true using geometry or an equation, and identify your constraint.
In this case you will be using the distance formula D = √(y
2 + x2). And your constraint is y = x2. However, square roots may be difficult to work with so you'd want to square both sides of the distance formula to get
D2 = (y2-4)2 + x2

∙ And substituting y for x2
D2 = (x2-4)2 + x2

∙ Find the derivative of the equation in order to find its roots.
D2'(x) = 2(x2-4)(2x) + 2x
D2'(x) = 4x3-16x + 2x
D2'(x) = 2x(2x2-7)
D2'(x) = 0 at x = ±√(7/2) and x=0

∙ Using a number line we can pinpoint where a minimum is located.
D2'(x) = ___-______+_____-_____+___
-√(7/2) 0 +√(7/2)

∙ A minimum occurs when the derivative changes from negative to positive.
In this case it happens at x= -√(7/2) and x= +√(7/2). So we would have to investigates these two values.


∙ So going back to using our original distance formula equation and plugging in the values
D(x) = √((x-4)2) + x2)
D(-√(7/2)) = √((-√(7/2))-4)2) - √(7/2)2) = 6.1617
D(+√(7/2)) = √((+√(7/2))-4)2) + √(7/2)2) = 2.8343

∙ Therefore the minimum value is at x = +√(7/2).

No comments: