x^2 =2y
y = (1/2)x2
So, any random point on the graph of x^2 =2y can be written as (x, (1/2)x2)
The distance between that random point (x, (1/2)x2) and the point (4, 1) can be calculated using the distance formula:
d = √((x2 - x1)2 + (y2 - y1)2) and we can let (x1, y1) = (4, 1) and (x2, y2) = (x, (1/2)x2). Plugging those in we get:
d = √((x - 4)2 + ((1/2)x2 - 1)2) and then simplifying:
d = √(x2 - 8x + 16 + (1/4)x4 - x2 + 1)
d = √((1/4)x4 - 8x + 17) or, writing with an exponent to replace the radical:
d = ((1/4)x4 - 8x + 17)1/2
To minimize this distance, take the derivative and set it equal to zero:
d' = (1/2)((1/4)x4 - 8x + 17)-1/2•(x3 - 8)
d' = (x3 - 8)/[2((1/4)x4 - 8x + 17)1/2]
(x3 - 8)/[2((1/4)x4 - 8x + 17)1/2] = 0
This only can equal zero if the numerator equals zero:
x3 - 8 = 0
x3 = 8
x = 2
When x = 2, the y-value of the point on the parabola is 2 so the point is (2, 2)
Josh D.
thank you so much!!! it makes so much sense. thank you again :)03/12/24