What is the triangle inequality theorem?+
The triangle inequality theorem states that the sum of any two sides of a triangle must be strictly greater than the third side. For sides a, b, c, all three conditions must hold: a + b greater than c, a + c greater than b, and b + c greater than a. If any one condition fails, the three lengths cannot form a valid triangle in Euclidean geometry.
Can 1, 2, 3 form a triangle?+
No. The critical check is 1 + 2 = 3, but the theorem requires strictly greater than, not equal to. Because 1 + 2 is not greater than 3 (it equals 3), the three sides would be collinear and form a degenerate triangle with zero area. The condition a + b greater than c must be a strict inequality. Sides 1, 2, 3 form a degenerate (flat) figure, not a triangle.
Can 3, 4, 5 form a triangle?+
Yes. Check: 3 + 4 = 7 greater than 5 (pass), 3 + 5 = 8 greater than 4 (pass), 4 + 5 = 9 greater than 3 (pass). All three conditions hold, so 3-4-5 forms a valid triangle. It is also a right triangle because 3 squared + 4 squared = 9 + 16 = 25 = 5 squared. Area = 6 square units, angles = 90, 53.13, 36.87 degrees.
Why does only the largest side need to be checked?+
If you sort the sides so c is largest, the conditions a + b greater than c, a + c greater than b, and b + c greater than a simplify. Because c is already largest, a + c is guaranteed greater than b (since c alone is already at least as large as b, and a is positive). Similarly b + c is guaranteed greater than a. So only a + b greater than c needs to be verified. This calculator still shows all three for educational completeness.
What are the three conditions of the triangle inequality?+
The three conditions for sides a, b, c are: (1) a + b is greater than c, (2) a + c is greater than b, (3) b + c is greater than a. Each condition checks whether one side is too long relative to the other two. All three must hold simultaneously. This calculator displays each condition with the actual arithmetic and a pass or fail indicator.
Can 5, 12, 13 form a triangle?+
Yes. Checking: 5 + 12 = 17 greater than 13 (pass), 5 + 13 = 18 greater than 12 (pass), 12 + 13 = 25 greater than 5 (pass). This is also a right triangle because 5 squared + 12 squared = 25 + 144 = 169 = 13 squared. It is a Pythagorean triple. Area = (5 times 12) / 2 = 30 square units.
What is a degenerate triangle?+
A degenerate triangle is a set of three side lengths where the sum of two sides exactly equals the third (for example, 1-2-3 or 2-4-6). The three points would be collinear, the enclosed area would be zero, and no actual triangular region would exist. The triangle inequality requires the sum to be strictly greater than (not equal to) the third side, so degenerate cases fail the strict version of the theorem.
How does this calculator determine triangle type?+
Classification by sides: equilateral if all three sides are equal, isosceles if exactly two sides are equal, scalene if all three sides differ. Classification by angles: the calculator computes all three angles using the Law of Cosines, then checks the largest angle. Acute if all angles are less than 90 degrees, right if the largest angle equals exactly 90 degrees, obtuse if the largest angle exceeds 90 degrees.
What formula does this calculator use for area?+
This calculator uses Heron's formula: Area = square root of (s times (s minus a) times (s minus b) times (s minus c)), where s = (a + b + c) / 2 is the semi-perimeter. This formula works for any triangle given all three sides, with no need for angles or height. For 5-7-10: s = 11, Area = sqrt(11 times 6 times 4 times 1) = sqrt(264) = 16.25 square units.
How is the triangle inequality used in coordinate geometry?+
In coordinate geometry, the triangle inequality guarantees that the straight-line distance between two points is always shorter than or equal to any path through a third point. Formally, for points P, Q, R: distance(P, R) is less than or equal to distance(P, Q) plus distance(Q, R). This is the basis for many optimization and pathfinding algorithms, and it defines what a metric space is in advanced mathematics.
Can the triangle inequality be applied to obtuse triangles?+
Yes, the triangle inequality applies to all triangles regardless of angle type. An obtuse triangle like 5-7-10 (where the angle opposite side 10 is greater than 90 degrees) still satisfies 5 + 7 = 12, which is greater than 10, so the triangle is valid. The triangle inequality is a geometric condition on side lengths only and does not depend on the angle measures.