Most geometry problems hit a wall right where the height should be. You know the three sides, but that perpendicular measurement isn’t given—frustrating when you just need the area. There’s a 2,000-year-old formula that sidesteps this entirely, using only a, b, and c. This guide walks through every method for finding triangle area, from the basic ½bh to Heron’s famous derivation, with worked examples at each step.

Basic Formula: ½ × base × height · Heron’s Semi-perimeter: s = (a + b + c)/2 · Sine Formula: ½ × a × b × sin(C) · Equilateral Formula: (√3/4) × side² · Right Triangle Example (3-4-5): 6 square units

Quick snapshot

These four methods cover every possible starting point—whether you have base and height, all three sides, or an angle.

1Basic Method
2Heron’s Formula
3Sine Method
4Right Triangle
Property Value
Universal Formula ½ × base × height
Heron’s Origin Hero of Alexandria
Equilateral Formula (√3/4) × side²
Units Square units (e.g., cm²)

What is the formula for the area of a triangle?

The most widely used triangle area formula is A = ½ × base × height, which gives the area A when you know the base length and the perpendicular height drawn to that base. The University of Florida’s mathematical derivation confirms this formula applies universally to all triangles in Euclidean geometry.

Basic formula: ½ base × height

This formula multiplies the base length by the height and divides by two. The height must be measured as the perpendicular distance from the base to the opposite vertex—it’s not the length of a sloping side.

The upshot

YouTube’s geometry tutorials show that for a triangle with base 10 and height 12, the area calculates to ½ × 10 × 12 = 60 square units. This straightforward multiplication works whenever you have the perpendicular height.

When base and height are known

The ½bh formula requires two measurements: the base and the height. The base can be any of the three sides you choose as your reference. The height is always the altitude perpendicular to your chosen base—a measurement that can be tricky to obtain for obtuse triangles or in practical surveying situations.

Why this matters

According to the University of Illinois MSTE educational resource, the base-height formula requires physically measuring the perpendicular height, which becomes difficult when the triangle isn’t right-angled. This practical challenge is exactly why Heron’s formula exists.

The ½bh formula remains the foundation, but it demands perpendicular measurements that aren’t always available in the field.

How to find the area of a triangle given three sides?

When you know all three side lengths but not the height, Heron’s formula provides the answer without requiring any angle measurements. The formula uses a helper value called the semi-perimeter.

Heron’s formula steps

Step 1: Calculate the semi-perimeter using s = (a + b + c) / 2, where a, b, and c are your three side lengths. Step 2: Multiply s by (s – a), (s – b), and (s – c). Step 3: Take the square root of that product. The result is the area.

The formula itself is: A = √[s(s-a)(s-b)(s-c)]. This expression appears consistently across educational resources including The Math Doctors and Omni Calculator, both verified through multiple independent sources.

Calculate semi-perimeter s

The semi-perimeter s is simply half the perimeter. For a triangle with sides 3, 4, and 5, the semi-perimeter is (3 + 4 + 5) / 2 = 6. This value is critical because the final area formula depends on it.

Bottom line: Surveyors who need triangle area in field conditions benefit most from Heron’s approach, since side lengths are far easier to measure accurately than perpendicular heights.

What’s the simplest way to find a triangle’s area?

The simplest method depends on what information you have. If you have a right triangle, you’re in luck—there’s no need for Heron’s formula or trigonometry.

Using base and height

When the height is known, the ½ × base × height formula is your fastest option. You identify your base, measure or find the perpendicular height, multiply, and divide by two. This requires only basic arithmetic.

Right triangle specifics

For right triangles, the two legs that form the 90° angle serve as the base and height directly. The YouTube Geometry Tutorial demonstrates how sin(90°) = 1 simplifies the general trig formula (½)ab sinC directly to (½)bh, making the right triangle the most straightforward case.

The catch

Right triangles are the exception, not the rule. Most real-world and textbook triangles aren’t right-angled, which is why learning Heron’s formula separately is worth the effort.

The right triangle shortcut works because a 90° angle guarantees that one side is perpendicular to another.

How to find area of a 3-sided triangle?

“Three-sided triangle” is simply another way of saying “triangle”—every triangle has three sides. When you have all three but not the height or any angles, you have two primary options.

When height unknown

The base-height formula requires the altitude, which may not be directly measurable. The University of Florida derivation shows one classical approach uses two intersecting circles to form right triangles, ultimately leading to the square-root expression. Cuemath presents an alternative derivation using altitude division and the Pythagorean theorem on segments p and q.

Sine rule alternative

The formula A = ½ab sin(C) requires two sides and the included angle between them. GeeksforGeeks shows this can be derived from Heron’s formula by substituting cos(C) from the law of cosines. If you have an angle measurement, this method can be faster than computing the semi-perimeter.

What to watch

Heron’s formula requires triangle inequality: all three sides must satisfy a + b > c, plus the two other analogous conditions. If your three lengths don’t form a valid triangle, the formula will produce an invalid result. Wikipedia confirms this requirement applies universally.

The sine method trades the square root in Heron’s formula for an angle measurement—choose based on what data you have on hand.

Area of a right triangle

Right triangles have a unique advantage: their two perpendicular legs serve as base and height simultaneously, eliminating the need for altitude calculations.

