Triangle inequality
Can you make a triangle with sides cm, cm, and cm? Try with sticks , the short sticks cannot stretch far enough. The rule that explains this is the triangle inequality.
Idea
For any three lengths to be the sides of a triangle, each side must be less than the sum of the other two:
In practice, you only need to check the two shortest sides against the longest: if (with the longest), the other two inequalities are automatic.
Why? Imagine the longest side fixed on the ground. The two shorter sides hinge at the endpoints. For them to meet above the ground (forming the third vertex), their sum must exceed the length of the side connecting the two hinges. If they are too short, they cannot reach each other.
Equality case. If exactly, the triangle "collapses" , the three vertices lie on a straight line. So strict inequality is needed.
The triangle inequality is also a consistency check. When a problem says "the sides are ", it has no triangle. Spotting this early saves time.
A useful consequence: in a triangle, the longest side is opposite the largest angle, and vice versa. (Long sides need wide angles to reach far.)
Worked examples
Example 1. Can sides form a triangle?
Check: ✓. Other checks: , , both true. So yes.
Example 2. Can sides form a triangle?
. Not greater, equal , so no triangle (it collapses).
Example 3. Two sides of a triangle are and . What are the possible values of the third side?
Let the third side be . Then and , i.e., . So can be any value strictly between and , e.g., if integers.
Example 4. A triangle has sides . For what values of does this form a valid triangle?
We need , always true. And . So any .
Try it yourself
- Can sides form a triangle?
- Can sides form a triangle?
- Two sides are and . Find the range for the third.
- A triangle has sides . What integer values can take?
- Show that an equilateral triangle (sides ) always satisfies the inequality.
- Two sides of an isosceles triangle are each. The third side?
- Sides , triangle or not?
- Sides with , what do you get?
Activity
Take a long stick of cm. Cut it into three pieces. Try various cuts (e.g., , , ) and try to form a triangle with each set. Verify the inequality predicts success or failure.