Triangle Area Calculator
Choose a method, enter known values, and click Calculate Area.
Base and Height
Formula: Area = 1/2 × base × height
Triangle Area at a Glance
If you are learning geometry, solving homework, doing construction work, or handling design measurements, knowing how to calculate area of triangle is a core skill. The area tells you how much surface is enclosed by the three sides of the triangle.
The most common formula is simple:
But this is not the only method. Sometimes you know all three sides, sometimes you only know coordinates, and sometimes the triangle is special (like equilateral or right triangle). This guide covers each method clearly.
Method 1: Base and Height Formula
Formula
Area = 1/2 × b × h
- b = base length
- h = perpendicular height from the base to the opposite vertex
Step-by-Step
- Pick one side as the base.
- Measure the perpendicular height to that base.
- Multiply base and height.
- Divide the result by 2.
Example
Suppose base = 10 cm and height = 6 cm.
Area = 1/2 × 10 × 6 = 30 cm²
Common Mistakes
- Using a slanted side instead of the perpendicular height.
- Forgetting to divide by 2.
- Mixing units (for example, base in meters and height in centimeters).
Method 2: Heron's Formula (When You Know 3 Sides)
If you know side lengths a, b, and c, but do not know the height, use Heron's Formula.
Formulas
s = (a + b + c)/2 (semi-perimeter)
Area = √(s(s−a)(s−b)(s−c))
Example
Let a = 13, b = 14, c = 15.
s = (13 + 14 + 15) / 2 = 21
Area = √(21 × 8 × 7 × 6) = √7056 = 84
So the area is 84 square units.
Important Check: Triangle Inequality
The side lengths must make a real triangle:
- a + b > c
- a + c > b
- b + c > a
Method 3: Area from Coordinates
If the triangle is on a coordinate plane and vertices are (x1, y1), (x2, y2), and (x3, y3), use:
Example
For points (1,1), (4,1), and (1,5):
Area = |1(1−5) + 4(5−1) + 1(1−1)| / 2
= |−4 + 16 + 0| / 2 = 12 / 2 = 6
Area = 6 square units.
Method 4: Equilateral Triangle Formula
For an equilateral triangle (all sides equal), area can be found directly from side length a:
Area = (√3 / 4) × a²
Example
If side a = 8 m:
Area = (√3 / 4) × 64 = 16√3 ≈ 27.71 m²
Right Triangle Shortcut
In a right triangle, the two legs are already perpendicular. So you can treat them as base and height directly:
Area = 1/2 × leg1 × leg2
Unit Handling and Conversions
Area is always in square units:
- cm becomes cm²
- m becomes m²
- in becomes in²
If units differ, convert first. For example, 200 cm = 2 m. Do not multiply mixed units unless you intentionally want a compound unit.
Quick Reference: Which Formula Should You Use?
- Know base and perpendicular height? Use 1/2 × b × h.
- Know all three sides only? Use Heron's formula.
- Know 3 coordinate points? Use coordinate formula.
- Equilateral triangle? Use (√3/4) × a².
Practice Problems
Problem 1
Base = 12, height = 9. Area = 1/2 × 12 × 9 = 54.
Problem 2
Sides 7, 8, 9. First s = 12, then area = √(12×5×4×3) = √720 ≈ 26.83.
Problem 3
Coordinates (0,0), (6,0), (0,4). Area = 12 square units.
Final Thoughts
Learning how to calculate area of triangle is mostly about choosing the right formula for the information you already have. Start with base and height when possible, then use Heron's formula or coordinate methods when needed. The calculator above lets you do all these instantly and checks for common input errors.