Methods for Solving Unknown Triangle Sides
Three common scenarios require different approaches. When you have two sides and an included or opposite angle, the Law of Cosines works directly. If instead you know two angles and any side, the angle sum property and Law of Sines combine to find the rest. A third case involves two sides and the perimeter—here, subtraction gives the missing side immediately.
Each method leverages fundamental properties of triangles. The angle sum always equals 180°, and the ratios of sides to opposite angles remain proportional throughout any triangle. Recognizing which scenario matches your data determines which formula to apply.
Law of Cosines for Two Sides and an Angle
When two sides and the angle between them (or opposite one of them) are known, the Law of Cosines calculates the missing side. This formula is essential when the Law of Sines cannot be applied directly.
c² = a² + b² − 2ab × cos(γ)
cos(α) = (b² + c² − a²) / (2bc)
cos(β) = (a² + c² − b²) / (2ac)
a, b, c— The three sides of the triangleα, β, γ— Angles opposite sides a, b, c respectively
Law of Sines and Angle Sum Property
When two angles and one side are known, use the Law of Sines. First, find the third angle by subtracting the two known angles from 180°. Then apply the proportion to locate the remaining sides.
The Law of Sines states that the ratio of any side to the sine of its opposite angle is constant throughout the triangle:
a / sin(α) = b / sin(β) = c / sin(γ)
This relationship works because of how triangles scale: larger angles always face longer sides, and the ratio remains identical regardless of triangle size.
Common Pitfalls When Solving Triangle Sides
Avoid these frequent mistakes when calculating missing sides.
- Confusing included vs. opposite angles — The Law of Cosines requires the angle <em>between</em> the two known sides, not opposite one of them. Using the wrong angle inverts your answer. Always sketch the triangle and label which angle sits between your two known sides before plugging numbers in.
- Forgetting to check the angle sum — When given two angles, always compute the third before solving further. The sum must equal exactly 180°. If your input angles add to 180° or more, no valid triangle exists. This catches data-entry errors early.
- Perimeter trap with negative results — If two sides sum to more than the perimeter itself, the third side becomes negative—impossible. Verify that each side is less than the perimeter before trusting the result. This scenario indicates your inputs don't form a valid triangle.
- Rounding accumulated errors — When solving a triangle in multiple steps, rounding intermediate results compounds errors in final side lengths. Carry full precision through all calculations, then round only the final answer. A small error in the first step balloons significantly by step three.
Using Perimeter to Find the Missing Side
If you know two sides and the perimeter, the third side calculation is straightforward. Since perimeter equals the sum of all three sides:
c = P − (a + b)
This method bypasses trigonometry entirely. Simply add the two known sides, then subtract from the total perimeter. This approach is fastest for this specific scenario and provides exact answers when perimeter is known precisely.