Find the longest distance from point to the curve .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The distance between the curve y = 3 + 2 x − 2 x 2 ) and the point O(0,0):
D = ( x − 0 ) 2 + ( y − 0 ) 2 = x 2 + y 2 = x 2 + ( 3 + 2 x − 2 x 2 ) =
= 3 + 2 x − x 2 ) = 4 − ( x − 1 ) 2
From the last formula, it is easy to see, that D is maximal when x = 1 ( and y = 3 ), and the maximum distance:
D = 4 − ( 1 − 1 ) 2 = 4 − 0 2 = 2