ASA Triangle Calculator
Solve an ASA triangle given two angles and the included side. Computes the third angle, remaining side lengths, area, perimeter, and inradius.
What Is an ASA Triangle?
In Euclidean geometry, ASA (Angle-Side-Angle) refers to a triangle where two interior angles and the length of the side connected directly between them (the included side) are known.
According to the ASA Congruence Postulate, specifying two angles and their included side uniquely determines the size and shape of the entire triangle.
How to Solve an ASA Triangle
Solving an ASA triangle involves a direct three-step procedure:
- Find the Third Angle ($\gamma$): Because the interior angles of any planar triangle sum to $180^\circ$: $$\gamma = 180^\circ - \alpha - \beta$$
- Find the Unknown Sides ($a, b$) Using the Law of Sines: $$\frac{a}{\sin(\alpha)} = \frac{b}{\sin(\beta)} = \frac{c}{\sin(\gamma)}$$ $$a = \frac{c \sin(\alpha)}{\sin(\gamma)}, \quad b = \frac{c \sin(\beta)}{\sin(\gamma)}$$
- Calculate the Area: Using the trigonometric area formula: $$\text{Area} = \frac{1}{2} a b \sin(\gamma) = \frac{c^2 \sin(\alpha) \sin(\beta)}{2 \sin(\alpha + \beta)}$$
Worked Example of an ASA Triangle
Suppose a triangle has angles $\alpha = 50^\circ$, $\beta = 70^\circ$, and included side $c = 8$:
- Third angle: $\gamma = 180^\circ - 50^\circ - 70^\circ = 60^\circ$.
- Side $a = \frac{8 \times \sin(50^\circ)}{\sin(60^\circ)} = \frac{8 \times 0.76604}{0.86603} \approx 7.0764$.
- Side $b = \frac{8 \times \sin(70^\circ)}{\sin(60^\circ)} = \frac{8 \times 0.93969}{0.86603} \approx 8.6805$.
- Perimeter: $P = 7.0764 + 8.6805 + 8 = 23.7569$.
- Area: $\text{Area} = 0.5 \times 7.0764 \times 8.6805 \times \sin(60^\circ) \approx 26.5986\text{ sq units}$.
Explore other triangle calculation tools including our SAS Triangle Area Calculator, 3 Sides Triangle Area Calculator, Area of Triangle with Coordinates Calculator, and Triangle Calculator.
Frequently Asked Questions
What is the difference between ASA and AAS?
In ASA (Angle-Side-Angle), the known side is positioned directly between the two known angles. In AAS (Angle-Angle-Side), the known side is opposite one of the given angles rather than between them. Both configurations uniquely determine a single triangle via the Law of Sines.
Can the two given angles sum to 180 degrees or more?
No. In Euclidean geometry, the sum of all three angles in a triangle must equal exactly 180°. Therefore, any two interior angles must sum to strictly less than 180° so that the third angle remains positive ($\gamma > 0^\circ$).
What is the direct formula for ASA triangle area?
The area can be calculated directly from the two angles and included side $c$ without finding the other sides first using the formula $\text{Area} = \frac{c^2 \sin(\alpha) \sin(\beta)}{2 \sin(\alpha + \beta)}$.
How is the circumradius (R) calculated for an ASA triangle?
From the extended Law of Sines, $2R = \frac{c}{\sin(\gamma)}$, which means the circumradius is $R = \frac{c}{2\sin(\gamma)}$.