Triangle Calculator

Solve any triangle by entering known sides and angles. Supports SSS, SAS, ASA, AAS, and SSA configurations and returns all missing sides, angles, area, and perimeter.
Angle Unit:
Provide 3 values including at least one side
C
°
side b
side a
A
°
side c
B
°

Types of Triangles

By sides: equilateral (all equal), isosceles (two equal), scalene (all different). By angles: acute (all below 90°), right (one at 90°), obtuse (one above 90°). All interior angles sum to 180°.

Law of Sines

a/sin(A) = b/sin(B) = c/sin(C). Used when you know two angles and a side (AAS/ASA) or two sides and a non-included angle (SSA).

Law of Cosines

c² = a² + b² − 2ab·cos(C). Used when you know two sides and the included angle (SAS) or all three sides (SSS). For right triangles it reduces to the Pythagorean theorem.

Triangle Area Formulas

Area = ½ × base × height. When height is unknown use Heron's formula: √(s(s−a)(s−b)(s−c)) where s = (a+b+c)/2. Or use Area = ½ × a × b × sin(C).