Triangle A B C has side lengths A B = 3 , B C = 4 and A C = 5 . Let M be a point in the triangle. Compute the minimum possible value of A M 2 + B M 2 + C M 2 . If the answer is of the form b a , where a and b are positive coprime integers, submit your answer as a + b .
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.
It's actually the Fermat's point but @Chew-Seong Cheong but my answer and yours are not he same.
Log in to reply
It is the centroid, and not the Fermat's point.
Log in to reply
But it's the Fermat's point that gives the total distance from the three vertices of the triangle to the point minimum,right???? I am not sure?
Log in to reply
@Ashutosh Kumar – Here, it is the sum of the squares of the distances asked in the problem, and not the sum of the distances.
Let S = AM² + BM² + CM², S = 3x²+3y²-8x-6y+25, S is a partial funtion of x and y , to minimize this function ; First , take partial derivatives with respect to x and equate it to zero : ds/dx = 6x-6 =0 , x =1 the second step is to take partial derivatives with respect to y and equate it to zero : ds/dy = 6y-8 =0 , y = 8/6, substitute the values of x and y int the main function of S , hence S= 50/3 = a/b , a+b = 53
Put masses of 1 k g each on the three vertices A , B , C . The centre of mass of this system is simply 3 A + B + C , which is the centroid G of the triangle.
Take any point M in the plane of the triangle, make an axis a M through it and orthogonal to the plane of the triangle. a G is defined similarly.
By parallel-axes theorem,
I M = I G + 3 ( M G ) 2 , or
A M 2 + B M 2 + C M 2 = A G 2 + B G 2 + C G 2 + 3 ( M G ) 2 , so the given expression takes the least value when M G = 0 , or when M is the centre of mass G itself. This value is given by A G 2 + B G 2 + C G 2 = 3 A B 2 + B C 2 + C A 2 = 3 5 0 .
Therefore a + b = 5 0 + 3 = 5 3 .
Nice way.I too did the same way.
Problem Loading...
Note Loading...
Set Loading...
Let the vertices be A ( 0 , 3 ) , B ( 0 , 0 ) and C ( 4 , 0 ) and M ( x , y ) . Then we have:
S = A M 2 + B M 2 + C M 2 = x 2 + ( 3 − y ) 2 + x 2 + y 2 + ( 4 − x ) 2 + y 2 = x 2 + 9 − 6 y + y 2 + x 2 + y 2 + 1 6 − 8 x + x 2 + y 2 = 3 x 2 + 3 y 2 − 8 x − 6 y + 2 5 = 3 ( x 2 − 3 8 x + 9 1 6 ) + 3 ( y 2 − 2 y + 1 ) + 3 5 0 = 3 ( x − 3 4 ) 2 + 3 ( y − 1 ) 2 + 3 5 0
⟹ S is minimum, when x − 3 4 = 0 and y − 1 = 0 and S m i n = 3 5 0 . ⟹ a + b = 5 0 + 3 = 5 3