Last verified · v1.0
Calculator · math
Asa Triangle Calculator (Angle Side Angle)
Solve any ASA triangle instantly. Enter two angles and the included side to calculate all sides, the third angle, and the enclosed area.
Inputs
Triangle Result
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
ASA Triangle Calculator: Solving Triangles from Two Angles and the Included Side
The ASA (Angle-Side-Angle) configuration defines a triangle by two interior angles and the side that lies directly between them. Because the three interior angles of any triangle must sum to exactly 180°, knowing two angles immediately determines the third. With the included side anchoring the scale, the ASA case always produces exactly one unique, fully determined triangle — making it one of the cleanest triangle-solving scenarios in trigonometry.
Core Formulas
Given Angle A, Angle B, and included side c (the side connecting the vertices at A and B), the complete solution follows four steps:
- Step 1 — Third angle: C = 180° − A − B
- Step 2 — Side a (opposite A): a = (c · sin A) / sin C
- Step 3 — Side b (opposite B): b = (c · sin B) / sin C
- Step 4 — Area: Area = ½ · a · b · sin C
Why the Law of Sines Works Here
The Law of Sines states that for any triangle, a / sin A = b / sin B = c / sin C. Once angle C is derived and side c is known, this common ratio is fully determined. Rearranging isolates the unknown sides: a = (c · sin A) / sin C and b = (c · sin B) / sin C. This method is detailed in UC Irvine Mathematics — Math 161 Notes on Solving Triangles (ASA) and is consistent with the triangle-solving framework in Texas A&M University Open Learning Materials — Law of Cosines and Triangle Solving. The area formula ½ · a · b · sin C follows from the standard two-side-included-angle formula once all sides are known.
Uniqueness of the ASA Case
Unlike the SSA (Side-Side-Angle) configuration — which can yield zero, one, or two valid triangles — the ASA case produces exactly one triangle whenever A + B < 180°. This uniqueness is guaranteed by the ASA Triangle Congruence Theorem: any two triangles that share two angles and the included side are necessarily congruent. The Rochester Institute of Technology — Ambiguous Triangles Guide provides a full comparison of which triangle configurations are ambiguous and which are not, confirming that ASA carries no ambiguity.
Worked Example
Consider A = 40°, B = 75°, and c = 10 cm (the included side between A and B).
- C: 180° − 40° − 75° = 65°
- a: (10 · sin 40°) / sin 65° = (10 · 0.6428) / 0.9063 ≈ 7.09 cm
- b: (10 · sin 75°) / sin 65° = (10 · 0.9659) / 0.9063 ≈ 10.66 cm
- Area: ½ · 7.09 · 10.66 · sin 65° ≈ ½ · 7.09 · 10.66 · 0.9063 ≈ 34.27 cm²
Every quantity in the triangle is now known from just two angles and one side.
Variable Definitions
- Angle A — First known angle, adjacent to the included side c. Measured in degrees; must be greater than 0° and less than 180°.
- Angle B — Second known angle, also adjacent to side c. The sum A + B must be strictly less than 180° for the triangle to be valid.
- Side c — The included side, connecting the vertices where angles A and B are located. It is the side lying directly between the two known angles.
- Angle C — The derived third angle opposite side c; computed as C = 180° − A − B.
- Side a — The side opposite angle A, calculated via the Law of Sines.
- Side b — The side opposite angle B, calculated via the Law of Sines.
- Area — The total enclosed area of the triangle in square units, using the formula ½ · a · b · sin C.
Real-World Applications
ASA triangle solving is applied across many technical fields. Land surveyors measure two bearing angles from opposite ends of a known baseline to locate a distant point through triangulation — a classic ASA setup. Structural engineers calculate rafter lengths when two roof members meet a ridge at known slope angles with a fixed horizontal span between them. Navigation systems determine vessel position using two bearing angles from charted reference points at a known separation distance. Robotics and computer vision use ASA relationships to reconstruct 3-D object positions from two camera viewing angles and a calibrated baseline.
Input Validity Rules
A valid ASA triangle requires two conditions: (1) each angle must be strictly greater than 0° and less than 180°, and (2) A + B must be strictly less than 180°, ensuring that C = 180° − A − B is a positive value. If either condition fails, no real triangle can be constructed and the calculator will report an invalid input.
Reference