Triangle Area Calculator — Base, Height, Heron's Formula & Coordinates

Calculate triangle area instantly. Find area using base and height, three sides (Heron's formula), two sides and included angle, or vertex coordinates. Perfect for geometry, surveying, and construction.

Triangle Area Calculator — Overview

A triangle is a polygon with three sides and three angles. Calculating its area is one of the most fundamental geometry skills. The area represents the space enclosed by the three sides.

Key Triangle Measurements:

  • Base (b): Any of the three sides, typically the bottom side.
  • Height (h): Perpendicular distance from base to opposite vertex (top point).
  • Sides (a, b, c): The three edges of the triangle.
  • Angles: Three interior angles that sum to 180°.
  • Perimeter: Sum of all three sides (a + b + c).

Common Applications: Land measurement (surveying), construction (roof design), navigation, architecture, graphic design, and countless engineering problems.

This calculator handles: (1) area from base and height, (2) area from three sides (Heron's formula), (3) area from two sides and included angle, (4) area from coordinates, (5) triangle properties, and (6) triangle classification.

Triangle Area Calculator

Length of base side
Perpendicular height

What Is a Triangle? — Geometry & Properties

Triangle Definition: A polygon with three sides, three vertices (corner points), and three interior angles that always sum to 180°. The simplest polygon with area.

Basic Properties:

  • Three vertices connected by three line segments (sides).
  • Sum of interior angles always equals 180°.
  • The sum of any two sides must be greater than the third side (triangle inequality).
  • No vertices or curves — all straight sides.
  • Perimeter = sum of all three sides (a + b + c).

Triangle Measurements:

  • Altitude/Height: Perpendicular from vertex to opposite side (base).
  • Median: Line from vertex to midpoint of opposite side.
  • Angle Bisector: Line dividing an angle into two equal parts.
  • Circumradius: Radius of circle passing through all three vertices.
  • Inradius: Radius of circle inscribed inside triangle.

Triangle Area Formulas — Explained

Base and Height Formula (Most Common)

A = (b × h) ÷ 2
Where: b = base, h = perpendicular height from base to opposite vertex
Example: If base = 10 and height = 6, then A = (10 × 6) ÷ 2 = 30 square units

Heron's Formula (Three Sides)

A = √[s(s-a)(s-b)(s-c)]
where s = (a + b + c) ÷ 2
s = semi-perimeter (half the perimeter). Works for any triangle given three sides.
Example: If a=5, b=6, c=7: s = 9, A = √[9×4×3×2] = √216 ≈ 14.7 sq units

Two Sides and Included Angle

A = (a × b × sin(C)) ÷ 2
Where: a, b = two sides, C = angle between them (in degrees or radians)
Example: If a=7, b=8, angle=60°: A = (7 × 8 × sin(60°)) ÷ 2 ≈ 24.2 sq units

Coordinate Formula

A = |x₁(y₂ - y₃) + x₂(y₃ - y₁) + x₃(y₁ - y₂)| ÷ 2
Using coordinates of three vertices (x₁,y₁), (x₂,y₂), (x₃,y₃)
Example: (0,0), (10,0), (5,8): A = |0 + 10×8 + 5×0| ÷ 2 = 40 sq units

Perimeter of Triangle

P = a + b + c
Sum of all three sides. Example: P = 5 + 6 + 7 = 18 units

Calculate Triangle Area Manually — Step by Step

Example 1: Find Area with Base = 10, Height = 6

Step 1: Identify the Formula

A = (b × h) ÷ 2

Step 2: Substitute Values

A = (10 × 6) ÷ 2

Step 3: Calculate

A = 60 ÷ 2 = 30 square units

Example 2: Find Area with Sides 5, 6, 7 (Heron's Formula)

Step 1: Calculate Semi-Perimeter

s = (5 + 6 + 7) ÷ 2 = 18 ÷ 2 = 9

Step 2: Apply Heron's Formula

A = √[s(s-a)(s-b)(s-c)]

Step 3: Calculate Each Term

s - a = 9 - 5 = 4
s - b = 9 - 6 = 3
s - c = 9 - 7 = 2

Step 4: Multiply and Square Root

A = √[9 × 4 × 3 × 2] = √216 ≈ 14.7 square units

Triangle Types — Classification & Properties

By Sides:

Equilateral Triangle — All three sides equal. All angles = 60°. Most symmetrical.

  • If side = a, then Area = (a² × √3) ÷ 4
  • Example: side = 10, Area = (100 × √3) ÷ 4 ≈ 43.3 sq units

Isosceles Triangle — Two sides equal. Two angles equal (base angles).

  • Base and two equal sides form the triangle.
  • Height from apex to base creates two congruent right triangles.

Scalene Triangle — All three sides different. All angles different.

  • Most common type in nature and practical applications.
  • Use Heron's formula when all three sides are known.

By Angles:

Acute Triangle — All angles less than 90°. Most "normal" looking.

Right Triangle — One angle exactly 90°. Hypotenuse is longest side.

  • Area = (leg₁ × leg₂) ÷ 2
  • Related to Pythagorean theorem.

Obtuse Triangle — One angle greater than 90°. Looks flattened.

Real-World Triangle Area Applications

Example A: Land Surveying

A surveyor measures a triangular plot: base = 40 meters, height = 25 meters.

  • Area = (40 × 25) ÷ 2 = 500 square meters
  • If land costs $100 per square meter, total value = $50,000

Example B: Roof Design

A roof section is triangular with sides 20 ft, 20 ft (isosceles), base 24 ft. Find area for shingles needed.

  • First find height: h = √(20² - 12²) = √(400 - 144) = √256 = 16 ft
  • Area = (24 × 16) ÷ 2 = 192 square feet
  • Need ~200 sq ft of shingles (accounting for waste)

Example C: Fabric for Pennant Banner

Making a triangular pennant: two sides 30 inches, included angle 45°.

  • Area = (30 × 30 × sin(45°)) ÷ 2 ≈ 318 square inches
  • Need about 2.2 square feet of fabric

Example D: Navigation Triangle

A ship's triangular course: coordinates (0,0), (100,0), (50,87).

  • Area = |0 + 100×87 + 50×0| ÷ 2 = 4,350 square units
  • Represents the area swept by the ship's route

Example E: Graphic Design

A triangular logo with sides 12 cm, 15 cm, 18 cm. Calculate area for printing.

  • s = (12 + 15 + 18) ÷ 2 = 22.5
  • A = √[22.5 × 10.5 × 7.5 × 4.5] ≈ 89.1 square cm

Heron's Formula — How It Works

Heron's formula (attributed to Heron of Alexandria, 1st century AD) calculates triangle area when you know all three sides. This is powerful because you don't need height or angles.

Formula Breakdown:

A = √[s(s-a)(s-b)(s-c)]
where s = (a + b + c) ÷ 2 (semi-perimeter)

Why It Works:

The formula uses the semi-perimeter as a reference point. The factors (s-a), (s-b), and (s-c) represent how "far" each side is from the semi-perimeter. Their product captures how the sides relate to each other, ultimately determining area.

Example with Numbers:

Triangle with sides 13, 14, 15:

  • s = (13 + 14 + 15) ÷ 2 = 21
  • s - 13 = 8, s - 14 = 7, s - 15 = 6
  • A = √[21 × 8 × 7 × 6] = √7056 = 84 square units

Advantages of Heron's Formula:

  • No need to measure height (often difficult in practice)
  • No angle measurements required
  • Works for any triangle type (equilateral, isosceles, scalene)
  • Useful in surveying and construction where sides are easily measured

Common Triangle Area Mistakes

Mistake 1: Using Wrong Height

❌ Wrong: Using one of the slanted sides as height instead of perpendicular distance
✅ Correct: Height must be perpendicular (90°) from base to opposite vertex

Mistake 2: Forgetting to Divide by 2

❌ Wrong: A = base × height (forgot ÷ 2)
✅ Correct: A = (base × height) ÷ 2

Mistake 3: Confusing Angle Type in Formula

❌ Wrong: Using A = (a × b × C) ÷ 2 directly without sin()
✅ Correct: A = (a × b × sin(C)) ÷ 2, where angle C must be in proper unit (degrees converted to radians for sin)

Mistake 4: Invalid Triangle Sides

❌ Wrong: Using sides 1, 2, 5 (triangle inequality violated: 1+2 < 5)
✅ Correct: Check that sum of any two sides > third side before calculating

Mistake 5: Miscalculating Heron's Formula

❌ Wrong: Using A = √[a × b × c] (forgot semi-perimeter concept)
✅ Correct: A = √[s(s-a)(s-b)(s-c)] with s = (a+b+c)÷2

Common Triangles Reference Table

Triangle Type Sides Angles Area Formula
Equilateral (side=10) 10, 10, 10 60°, 60°, 60° 43.30 sq units
Isosceles (10, 10, 12) 10, 10, 12 48°, 48°, 84° 48.00 sq units
Right (3, 4, 5) 3, 4, 5 90°, 53°, 37° 6.00 sq units
Scalene (5, 6, 7) 5, 6, 7 Varies 14.70 sq units
Right (5, 12, 13) 5, 12, 13 90°, 67°, 23° 30.00 sq units
Scalene (13, 14, 15) 13, 14, 15 Varies 84.00 sq units

Glossary

  • Triangle: Polygon with three sides, three vertices, and three angles.
  • Base: Any of the three sides, typically the bottom for calculation purposes.
  • Height (Altitude): Perpendicular distance from base to opposite vertex.
  • Vertex: Corner point where two sides meet.
  • Angle: Measurement of rotation between two sides (in degrees or radians).
  • Perimeter: Sum of all three sides.
  • Semi-perimeter (s): Half of perimeter, used in Heron's formula.
  • Equilateral: Triangle with all three sides equal and all angles 60°.
  • Isosceles: Triangle with two equal sides and two equal angles.
  • Scalene: Triangle with all three sides and angles different.
  • Right Triangle: Triangle with one 90-degree angle.
  • Acute Triangle: Triangle with all angles less than 90°.
  • Obtuse Triangle: Triangle with one angle greater than 90°.

Frequently Asked Questions

Q: Why does the formula have ÷ 2 in it?

A rectangle with base × height has area = base × height. A triangle is half a rectangle (cut diagonally), so area = (base × height) ÷ 2. This is the geometric reason.

Q: What if my triangle looks very flat or very tall?

The formula works regardless of shape. A flat (obtuse) triangle and a tall (acute) triangle with same base and height have the same area. Shape doesn't affect the calculation, only base and height matter.

Q: Can I use Heron's formula for right triangles?

Yes! Heron's formula works for ANY triangle. For right triangles, it's often easier to use A = (leg₁ × leg₂) ÷ 2, but Heron's formula gives the same result.

Q: What if the three sides don't form a valid triangle?

If sum of any two sides ≤ third side, the sides violate the triangle inequality and don't form a valid triangle. The calculator will show an error.

Q: How do I find height if I only know the sides?

Use Heron's formula to find area, then use A = (base × height) ÷ 2 rearranged: height = (2 × A) ÷ base. Or use coordinate geometry if you have vertex positions.

Q: Do the angles have to add up to exactly 180°?

Yes, in Euclidean geometry (standard flat plane), interior angles of any triangle always sum to 180°. This is a fundamental property.

Related Calculators