be a point such that where is point with co-ordinates . Find the least value of for which such point exists.
Try more from my set Geometry Problems .
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.
We can easily notice that points we are asked about lie on the parabola y = x 2 , for x = { 1 , 2 , 3 , 4 , 5 } → y = { 1 , 4 , 9 , 1 6 , 2 5 } .
Let the coordinates of P be: P = ( x p , y p ) .
So now we can write k as a function dependent on x p and y p , namely:
k ( x p , y p ) = ∑ i = 1 5 [ ( x p − x i ) 2 + ( y p − y i ) 2 ] = ∑ i = 1 5 [ ( x p − i ) 2 + ( y p − i 2 ) 2 ]
Expanding, we get:
k ( x p , y p ) = ( x p − 1 ) 2 + ( y p − 1 ) 2 + ( x p − 2 ) 2 + ( y p − 4 ) 2 + ( x p − 3 ) 2 + ( y p − 9 ) 2 + ( x p − 4 ) 2 + ( y p − 1 6 ) 2 + ( x p − 5 ) 2 + ( y p − 2 5 ) 2 = = 5 x p 2 + 5 y p 2 − 3 0 x p − 1 1 0 y p + 1 0 3 4
Now we need to find critical points of the function k ( x p , y p ) :
∂ x p ∂ k ( x p , y p ) = 1 0 x p − 3 0 = 0 ⇒ x p = 3
∂ y p ∂ k ( x p , y p ) = 1 0 y p − 1 1 0 = 0 ⇒ y p = 1 1
Substituting, we get:
k ( 3 , 1 1 ) = 3 8 4
N o t e : generally, we should also make sure that the found critical point is the minimum. To do so we need to calculate determinant of a matrix in our critical point:
⎣ ⎡ ∂ x p 2 ∂ 2 k ( x p , y p ) ∂ y p ∂ x p ∂ 2 k ( x p , y p ) ∂ x p ∂ y p ∂ 2 k ( x p , y p ) ∂ y p 2 ∂ 2 k ( x p , y p ) ⎦ ⎤
Which in our problem takes the form:
= [ 1 0 0 0 1 0 ]
So the determinant is:
H ( 3 , 1 1 ) = ∣ ∣ ∣ ∣ 1 0 0 0 1 0 ∣ ∣ ∣ ∣ = 1 0 0 > 0
Because this determinant is greater than 0, point ( 3 , 1 1 ) is a minimum.