
William W. answered 02/03/21
Experienced Tutor and Retired Engineer
Let the point on the curve of y = √x that is closest to (9, 0) be the point (a, b)
The distance between (a, b) and (9, 0) is given by the distance formula:
d= √[(9 - a)2 + (0 - b)2] but we also know that b = √a making the distance equation a function of a:
d(a) = √[(9 - a)2 + (0 - √a)2]
d(a) = √[(9 - a)2 + (-√a)2]
d(a) = √[81 - 18a + a2 + a]
d(a) = √(a2 - 17a + 81)
To minimize, take the derivative and set it equal to zero:
d'(a) =1/2(a2 - 17a + 81)-1/2(2a - 17)
(2a - 17)/(2√(a2 - 17a + 81)) = 0 when 2a - 17 = 0
2a - 17 = 0
2a = 17
a = 17/2
b = √(17/2) = √(34)/2
So the x coordinate of the point is 17/2 or 8.5