SSS Triangle Calculator — Solve a Triangle from Three Sides
Solve a triangle from three sides (SSS). Compute all angles, area, perimeter, heights, medians, inradius, and circumradius using Heron's formula and the Law of Cosines.
Solve any triangle using the Law of Cosines. Enter two sides and the included angle (SAS) or three sides (SSS) to find all angles, area, perimeter, and more.
| # | Step | Formula | Calculation | Result |
|---|---|---|---|---|
| 1 | Apply Law of Cosines for side c | c² = a² + b² − 2ab·cos(C) | c² = 5.00² + 8.00² − 2·5.00·8.00·cos(60.00°) = 49.00 | c = 7.00 |
| 2 | Find angle A | A = arccos((b²+c²−a²) / 2bc) | A = arccos((88.00) / 112.00) | A = 38.21° |
| 3 | Find angle B | B = 180° − A − C | B = 180° − 38.21° − 60.00° | B = 81.79° |
| 4 | Compute area | Area = ½·a·b·sin(C) | Area = ½·5.00·8.00·sin(60.00°) | Area = 17.32 cm² |
| Type | Sides | Angles | Example |
|---|---|---|---|
| Equilateral | All equal | All 60° | 5, 5, 5 |
| Isosceles | Two equal | Two equal | 5, 5, 8 |
| Scalene | All different | All different | 3, 4, 5 |
| Right | a² + b² = c² | One 90° | 3, 4, 5 |
| Acute | a² + b² > c² | All < 90° | 5, 6, 7 |
| Obtuse | a² + b² < c² | One > 90° | 3, 4, 6 |
The Law of Cosines is one of the two fundamental tools for solving oblique triangles — triangles that do not have a right angle. It states that for any triangle with sides a, b, c opposite to angles A, B, C respectively: c² = a² + b² − 2ab cos C. This generalises the Pythagorean theorem: when angle C is 90°, cos 90° = 0, and the formula reduces to c² = a² + b².
The Law of Cosines is used in two main configurations. In the SAS (side-angle-side) case, you know two sides and their included angle and need the third side and remaining angles. In the SSS (side-side-side) case, you know all three sides and need all three angles. Once you have the sides and angles, you can compute the area (using ½ab sin C or Heron's formula), the perimeter, the inradius and circumradius, and the three altitudes.
Applications are everywhere — from surveying and navigation (computing distances to unreachable points) to structural engineering (truss analysis) and computer graphics (mesh calculations). This calculator handles both SAS and SSS modes, displays step-by-step solutions, and provides a comprehensive set of derived properties.
Use this when you have SAS or SSS data and need a complete triangle solution without manually chaining the Law of Cosines, Heron's formula, and radius formulas. It is practical for surveying, truss checks, navigation problems, and coursework because the sides, angles, area, and derived radii all come from the same solved triangle.
Law of Cosines: c² = a² + b² − 2ab cos C
Angle from sides: C = arccos((a² + b² − c²) / (2ab))
Area (SAS): K = ½ab sin C
Area (Heron): K = √(s(s−a)(s−b)(s−c)), s = (a+b+c)/2
Inradius: r = K / s
Circumradius: R = abc / (4K)Result: For mode=sss, a=3, b=4, the tool returns the solved law of cosines triangle solver — sas & sss outputs shown in the result cards.
This example uses a realistic input set from the calculator workflow. After entry, the calculator applies the built-in law of cosines triangle solver — sas & sss formulas and reports derived values, checks, and classifications automatically.
Solve any triangle using the Law of Cosines. Enter two sides and the included angle (SAS) or three sides (SSS) to find all angles, area, perimeter, and more. Use it when you need a repeatable calculation in the math / geometry category and want the setup, result, and supporting values kept together. This is especially helpful when small input changes, unit choices, or rounding decisions can change the final number.
Start by confirming that the inputs match the formula shown on the page. Then compare the main output with the worked example and any secondary values shown by the calculator. If the result will be used in another calculation, keep extra precision until the final step and record the assumptions beside the number.
Treat the result as a calculation aid rather than a substitute for context. For schoolwork, include the formula and substitution steps. For planning, technical, financial, or health-related decisions, verify important numbers against primary records, current rules, or a qualified professional before acting on them.
Last updated:
It relates the three sides of a triangle to one of its angles: c² = a² + b² − 2ab cos C. It is a generalisation of the Pythagorean theorem.
Use the Law of Cosines for SAS (two sides + included angle) or SSS (three sides). Use the Law of Sines for AAS or ASA (two angles + any side).
Yes. If cos C is negative, then C > 90°. This happens when c² > a² + b².
When angle C = 90°, cos 90° = 0, so c² = a² + b² − 0 = a² + b².
If any side is greater than or equal to the sum of the other two, the triangle inequality is violated and no triangle exists.
Area = √(s(s−a)(s−b)(s−c)) where s = (a+b+c)/2 is the semi-perimeter. It computes area from three sides alone.
Solve a triangle from three sides (SSS). Compute all angles, area, perimeter, heights, medians, inradius, and circumradius using Heron's formula and the Law of Cosines.
Solve any triangle from two sides and the included angle (SAS). Computes the third side via Law of Cosines, remaining angles, area, perimeter, altitudes, medians, inradius, and circumradius.
Solve any triangle from three sides using the Law of Cosines and Heron's formula. Computes all angles, area, perimeter, heights, medians, inradius, and circumradius.