Area of Triangle Calculator

Complete geometry guide • Step-by-step solutions

Area of Triangle Formula:

Show the calculator /Simulator

\( A = \frac{1}{2}bh \) or \( A = \frac{1}{2}ab\sin(C) \) or \( A = \sqrt{s(s-a)(s-b)(s-c)} \)

This formula calculates the area of a triangle, where:

  • A = area of the triangle
  • b = base of the triangle
  • h = height of the triangle (perpendicular to base)
  • a, b = sides of the triangle
  • C = included angle between sides a and b
  • s = semi-perimeter (s = (a+b+c)/2)

Various methods exist for calculating triangle area depending on known measurements: base-height, side-angle-side, or three sides (Heron's formula).

Triangle Parameters

Options

Results

40.00 cm²
Area of Triangle
10.00 cm
Base
8.00 cm
Height
24.00 cm
Perimeter
h b
Triangle Visualization
Property Value Formula Calculation

Enter parameters to see solution steps.

Area of Triangle Explained

What is the Area of a Triangle?

The area of a triangle is the total space enclosed by the triangle's three sides. It's calculated using various formulas depending on the known measurements. The most common formula is A = ½bh, where b is the base and h is the perpendicular height. The area represents the surface covered by the triangular shape.

The Area Formulas

The standard formulas for the area of a triangle are:

\(A = \frac{1}{2}bh\)

Alternative forms:

  • Using two sides and included angle: \(A = \frac{1}{2}ab\sin(C)\)
  • Heron's formula (three sides): \(A = \sqrt{s(s-a)(s-b)(s-c)}\)
  • Using coordinates: \(A = \frac{1}{2}|x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2)|\)

Derivation of the Formula
1
Method of Rectangle: A triangle can be seen as half of a rectangle with the same base and height.
2
Rectangle Area: Area of rectangle = base × height.
3
Triangle Area: Since triangle is half the rectangle, A = ½bh.
4
Generalization: This works for any triangle orientation.
Triangle Properties

Key properties of triangles:

  • Base (b): Any side of the triangle can serve as the base
  • Height (h): Perpendicular distance from base to opposite vertex
  • Area (A): Space enclosed by the triangle (A = ½bh)
  • Perimeter (P): Sum of all three sides (P = a + b + c)
Real-World Applications
  • Construction: Calculating roof areas, triangular sections
  • Engineering: Truss analysis, structural design
  • Art & Design: Creating triangular compositions
  • Science: Vector calculations, geometric analysis

Area of Triangle Learning Quiz

Question 1: Multiple Choice - Basic Formula Understanding

What is the area of a triangle with base 12 cm and height 5 cm?

Solution:

Using the area formula: A = ½bh

Given: b = 12 cm, h = 5 cm

Step 1: Substitute into the formula

A = ½ × 12 × 5

Step 2: Calculate

A = ½ × 60 = 30 cm²

Therefore, the answer is B) 30 cm².

Pedagogical Explanation:

The area formula A = ½bh shows that the area is proportional to both the base and height. The factor of ½ comes from the fact that a triangle is half of a parallelogram with the same base and height. This relationship is fundamental in geometry and appears in many advanced mathematical concepts.

Key Definitions:

Area: The amount of space inside a two-dimensional shape

Base: The bottom side of the triangle (or any chosen side)

Height: The perpendicular distance from base to opposite vertex

Important Rules:

• Always use perpendicular height (not slanted height)

• A = ½bh (not bh)

• Units of area are squared units (cm², m², etc.)

Tips & Tricks:

• Remember: A = ½bh (not bh)

• Height must be perpendicular to the base

• Always include units in your final answer

Common Mistakes:

• Forgetting the ½ factor in the formula

• Using slanted height instead of perpendicular height

• Omitting units or using incorrect units

Question 2: Short Answer - Side-Angle-Side Formula

Find the area of a triangle with sides 8 cm and 6 cm, with an included angle of 60°. Show your work.

Solution:

Using the SAS (side-angle-side) formula: A = ½ab sin(C)

