The Law of Sines and the Ambiguous SSA Case
Of the five ways to describe a triangle, four behave predictably: give the Law of Sines or Law of Cosines the right combination of sides and angles, and exactly one triangle comes out. The fifth, SSA — two sides and an angle that is not tucked between them — is different. The same three numbers can describe two genuinely different triangles, exactly one, or none at all, and the only way to know which is to actually check. This walks through the check itself and all three outcomes with real numbers from the Law of Sines & Cosines Calculator.
Why SSA is different
In ASA, AAS, SAS, and SSS, the given information pins down a triangle's shape uniquely — there is only one way to close up the missing sides and angles. SSA is different because the Law of Sines answers "which angle has this sine" with a function, inverse sine, that only ever returns an angle between −90° and 90°. But sin θ = sin(180° − θ) for any θ, so whenever inverse sine hands back an acute angle, its obtuse supplement is a second mathematically valid candidate. Sometimes that second candidate produces a real triangle; sometimes the numbers rule it out. SAS and SSS never run into this because the Law of Cosines is used instead, and cosine, unlike sine, is one-to-one over a triangle's full 0°-to-180° range of possible angles — there is no supplement to worry about.
The geometric picture: swinging a hinged side
Picture the known angle A sitting at a fixed vertex, with the known side b drawn out from it at that angle. The other known side, a, is hinged at the far end of b and can swing freely, like a compass needle, until its tip reaches the correct distance to close the triangle. The height of that hinge point above the line containing b is h = b sin A. If side a is shorter than h, it physically cannot reach the base line at all — no triangle exists. If a is exactly h, the swinging side just grazes the base at a single point, forming exactly one triangle with a right angle where it lands. If a is longer than h but still shorter than b, the swinging side can reach the base line at two different points on either side of that grazing point, producing two distinct triangles. If a is at least as long as b, only one of those two intersection points is actually reachable, so only one triangle survives. That single geometric picture explains every one of the three cases below.
Case 1: no solution
Take a = 3, A = 40°, and b = 8. First check the height: h = b sin A = 8 × sin 40° ≈ 8 × 0.6428 ≈ 5.1423. Since a = 3 is shorter than h ≈ 5.1423, side a is too short to ever reach the base line, and no triangle exists. Feeding these exact numbers into the calculator confirms it: it reports that no triangle exists for these values, rather than returning a plausible-looking but wrong answer. This is the case most worth internalising, because a solver that skips the height check and blindly applies the Law of Sines formula will happily compute an inverse sine of a value greater than 1 and either crash or return nonsense — checking a ≥ h first (or letting the tool do it) is what keeps the method honest.
Case 2: exactly one solution
Now take a = 7, A = 40°, and b = 5. Since a = 7 is already larger than b = 5, side a is long enough that only one of the two hinge positions is reachable, so this case cannot be ambiguous no matter what the height works out to. The Law of Sines gives:
sin B = b sin A / a = 5 × sin 40° / 7 ≈ 5 × 0.6428 / 7 ≈ 0.4591, so B = sin−1(0.4591) ≈ 27.33°.
The third angle is C = 180° − 40° − 27.33° = 112.67°, and the calculator confirms B = 27.33°, C = 112.67°, c ≈ 10.0488, with ambiguous correctly reported as false. It is worth noticing why the obtuse alternative fails here: the supplementary angle would be 180° − 27.33° = 152.67°, and adding that to the known A = 40° already exceeds 180° (192.67°), leaving no room for a valid third angle — so the second candidate self-destructs rather than needing a separate rule to exclude it.
Case 3: two solutions (the truly ambiguous case)
Finally, take a = 6, A = 40°, and b = 8. Here a = 6 is less than b = 8, and the height h = 8 sin 40° ≈ 5.1423 is less than a = 6, so a sits strictly between h and b — precisely the zone where two triangles fit. The Law of Sines gives:
sin B = 8 × sin 40° / 6 ≈ 5.1423 / 6 ≈ 0.8571, so the acute candidate is B1 = sin−1(0.8571) ≈ 58.99°.
The calculator reports exactly this as its primary solution: B = 58.99°, C = 81.01°, c ≈ 9.2198, area ≈ 23.7054, and — critically — ambiguous: true, flagging that a second triangle also fits. That second triangle uses the obtuse supplement B2 = 180° − 58.99° = 121.01°. Checking that it leaves room for a valid third angle: A + B2 = 40° + 121.01° = 161.01°, safely under 180°, so C2 = 180° − 161.01° = 18.99° is a genuine angle. Using the same ratio a / sin A ≈ 6 / sin 40° ≈ 9.3343 established by the given values, the second triangle's third side works out to c2 = 9.3343 × sin(18.99°) ≈ 3.0370 — a visibly shorter, more acute triangle than the first solution's c ≈ 9.2198, even though both start from the exact same a, A, and b.
The borderline case: a equals h exactly
Between "no solution" and "two solutions" sits an exact knife-edge worth seeing once. Using the same A = 40° and b = 8, set a equal to h itself: a = 8 × sin 40° ≈ 5.1423. The calculator returns a single triangle with B = 90° exactly, C = 50°, and c ≈ 6.1284. Geometrically, this is the one point where the swinging side just grazes the base line, forming a right angle at B rather than crossing it at two separate points. Push a even a hair below 5.1423 and no triangle exists; push it a hair above and a second solution appears; land exactly on it and there is precisely one, with a right angle marking the transition.
All four outcomes side by side
| Relationship | Outcome | This article's example |
|---|---|---|
| a < h | No triangle exists | a=3, A=40°, b=8 (h ≈ 5.1423) |
| a = h | Exactly one triangle, with a right angle at B | a ≈ 5.1423, A=40°, b=8 |
| h < a < b | Two triangles (the ambiguous case) | a=6, A=40°, b=8 |
| a ≥ b | Exactly one triangle | a=7, A=40°, b=5 |
Every SSA problem you will ever meet falls into exactly one row of that table, and the height h = b sin A (where A is the known angle and b is the known side not opposite it) is the only number you need to compute to find out which.
Why the ambiguity is never worse than two
It's worth confirming there is a hard ceiling of two triangles, not an open-ended number. The height test only ever produces one acute candidate angle from arcsin, and that angle's only possible rival is its own supplement — there is no third candidate, because sin θ = sin(180° − θ) accounts for every angle between 0° and 180° sharing a given sine value; no other angle in that range can. So the geometric picture of a hinged side swinging to meet a base line can intersect that line at most twice, matching the algebra exactly: two intersection points, two possible triangles, and never more.
What to do with an ambiguous result in practice
When a real problem produces an ambiguous SSA result, the numbers alone cannot tell you which of the two triangles is the "right" one — only context can. A surveying problem with an obtuse angle already ruled out by a rough sketch, a navigation problem where the shorter distance is the physically sensible one, or a diagram that explicitly shows an acute angle at the vertex in question are all examples of outside information that resolves the ambiguity. Absent that context, the mathematically honest answer is that both triangles are valid solutions to the SSA data you were given, and reporting only one without justification is reporting an assumption as a fact rather than a mathematical conclusion. That is also exactly why a well-built solver flags the ambiguity instead of quietly picking one triangle and staying silent about the other — silently discarding a valid solution is a worse failure than admitting the data doesn't pin down a unique answer.
Compare this to The Law of Cosines: Derivation and When to Prefer It, where SAS and SSS never carry this risk in the first place, and see Law of Sines vs Law of Cosines for how SSA fits alongside the other four cases. Try your own SSA values on the calculator — it runs the same height test shown here and flags ambiguity automatically rather than leaving you to notice it by hand. Of all five triangle-solving cases, SSA is the one genuinely worth double-checking by hand at least once, so that the flag makes sense the next time you see it rather than being a mysterious warning to take on faith.