Asa Triangle Calculator
Find all triangle measurements from two angles and included side
Find all sides and angles of a triangle when you know two angles and the side between them (ASA pattern). Uses the Law of Sines for precise calculations.
—
Send feedback
💡 Share your idea or report a problem
✓ Thanks! We'll take a look.
Learn more
How It Works
The formula, explained simply
Imagine holding two rulers at specific angles with a third ruler connecting their ends - that is exactly what ASA triangle solving represents. When you know two angles and the side between them, you have locked in the triangle's shape completely. There is only one possible triangle that can exist with these measurements.
The Law of Sines provides the mathematical framework: the ratio of any side to the sine of its opposite angle remains constant throughout the triangle. Since you know the included side and both adjacent angles, you can calculate the third angle immediately by subtracting from 180 degrees. Then the Law of Sines reveals the two unknown sides through proportion.
This method works because the included side acts as a scale reference. Two triangles might have the same angles but different sizes - the known side tells you exactly which size triangle you are working with, eliminating any ambiguity in the solution.
When To Use This
Right tool, right situation
Use ASA when you have measured two angles at different points and know the exact distance between those measurement points. This situation occurs frequently in surveying, construction layout, and navigation problems where you can measure angles but need to calculate distances.
ASA is ideal for roof trusses, bridge design, and triangular structures where two corner angles are specified and you need to cut the connecting members to exact lengths. The method gives you all dimensions needed for fabrication without additional field measurements.
Do not use ASA when you have two angles and a side that is not between them - that creates an AAS situation with potentially multiple solutions. Also avoid this method when your angle measurements are approximate or when the triangle might be very flat, as small angle errors get amplified in the final side calculations.
Common Mistakes
Why results sometimes look wrong
The most common error is entering angles that sum to 180 degrees or more, creating an impossible triangle. This happens when people measure angles incorrectly or confuse interior angles with exterior angles. Always verify that your two known angles add up to less than 180 degrees before calculating.
Another frequent mistake is mixing up which side corresponds to the included side. The included side must be the one physically between your two known angles, not opposite to one of them. If you use a non-included side, you are actually solving an AAS problem, which requires different methods and may have ambiguous solutions.
People also sometimes forget that angles must be measured from the same reference frame. If one angle is measured from horizontal and another from vertical, you need to convert them to a consistent system first. Inconsistent angle references will produce meaningless results even if the math appears to work correctly.
The Math
Worked examples and deeper derivation
The ASA calculation follows a three-step mathematical process. First, find the third angle using the triangle angle sum: Angle C = 180° - Angle A - Angle B. This works because the interior angles of any triangle always sum to exactly 180 degrees.
Next, convert all angles to radians for the sine calculations, since most programming functions use radian measure. The conversion is: radians = degrees × π ÷ 180. This step ensures mathematical precision in the trigonometric functions.
Finally, apply the Law of Sines to find the unknown sides. The law states that a/sin(A) = b/sin(B) = c/sin(C). Since you know side c and all three angles, you can solve for sides a and b: side A = c × sin(A) ÷ sin(C) and side B = c × sin(B) ÷ sin(C). The sine of the third angle serves as the common denominator for both calculations.
Expert Unlock
The thing most explanations skip
The ASA method assumes your angle measurements are perfectly accurate, but real-world angle errors compound exponentially in the final side calculations. A 1-degree error in either input angle can create side length errors of 5-10% or more, especially in narrow triangles where the third angle becomes very small.
How do ASA triangle calculations work?
Need something this doesn't cover?
Suggest a tool — we'll build it →