Given: a = 8 cm, b = 6 cm, C = 60°

Step 1: Substitute into the formula

A = ½ × 8 × 6 × sin(60°)

Step 2: Calculate sin(60°)

sin(60°) = √3/2 ≈ 0.866

Step 3: Calculate the area

A = ½ × 8 × 6 × 0.866 = ½ × 48 × 0.866 = 24 × 0.866 = 20.78 cm²

Therefore, the area is approximately 20.78 cm².

Pedagogical Explanation:

The SAS formula A = ½ab sin(C) is useful when you know two sides and the included angle. This formula generalizes the basic A = ½bh formula and works for any triangle. The sine function accounts for the angle between the two sides, making the formula applicable to acute, right, and obtuse triangles.

Key Definitions:

SAS: Side-Angle-Side (two sides and included angle)

Included Angle: The angle between the two known sides

Trigonometry: Branch of math dealing with triangles and angles

Important Rules:

• A = ½ab sin(C) (SAS formula)

• C is the angle between sides a and b

• Use degrees or radians consistently

Tips & Tricks:

• This formula works for any triangle

• sin(90°) = 1, so for right triangles it reduces to A = ½ab

• Use this when base-height isn't readily available

Common Mistakes:

• Using the wrong angle (not the included angle)

• Forgetting to take sine of the angle

• Using wrong mode on calculator (degrees vs radians)

Question 3: Word Problem - Real-World Application

A triangular garden plot has sides measuring 15 feet, 20 feet, and 25 feet. If grass seed costs $0.50 per square foot, how much would it cost to seed the entire garden? Round to the nearest dollar.

Solution:

This requires Heron's formula since all three sides are known.

Step 1: Calculate the semi-perimeter

s = (a + b + c)/2 = (15 + 20 + 25)/2 = 60/2 = 30 feet

Step 2: Apply Heron's formula

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

A = √[30(30-15)(30-20)(30-25)]

A = √[30 × 15 × 10 × 5]

A = √[22,500] = 150 square feet

Step 3: Calculate the cost of seeding

Cost = Area × Cost per square foot

Cost = 150 × $0.50 = $75

Therefore, it would cost $75 to seed the entire garden.

Pedagogical Explanation:

Heron's formula is valuable when only the three sides are known. It's particularly useful in surveying, land measurement, and situations where angles are difficult to measure. The formula A = √[s(s-a)(s-b)(s-c)] uses the semi-perimeter s to calculate the area directly from side lengths.

Key Definitions:

Heron's Formula: Formula to calculate area from three sides

Semi-perimeter: Half the perimeter (s = (a+b+c)/2)

Real-World Application: Using math to solve practical problems

Important Rules:

• s = (a + b + c)/2 (semi-perimeter)

