Ssa Triangle Calculator - Solve the SSA Ambiguous Case

ssa triangle calculator — find triangles from two sides and a non-included angle. Returns the unknown angle, third side, area, and perimeter.

Updated: June 16, 2026 • Free Tool

Ssa Triangle Calculator

First given side. The given angle α sits opposite this side.

Second given side. The unknown angle β sits opposite this side.

Given interior angle opposite side a. The angle is NOT between the two given sides (SSA).

Results

Angle β (degrees)
0°
Number of triangles 0
Angle γ (degrees) 0°
Side c 0units
Area 0sq units
Perimeter 0units
Alt. angle β (degrees) 0°
Alt. angle γ (degrees) 0°
Alt. side c 0units
Alt. area 0sq units
Alt. perimeter 0units

What Is an SSA Triangle Calculator?

An ssa triangle calculator solves a triangle when you know two side lengths and the angle opposite one of them — the Side-Side-Angle case, also called the ambiguous case. The same data can correspond to zero, one, or two distinct triangles. The form takes side a, side b, and the given angle α, then returns the unknown angle β, the third angle γ, the third side c, the area, the perimeter, and a case label.

  • Solving trigonometry homework: Confirm an SSA problem from class.
  • Resolving the ambiguous case in surveying: Two measured distances and an observed bearing can map to more than one triangle.
  • Drafting roof and bridge geometry: A known base, a known rafter length, and a known apex angle often leave a choice of two layouts.
  • Validating Law of Sines textbook problems: Compare the calculator's two-solution output against the worked example.

The SSA case is unique among the five classical congruence scenarios because it does not pin down a single triangle on its own. Knowing two sides and a non-included angle fixes one side-angle pair in the Law of Sines, so you can solve for the sine of the unknown angle, but sine is symmetric around 90 degrees.

The calculator handles all three outcomes. If the side opposite the known angle is too short, there is no triangle. If it lands in between, you get two distinct triangles. If it is at least as long as the second side, only the acute candidate is valid.

For the general SSS, SAS, and ASA workflows that complement SSA, the triangle calculator handles all three of the other common congruence cases in one tool.

How the SSA Triangle Calculator Works

The calculator takes side a, side b, and the angle α opposite side a, then uses the Law of Sines to solve for the unknown angle β. It compares the result against the case rules, computes the third angle γ = 180 - α - β, and derives the third side c, the area, and the perimeter.

sin(β) = (b · sin(α)) / a; γ = 180° − α − β; c = a · sin(γ) / sin(α); area = ½ · a · b · sin(γ)
  • a: Given side, opposite the known angle α.
  • b: Second given side, opposite the unknown angle β.
  • α: Given interior angle, opposite side a. NOT between the two given sides — that is what makes this SSA.
  • β: Unknown angle from the Law of Sines. May have one value, two values, or none.
  • γ: Third interior angle, 180 - α - β once β is known.

Two-solution case: a = 8, b = 10, α = 40°

sin(β) = 10 · sin(40°) / 8 ≈ 0.8035, so β₁ ≈ 53.46° and β₂ = 180 − 53.46 = 126.54°. Both are valid because α + β₂ = 166.54° < 180°.

Triangle 1: β = 53.46°, γ = 86.54°, c ≈ 12.42, area ≈ 39.93, perimeter ≈ 30.42. Triangle 2: β = 126.54°, γ = 13.46°, c ≈ 2.90, area ≈ 9.31, perimeter ≈ 20.90.

Side a is shorter than side b but longer than the height b · sin(α) = 6.43, so the geometry admits two distinct triangles.

According to Wikipedia, the Law of Sines states that a/sin(A) = b/sin(B) = c/sin(C) for any triangle, and the same source notes the area can be written as ½·a·b·sin(C).

When the unknown angle β works out to 90°, the right triangle calculator covers the special Pythagorean relationships that apply to that right-triangle case.

Key Concepts Behind the SSA Ambiguous Case

Four ideas explain why an SSA setup can give zero, one, or two triangles, and why SSA is not a general congruence rule.

The Law of Sines

The identity a/sin(A) = b/sin(B) = c/sin(C) links every side to its opposite angle. Knowing one full side-angle pair is enough to convert any other side length into the sine of the opposite angle.

Sine symmetry around 90°

For any acute angle θ, sin(θ) = sin(180° - θ). That mirror symmetry is the reason a single sine value can correspond to two different angles, and the reason SSA can produce two distinct triangles.

The height h = b · sin(α)

Drop a perpendicular from the end of side b onto the line containing side a. The length of that perpendicular is b · sin(α), and it sets the no-solution threshold for side a.

SSA is not a congruence rule

Unlike SSS, SAS, ASA, and AAS, SSA can describe two different triangles that share the same inputs. The calculator has to report the case label and, when needed, both candidate triangles.

These four ideas are enough to predict the outcome of any SSA case without running the math. Compare a against b · sin(α) and a against b, then apply the angle-sum check, and you can always classify the case before pushing numbers through the calculator.

To cross-check the area with Heron's formula once you have all three side lengths, the triangle area calculator is the independent verification path.

How to Use This Calculator

