terican

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.

FreeInstantNo signupOpen source

Inputs

Triangle Result

Explain my result

0/3 free

Get a plain-English breakdown of your result with practical next steps.

Triangle Result

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

Frequently asked questions

What does ASA mean in triangle solving?
ASA stands for Angle-Side-Angle. It describes the configuration where two interior angles of a triangle and the side directly between those angles (called the included side) are known. Because two angles immediately fix the shape and the included side sets the scale, an ASA input uniquely and unambiguously determines a single complete triangle.
How do you solve an ASA triangle step by step?
Start by finding the third angle: C = 180° minus A minus B. Next, apply the Law of Sines to find side a = (c · sin A) / sin C and side b = (c · sin B) / sin C, where c is the included side between angles A and B. Finally, compute the area using Area = ½ · a · b · sin C. This four-step process fully solves the triangle.
Does the ASA case ever produce two triangles like the SSA case does?
No. The ASA case always produces exactly one triangle, provided A + B is less than 180°. The SSA (Side-Side-Angle) configuration is the ambiguous case that can yield zero, one, or two triangles. The ASA Triangle Congruence Theorem guarantees that any two triangles sharing two angles and the included side are congruent, so only one valid triangle shape is possible for a given ASA input.
What is the included side in an ASA triangle?
The included side is the side that lies directly between the two known angles, physically connecting the vertex at angle A to the vertex at angle B. In notation, if the angles are A and B, the included side is labeled c. This distinguishes ASA from AAS (Angle-Angle-Side), where the known side is not between the two given angles but opposite one of them.
How is the area of an ASA triangle calculated?
Once the Law of Sines is used to find sides a and b, the area equals ½ · a · b · sin C, where C is the derived third angle. For example, with A = 40°, B = 75°, and c = 10 cm, the solved sides are approximately a = 7.09 cm and b = 10.66 cm, giving an area of ½ · 7.09 · 10.66 · sin 65° ≈ 34.27 cm². The same formula applies regardless of the specific angle and side values.
What happens if the two input angles sum to 180° or more?
If A + B equals or exceeds 180°, then C = 180° − A − B would be zero or negative, which is geometrically impossible — no triangle can contain an angle of 0° or less. Every interior angle must be a positive value, and all three must sum to exactly 180°. The calculator will reject such inputs as invalid, since no real triangle can exist under those conditions.