Triangle Area Calculator
Calculate the area of any triangle — instantly and accurately. Choose from four methods: Base & Height, Heron's Formula (three sides), SAS (two sides and an angle), or Coordinate Geometry. Every formula is fully explained with step-by-step worked examples.
📋 Table of Contents
- Interactive Triangle Area Calculator
- What Is a Triangle? — Types and Key Properties
- All Triangle Area Formulas Explained
- Worked Examples — Step-by-Step Solutions
- Why Triangle Area Is Half of Base × Height
- Special Triangle Formulas (Right, Equilateral, Isosceles)
- Real-World Applications of Triangle Area
- Common Mistakes to Avoid
- Quick Reference Formula Table
- Frequently Asked Questions (FAQ)
🧮 Triangle Area Calculator
Select the tab that matches the measurements you have available. All four methods give the exact same result for any valid triangle — pick whichever is most convenient.
Enter the (x, y) coordinates of all three vertices of the triangle.
Figure: A triangle with base (b), perpendicular height (h), vertices A, B, C, sides a, c, and angle A labeled. The height is always perpendicular (90°) to the base.
📘 What Is a Triangle? — Types and Key Properties
A triangle is the simplest possible polygon — a closed shape formed by exactly three straight line segments connecting three non-collinear points called vertices. The three line segments are called the sides, and the three interior angles always sum to exactly 180°, regardless of the triangle's shape or size. This angle-sum property is one of the most fundamental theorems in Euclidean geometry.
Triangles are the building blocks of all geometry. Any polygon — quadrilateral, pentagon, hexagon — can be divided into triangles, which is why the triangle area formula underlies nearly all area calculations in mathematics and engineering. In computational geometry and 3D graphics, every surface is ultimately represented as a mesh of triangles.
Types of Triangles by Side Length
Scalene
All three sides have different lengths. All three angles are different. No line of symmetry.
Isosceles
Two sides are equal in length. The two base angles (opposite the equal sides) are also equal.
Equilateral
All three sides and all three angles are equal. Each angle is exactly 60°. Three lines of symmetry.
Types of Triangles by Angle
Right Triangle
One angle is exactly 90°. The hypotenuse (side opposite 90°) is the longest side. Follows the Pythagorean theorem: a² + b² = c².
Acute Triangle
All three angles are less than 90°. The height always falls inside the triangle.
Obtuse Triangle
One angle is greater than 90°. The height may fall outside the triangle when drawn from the shorter base.
Important Triangle Properties
- Angle Sum: The three interior angles always add up to exactly 180°: ∠A + ∠B + ∠C = 180°
- Triangle Inequality: The sum of any two sides must be greater than the third side: a + b > c, a + c > b, b + c > a. This is checked automatically by our Heron's Formula calculator.
- Perimeter: P = a + b + c (the sum of all three side lengths)
- Semi-perimeter: s = (a + b + c) / 2. This is a key intermediate value in Heron's Formula.
- Altitudes: Every triangle has three altitudes — one from each vertex perpendicular to the opposite side. All three altitudes meet at the orthocenter.
- Medians: A line from each vertex to the midpoint of the opposite side. All three medians meet at the centroid, which is the triangle's center of gravity.
📐 All Triangle Area Formulas Explained
The triangle is unique among polygons in having four completely different, equally valid area formulas — each suited to a different set of known measurements. Understanding when to use each one is a core geometry skill.
Method 1: Base × Height (Most Common)
Use this when you know any side of the triangle (the base) and the perpendicular distance from that base to the opposite vertex (the height or altitude).
Where:
• A = Area (square units)
• b = Length of the chosen base (any side)
• h = Perpendicular height from the base to the opposite vertex (must be at 90° to the base)
Method 2: Heron's Formula (Three Sides)
Named after the ancient Greek mathematician Heron of Alexandria (c. 10–70 CE), this formula computes the area using only the three side lengths — no height required. It is especially useful in surveying, navigation, and any situation where angles and heights are not directly measurable.
Where:
• a, b, c = The three side lengths of the triangle
• s = Semi-perimeter = (a + b + c) / 2
• A = Area (square units)
The triangle is valid only when s > a, s > b, and s > c (triangle inequality).
Method 3: SAS — Two Sides and the Included Angle
When you know two sides of a triangle and the angle between them (the included angle), the SAS trigonometric formula gives the area directly without needing the height.
Where:
• a and b = Lengths of the two known sides
• C = The angle between sides a and b (in degrees or radians)
This formula comes from expressing the height as h = b × sin(C), then substituting into A = ½ × a × h.
Method 4: Coordinate Geometry (Three Vertices)
When the three vertices of a triangle are given as (x, y) coordinate pairs on a grid, the Shoelace Formula computes the area directly from the coordinates. It works for any triangle, regardless of orientation.
Where:
• (x₁, y₁), (x₂, y₂), (x₃, y₃) = The three vertex coordinates
• |·| = Absolute value (area is always positive)
This formula is a special case of the Shoelace Formula (also called the Surveyor's Formula), which applies to any polygon.
• Know base and height → Method 1
• Know all three sides → Method 2 (Heron's)
• Know two sides and the angle between them → Method 3 (SAS)
• Know the (x, y) coordinates of all three vertices → Method 4 (Shoelace)
✏️ Worked Examples — Step-by-Step Solutions
Let's walk through one complete example for each of the four methods. Working through these problems builds both conceptual understanding and calculation confidence.
Example 1 — Base & Height Method
Problem: A triangle has a base of 12 cm and a perpendicular height of 9 cm. Find its area.
- Step 1 — Write the formula: A = ½ × b × h
- Step 2 — Substitute: A = ½ × 12 × 9
- Step 3 — Multiply: A = ½ × 108
- Step 4 — Divide by 2: A = 54
Example 2 — Heron's Formula (Three Sides)
Problem: A triangle has sides of length 5 m, 7 m, and 8 m. Find the area.
- Step 1 — Calculate the semi-perimeter: s = (5 + 7 + 8) / 2 = 20 / 2 = 10
- Step 2 — Apply Heron's Formula: A = √(s(s−a)(s−b)(s−c))
- Step 3 — Substitute: A = √(10 × (10−5) × (10−7) × (10−8))
- Step 4 — Simplify inside: A = √(10 × 5 × 3 × 2) = √300
- Step 5 — Calculate: A = √300 ≈ 17.32
Example 3 — SAS Formula (Two Sides & Included Angle)
Problem: A triangle has sides a = 6 ft and b = 8 ft, and the angle between them is 45°. Find the area.
- Step 1 — Write the formula: A = ½ × a × b × sin(C)
- Step 2 — Find sin(45°): sin(45°) = √2/2 ≈ 0.7071
- Step 3 — Substitute: A = ½ × 6 × 8 × 0.7071
- Step 4 — Calculate: A = ½ × 48 × 0.7071 = 24 × 0.7071 ≈ 16.97
Example 4 — Coordinate Formula (Shoelace)
Problem: A triangle has vertices at A(2, 1), B(8, 1), and C(5, 7). Find the area.
- Step 1 — Write the formula: A = ½|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|
- Step 2 — Substitute: A = ½|2(1 − 7) + 8(7 − 1) + 5(1 − 1)|
- Step 3 — Simplify: A = ½|2(−6) + 8(6) + 5(0)|
- Step 4 — Calculate: A = ½|−12 + 48 + 0| = ½|36| = ½ × 36 = 18
🔍 Why Triangle Area Is Half of Base × Height
Understanding the geometric proof behind A = ½ × b × h builds genuine mathematical insight rather than mere formula memorization. The proof is elegant and visual — one of the most satisfying in all of basic geometry.
Proof by Rectangle Decomposition
Take any triangle and enclose it in the smallest possible rectangle that contains it. If the triangle has base b and height h, this rectangle has dimensions b × h and area b × h.
Now examine the space inside the rectangle but outside the triangle. You will always find that these "leftover" regions are also triangles. They can always be rearranged and combined to fill exactly one more copy of the original triangle. Therefore, the rectangle contains exactly two copies of the original triangle.
This proof works for all triangle types — acute, right, and obtuse. For obtuse triangles, the height falls outside the triangle when measured from the shorter base, but the mathematics still holds perfectly.
Proof by Parallelogram
An alternative proof uses the fact that a parallelogram can always be split into two congruent triangles by drawing a diagonal. Since the parallelogram's area is base × height, each triangle must have area equal to half of that:
This proof demonstrates the deep geometric relationship between triangles and parallelograms. Every parallelogram is composed of two congruent triangles, and every triangle is half of some parallelogram.
⭐ Special Triangle Formulas
Certain triangle types appear so frequently in mathematics and engineering that they have dedicated, simplified area formulas derived from the general formula A = ½bh.
Right Triangle
In a right triangle, the two legs (the sides forming the 90° angle) are perpendicular to each other. This means one leg naturally serves as both the base and the height — no altitude calculation needed.
Where leg₁ and leg₂ are the two shorter sides that form the right angle. This is the simplest possible triangle area calculation.
Equilateral Triangle
An equilateral triangle has all three sides equal (each of length a) and all three angles equal to 60°. Its height can be derived using trigonometry: h = a × sin(60°) = a × (√3/2).
Where a = the length of any side. This formula is derived by substituting the equilateral triangle's height h = (√3/2)a into A = ½ × a × h → A = ½ × a × (√3/2)a = (√3/4)a².
Isosceles Triangle
An isosceles triangle has two equal sides of length a and a different base of length b. Its height (from the apex to the base midpoint) can be found using the Pythagorean theorem.
Where a = the equal sides and b = the base. The height bisects the base at its midpoint, creating two congruent right triangles.
30-60-90 Triangle
A special right triangle with angles 30°, 60°, and 90°. If the short leg (opposite 30°) has length a, then the other leg is a√3 and the hypotenuse is 2a.
Where a = the length of the shortest leg (opposite the 30° angle). This triangle appears frequently in geometry, trigonometry, and physics problems.
| Triangle Type | Known Info | Area Formula |
|---|---|---|
| Any triangle | Base b, height h | A = ½bh |
| Any triangle | Three sides a,b,c | A = √(s(s−a)(s−b)(s−c)) |
| Any triangle | Two sides a,b and angle C | A = ½ab·sin(C) |
| Right triangle | Two legs | A = ½ × leg₁ × leg₂ |
| Equilateral | Side a | A = (√3/4)a² |
| Isosceles | Equal side a, base b | A = (b/2)√(a² − b²/4) |
| 30-60-90 | Short leg a | A = (√3/2)a² |
🌍 Real-World Applications of Triangle Area
The triangle is not just an abstract geometric shape — it is the structural and computational backbone of modern science, engineering, architecture, and technology. The ability to calculate triangle area is a practical skill with widespread professional applications.
1. Architecture and Structural Engineering
Triangles are the most structurally rigid polygon — a triangle cannot be deformed without changing the length of its sides. This is why bridges, roof trusses, and tower structures are built from triangular frameworks. Civil engineers calculate the area of each triangular panel to determine material requirements, load distribution, and structural deflection under stress. The iconic triangular cross-sections of the Eiffel Tower and suspension bridge towers are direct applications of triangle geometry.
2. Surveying and Land Measurement
Land surveyors measure irregular plots of land by dividing them into triangles and computing each triangle's area using Heron's Formula (since measuring heights across fields is often impractical, but measuring side lengths along the ground is straightforward). The total land area is then the sum of all the individual triangle areas. This process — called triangulation — is the basis of all traditional surveying and mapping.
3. Computer Graphics and 3D Rendering
Every 3D model in video games, movies, and CAD software is represented as a triangular mesh — a collection of thousands or millions of flat triangles that approximate a curved surface. The GPU (graphics processing unit) calculates the area of each triangle to determine lighting, shading, and texture mapping. The entire field of 3D computer graphics relies on the triangle area formula computed billions of times per second.
4. Navigation and GPS
The GPS system uses a form of triangulation to determine your location. By measuring your distance from three (or more) satellites, the system forms triangles in space and uses their geometric properties to pinpoint your position. The mathematics of GPS positioning is built on triangle area calculations and angle-side relationships from trigonometry.
5. Physics — Torque, Work, and Wave Analysis
In physics, the area under a force-distance graph represents work done. When a force changes linearly, this area is a triangle. The work done by a linearly increasing force from 0 to F over a distance d is exactly ½ × F × d — the triangle area formula in disguise. Similarly, in wave analysis, the area of a triangular waveform determines its energy content.
6. Medicine — Scanner Calibration and Imaging
Medical CT and MRI scanners reconstruct 3D body images from 2D cross-sections using algorithms based on triangle geometry. Surgeons planning procedures use triangle area calculations to estimate tissue areas, calculate optimal incision angles, and plan the geometric approach to complex surgical fields. Orthodontists use triangle geometry to model jaw movement and tooth positioning.
7. Art and Design — Composition and Layout
The "rule of thirds" in photography and painting creates triangular compositional zones. Graphic designers use triangle area calculations to balance visual weight in logos and layouts. Origami, quilting patterns, and tessellation art all depend on precise triangle area calculations to ensure pieces fit together correctly with no gaps or overlaps.
8. Astronomy — Parallax and Distance Measurement
Astronomers use stellar parallax — a technique that forms a giant triangle between Earth (at two points in its orbit) and a nearby star — to measure the star's distance. The triangle's geometry, involving very small angles and a long baseline, lets astronomers calculate distances in parsecs. The triangle area formula is implicit in these trigonometric calculations.
❌ Common Mistakes to Avoid
These errors come up repeatedly in math homework, standardized tests, and professional work. Recognizing them in advance is the fastest way to avoid losing marks.
Mistake 1: Using a Side Length Instead of the Perpendicular Height
The most common error. In A = ½ × b × h, the height (h) must be the perpendicular altitude — measured at exactly 90° to the base. In an oblique (non-right) triangle, the slant side is always longer than the perpendicular height. Using the slant side instead of the perpendicular height always gives a larger, incorrect answer.
Wrong: A = ½ × 8 × 6 = 24 (used slant side!)
Correct: A = ½ × 8 × 5 = 20 ✅
Mistake 2: Forgetting the ½ Factor
Writing A = b × h instead of A = ½ × b × h doubles the answer. The ½ is not optional — it reflects the fundamental fact that a triangle is half of a rectangle or parallelogram with the same dimensions. Always include the ½.
Mistake 3: Using Heron's Formula with Sides That Don't Form a Valid Triangle
Heron's Formula only works when the three sides satisfy the triangle inequality (the sum of any two sides must be greater than the third). If you try to use sides like 2, 3, and 10 (since 2 + 3 = 5 < 10), the expression under the square root becomes negative, which is undefined — there is no such triangle. Our calculator checks this automatically and shows an error.
Mistake 4: Using the Wrong Angle in the SAS Formula
In A = ½ × a × b × sin(C), the angle C must be the angle between sides a and b — the included angle. Using a different angle of the triangle gives the wrong result.
Mistake 5: Forgetting Squared Units
Area is always in square units. If sides are measured in meters, the area is in m², not m. If in centimeters, the area is in cm². This is easy to overlook when calculations are done mentally or on a calculator that does not track units.
Mistake 6: Mixing Units
All measurements in the same formula must use the same unit. If the base is in meters and the height is in centimeters, convert both to the same unit first. Mixing units produces a numerically meaningless result.
📊 Quick Reference Formula Table
All Triangle Area Formulas
| Method | Formula | When to Use |
|---|---|---|
| Base & Height | A = ½ × b × h | Base and perpendicular height known |
| Heron's Formula | A = √(s(s−a)(s−b)(s−c)); s = (a+b+c)/2 | All three sides known; no height available |
| SAS | A = ½ × a × b × sin(C) | Two sides and the included angle known |
| Coordinate / Shoelace | A = ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)| | Three vertex coordinates known |
| Equilateral | A = (√3/4) × a² | All sides equal (equilateral triangle) |
| Right Triangle | A = ½ × leg₁ × leg₂ | Right triangle; both legs known |
Common sin Values for the SAS Formula
| Angle C | sin(C) — Exact | sin(C) — Decimal |
|---|---|---|
| 30° | 1/2 | 0.5000 |
| 45° | √2 / 2 | 0.7071 |
| 60° | √3 / 2 | 0.8660 |
| 90° | 1 | 1.0000 |
| 120° | √3 / 2 | 0.8660 |
| 150° | 1/2 | 0.5000 |
Related Triangle Formulas
| Property | Formula |
|---|---|
| Perimeter | P = a + b + c |
| Semi-perimeter | s = (a + b + c) / 2 |
| Height from Base b | h = 2A / b |
| Pythagorean Theorem (right triangle) | a² + b² = c² (c = hypotenuse) |
| Angle Sum | ∠A + ∠B + ∠C = 180° |
| Law of Cosines | c² = a² + b² − 2ab·cos(C) |
| Law of Sines | a/sin(A) = b/sin(B) = c/sin(C) |
❓ Frequently Asked Questions (FAQ)
HeLovesMath.com — Free Math Calculators, Geometry Tools & Homework Help
© 2026 HeLovesMath. All calculators are provided free for educational and academic use.
← Back to HeLovesMath Home |
All Calculators |
Circle Area Calculator |
Parallelogram Calculator
Triangles are one of the fundamental shapes in geometry, and knowing how to calculate their area is essential for students, engineers, architects, and designers. Our Triangle Area Calculator offers an efficient and accurate way to find the area of a triangle, using only the lengths of its three sides. This calculator, designed to handle various measurement units, is ideal for those who need precision and flexibility in their calculations.
In this article, we’ll explore the uses, benefits, and answers to frequently asked questions about our Triangle Area Calculator.
Why Use a Triangle Area Calculator?
Calculating the area of a triangle can be challenging if you don’t have all the necessary information, like height. This calculator simplifies the process by using Heron’s formula, which only requires the lengths of the three sides. With the added ability to switch between multiple units – including meters, kilometers, centimeters, inches, feet, and yards – you can adapt the calculator to any project requirements.
Key Features of the Triangle Area Calculator:
- User-Friendly Design: Intuitive layout and easy-to-use interface.
- Supports Multiple Units: Switch between metric and imperial units seamlessly.
- Accurate Calculations: Uses Heron’s formula to ensure precise area results.
- Versatile Application: Suitable for academic, engineering, and architectural calculations.
Practical Applications of a Triangle Area Calculator
1. Academic and Educational Use
For students studying geometry, trigonometry, or calculus, calculating triangle areas is an essential skill. The calculator provides a straightforward solution, especially when learning or working on assignments.
2. Engineering and Construction
Engineers and construction professionals frequently encounter triangular shapes in design and architecture. Whether it’s determining the material needed for triangular areas or checking dimensions on blueprints, this calculator saves time and reduces errors.
3. Art and Design Projects
Artists and designers working on installations, landscape designs, or spatial layouts can use the calculator to accurately measure triangular areas. This is particularly useful when working with irregular shapes and needing quick conversions.
Step-by-Step Guide: How to Use the Triangle Area Calculator
- Enter the Side Lengths: Input the lengths for each side of the triangle.
- Select the Units: Choose your preferred unit for each side (e.g., feet, meters).
- Choose Output Unit: Select the unit for the calculated area (e.g., square feet, square meters).
- Calculate: Click the “Calculate” button to view the area.
- Read the Result: The calculator will display the area in your chosen unit, making it ready for immediate use.
Importance of Using Accurate Measurement Units
Different fields require specific measurement units. This calculator eliminates the need for manual conversion, as it instantly adjusts the output to your preferred unit. By providing options such as meters, kilometers, inches, and more, it ensures that you always get an accurate, usable result. This is especially important in industries like construction, where incorrect measurements can lead to costly errors.
Frequently Asked Questions (FAQs) About the Triangle Area Calculator
1. How does the Triangle Area Calculator work?
The calculator uses Heron’s formula, which calculates the area of a triangle when the lengths of all three sides are known. It first calculates the semi-perimeter of the triangle and then applies the formula to determine the area.
2. Can I use this calculator with different units?
Yes! The calculator supports various units, including meters (m), kilometers (km), centimeters (cm), millimeters (mm), nanometers (nm), inches (in), feet (ft), yards (yd), and miles (mi). This flexibility makes it ideal for diverse applications.
3. Is the calculator accurate for all triangle types?
Absolutely. This calculator works for all triangle shapes, whether equilateral, isosceles, or scalene, as long as you know the side lengths.
4. Why would I need a Triangle Area Calculator for work or study?
The calculator is essential for anyone dealing with geometry, measurements, or space planning. It’s commonly used by students for academic purposes, engineers for structural calculations, and designers for area planning.
5. Can I calculate the area in square feet or square meters?
Yes, the output unit can be selected, so you can view the area in your preferred measurement unit, including square feet (ft²) or square meters (m²).
6. Is it free to use the Triangle Area Calculator?
Yes, the calculator is freely available on our website and can be used as many times as needed.
Conclusion
The Triangle Area Calculator is a versatile and reliable tool, ideal for anyone needing precise triangle area calculations. With support for multiple units and an easy-to-use interface, it’s perfect for students, professionals, and enthusiasts alike. Bookmark this page and save time on your next geometry task!

