Mark M. answered 10/05/18
Tutor
4.9
(954)
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
A point on the curve y = x2 can be expressed as (x, x2).
Minimize D = distance from (x, x2) to (0,9):
D = √[(x-0)2 + (x2-9)2]
= √[x2 + x4 - 18x2+ 81]
= √[x4 - 17x2 + 81]
D is minimized when S = x4 - 17x2 + 81 is minimized.
S' = 4x3 - 34x = 0
2x(2x2 - 17) = 0
x = 0 or x = ±√(17/2)
If x < -√(17/2), then S' < 0. So, S is decreasing.
If -√(17/2) < x < 0, then S' > 0. So, S is increasing.
If 0 < x < √(17/2), then S' < 0. So, S is decreasing.
If x > √(17/2), then S' > 0. So, S is increasing.
S is an even function, so the graph is symmetric with respect to the y-axis.
Minima when x = ±√(17/2)
Points on the graph of y = x2 that are closest to (0,9) are:
(±√(17/2), 17/2) ≈ (±2.915476, 8.5)