Definition
Triangle area formulas compute the enclosed area using whichever combination of sides and/or angles you are given. All of them ultimately reduce to the primitive idea “area = ½ × base × height”, but they rearrange that idea for different data.
Why It Matters
These formulas are the most basic tools for spatial quantification. They allow us to calculate the area of any polygon by decomposing it into triangles, providing the universal foundation for surveying, architecture, and computer graphics.
Core Concepts
-
Base-Height (foundational)
- How to read: “Area equals one-half base times height.”
- Meaning: The universal starting point. Every other triangle area formula is a rewriting of this. Use when you can identify (or construct) a base and the corresponding perpendicular height. If the height is inside the triangle it is acute; if outside, the triangle is obtuse at one base angle.
-
SAS (two sides and included angle)
- How to read: “Area equals one-half times side a times side b times sine of the included angle C.”
- Meaning: Drop an altitude from the vertex opposite the included angle; the altitude length is the adjacent side × sin(included angle). This is the most common “trig area” formula. Use whenever you know two sides and the angle between them (e.g., two sides and the vertex angle in a triangle).
-
SSS — Heron’s Formula
- How to read: “The area A equals the square root of s times the quantity s minus a, times the quantity s minus b, times the quantity s minus c; where s equals a plus b plus c, divided by two.”
- Meaning: Use when you are given (or can measure) all three sides and nothing else. See Heron’s Formula for full verbalization and intuition.
-
ASA or AAS (two angles and a non-included side) (or equivalent permutations)
- How to read: “Area equals a-squared times sine B times sine C over two sine A.”
- Meaning: First find the third angle (A + B + C = 180°), then apply the Law of Sines to get a second side, then use SAS. Or use the formula directly. Useful in surveying when you measure angles at two vertices and one side.
-
Equilateral Triangle (special case)
- How to read: “The area equals the side squared times the square root of three, all divided by four.”
- Meaning: Derived by splitting the equilateral into two 30-60-90 triangles. The √3/4 factor is constant. Memorize for quick calculations on hexagonal tilings, truss panels, etc.
-
Inradius form (any triangle)
- How to read: “Area equals inradius times semiperimeter.”
- Meaning: The area is the sum of the areas of the three triangles formed by connecting the incenter to the vertices. Very useful when you know the radius of the inscribed circle.