1001Ferramentas
📐 Calculators

Heron Triangle Area Calculator

Computes triangle area from three sides using Heron formula with semi-perimeter and square root.

Triangle area — Heron's formula

Heron's formula (Hero of Alexandria, ~60 AD) gives you the area of a triangle straight from its three side lengths a, b, c. You don't need the height, you don't need an angle, and you don't need coordinates: A = √(s·(s−a)·(s−b)·(s−c)), where s = (a+b+c)/2 is the semiperimeter. Take the familiar 3-4-5 right triangle: s = (3+4+5)/2 = 6, so A = √(6·3·2·1) = √36 = 6. One catch — the sides have to obey the triangle inequality, meaning each one stays smaller than the sum of the other two. If they don't, the radicand goes negative and there's no triangle to speak of.

Applications

This is the go-to method in topography and land surveying when all you have are the distances between markers (from a theodolite, total station, or measuring tape) and no angle or altitude at all. It shows up in GPS triangulation and trilateration for area between known points, in INCRA rural plot measurement where polygons get split into triangles, in computer graphics for triangulated meshes, and in the classroom as the classic stand-in for base × height ÷ 2 whenever the height is awkward to measure.

FAQ

Why use Heron instead of base × height ÷ 2? Out in the field, dropping a perpendicular height across rough ground or around obstacles is usually a pain. Sides, on the other hand, are quick to get with a tape or laser, and Heron asks for nothing else.

What if the result is "not a number"? Your three lengths break the triangle inequality, with one side landing at or above the sum of the other two, so they can't close up into a real triangle.

Does it work for any triangle? It does. Equilateral, isosceles, scalene, right, acute, obtuse — the formula handles every valid triangle.

Is there a numerically stable variant? There is. For very thin triangles, Kahan's reformulation with the sides sorted cuts the floating-point loss you'd get from the textbook expression.

Related Tools

🔺

Triangle Area Calculator

Calculate the area of a triangle from its base and height. Formula: A = (b × h) / 2. Instant result.

🔷

Regular Polygon Area Calculator

Calculate the area of any regular polygon by entering the number of sides and side length.

🎗️

Satin Ribbon for Bows by Area

Calculates satin ribbon needed for bows by covered area.

Blank Diameter for Cup

Calculate the blank (initial flat disc) diameter needed to draw a cylindrical cup, D = √(d² + 4·d·h), from the cup diameter d (mm) and the cup height h (mm), by area conservation. The calculation rests on a fundamental drawing principle: the operation does NOT significantly change the sheet thickness (ideally drawing conserves volume and, with constant thickness, conserves surface AREA). So the flat disc area must equal the cup surface area (bottom + side wall). Equating π·D²/4 = π·d²/4 + π·d·h and solving for D gives the formula. This is the starting point of any drawn-part design: it sets the disc size to cut from the coil or sheet, which determines material consumption (and thus cost and yield, optimized by blank arrangement — nesting). For cups with flange, rounded bottom or non-straight walls, add the corresponding areas. Correct blank calculation avoids waste (disc too big) and incomplete parts (disc too small). Enter the cup diameter and height.

🎨

Acrylic Paint Area Calculator

Estimates acrylic paint amount in ml per square meter of canvas.

📦

Surface Area Calculator (3D)

Compute the surface area of cubes, rectangular prisms, spheres, cylinders, cones and pyramids. Shows the formula used. Everything in your browser.

The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.