Finding Angles from Three Sides
When you know all three side lengths, use the law of cosines rearranged to solve for each angle. The inverse cosine function recovers the angle from its cosine value.
α = arccos((b² + c² − a²) ÷ (2bc))
β = arccos((a² + c² − b²) ÷ (2ac))
γ = arccos((a² + b² − c²) ÷ (2ab))
a, b, c— The three side lengths of the triangleα, β, γ— The angles opposite to sides a, b, and c respectively
The 180° Angle Sum Rule
The interior angles of any triangle always sum to exactly 180 degrees. This fundamental property means that if you know two angles, the third is simply:
γ = 180° − α − β
This constraint is why certain angle combinations cannot form valid triangles. For example, two angles of 100° each would total 200°, leaving a negative angle—impossible. The sum rule is the quickest route when two angles are already known.
Exterior Angles and Their Properties
An exterior angle forms when you extend one side of a triangle beyond a vertex. Key facts:
- Exterior angle theorem: Any exterior angle equals the sum of the two non-adjacent interior angles.
- Supplementary pair: An exterior angle and its adjacent interior angle sum to 180°.
- Sum of exterior angles: Taking one exterior angle at each vertex, the three always total 360°.
These relationships provide alternative pathways for solving problems when you have limited information.
Angle Bisectors and Side Division
An angle bisector is a line from a vertex that divides the angle in half. The angle bisector theorem states that this line divides the opposite side into two segments whose lengths are proportional to the adjacent sides:
|BD| ÷ |DC| = |AB| ÷ |AC|
This relationship is useful in advanced geometry and trigonometry problems where you need to locate points along sides or verify geometric properties.
Common Pitfalls When Solving for Triangle Angles
Avoid these frequent mistakes when calculating missing angles.
- Forgetting to check the angle sum — Always verify that your three angles add to 180°. If they don't, you've made a calculation error or entered data inconsistently. This is your best sanity check.
- Confusing angle labels with opposite sides — Angle α is opposite side a, angle β opposite side b, and angle γ opposite side c. Mixing these up will produce completely wrong results when applying the law of cosines.
- Impossible angle combinations — No valid triangle can have two or more obtuse angles (each over 90°), nor two right angles. If your input data leads to such a result, the input values are geometrically impossible.
- Rounding prematurely in multi-step problems — When calculating one angle to find another, carry extra decimal places through intermediate steps. Rounding too early compounds error and leads to inaccurate final angles.