Triangle Area: Heron, Base-Height and Trigonometric Methods
Three formulas cover every situation. (1) Base-height: Area = ½ × b × h. Pick any side as the base; h is the perpendicular distance from the opposite vertex to that base (or its extension). This is the formula taught first in school and what you reach for when a height is given or easy to drop. (2) Heron's formula: Area = √[s(s−a)(s−b)(s−c)] with s = (a+b+c)/2. Use it when all three sides are known but no height — common in surveying, navigation, and any problem framed by side lengths alone. Numerically, Heron's loses precision for very thin (needle) triangles where one side nearly equals the sum of the other two; the calculator uses a numerically stable variant in those cases. (3) Trigonometric (SAS area): Area = ½ × a × b × sin(C) where C is the angle between sides a and b. Particularly compact when SAS data is given and useful in linear algebra and physics (cross-product magnitude). All three give identical results — they are different algebraic forms of the same geometric quantity.