Understanding the SSS Triangle Problem

An SSS (Side-Side-Side) triangle is fully determined the moment you know all three side lengths. Unlike other scenarios where you might have angles or a mix of angles and sides, SSS gives you complete information—no ambiguity, no multiple solutions.

Once you have sides a, b, and c, you can calculate:

  • All three interior angles using the law of cosines
  • The total area using Heron's formula or the sine rule
  • The perimeter (trivially: a + b + c)

This makes SSS one of the most straightforward triangle configurations to work with, and it's the foundation of the SSS congruence criterion: two triangles with identical side lengths are always congruent.

Formulas for SSS Triangles

The core approach relies on the law of cosines, which relates the sides of any triangle to its angles. Once angles are known, Heron's formula provides the area without needing any height measurement.

cos(α) = (b² + c² − a²) ÷ (2bc)

cos(β) = (a² + c² − b²) ÷ (2ac)

γ = 180° − α − β

s = (a + b + c) ÷ 2

Area = √[s(s − a)(s − b)(s − c)]

  • a, b, c — The lengths of the three sides of the triangle
  • α, β, γ — The interior angles opposite sides a, b, and c respectively
  • s — The semi-perimeter, equal to half the perimeter
  • Area — The total area enclosed by the three sides

How to Use This Calculator

Enter the three side lengths in any order (the calculator will identify which is which). Within moments, you'll receive all three angles in degrees and the area in your chosen unit.

The calculator also reports the perimeter automatically. If you already know one or more angles and want to verify your sides are correct, you can input angles instead and solve backwards—the tool supports bidirectional calculation.

All results update live, so experimenting with different side lengths is instant and risk-free. No need to manually apply the law of cosines or expand Heron's formula by hand.

Common Pitfalls and Practical Tips

Keep these points in mind when working with SSS triangles to avoid errors and get the most from your calculations.

  1. Triangle Inequality Constraint — The sum of any two sides must exceed the third side. If you enter sides 2, 3, and 5, they won't form a valid triangle because 2 + 3 = 5 (equality, not strict inequality). The calculator will flag this; make sure your measurements don't violate this rule.
  2. Precision in Angle Rounding — When the law of cosines produces angles, rounding each independently and then subtracting can introduce error. This calculator computes the third angle as 180° minus the sum of the first two, preserving accuracy. If you compute angles manually, sum the first two to maximum precision before subtracting.
  3. Heron's Formula Stability — For very flat triangles (where one angle approaches 180°), Heron's formula can suffer from numerical precision loss. The calculator uses a numerically stable variant. If you implement this yourself, consider alternative area formulas or higher-precision arithmetic for extreme geometries.
  4. Unit Consistency — Ensure all three side lengths are in the same unit (metres, feet, inches, etc.). The area will be in the square of that unit. If your inputs mix units, convert them first; the calculator assumes homogeneity.

SSS Congruence and Real-World Applications

Two triangles are congruent (identical in shape and size) if their corresponding sides are equal. This SSS congruence criterion is one of the most useful in geometry and appears throughout engineering, surveying, and architecture.

In practice, if you measure three sides of a physical triangle—say, the frame of a roof truss or a surveyed plot of land—you've captured all the information needed to reconstruct it exactly elsewhere. No matter how you orient or flip the triangle, its three side lengths uniquely determine angles and area.

This is why SSS triangles are so common in real-world problems: you often measure distances directly, whereas angles may be harder to gauge accurately.

Frequently Asked Questions

What does SSS stand for in triangle geometry?

SSS stands for Side-Side-Side. It means you know the lengths of all three sides of the triangle and need to find the angles and area. The SSS configuration is fully determined—there is only one possible shape (up to reflection) once all three sides are known. This contrasts with scenarios like SAS (two sides and the included angle) or ASA (two angles and a side), which provide different constraints.

Why is Heron's formula better than using base × height ÷ 2?

Heron's formula calculates area directly from the three side lengths without needing to measure or compute a height. In practice, finding a perpendicular height can be awkward or require additional construction. Heron's formula—Area = √[s(s−a)(s−b)(s−c)], where s is the semi-perimeter—is self-contained and numerically stable for most triangles. It's especially valuable in surveying and computational geometry where you have only distance measurements.

Can I use this calculator if I know angles instead of sides?

Yes. The calculator supports bidirectional input: you can enter two or three angles (if you know all three, the triangle is still fully determined because angles sum to 180°), and it will solve for the sides. You can also mix inputs—for instance, provide two sides and one angle—and the tool will find the missing values. Check the input fields to see which configuration suits your data.

What happens if my three sides don't satisfy the triangle inequality?

If the sum of any two sides is less than or equal to the third side, no valid triangle exists. Geometrically, the sides are too unbalanced to close into a shape. The calculator will detect this and display an error message rather than returning nonsensical results. Always verify that a + b > c, b + c > a, and a + c > b before assuming your measurements form a triangle.

How accurate are the results from this calculator?

The calculator uses standard IEEE 754 floating-point arithmetic (typically 15–17 significant decimal digits). For most practical purposes—construction, surveying, or homework—this is more than sufficient. Angles are returned to two decimal places and area to several decimal places. If you need higher precision, use a symbolic math tool; for everyday use, the accuracy here exceeds real-world measurement uncertainty.

Can two different triangles have the same three side lengths?

No. Once you fix the three side lengths, the triangle is unique (up to reflection or rotation in space). This is the essence of the SSS congruence criterion. You cannot stretch or compress a rigid triangle formed by three fixed-length sides. This is why SSS is so powerful in geometry proofs and real-world applications: the sides alone completely determine the shape.

More math calculators (see all)