Legs as base and height

For a right triangle, simply multiply the two leg lengths and divide by two. The 3-4-5 triangle is the classic example: (½) × 3 × 4 = 6 square units. The University of Florida derivation verifies this using Heron’s formula as well: s = (3 + 4 + 5) / 2 = 6, and √[6(6-3)(6-4)(6-5)] = √36 = 6, confirming both methods yield identical results.

Pythagorean tie-in

The Pythagorean theorem (a² + b² = c²) relates the legs to the hypotenuse, but doesn’t directly give the area. GeeksforGeeks demonstrates how Heron’s derivation leverages the Pythagorean theorem to connect side lengths with area through intermediate variables like x = √(a² – h²).

The Pythagorean theorem doesn’t give area directly, but it unlocks the algebraic derivations that prove Heron’s formula works for right triangles.

Step-by-step calculation methods

Three distinct approaches cover every situation where you might need to find triangle area. Here’s how to apply each one.

Method 1: Base and Height (when altitude is available)

  1. Identify your base side—any of the three will work
  2. Find the perpendicular height to that base
  3. Multiply base × height
  4. Divide the result by 2
Example

Base = 8 cm, Height = 5 cm: Area = ½ × 8 × 5 = 20 cm²

Method 2: Heron’s Formula (all three sides known)

  1. Add your three side lengths: a + b + c
  2. Divide by 2 to get the semi-perimeter s
  3. Calculate s(s-a)(s-b)(s-c)
  4. Take the square root of that product
Example with 3-4-5

s = (3+4+5)/2 = 6. Product = 6×3×2×1 = 36. Area = √36 = 6 square units.

Method 3: Trigonometric Formula (two sides + included angle)

  1. Measure two adjacent sides (a and b)
  2. Measure the angle between them (C)
  3. Multiply: ½ × a × b × sin(C)

For right triangles where C = 90°, sin(90°) = 1, reducing this to simply ½ab.

The trade-off

Heron’s formula is computationally heavier (square root required) but requires no angle measurement. The trig formula needs an angle but avoids the square root. Choose based on what data you have.

Upsides

  • Universal: every formula works for any triangle type
  • Multiple methods cover every data scenario
  • 3-4-5 and other Pythagorean triples verify easily
  • Heronian triangles (like 5-5-6 with area 12) have integer results

Downsides

  • Base-height needs perpendicular measurement
  • Heron’s requires careful handling of triangle inequality
  • Large numbers produce unwieldy intermediate products
  • Non-right triangles need either trig or Heron’s

Expert perspectives

“One of the best known, but least often derived formulas for triangle area A, is the Heron Formula. A = √[s(s-a)(s-b)(s-c)].”

University of Florida MAE (mathematical derivation)

“This formula is attributed to Heron of Alexandria but can be traced back to Archimedes.”

University of Illinois MSTE (historical overview)

“Sal proves Heron’s formula for finding the area of a triangle solely from its side lengths.”

Khan Academy (video tutorial series)

Related reading: How to Find Mean · 57 kg to lbs

While this guide focuses on key formulas like Heron’s and sine methods, the triangle area formulas and calculator provides extra methods for practical applications.

Frequently asked questions

What is the area of an equilateral triangle?

For an equilateral triangle with side length s, the formula is A = (√3/4) × s². This comes from the general ½bh formula, where the height equals (√3/2) × s. A triangle with side 6 has area (√3/4) × 36 ≈ 15.59 square units.

How to calculate area without base or height?

Use Heron’s formula if you know all three sides: calculate s = (a+b+c)/2, then A = √[s(s-a)(s-b)(s-c)]. Alternatively, use the sine formula if you have two sides and the included angle: A = ½ab sin(C).

What does ∆ mean in math?

The Greek capital letter Delta (∆) commonly represents “change in” or “difference,” but in geometry contexts it often appears before variables like ∆ABC to denote a triangle with vertices labeled A, B, and C.

Area of triangle 1/2 a b sin C formula?

Yes, A = ½ab sin(C) is the trigonometric form of triangle area, where a and b are two sides and C is the included angle between them. When C = 90°, this reduces to the right triangle formula ½ab.

Simplest area formula for kids?

Start with ½ × base × height—it’s the most intuitive. Count square units in a grid to show why the formula works before introducing more complex methods.

Area rule for triangles?

The fundamental rule is that triangle area equals half the product of a base and its corresponding height. There are multiple equivalent formulas (½bh, Heron’s, trig) that all produce the same result for the same triangle.

Triangle area calculator basics

Most triangle area calculators accept different input combinations: base + height, three sides (using Heron’s), or two sides + angle (using trig). They output the area in squared units matching your input.

Right triangle area example?

For a right triangle with legs of 5 and 12, the area is ½ × 5 × 12 = 30 square units. The hypotenuse would be √(5² + 12²) = 13 by the Pythagorean theorem.

For students and practitioners working with geometric calculations, Heron’s formula remains the most versatile tool when direct height measurements aren’t available. The 3-4-5 verification demonstrates how side-based calculations match altitude-based ones—confirming both methods are mathematically equivalent. Surveyors and engineers who regularly need triangle area in field conditions benefit most from Heron’s approach, since side lengths are far easier to measure accurately than perpendicular heights.