Triangle Calculator — SSA (Ambiguous Case)

Solve triangles from two sides and a non-included angle (SSA). Detects 0, 1, or 2 solutions. Computes area, perimeter, all angles/sides, circumradius, inradius, and altitudes for each valid triangle.

About the Triangle Calculator — SSA (Ambiguous Case)

The SSA (Side-Side-Angle) configuration is the most nuanced case in triangle solving. Given two sides and an angle that is NOT between them, there may be zero, one, or two valid triangles — the famous "ambiguous case" that trips up geometry students and professional surveyors alike.

Here is why: when you know side a (opposite the given angle A) and side b, finding angle B requires the law of sines: sin(B) = b·sin(A)/a. Since arcsin returns a value in [0°, 90°], a supplementary angle (180° − B) might also be valid. If both produce a positive third angle, two different triangles satisfy the given conditions.

This calculator automatically detects the number of solutions and displays complete results for each. When no solution exists (side a is too short to "reach"), it explains why and shows how much longer a would need to be. When two solutions exist, both triangles are fully solved with area, perimeter, all six elements (3 sides + 3 angles), circumradius, inradius, and altitudes.

The SSA ambiguous case arises in real-world problems more often than people expect: radio tower triangulation, property boundary disputes, any surveying scenario where a distance and bearing angle are known but the third point is uncertain. Understanding when and why two triangles appear is essential in applied mathematics.

Why Use This Triangle Calculator — SSA (Ambiguous Case)?

This calculator is useful because SSA is the one common triangle setup that can fail, produce a single triangle, or split into two different valid triangles. Instead of manually checking the height condition, testing both inverse-sine branches, and then solving each candidate separately, you can see the status immediately and inspect every valid solution side by side. That is valuable in geometry classes, navigation problems, and field measurements where a non-included angle leaves the triangle uncertain.

How to Use This Calculator

  1. Enter side a — the side opposite the known angle A.
  2. Enter side b — the other known side.
  3. Enter angle A in degrees — the angle opposite side a (not between a and b).
  4. Choose a measurement unit.
  5. Click a preset to explore ambiguous, unique, and no-solution cases.
  6. View the status banner: 0, 1, or 2 solutions.
  7. Examine the full solution for each valid triangle.

Formula

sin(B) = b·sin(A) / a Angle B₁ = arcsin(sin B), B₂ = 180° − B₁ Angle C = 180° − A − B Side c = a·sin(C) / sin(A) (law of sines) Area = ½·b·c·sin(A) Circumradius R = a / (2·sin A) Inradius r = Area / s

Example Calculation

Result: Two solutions: one with B ≈ 38.68° and one with B ≈ 141.32°

For sA = 8, sB = 10, and angA = 30, sin(B) = 10·sin(30°)/8 = 0.625. That gives B₁ ≈ 38.68° and B₂ ≈ 141.32°. Because 30° + 38.68° and 30° + 141.32° are both still less than 180°, both angle choices generate valid triangles, which is exactly the SSA ambiguous case.

Tips & Best Practices

When SSA Has Zero, One, or Two Solutions

SSA becomes ambiguous because the known angle is not trapped between the two known sides. A quick height test explains the cases: if side a is shorter than b·sin(A), no triangle can reach the opposite side; if it equals that height, there is exactly one right triangle; if it is longer than the height but still shorter than b, two different triangles fit the same data. Once a is at least as long as b, the ambiguity disappears and only one triangle remains.

Reading the Two Possible Triangles

When two solutions exist, the calculator shows one triangle with an acute B angle and another with an obtuse B angle. Those two shapes can have very different third sides, areas, and perimeters even though they share the same starting measurements. Seeing both results side by side is the main reason an SSA calculator is useful: it makes the geometric uncertainty obvious instead of hiding it behind a single inverse-sine output.

Why the Height Test Matters in Practice

The ambiguous case is not just a classroom curiosity. It appears whenever a distance and a non-included bearing are measured from a known side, such as in navigation, site layout, and radio or optical triangulation. The height comparison tells you whether the measured data actually pins down the target position, leaves two possible locations, or is impossible altogether, which is why SSA checks are important before trusting any downstream solve.

Frequently Asked Questions

What is the ambiguous case in triangle solving?

The ambiguous case occurs in the SSA configuration (two sides and a non-included angle). Depending on the values, there can be 0, 1, or 2 valid triangles that match the given information.

When does SSA give two solutions?

Two solutions exist when the angle A is acute, a < b, and a > b·sin(A). In this range, the arc from side a intersects the opposite side in two locations.

When does SSA give no solution?

No solution exists when a < b·sin(A) — side a is too short to reach from vertex B to the line containing side c. Also if A ≥ 90° and a ≤ b.

How do I determine if my SSA problem is ambiguous?

Compute sin(B) = b·sin(A)/a. If > 1: no solution. If = 1: one right triangle. If < 1 and A + arcsin(sin B) < 180° and A + (180° − arcsin(sin B)) < 180°: two solutions.

What is the law of sines?

The law of sines states a/sin(A) = b/sin(B) = c/sin(C) = 2R, where R is the circumradius. It relates each side to the sine of its opposite angle.

Can SSA produce an equilateral triangle?

Only if a = b and A = 60°, which forces all sides and angles to be equal. In this special case there is exactly one solution.

Related Pages