Given only the lengths of the three sides of a triangle, can we find if the triangle is impossible

triangles

I was recently trying to implement Hero's Formula and I was surprised to find it declare that the perimeter of a triangle with sides of length 3, 4, and 9 is a complex number. This suggests that given the lengths of all three sides of a triangle, it is possible to determine if the triangle is possible or not.

To me, this was a surprising result that I do not recall hearing elsewhere. In fact, without restrictions on angels, I was unaware that triangles could be impossible. Is this correct? Given the lengths of the three sides of a triangle, can we find if the triangle is impossible?

Best Answer

Very simply, the longest side cannot be longer than the sum of the shorter sides. If it is the same length as the sum of the shorter sites, it will degenerate to a straight line.