Updated: 2026-04-02

Oblique Triangle Solver: Calculate Any Triangle

Overview: An oblique triangle is defined as any triangle without a right angle, encompassing acute, obtuse, and all scalene/isosceles types. Solving such triangles primarily relies on the law of sines and the law of cosines. This guide demonstrates key use cases like calculating a unique triangle given three sides (SSS). It covers calculating the perimeter by summing the sides and the area using Heron's formula, while angles are determined through the law of cosines.

Understanding Oblique Triangles

An oblique triangle is defined as any triangle that does not contain a right angle. This is its only fundamental constraint regarding side lengths and angle measures. Consequently, the category of oblique triangles encompasses all other triangle types, including acute, obtuse, equilateral, isosceles, and scalene triangles.

Solving these triangles doesn't follow a single rule. Instead, it relies on two essential trigonometric tools: the Law of Sines and the Law of Cosines.

Methods for Solving Oblique Triangles

Solving with Three Known Sides (SSS)

When you know the lengths of all three sides (a, b, c), you can determine all other properties. Calculating the perimeter is straightforward: simply sum the three sides.

P = a + b + c

For the area, Heron's formula is the most efficient method. It uses the semi-perimeter to compute the area without initially requiring the angles.

s = (a + b + c) / 2
Area = √( s * (s - a) * (s - b) * (s - c) )

You can then determine the angles by applying the angle version of the Law of Cosines. For instance, the cosine of angle γ is given by:

cos(γ) = (a² + b² - c²) / (2ab)

Solving with Two Sides and the Included Angle (SAS)

This common scenario, known as SAS, requires knowing two sides and the angle between them. This combination uniquely defines a triangle. The area can be calculated immediately using the formula:

A = 0.5 * a * b * sin(γ)

The third side is found using the Law of Cosines:

c = √(a² + b² - 2ab * cos(γ))

Once this side is known, the remaining angles can be calculated using the Law of Sines.

Solving with Two Angles and a Side (ASA or AAS)

There are two similar scenarios here: knowing two angles and the side between them (ASA), or knowing two angles and a side not between them (AAS). For both, the process starts by finding the third angle, since the sum of angles in a triangle is always 180 degrees.

α + β + γ = 180°

For an ASA triangle (e.g., angles β, γ, and side a), you calculate α = 180° - β - γ. Then, apply the Law of Sines to find the unknown sides:

b = (a / sin(α)) * sin(β)
c = (a / sin(α)) * sin(γ)

For an AAS triangle (e.g., angles β, γ, and side b), you also start with α = 180° - β - γ. Then, use the Law of Sines relative to the known side:

a = (b / sin(β)) * sin(α)
c = (b / sin(β)) * sin(γ)

Frequently Asked Questions

What is the area of a triangle with sides 4 cm and 5 cm and an included angle of 40°?

Using the SAS area formula A = 0.5 * a * b * sin(γ), we calculate: 0.5 * 4 * 5 * sin(40°) ≈ 6.428 cm².

Can you solve an SSA triangle?

The SSA combination (two sides and a non-included angle) is ambiguous and does not guarantee a unique triangle. Two different triangles can often satisfy the given conditions, which is why calculations focus on unambiguous combinations like SSS, SAS, ASA, and AAS.

What combinations solve an oblique triangle?

An oblique triangle can be uniquely solved if you know: three sides (SSS), two sides and the included angle (SAS), two angles and the side between them (ASA), or two angles and a side not between them (AAS). Review the solving methods above for details.

How do I solve an AAS triangle?

To solve an AAS triangle (knowing angles α, β, and side b):

  1. Find the third angle: γ = 180° - α - β.
  2. Use the Law of Sines to find the other sides: a = (b / sin(β)) * sin(α) and c = (b / sin(β)) * sin(γ).
  3. Compute the perimeter and area with the now-complete data.

How do I solve an ASA triangle?

To solve an ASA triangle (knowing angles α, β, and side c):

  1. Calculate the third angle: γ = 180° - α - β.
  2. Apply the Law of Sines: a = (c / sin(γ)) * sin(α) and b = (c / sin(γ)) * sin(β).
  3. Proceed to find the perimeter and area.

Other calculators:

Multilingual calculator