Mark M. answered 01/13/16
Tutor
4.9
(950)
Retired Math prof with teaching and tutoring experience in trig.
A point on the curve y = x2 can be expressed as (x, x2).
We want to find x so that the distance from (x,x2) to (3,0) is as small as possible.
By the Distance Formula, distance = √[(x-3)2+(x2-0)2]
= √[x4+x2-6x+9]
It's enough to minimize f(x) = x4+x2-6x+9. We can assume that x>0 because when x≤0, points of the form (x,x2) are clearly further away from (3,0) than points on the graph of y = x2 that lie in quadrant 1.
f'(x) = 4x3+2x-6 = 0
By inspection, we see that 1 is a root. Divide synthetically by x-1:
1⌋ 4 0 2 -6
_________4____4____6
4 4 6 0
f'(x) = (x-1)(4x2+4x+6)
4x2+4x+6 has imaginary roots, so the only critical number is 1
If 0<x<1, f'(x) < 0 , so f(x) is decreasing
If x>1, f'(x) > 0, so f(x) is increasing
Therefore, the minimum distance occurs when x = 1. That is, the point (1,1) lies on the curve y = x2 and is closest to (0,3).