Last verified · v1.0
Calculator · math
Oblique Triangle Calculator
Solve any oblique triangle by entering SSS, SAS, ASA, or AAS values. Instantly computes all sides, angles, and area using the Law of Sines and Law of Cosines.
Inputs
Triangle Area
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
What Is an Oblique Triangle?
An oblique triangle is any triangle that contains no right (90°) angle. Unlike right triangles, oblique triangles require the Law of Sines, the Law of Cosines, or the trigonometric area formula to resolve unknown sides, angles, and area. The oblique triangle calculator selects the correct formula automatically based on which three elements are provided: SSS, SAS, ASA, or AAS.
The Three Governing Formulas
1. Law of Sines
The Law of Sines states that each side divided by the sine of its opposite angle produces a constant ratio throughout the triangle:
a / sin(A) = b / sin(B) = c / sin(C)
This relationship applies directly to the ASA case (two angles and the included side) and the AAS case (two angles and a non-included side). Because all interior angles in any triangle sum to 180°, knowing two angles immediately determines the third, making the Law of Sines the efficient choice for angle-rich inputs.
2. Law of Cosines
The Law of Cosines extends the Pythagorean theorem to triangles of any shape:
c² = a² + b² − 2ab · cos(C)
Equivalent forms solve for sides a and b by substituting the respective opposite angles. Setting C = 90° reduces cos(C) to zero, collapsing the expression to the classic Pythagorean identity c² = a² + b². The Law of Cosines is essential for the SAS case (two sides with the included angle) and the SSS case (all three sides known).
3. Area Formula
The trigonometric area formula computes triangle area from two sides and their included angle, eliminating the need to measure height:
Area = ½ · a · b · sin(C)
For example, a triangle with a = 7 m, b = 10 m, and included angle C = 45° has an area of ½ × 7 × 10 × sin(45°) ≈ ½ × 70 × 0.7071 ≈ 24.75 m². This formula derives from the standard base-times-height formula by expressing height as b · sin(C).
Solving the Four Input Cases
SSS — Three Sides Known
Apply the Law of Cosines to the largest angle first to minimize rounding error. Given sides a = 5, b = 7, c = 9: cos(C) = (a² + b² − c²) / (2ab) = (25 + 49 − 81) / 70 = −7/70 ≈ −0.1, so C ≈ 95.74°. The Law of Sines then yields A and B, and their sum with C must equal 180° as a built-in verification check.
SAS — Two Sides and Included Angle Known
Use the Law of Cosines to find the unknown third side, then apply the Law of Sines for the remaining angles. With a = 8, b = 6, C = 40°: c² = 64 + 36 − 2(8)(6)cos(40°) ≈ 100 − 73.47 ≈ 26.53, giving c ≈ 5.15. From c, the Law of Sines provides angles A and B straightforwardly.
ASA — Two Angles and the Included Side Known
Compute C = 180° − A − B immediately, then apply the Law of Sines for both missing sides. Example: A = 50°, B = 60°, c = 12. C = 70°. Side a = 12 × sin(50°) / sin(70°) ≈ 9.79; side b = 12 × sin(60°) / sin(70°) ≈ 11.07. Both computations require only a single Law of Sines ratio pass.
AAS — Two Angles and a Non-Included Side Known
Find C = 180° − A − B, then use the Law of Sines with the given side. Example: A = 35°, B = 75°, a = 10. C = 70°. Side b = 10 × sin(75°) / sin(35°) ≈ 16.85; side c = 10 × sin(70°) / sin(35°) ≈ 16.38. All three sides and all three angles are now fully determined.
Real-World Applications
- Land Surveying: Surveyors construct oblique triangles across rivers or cliffs to compute distances that cannot be directly measured, using two baseline points and two observed angles.
- Aviation: Pilots resolve the oblique triangle formed by the airspeed vector, wind vector, and resultant ground-track vector to determine exact heading and ground speed.
- Structural Engineering: Non-right-angle trusses in roofs and bridges require the Law of Cosines to accurately resolve internal member forces under load.
- Astronomy: Stellar parallax measurements use an oblique triangle whose base spans the Earth's orbital diameter (approximately 299 million km) to calculate distances to nearby stars in parsecs.
Methodology and Sources
The formulas and case-selection logic implemented in this calculator follow derivations documented in the Clark University Trigonometry Reference and the Colorado State University Trigonometry Placement Guide. Both sources confirm that the Law of Sines, the Law of Cosines, and the trigonometric area formula collectively constitute the complete toolkit for solving any oblique triangle. Weatherford College's Plane Trigonometry (MATH 1316) and Portland Community College's MTH 112 course outcomes further validate this three-formula framework as the standard across university-level trigonometry instruction worldwide.
Reference