You are given a triangle in which the Gergonne center and the Nagel center are equidistant from the Centroid. The shortest side this triangle has length 5, while the longest side has length 9. Find the length of the middle side.
Feel free to ask questions here
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 Nagel point Na has barycentric coordinates s − a : s − b : s − c . As the isotomic conjugate of Na, the Gergonne point Ge has barycentric coordinates s − a 1 : s − b 1 : s − c 1 . The centroid G has barycentric coordinates 1 : 1 : 1 .
The distance between points P and Q with normalized barycentric coordinates p 1 : p 2 : p 3 and q 1 : q 2 : q 3 (so that p 1 + p 2 + p 3 = q 1 + q 2 + q 3 = 1 ) is given by the formula P Q 2 = − a 2 ( p 2 − q 2 ) ( p 3 − q 3 ) − b 2 ( p 1 − q 1 ) ( p 3 − q 3 ) − c 2 ( p 1 − q 1 ) ( p 2 − q 2 ) Normalizing the coordinates for Ge, Na and G, we calculate that G e G 2 − N a G 2 = ( a + b + c ) ( a 2 + b 2 + c 2 − 2 a b − 2 a c − 2 b c ) 2 8 X where X = ( a 6 b + a b 6 + a 6 c + a c 6 + b 6 c + b c 6 ) − 3 ( a 5 b 2 + a 3 b 5 + a 5 c 2 + a 2 c 5 + b 5 c 2 + b 2 c 5 ) + 2 ( a 4 b 3 + a 3 b 4 + a 4 c 3 + a 3 c 4 + b 4 c 3 + b 3 c 4 ) − 4 a b c ( a 4 + b 4 + c 4 ) + 7 a b c ( a 3 b + a 3 c + a b 3 + b 3 c + a c 3 + b c 3 ) − 8 a b c ( a 2 b 2 + a 2 c 2 + b 2 c 2 ) − 2 a 2 b 2 c 2 ( a + b + c ) We want to find triangles A B C for which X = 0 . With b = 5 , c = 9 this equation becomes 0 = 2 ( 8 0 6 4 0 + 1 3 5 6 8 a + 1 2 8 9 4 a 2 − 1 3 9 1 9 a 3 + 3 0 5 9 a 4 − 2 4 9 a 5 + 7 a 6 ) which has two positive real roots, a = 4 . 1 6 8 6 4 and a = 6 . 7 0 6 7 1 . Since b = 5 < a < 9 = c , we deduce that a = 6 . 7 0 6 7 1 .