Triangle Area Calculator

Calculate triangle area, perimeter, angles, altitudes, circumradius, inradius, and classification. Supports base-height, Heron's formula, and SAS methods with unit selection and a complete 15-prop..

cm
cm
cm

Formula used: A = √[s(s−a)(s−b)(s−c)]

Area
17.3205 cm²
Perimeter
20.0000 cm
Classification
Scalene, Acute
Semi-perimeter (s)
10.0000 cm

Angles

Angle A (opposite side a)
38.21°
Angle B (opposite side b)
60.00°
Angle C (opposite side c)
81.79°

Altitudes

Altitude to side a
6.9282 cm
Altitude to side b
4.9487 cm
Altitude to side c
4.3301 cm

Circle Radii

Circumradius (R)
4.0415 cm
Radius of circumscribed circle
Inradius (r)
1.7321 cm
Radius of inscribed circle

Complete Summary

PropertyValue
Area17.3205 cm²
Perimeter20.0000 cm
Semi-perimeter10.0000 cm
Side a5.0000 cm
Side b7.0000 cm
Side c8.0000 cm
Angle A38.21°
Angle B60.00°
Angle C81.79°
Altitude to a6.9282 cm
Altitude to b4.9487 cm
Altitude to c4.3301 cm
Circumradius (R)4.0415 cm
Inradius (r)1.7321 cm
TypeScalene, Acute
Planning notes, formulas, and examples

About the Triangle Area Calculator

The area of a triangle is one of the most fundamental calculations in geometry. Whether you are a student solving homework problems, an engineer designing structural components, or a homeowner measuring an oddly shaped plot of land, knowing how to find a triangle's area is an essential skill.

This calculator supports three different methods so you can work with whatever measurements you have. The simplest approach uses base and height: multiply the base by the height and divide by two. When you know all three side lengths but not the height, Heron's formula computes the area using only the sides. And when you know two sides and the angle between them, the SAS (Side-Angle-Side) formula handles the calculation.

Triangles appear everywhere in the real world — from roof trusses and sail panels to surveying irregular land parcels and creating computer graphics. Understanding area computation unlocks applications across architecture, physics, engineering, art, and everyday problem solving. This calculator returns the area from whichever set of triangle measurements you start with.

When This Page Helps

Computing triangle area by hand is straightforward for simple cases, but Heron's formula involves square roots of products, and the SAS method requires trigonometric functions — both are easy to miscalculate without a tool. This calculator handles all three methods in one place and shows which formula it used, so you can verify the approach. It is especially valuable when comparing results across methods to double-check your measurements.

How to Use the Inputs

  1. Select the calculation method: Base & Height, Three Sides (Heron's), or Two Sides & Included Angle (SAS).
  2. Choose your measurement unit (cm, m, in, ft, mm, yd) — all outputs display in the selected unit.
  3. Enter the required measurements for your chosen method.
  4. View area, perimeter, and triangle classification (equilateral/isosceles/scalene + right/acute/obtuse).
  5. In Heron's or SAS mode, see all 3 interior angles, 3 altitudes, circumradius, and inradius.
  6. Review the complete summary table with all 15 computed triangle properties.
  7. Switch methods to verify your measurements produce consistent results.
Formula used
Method 1 — Base & Height: A = ½ × b × h Method 2 — Heron's Formula (three sides a, b, c): s = (a + b + c) / 2 A = √(s(s − a)(s − b)(s − c)) Method 3 — SAS (two sides a, b and included angle C): A = ½ × a × b × sin(C)

Example Calculation

Result: 30

Using the base-and-height method: A = ½ × 10 × 6 = 30 square units. This is the simplest triangle area formula — half of the rectangle formed by the base and height.

Tips & Best Practices

  • The height must be perpendicular to the base — it is not necessarily one of the triangle's sides unless the triangle is a right triangle.
  • For Heron's formula, check the triangle inequality first: a + b > c, a + c > b, and b + c > a. If any fails, those sides cannot form a triangle.
  • When using the SAS method, the angle must be the angle between the two given sides (the included angle), not any arbitrary angle.
  • All methods give the same result for the same triangle — use a second method to verify your answer.
  • If working with coordinates, you can compute area using the shoelace formula: A = ½|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|.
  • For equilateral triangles with side s, the area simplifies to A = (√3/4) × s².

Why Triangle Area Matters

Triangles are the simplest polygon and the building block of more complex shapes. Any polygon can be divided into triangles, and any curved surface can be approximated by a mesh of triangles (this is how 3D graphics work). Understanding triangle area is therefore the foundation for computing areas of all shapes.

Comparing the Three Methods

The base-and-height method is simplest but requires knowing the perpendicular height, which is not always directly measurable. Heron's formula needs only the three sides — ideal for surveying or situations where you can measure edges but not heights. The SAS method is useful in engineering and navigation, where angles are often known from instruments. All three methods produce the same result for the same triangle.

Real-World Applications

Architects use triangle area calculations to estimate roofing materials for gable ends. Surveyors divide irregular land parcels into triangles and sum their areas. Physicists compute cross-sectional areas of triangular beams for stress analysis. Even artists use triangle geometry to create balanced compositions and perspective drawings.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Multiply the base by the perpendicular height, then divide by 2. The formula is A = ½ × base × height. For example, a triangle with a base of 8 cm and a height of 5 cm has an area of 20 cm².