Follow these steps in order. The result panel updates as you type, so you can also use it as a scratch pad while you explore the ambiguous case.

  1. 1 Enter side a: Type the length of the side opposite the angle you know.
  2. 2 Enter side b: Type the length of the second given side.
  3. 3 Enter angle α: Type the given interior angle in degrees. The angle must be strictly between 0 and 180.
  4. 4 Read the case label: 'No solution' means side a is too short. 'One solution' means a ≥ b or only the acute candidate is valid. 'Two solutions' means an obtuse candidate also exists.
  5. 5 Read the primary triangle: Use β, γ, c, area, and perimeter for the acute candidate.
  6. 6 Read the alternative triangle: If the case is 'two solutions', the alt. fields describe the second triangle. Pick the one that matches your physical problem.

For a navigation problem where you have measured a base distance of 8 km, a second leg of 10 km, and an observed bearing of 40° at the start of the base, enter side a = 8, side b = 10, angle α = 40°. The calculator returns 'two solutions' with two candidate triangles. If the second leg is on a known bearing, pick the candidate that matches the bearing; otherwise both are geometrically valid.

When you actually know two angles and one side instead of two sides and an angle, the AAA triangle calculator solves the AAA case directly without going through the Law of Sines by hand.

Benefits of Using the SSA Triangle Calculator

Working out an SSA case by hand is short, but the three-way branch on zero, one, or two triangles is exactly the kind of step where it is easy to drop a case.

  • Flags the ambiguous case automatically: The calculator checks the height b · sin(α) and the inequality a < b, then labels the result.
  • Shows both triangles when they exist: When two solutions are valid, the result panel gives β, γ, c, area, and perimeter for the acute triangle and the obtuse alternative.
  • Validates inputs before trigonometry: Zero or negative sides, a zero or 180° angle are caught up front with a clear error message.
  • Pairs naturally with the Law of Sines: The output uses the same a, b, c, A, B, C notation that most trigonometry textbooks use.
  • Helps explain why SSA is not congruence: The two-solution output is a concrete counter-example to SSA-as-a-congruence-rule, useful in teaching.

These benefits are most useful when the inputs come from a measurement that admits a real ambiguity, such as a survey line and an oblique bearing, a roof truss with two possible spans, or a physics problem where a known force and angle can resolve in two directions.

If your source data is in gradians or radians instead of degrees, the angle converter lets you convert each angle before entering it here.

Factors That Affect SSA Triangle Results

Four input conditions drive the case label, and the limitations below cover the geometric assumptions the Law of Sines depends on.

Height b · sin(α) vs side a

If side a is shorter than b · sin(α), there is no triangle. If it equals the height, the triangle is right-angled at β. If it is greater than the height, at least one triangle exists.

Side a compared to side b

If side a is at least as long as side b, the supplementary candidate βAlt = 180 - β would force the angle sum above 180°, so only the acute triangle is valid.

Angle precision near 0° and 180°

The Law of Sines is most sensitive to angle precision when α is near 0° or 180°, because sin(α) approaches zero.

Unit choice for the side lengths

The calculator does not know whether you typed 8 cm, 8 in, or 8 m. Sides c, cAlt, area, areaAlt, and both perimeters use the same length unit.

  • SSA inputs do not uniquely identify a triangle, so the calculator returns a case label plus the candidate values.
  • Floating-point rounding can change the case label near the boundary cases.
  • The Law of Sines assumes a planar Euclidean triangle. It does not apply to spherical triangles, where the spherical law of cosines is required.

These factors are why the calculator returns a case label alongside the numbers. A measurement that looks like SSA on paper may resolve to one triangle, two triangles, or none, and the label is the only honest way to communicate that branch.

According to Wikipedia, the SSA (side-side-angle) case is the so-called ambiguous case because two sides and a non-included angle can correspond to zero, one, or two distinct triangles.

When the measurement you actually have is two sides and the angle between them (SAS), the triangle length calculator solves that case directly with the Law of Cosines and never faces the SSA ambiguity.

SSA triangle calculator with two sides and an angle input, showing the unknown angle, third side, area, and perimeter of the resulting triangle
SSA triangle calculator with two sides and an angle input, showing the unknown angle, third side, area, and perimeter of the resulting triangle

Frequently Asked Questions

Q: What is an SSA triangle?

A: An SSA triangle is the case where you know two side lengths and the angle opposite one of them, but the angle is not between the two given sides. The 'S S A' stands for Side-Side-Angle, and it is also called the ambiguous case of the Law of Sines because the same data can describe zero, one, or two distinct triangles.

Q: Can SSA prove triangles are congruent?

A: No. SSA is not a general congruence rule because two different triangles can share the same two sides and the same non-included angle. SSS, SAS, ASA, and AAS are the four classical congruence rules; SSA is excluded for that reason.

Q: How do I solve an SSA triangle with the Law of Sines?

A: Use sin(β) = b · sin(α) / a to find the unknown angle β, then γ = 180 - α - β. With γ known, the third side is c = a · sin(γ) / sin(α), the area is ½ · a · b · sin(γ), and the perimeter is a + b + c.

Q: When does the SSA case give two valid triangles?

A: Two solutions exist when side a is shorter than side b but longer than the height b · sin(α). The acute candidate β = arcsin(b · sin(α) / a) and its supplement 180° - β both produce angle sums below 180°, so the geometry admits two distinct triangles.

Q: When is there no triangle from SSA inputs?

A: There is no triangle when side a is shorter than the perpendicular height b · sin(α). The second given side cannot reach the line through the first given side, so no closing third side exists.

Q: How do you find the area of an SSA triangle?

A: Once the third angle γ = 180 - α - β is known, the area is ½ · a · b · sin(γ). The calculator applies this formula directly and also returns it for the alternative triangle when the two-solution case applies.