A triangle has side lengths 13, 14 and 15. A line segment divides this triangle into two polygons, one of which has an area twice that of the other. Find the smallest possible length of the segment.
If you get your answer as , where and is not divisible by the square of any prime, submit your answer as
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 see that the polygons formed must be a triangle and a quadrilateral, with the triangle having smaller area. We can see if that there existed a minimal cut with [ Quadrilateral ] [ Triangle ] = 2 , then there exists a smaller cut parallel to this cut with [ Quadrilateral ] [ Triangle ] = 2 1 . Thus, it remains to find the smallest line segment which creates a triangle with 3 1 of the area of the original triangle.
We have three cases, one where the line intersects the sides with lengths 1 3 and 1 4 , 1 4 and 1 5 , and 1 5 and 1 3 . We do the one where it intersects the sides with lengths 1 5 and 1 4 .
Let the intersection of the two sides be called A . Then, call the intersection of the segment and the side with length 1 5 point B , and the other intersection point with the side with length 1 4 is to be called C . Let A B = 1 5 a . We can then see that because we must have the area of this triangle equal to a third of the original, we must have
2 ( 1 4 ) ( 1 5 ) ( sin ∠ B A C ) 2 ( A C ) ( 1 5 a ) ( sin ∠ B A C ) = 3 1 , giving us A C = 3 a 1 4 .
Now, we use law of cosines to get the length of B C .
B C 2 = ( 1 5 a ) 2 + ( 3 a 1 4 ) 2 − 2 ( 1 5 ) ( 3 1 4 ) ( cos ∠ B A C ) = ( 1 5 a ) 2 + ( 3 a 1 4 ) 2 − 2 ( 1 5 ) ( 3 1 4 ) ( 5 3 )
Where ( cos ∠ B A C ) = ( 5 3 ) can be obtained from the original triangle.
This gives us
B C 2 = ( 1 5 a ) 2 + ( 3 a 1 4 ) 2 − 8 4 ≥ 2 ( 1 5 a ) ( 3 a 1 4 ) − 8 4 = 5 6
Where the last inequality was obtained by AM-GM .
But then, equality holds when 1 5 a = 3 a 1 4 , i.e. when the two sides of the triangle are equal.
This actually brings up a simple fact: Over all triangles with a given angle and area, the one that minimizes the length of the side opposite the given angle is the isosceles triangle with the given angle as the vertex angle.
This allows us to acquire an alternative method for looking for the shortest segment satisfying the givens: look for the segment created with the the triangles with the given angles, with area 3 1 of the original, and with two sides including the angle equal.
This gives us the minimum value of the segment for this case to be 5 6 = 2 1 4 . Doing the two other cases analogously yields the possible minimum values of 8 and 3 1 4 0 . Of these, the smallest is 2 1 4 , so our answer is 2 + 1 4 = 1 6 .