🔺 Triangle Calculator
Calculate triangle area, perimeter, angles, and type using three input modes: base & height, three sides (Heron's formula), or two sides and an included angle (SAS).
Area = ½ × base × height. Enter the base and perpendicular height.
Triangle Formulas
Worked Example — Sides 3, 4, 5 (SSS)
Frequently Asked Questions
The most common formula is Area = ½ × base × height, where height is the perpendicular distance from the base to the opposite vertex. When only sides are known, use Heron's formula.
Heron's formula computes a triangle's area using only its three side lengths. First calculate the semi-perimeter: s = (a+b+c)/2. Then Area = √(s(s−a)(s−b)(s−c)). It works for any triangle.
Use the law of cosines when you have SSS or SAS — it directly finds the missing side or angle. Use the law of sines (a/sin A = b/sin B) when you have AAS or ASA, as it is algebraically simpler in those cases.
By sides: Equilateral (all three sides equal, all angles 60°), Isosceles (two sides equal), Scalene (all sides different). By angles: Right (one 90° angle), Acute (all angles < 90°), Obtuse (one angle > 90°).
Related Calculators
Pythagorean Theorem Calculator
Calculate the missing side of a right triangle using the Pythagorean theorem.
Trigonometry Calculator
Calculate sin, cos, tan, and their inverses in degrees or radians.
Area Calculator
Calculate the area of any shape — circle, triangle, rectangle, trapezoid, and more.