What is Area? Definition, Formula, Examples

#Math Terms
TL;DR
Area is the size of a two-dimensional surface — how much space a flat shape occupies. It is measured in *square units* (m², cm², ft², in²). The most-used area formulas are: square ($A = a^2$), rectangle ($A = l \times w$), triangle ($A = \tfrac{1}{2} \times b \times h$), and circle ($A = \pi r^2$).
BT
Bhanzu TeamLast updated on May 15, 20267 min read

What Is Area?

Area is a measure of the size of a flat (two-dimensional) surface. Concretely, it tells you how many unit squares (1 cm × 1 cm, or 1 m × 1 m, depending on the unit system) fit inside the shape.

Area is always expressed in square units:

  • Square centimetres (cm²) — small objects

  • Square metres (m²) — rooms, gardens

  • Square kilometres (km²) — countries, cities

  • Square feet (ft²) — homes (US/UK)

  • Square miles (mi²) — large land areas

  • Hectares (ha) — farmland (1 hectare = 10,000 m²)

  • Acres — US/UK farmland (1 acre ≈ 4,047 m²)

A square of side 1 unit has area exactly 1 square unit — by definition. All other areas are computed relative to this base case.

What Are the Area Formulas for Common Shapes?

Square

$$A = a^2$$

where $a$ is the side length. A square with side 6 has area $6^2 = 36$ square units.

Rectangle

$$A = l \times w$$

where $l$ is length and $w$ is width. A rectangle 8 × 5 has area $40$ square units.

Triangle

$$A = \tfrac{1}{2} \times b \times h$$

where $b$ is the base and $h$ is the height (perpendicular distance from the base to the opposite vertex). A triangle with base 10 and height 6 has area $30$ square units.

Circle

$$A = \pi r^2$$

where $r$ is the radius. A circle of radius 7 has area $\pi \times 49 \approx 153.94$ square units.

Parallelogram

$$A = b \times h$$

where $b$ is the base and $h$ is the perpendicular height (not the slanted side).

Trapezoid (Trapezium)

$$A = \tfrac{1}{2} \times (a + b) \times h$$

where $a$ and $b$ are the parallel sides and $h$ is the perpendicular distance between them.

Rhombus

$$A = \tfrac{1}{2} \times d_1 \times d_2$$

where $d_1$ and $d_2$ are the lengths of the two diagonals.

Ellipse

$$A = \pi \times a \times b$$

where $a$ and $b$ are the semi-major and semi-minor axes.

How Do You Calculate Area? (Worked Examples)

Example 1: Rectangle

A rectangular room is 4 m by 3 m. What is its area?

$$A = 4 \times 3 = 12 \text{ m}^2$$

The room covers 12 square metres.

Example 2: Triangle

A triangular sail has base 8 m and height 6 m.

$$A = \tfrac{1}{2} \times 8 \times 6 = 24 \text{ m}^2$$

Example 3: Circle

A circular pizza has radius 25 cm.

$$A = \pi \times 25^2 = 625\pi \approx 1963.5 \text{ cm}^2$$

Example 4: Composite Shape

A swimming pool is a 12 m × 6 m rectangle with a semicircle of radius 3 m attached to one end.

Rectangle area: $12 \times 6 = 72$ m². Semicircle area: $\tfrac{1}{2} \pi r^2 = \tfrac{1}{2} \pi \times 9 \approx 14.14$ m². Total: $72 + 14.14 \approx 86.14$ m².

Why Does Area Matter? (The Real-World GROUND)

"The area of a circle is more than three times the square on its radius." — Archimedes, Measurement of a Circle, c. 250 BCE.

The first systematic study of area was by Archimedes of Syracuse around 250 BCE. In his treatise Measurement of a Circle, he proved that a circle's area is between $3\tfrac{10}{71}r^2$ and $3\tfrac{1}{7}r^2$ — bounding $\pi$ between 3.1408 and 3.1429. The modern formula $A = \pi r^2$ follows directly.

Even older — Egyptian scribes around 1650 BCE (the Rhind Papyrus) computed the area of a circle as $(\tfrac{8}{9} d)^2 = (\tfrac{8d}{9})^2$, giving a $\pi$ approximation of about 3.16. The need for area calculations came from agriculture — measuring fields to compute taxes after the Nile's annual flooding erased boundary markers.

Today, area calculations run countless everyday and industrial applications:

  • Floor coverings. Buying carpet, tile, or wood requires area in square feet or square metres.

  • Paint and wallpaper. A 2.5L can of paint covers ~30 m². Calculate the wall area first.

  • Real estate. Property listings give floor area in m² or ft² — bigger usually means more expensive.

  • Land surveying. Acres and hectares are how farms, parks, and parcels are measured.

  • Photovoltaic solar panels. Output depends on the panel's area exposed to sunlight.

  • Heat loss in buildings. A room loses heat proportional to its surface area; insulation calculations need area.

  • Pizza pricing. A 14-inch pizza has four times the area of a 7-inch pizza, despite being just twice the diameter — area scales with radius squared.

  • Medicine — body surface area (BSA). Drug dosing in oncology often uses BSA (m²) rather than weight.

