Triangle Area Calculator
Calculate the area of a triangle from its base and height. Formula: A = (b × h) / 2. Instant result.
Formula
A = (b × h) / 2
Area of a triangle: three formulas to know
The triangle is the simplest polygon, and which area formula you reach for depends on what you already know. The classic one takes a base and its matching height: A = b·h / 2, half of the rectangle that would box it in. If all you have are the three sides, Heron's formula handles it: A = √(s(s-a)(s-b)(s-c)), with s = (a+b+c)/2 as the semi-perimeter. And when you know two sides and the angle between them, there's the trigonometric form: A = (1/2)·a·b·sin(C).
Try Heron on the Egyptian 3-4-5 right triangle. First the semi-perimeter, s = (3+4+5)/2 = 6, then A = √(6·3·2·1) = √36 = 6. Now check it the other way, using the legs 3 and 4 as base and height: 3·4/2 = 6. Same answer, which is what you'd expect.
Where the triangle shows up in practice
Think of geodetic triangulation, the method that mapped whole continents before GPS, or GPS positioning itself, which trilaterates your distance from satellites. Computer graphics belongs here too: every 3D model you see on screen is a mesh of triangles, since the triangle is the simplest polygon a GPU knows how to rasterize. In Brazilian land surveying, INCRA wants rural plots reported in hectares, where 1 ha = 10,000 m², and big plots are usually broken into triangles whose areas get added up one by one.
Calculate the area of a triangle
A triangle's area is half the base times the height. Simple formula, but easy to mix up in a hurry, and plenty of people forget the very part where you divide by two. The tool applies A = (b × h) / 2 the right way from the measurements you pass it.
It helps with geometry exercises, with the area of a roof, a triangular plot, a boat sail or any three-sided surface. Type the base and the height, see the result, and no danger of forgetting that division.
It all runs in the browser. A direct reference for a triangle's area, whenever geometry calls for it.
Frequently asked questions
Which formula should I use?
Does the height have to fall inside the triangle?
How do I convert m² to hectares?
Related Tools
Trapezoid Area Formula Calculator
Computes trapezoid area from larger base B, smaller base b and height h using the classic average bases formula.
Trapezoid Area Calculator
Calculate the area of a trapezoid from its parallel bases and height. Formula: A = ((B + b) × h) / 2.
Rectangle Area Calculator
Calculate the area of a rectangle from its base and height. Formula: A = b × h. Instant result.
Parallelogram Area Calculator
Calculate the area of a parallelogram from its base and height. Formula: A = b × h. Instant result.
Heron Triangle Area Calculator
Computes triangle area from three sides using Heron formula with semi-perimeter and square root.
Pyramid Base Height Volume Calculator
Computes pyramid volume from base area and height using the classic one third times base area times height formula.
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.