• A = √[s(s-a)(s-b)(s-c)] (Heron's formula)

• All sides must be positive and satisfy triangle inequality

Tips & Tricks:

• Use Heron's formula when only sides are known

• Check triangle inequality (sum of any two sides > third side)

• Semi-perimeter is used in many geometric formulas

Common Mistakes:

• Forgetting to calculate semi-perimeter correctly

• Arithmetic errors with large numbers under square root

• Not checking if sides form a valid triangle

Question 4: Application-Based Problem - Comparing Triangles

Triangle A has a base of 6 cm and height of 4 cm. Triangle B has a base of 3 cm and height of 8 cm. Which triangle has a larger area? How many times larger is the larger triangle compared to the smaller one?

Solution:

Step 1: Calculate area of Triangle A

A_A = ½bh = ½ × 6 × 4 = 12 cm²

Step 2: Calculate area of Triangle B

A_B = ½bh = ½ × 3 × 8 = 12 cm²

Step 3: Compare the areas

Both triangles have the same area: 12 cm² each

Step 4: Find the ratio

Ratio = A_A / A_B = 12 / 12 = 1

This demonstrates that area depends on the product of base and height, not their individual values. Triangle A has a longer base but shorter height, while Triangle B has a shorter base but taller height. The products (base × height) are equal, so the areas are equal.

Therefore, both triangles have equal areas of 12 cm².

Pedagogical Explanation:

This problem illustrates that area depends on the product of base and height, not their individual values. For a constant area, if you double the base, you must halve the height (and vice versa) to maintain the same area. This inverse relationship is fundamental in understanding how dimensions affect area.

Key Definitions:

Inverse Relationship: When one quantity increases, the other decreases proportionally

Product: The result of multiplication

Equal Areas: Same amount of space covered

Important Rules:

• A = ½bh (area depends on product of b and h)

• If b × h is constant, area remains constant

• Area is independent of triangle shape (for same base-height product)

Tips & Tricks:

• Focus on the product of base and height

• Different shapes can have the same area

• Area is determined by base-height relationship

Common Mistakes:

• Assuming longer base always means larger area

• Ignoring the role of height in area calculation

• Not understanding the base-height product relationship

Question 5: Multiple Choice - Advanced Concept

Which statement about the area of a triangle is FALSE?

Solution:

Let's examine each statement:

Statement A: TRUE. From A = ½bh, if h is constant, then A ∝ b.

Statement B: TRUE. From A = ½bh, if b is constant, then A ∝ h.

Statement C: FALSE. The area of a triangle depends only on the base and height (A = ½bh), not on the shape. Two triangles with the same base and height have the same area regardless of their shape.

Statement D: TRUE. Heron's formula allows calculating area from three sides.

Therefore, the answer is C) The area depends on the shape of the triangle.

Pedagogical Explanation:

This question tests understanding of a fundamental principle: area depends only on base and height, not shape. This is a common misconception. For any triangle with the same base and height, the area will be the same, regardless of whether it's acute, right, or obtuse. This principle is known as Cavalieri's principle for triangles.

Key Definitions:

Proportional: Changing at the same rate

Cavalieri's Principle: Objects with same cross-sections have same area/volume

Shape Independence: Property that doesn't depend on shape

Important Rules:

• Area = ½bh (shape-independent)

• Same base-height = same area

• Different shapes can have same area

Tips & Tricks:

• Focus on base and height, not shape

• Equal base-height products = equal areas

• This principle extends to other geometric shapes

Common Mistakes:

• Believing shape affects area calculation

• Not understanding base-height independence

• Confusing area with perimeter or other properties

Area of Triangle Fundamentals

Standard Formula

A = ½bh, where A is area, b is base, and h is height.

Alternative Forms

\(A = \frac{1}{2}bh\) or \(A = \frac{1}{2}ab\sin(C)\) or \(A = \sqrt{s(s-a)(s-b)(s-c)}\)

Where a, b, c are sides, C is angle, and s is semi-perimeter.

Key Rules:
  • Height must be perpendicular to base
  • Area units are squared (cm², m², etc.)
  • Same base-height = same area (regardless of shape)

Applications

Real-World Uses

Construction, architecture, engineering, design, manufacturing, and physics.

Common Applications
  1. Roofing calculations
  2. Land area measurements
  3. Structural engineering
  4. Art and design projects
Considerations:
  • Accuracy of measurements affects precision
  • Measurement errors propagate
  • Consider practical constraints
  • Verify units throughout calculation

FAQ

Q: Why is the area of a triangle ½bh and not bh?

A: The ½ factor comes from the geometric relationship between triangles and rectangles. If you draw a diagonal in a rectangle, it divides the rectangle into two congruent triangles. Each triangle has exactly half the area of the rectangle. Since the rectangle's area is base × height, each triangle has area ½ × base × height. This relationship holds for any triangle: it's always half the area of a parallelogram with the same base and height.

Q: How do I know which side is the base of a triangle?

A: Any side of a triangle can serve as the base! The key is that the height must be measured perpendicular to whichever side you choose as the base. For convenience, people often choose the side that makes the height easiest to measure or calculate. In right triangles, it's common to use one of the legs as the base, making the other leg the height. The area will be the same regardless of which side you choose as the base.

About

Math Team
This calculator was created with AI and may make errors. Consider checking important information. Updated: Jan 2026.