Given two points and , then find the coordinate of a point P lying on the line so that perimeter of is least
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.
Coordinates of a point on the line are of the form of: ( x , 3 2 x − 9 )
We have to find the minimum of :
f ( x ) = ( x + 2 ) 2 + ( 3 2 x − 9 ) 2 + x 2 + ( 3 2 x − 9 − 4 ) 2
After simplifying ,
f ( x ) = 9 1 3 ⎣ ⎡ x 2 + 9 + ( x − 1 3 4 2 ) 2 + ( 1 3 6 3 ) 2 ⎦ ⎤
This will happen at the point where the line joining ( 1 3 4 2 , 1 3 − 6 3 ) and ( 0 , 3 ) meets the x -axis
Equation of the line is :
y − 3 = ( 2 1 − 5 1 ) x
Setting y = 0 , we get :
x = 1 7 2 1
Using the equation , 2 x − 3 y = 9 to get the y - coordinate:
y = 1 7 − 3 7
So, the coordinates of the required point are:
( 1 7 2 1 ) , ( 1 7 − 3 7 )