Understanding Triangle Angles
A triangle consists of three vertices connected by three sides, traditionally labelled a, b, and c. At each vertex sits an interior angle—α (alpha), β (beta), and γ (gamma)—opposite to their corresponding sides.
The most fundamental property of any triangle is that its three interior angles always add to 180°. This angle sum rule holds regardless of the triangle's shape, size, or type. It's the bedrock principle that lets you find a missing angle whenever you know the other two.
Triangles are classified by their angles too: acute triangles have all angles under 90°, right triangles contain exactly one 90° angle, and obtuse triangles feature one angle greater than 90°.
The Law of Cosines for Finding Angles
When all three sides are known, apply the law of cosines in its inverse form to recover each angle. This formula rearranges elegantly to isolate the cosine of each angle, then inverse cosine (arccos) yields the angle itself.
cos(α) = (b² + c² − a²) ÷ (2 × b × c)
cos(β) = (a² + c² − b²) ÷ (2 × a × c)
cos(γ) = (a² + b² − c²) ÷ (2 × a × b)
Then take the inverse cosine of each result to get the angle in degrees.
a, b, c— The lengths of the three sides of the triangleα, β, γ— The interior angles opposite to sides a, b, and c respectively
Multiple Solution Scenarios
All three sides known: Use the law of cosines directly, as shown above. This is the most straightforward case and fully determines the triangle.
Two angles known: Subtract both from 180° to find the third. No trigonometry needed—pure arithmetic.
Two sides and the included angle known: First use the law of cosines to find the third side, then solve for the remaining angles using the same formula.
Two sides and a non-included angle known: Apply the law of cosines to find the third side, then proceed as above. Be alert: this scenario may occasionally yield two valid triangles (the ambiguous case).
Right Triangles and Special Cases
Right triangles simplify nicely because one angle is always 90°. If you know one other acute angle, the third angle is simply 90° minus that angle—no cosines required.
For example, if a right triangle has one acute angle of 35°, the other acute angle must be 90° − 35° = 55°. This 90° constraint makes right triangles the easiest to solve by hand.
Isosceles triangles (two equal sides) and equilateral triangles (all sides equal) also yield special angle relationships. An equilateral triangle always has three 60° angles, while an isosceles triangle's base angles are always equal.
Common Pitfalls and Practical Notes
Pay close attention to these practical considerations when finding triangle angles.
- Watch your angle units — Ensure your calculator is set to degrees (not radians) when using inverse trigonometric functions. Many calculation errors stem from unit confusion. Always double-check the output format before relying on results.
- Verify the triangle inequality — Before calculating angles, confirm that the sum of any two sides exceeds the third side. If this fails, no valid triangle exists and the angle calculation will produce meaningless results or errors.
- Ambiguous case with SSA data — When given two sides and a non-included angle (SSA), two different valid triangles may exist. The calculator should flag this, but be aware that your real-world context will usually dictate which solution applies.
- Round only at the end — Maintain full precision through intermediate steps. Rounding side lengths or intermediate angle calculations before the final answer compounds rounding errors and can yield incorrect results, especially in precise engineering contexts.