Finding missing sides of a triangle becomes straightforward when you match the known information to the right method. This guide walks through practical approaches for common situations you will face in class, homework, and real world tasks.
Use the table below to quickly decide which method fits your triangle data and which formula or tool to apply next.
| Known Elements | Method | Formula or Tool | Notes |
|---|---|---|---|
| Two angles and one side (AAS or ASA) | Law of Sines | a/sin(A) = b/sin(B) = c/sin(C) | Use when you know at least one side length |
| Two sides and the included angle (SAS) | Law of Cosines | c² = a² + b² − 2ab cos(C) | Directly solves for the missing side |
| Three sides (SSS) | Law of Cosines or rearrangement | cos(A) = (b² + c² − a²) / (2bc) | Use to find angles after sides are known |
| Right triangle with legs or hypotenuse | Pythagorean theorem | a² + b² = c² | c is the hypotenuse, a and b are legs |
| Right triangle with an angle and a side | Trigonometric ratios | sin(θ) = opposite/hypotenuse, cos(θ) = adjacent/hypotenuse | Use sin, cos, or tan depending on known sides |
Using the Law of Sines for Angle Side Pairs
The Law of Sines works best when you already know two angles and any side, or two sides and a non included angle. Because the ratios of side lengths to the sines of their opposite angles are equal, you can set up a proportion to solve for a missing side.
Label your triangle vertices as A, B, and C, with opposite sides a, b, and c. Write the relationship as a/sin(A) = b/sin(B) = c/sin(C). Plug in the known angle measures and side length, then isolate the unknown side with cross multiplication.
Applying the Law of Cosines in SAS and SSS Cases
When you know two sides and the included angle, or all three sides, the Law of Cosines lets you find a missing side without relying on angle pairs.
- For SAS, plug the side lengths and the cosine of the known angle into c² = a² + b² − 2ab cos(C) and solve for c.
- For SSS, rearrange the same formula to find any angle, then use the angle to find the remaining side if needed.
- Keep side lengths in consistent units and use a calculator in degree or radian mode based on your given data.
Pythagorean Theorem for Right Triangles
In a right triangle, the square of the hypotenuse equals the sum of the squares of the legs. This relationship lets you find a missing side when the other two sides are known.
If the side you need is the hypotenuse, add the squares of the legs and take the square root. If the missing side is a leg, subtract the square of the known leg from the square of the hypotenuse and then take the square root.
Using Trigonometric Ratios in Right Triangles
When you have one acute angle and one side in a right triangle, sine, cosine, and tangent provide direct paths to the missing sides.
- Use sine when you know the opposite side and need the hypotenuse, or know the hypotenuse and need the opposite side.
- Use cosine for the relationship between the adjacent side and the hypotenuse.
- Use tangent when both legs are involved, as it relates opposite over adjacent without requiring the hypotenuse.
Practical Steps for Accurate Side Finding
- Sketch and label the triangle with known angles and sides clearly marked.
- Check whether the triangle is right or oblique to select the correct method.
- Write out the formula with known values before performing arithmetic.
- Verify your answer by plugging the result back into another method when possible.
FAQ
Reader questions
How do I choose between Law of Sines and Law of Cosines when a side is missing?
Use Law of Sines when you have angle side pairs (AAS or ASA) or SSA with an acute angle check. Use Law of Cosines for SAS, SSS, or obtuse cases where Law of Sines would be ambiguous.
Can I find a missing side in an obtuse triangle using the Pythagorean theorem?
No, the Pythagorean theorem applies only to right triangles. For obtuse triangles, use the Law of Cosines to handle the angle greater than 90 degrees correctly.
What should I do if my triangle has no right angle and only three sides are given?
You already have all sides, so there is no missing side to find. You can use the Law of Cosines to find any angle, then verify your work with the Law of Sines if needed.
How do rounding choices affect accuracy when finding a missing side?
Rounding intermediate values, especially trigonometric ratios or cosine results, can shift the final side length. Carry extra digits through calculations and round only the final answer to reduce error propagation.