How the ASA Triangle Calculator works
ASA (Angle-Side-Angle) is one of the standard ways to fully define a triangle: two interior angles, A and B, plus the length of the side that connects them (the included side, c). Because a triangle's three angles always sum to 180 degrees and the Law of Sines ties every side to the sine of its opposite angle, knowing A, B, and c is enough to solve for everything else, with exactly one valid triangle as the result.
The formulas
- Third angle: C = 180° − A − B
- Law of Sines: a / sin(A) = b / sin(B) = c / sin(C)
- Side a (opposite angle A): a = c × sin(A) / sin(C)
- Side b (opposite angle B): b = c × sin(B) / sin(C)
- Area: Area = ½ × a × b × sin(C), equivalent to c² × sin(A) × sin(B) / (2 × sin(C))
- Perimeter: a + b + c
Enter the two known angles in degrees and the length of the included side in any consistent unit (inches, cm, meters — the calculator does not assume one). It converts the angles to radians internally for the trigonometry, then reports the third angle, the two unknown sides in the same unit as c, and the area in that unit squared.
Why ASA always has exactly one solution
Unlike SSA (side-side-angle), which can produce zero, one, or two valid triangles depending on the numbers (the "ambiguous case"), ASA is never ambiguous. Fixing two angles fixes the triangle's shape completely, and the included side fixes its scale — there is exactly one triangle that satisfies the inputs, provided A and B are each positive and sum to less than 180°.
Common mistakes
- Angles in the wrong unit: the calculator expects degrees, not radians. Entering 1.05 instead of 60 produces a near-zero, meaningless triangle.
- Wrong included side: ASA specifically needs the side between the two named angles. If you actually know the side opposite one of the angles instead, that is AAS, not ASA — the Law of Sines formulas above still apply, but the solving order differs slightly.
- Angles that leave no room for a third: if A + B is 180° or more, no triangle exists; double-check your angle measurements.
Real-world applications
- Surveying and land measurement, where two bearing angles and a baseline distance locate a remote point (triangulation)
- Navigation and astronomy, sighting two angles from a known baseline to fix a third position
- Engineering and construction, laying out trusses, roof pitches, or brackets from angle-and-length specifications
- Trigonometry coursework, since ASA is one of the standard triangle congruence and solving cases alongside SSS, SAS, and AAS