The metric prefix system makes area conversions painless: $1 \text{ m}^2 = 10{,}000 \text{ cm}^2$, $1 \text{ km}^2 = 1{,}000{,}000 \text{ m}^2 = 100 \text{ hectares}$.

A Worked Example — Wrong Path First

Find the area of a circle with diameter 20 cm.

The intuitive (wrong) approach. A student in a hurry plugs the diameter directly into the area formula:

$$A \stackrel{?}{=} \pi \times 20^2 = 400\pi \approx 1256.64 \text{ cm}^2$$

That answer is 4 times too big.

Why it fails. The formula $A = \pi r^2$ uses radius, not diameter. Radius is half the diameter. Plugging diameter gives an answer 4 times larger than it should be (since the formula squares the input).

The correct method.

Step 1: Find the radius. $r = \tfrac{d}{2} = \tfrac{20}{2} = 10$ cm.

Step 2: Apply the formula.

$$A = \pi \times 10^2 = 100\pi \approx 314.16 \text{ cm}^2$$

Check. Diameter 20 cm gives area ~314 cm². If we'd used $d = 20$ instead of $r = 10$, we'd have computed the area of a circle with diameter 40 cm — exactly 4 times too big.

At Bhanzu, our trainers walk through this wrong-path-first sequence intentionally — the radius-vs-diameter slip is one of the most common student archetypes. Once a student feels the 4× cost of using the wrong input, the check ("what does this formula want?") becomes automatic.

What Are the Most Common Mistakes With Area?

Mistake 1: Using diameter instead of radius in the circle formula

Where it slips in: $A = \pi r^2$ — but you have the diameter.

Don't do this: Plug $d$ in where $r$ should be.

The correct way: Convert first: $r = d/2$. Then plug $r$ into the formula. The answer using $d$ directly is 4× too big.

Mistake 2: Forgetting that area uses square units

Where it slips in: Reporting area in linear units like "cm" or "m" instead of cm² or m².

Don't do this: "The area is 25 cm" instead of "25 cm²."

The correct way: Always include the square in the unit. Area is two-dimensional, so the unit is always squared.

Mistake 3: Using slanted side instead of perpendicular height

Where it slips in: Parallelogram, trapezoid, and triangle area formulas all use perpendicular height — not the slanted side.

Don't do this: For a triangle with sides 5, 6, 7, plugging the 6 into the $h$ formula.

The correct way: $h$ is the perpendicular height from the base to the opposite vertex — not the slanted leg. Find $h$ via Pythagoras or trigonometry if it isn't given directly.

The Mathematicians Who Shaped Area

Archimedes of Syracuse (287–212 BCE, Greek Sicily) — Computed the area of a circle in his Measurement of a Circle around 250 BCE, bounding $\pi$ between $3\tfrac{10}{71}$ and $3\tfrac{1}{7}$. The modern formula $A = \pi r^2$ comes directly from his work.

Egyptian Scribes (Rhind Papyrus, c. 1650 BCE) — Provided one of the earliest written records of area calculations. Used the approximation $A \approx (8d/9)^2$ for a circle of diameter $d$, giving $\pi \approx 3.16$.

Heron of Alexandria (c. 10–c. 70 CE, Egyptian Greece) — Derived Heron's formula for the area of a triangle given only its three sides — no height required. $A = \sqrt{s(s-a)(s-b)(s-c)}$ where $s$ is the semi-perimeter.

A Practical Next Step

Try these three before moving on to surface area and volume.

  1. Find the area of a triangle with base 10 m and height 4 m.

  2. Find the area of a circle with diameter 14 cm. (Watch for radius vs diameter.)

  3. A rectangular living room is 6 m × 4 m. How many square metres of carpet do you need?

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is area in simple words?
Area is how much space a flat shape takes up. It's measured by counting how many unit squares fit inside — and that's why area is always in square units like cm², m², or ft².
What is the formula for area?
It depends on the shape. Square: $A = a^2$. Rectangle: $A = l \times w$. Triangle: $A = \tfrac{1}{2} \times b \times h$. Circle: $A = \pi r^2$. Parallelogram: $A = b \times h$. Each shape has its own formula but the unit is always squared.
How do you find the area of a circle?
$A = \pi r^2$ — pi times the radius squared. Make sure you use the radius, not the diameter. If you only have the diameter, divide by 2 first.
What are the units of area?
Always square units: square centimetres (cm²), square metres (m²), square kilometres (km²), square feet (ft²), square inches (in²), acres, hectares. Use the unit appropriate to the scale.
How is area different from perimeter?
Perimeter is the distance around a shape (1D, in linear units like cm or m). Area is the space inside the shape (2D, in square units like cm² or m²). A square of side 5 has perimeter 20 cm but area 25 cm².
Can two shapes have the same area but different perimeters?
Yes. A 10×10 square has area 100 and perimeter 40. A 25×4 rectangle has the same area (100) but perimeter 58. Same area, different shape, different perimeter.
What's the difference between area and surface area?
Area is for 2D shapes (flat surfaces). Surface area is for 3D shapes — the total area of all the faces of a 3D shape (like a box or sphere). A cube has 6 faces; its surface area is 6 times one face's area.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →