Calculate unknown triangle sides from common givens quickly. Switch methods, inspect steps, and visualize outputs. Save tables, export reports, and study worked examples confidently.
| Method | Input Example | Computed Missing Side(s) | Notes |
|---|---|---|---|
| Right triangle | a = 3, b = 4 | c = 5 | Classic Pythagorean example. |
| Right triangle | b = 12, c = 13 | a = 5 | Hypotenuse must stay largest. |
| SAS triangle | b = 7, c = 10, A = 30° | a ≈ 5.27 | Uses the cosine rule. |
| Angle-based | A = 40°, B = 65°, a = 8 | b ≈ 11.10, c ≈ 9.44 | Uses the sine rule. |
Use the Pythagorean theorem when the triangle has one right angle.
c = √(a² + b²)
a = √(c² - b²)
b = √(c² - a²)
Here, c is the hypotenuse. It must always be the longest side.
Use the cosine rule when you know two sides and their included angle.
a² = b² + c² - 2bc cos(A)
This finds the third side directly from two known sides and angle A.
Use the sine rule when you know two angles and one side opposite a known angle.
a / sin(A) = b / sin(B) = c / sin(C)
First find the third angle.
C = 180° - A - B
Perimeter adds all side lengths. Semi-perimeter is half the perimeter.
Area for solved triangles can be found with:
Area = 1/2 × b × c × sin(A)
It solves missing triangle sides using three common setups: right triangle, SAS, and two-angles-with-one-side input.
Use it only when one angle is exactly 90 degrees and you know any two side lengths.
The hypotenuse is the side opposite the right angle. It is always the longest side in a right triangle.
SAS means side-angle-side. You know two sides and the angle between them, so the cosine rule can find the third side.
A triangle’s interior angles always total 180 degrees. If two given angles already reach or exceed that, no triangle exists.
Yes. After solving the missing side values, it also reports all three triangle angles for easy verification.
Yes. The result table can be downloaded as CSV or PDF after a successful calculation.
Use any consistent unit, such as cm, m, inches, or feet. The calculator keeps the same unit across solved sides.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.