Topic · Geometry

Area & Perimeter

Two of the oldest measurements in mathematics. Perimeter answers how far around?; area answers how much surface?. Both are computed from the same handful of side lengths and heights — but they measure different things, in different units, and confusing them is the single most common mistake in elementary geometry.

What you'll leave with

  • A clean mental model of what perimeter and area actually measure — and why one is in linear units and the other in square units.
  • The five formulas you genuinely need: rectangle, triangle, parallelogram, trapezoid, circle.
  • An intuition for why $\tfrac{1}{2}bh$ keeps showing up — every formula comes from chopping the shape into rectangles.
  • A reliable recipe for composite shapes: decompose, sum the pieces, subtract any holes.

1. What perimeter and area measure

Perimeter

The total length of a shape's boundary. If you walked along the edge of the shape once, the perimeter is the distance you walked.

Area

The amount of two-dimensional surface a shape covers. If you tiled the interior with unit squares, the area is the number of squares it takes.

That definition gap is also a units gap. Perimeter is a length, so it lives in linear units: metres, feet, centimetres. Area is the number of unit squares, so it lives in square units: m², ft², cm². The little superscript $^2$ is not decoration — it's telling you that this number was built by multiplying two lengths together.

Mental model

Perimeter is the fence; area is the lawn. You buy fence by the metre, and you buy sod by the square metre. Different stores, different products — even though both are answered from the same set of measurements.

One consequence: doubling a shape's linear size doubles its perimeter but quadruples its area. A 2 m × 2 m square has perimeter $8$ m and area $4$ m². A 4 m × 4 m square has perimeter $16$ m and area $16$ m². The fence cost grows linearly; the lawn cost grows like the square. This is the same scaling law that makes ants strong and elephants slow.

2. Rectangle and square

Start with the rectangle, because every other area formula on this page is going to reduce to it. Let $\ell$ be the length and $w$ the width. The perimeter is the sum of all four sides:

$$ P = 2\ell + 2w = 2(\ell + w) $$

The area is the number of unit squares that tile its interior. With $\ell$ rows of $w$ squares each:

$$ A = \ell \cdot w $$

A square is the special case where $\ell = w = s$. Both formulas collapse:

$$ P = 4s, \qquad A = s^2 $$
length ℓ = 6 w = 4 Perimeter P = 2(ℓ + w) = 20 Area A = ℓ · w = 24
A rectangle decomposed into unit squares. Area is literally a count of those squares; perimeter traces the boundary.

3. Triangle

For a triangle with base $b$ and perpendicular height $h$:

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

The perimeter is just the sum of the three sides — no clever formula, you add them up. The interesting part is the area, and that $\tfrac{1}{2}$ deserves an explanation.

The cleanest way to see it: every triangle is exactly half of a parallelogram. Take any triangle, make a copy, rotate it 180°, and glue it to the original along one side. The two triangles fit together into a parallelogram with base $b$ and height $h$, whose area is $bh$ (we'll prove that in the next section). Each triangle is half of that:

$$ A_{\triangle} = \tfrac{1}{2}\,A_{\text{parallelogram}} = \tfrac{1}{2}\,b\,h $$
base b h triangle rotated copy together: bh each: ½ bh
Any triangle, paired with a 180° copy, tiles a parallelogram. The factor $\tfrac{1}{2}$ falls out for free.
"Height" means perpendicular height

In $A = \tfrac{1}{2}bh$, $h$ is the perpendicular distance from the base to the opposite vertex — not the length of one of the slanted sides. For an obtuse triangle, $h$ may even land outside the triangle. Drop the altitude every time; never substitute a side length.

4. Parallelogram and trapezoid

Parallelogram

A parallelogram has two pairs of parallel sides. Its area looks deceptively simple:

$$ A = b\,h $$

where $b$ is one side (the base) and $h$ is the perpendicular distance to the opposite side. The proof is a single scissor cut: slice a right triangle off one end of the parallelogram and slide it to the other end. What you get is a rectangle with the same base and height — and we already know its area is $bh$.

cut base b h base b h
A parallelogram is a rectangle in disguise — same base, same height, same area.

Trapezoid

A trapezoid has exactly one pair of parallel sides — call them $b_1$ and $b_2$, separated by perpendicular height $h$. Its area is the average of the parallel sides times the height:

$$ A = \tfrac{1}{2}(b_1 + b_2)\,h $$

To see why, copy the trapezoid, flip the copy upside down, and glue it to the original. The two together form a parallelogram with base $b_1 + b_2$ and height $h$, whose area is $(b_1 + b_2)h$. Each trapezoid is half:

b₁ b₂ b₂ (flipped) h together: (b₁ + b₂) h each: ½ (b₁ + b₂) h
Two trapezoids glued together make a parallelogram with combined base $b_1 + b_2$.

5. Circles (recap)

The circle plays by slightly different rules — its boundary curves, so the linear-units measurement gets a special name: circumference. With radius $r$:

$$ C = 2\pi r, \qquad A = \pi r^2 $$

Both formulas come down to the same constant, $\pi$. Notice that circumference scales with $r$ (linear units) and area scales with $r^2$ (square units) — the same square-vs-linear distinction we saw with rectangles. Double the radius and the circle's area quadruples; its circumference only doubles.

If you want the derivation — slicing the disk into thin pie wedges and rearranging them into a near-rectangle of dimensions $\pi r \times r$ — see the dedicated Circles topic. For this page we'll just use the formulas.

Note

Some problems give you the diameter $d = 2r$ instead. Don't plug the diameter in where the formula asks for $r$ — halve it first. $A = \pi (d/2)^2 = \pi d^2 / 4$ is the diameter version if you'd rather memorise it.

6. Composite shapes

Most shapes in the wild aren't named polygons — they're rooms with bay windows, parking lots with rounded corners, gardens with a flower bed cut out of them. The trick is always the same:

  1. Decompose the shape into pieces you recognise — rectangles, triangles, half-circles.
  2. Compute the area of each piece using its formula.
  3. Combine: add the pieces, and subtract any holes.

The same approach works for perimeter, with one caution: only the outer boundary counts. Internal cut lines between sub-pieces are not part of the perimeter; they exist only in your decomposition, not in the actual shape.

A₁ A₂ + A = A₁ + A₂ hole A = A_rect − A_circle
Two common moves: split into pieces (left) or compute the outer shape and subtract the hole (right).
Sanity check

After computing, glance at the answer and ask: is this a reasonable amount of area for this shape? If your L-shaped room came out to 12 m² but the bounding rectangle alone is only 8 m², you've added when you should have subtracted. The arithmetic catches itself if you're paying attention.

7. Playground: shape calculator

Pick a shape, drag the dimensions, watch the picture and the formulas update in lockstep. The point isn't to compute anything in particular — it's to feel which knob does what. Notice how doubling a length doubles the perimeter but quadruples the area.

Area A = ℓ · w
  = 5 · 3 = 15.00
Perimeter P = 2(ℓ + w)
  = 2(5 + 3) = 16.00
Copied!
Try it

Pick the rectangle and set $\ell = w$ — you've made a square, and you can watch $P = 4s$ and $A = s^2$ fall straight out of the general formulas. Then switch to the triangle and notice that changing the slant offset on the parallelogram (when you go there next) leaves the area alone — only the perpendicular height matters.

8. Common pitfalls

Mixing up perimeter and area units

Perimeter is in linear units (m, ft, cm). Area is in square units (m², ft², cm²). If you write "perimeter = 24 m²" or "area = 36 m" you've not just made a typo — you've conceptually confused length with surface. Always pause to ask whether the answer should carry a $^2$.

Using the slant side as the height of a triangle

In $A = \tfrac{1}{2}bh$, the $h$ is the perpendicular drop from the apex to the base — not the length of a slanted side. For an isoceles or oblique triangle this distinction matters enormously. If the only number you're given is a slant length, you have to compute the perpendicular height (often via Pythagoras) before applying the formula.

Circumference vs area of a circle

$C = 2\pi r$ and $A = \pi r^2$ look similar enough that students routinely write one when they mean the other. Anchor: circumference has a "2" (because the boundary involves the diameter $2r$), area has an exponent (because you're combining two lengths). When in doubt, check units — $\pi r$ alone is a length; $\pi r^2$ is a square.

Counting internal cut lines as part of the perimeter

When you decompose a composite shape into sub-rectangles, the cut lines you drew are not part of the actual boundary. They only exist on your scratch paper. Perimeter is the outer boundary of the original shape — trace it with a finger to be sure.

9. Worked examples

Try each one yourself before opening the solution. The point is to see whether your steps match the canonical recipe, not to check the final number.

Example 1 · Rectangle 8 m × 5 m: perimeter and area

Perimeter.

$$ P = 2(\ell + w) = 2(8 + 5) = 26 \text{ m} $$

Area.

$$ A = \ell \cdot w = 8 \cdot 5 = 40 \text{ m}^2 $$

Note the units: $26$ metres of fence, $40$ square metres of floor. Different products.

Example 2 · Triangle, base 10 cm, perpendicular height 4 cm

Apply the formula directly:

$$ A = \tfrac{1}{2}\,b\,h = \tfrac{1}{2}(10)(4) = 20 \text{ cm}^2 $$

The other two sides of the triangle don't matter for area — only the base you chose and its perpendicular height. (They would matter for perimeter.)

Example 3 · Trapezoid with parallel sides 6 m and 10 m, height 4 m

Average the parallel sides, then multiply by height:

$$ A = \tfrac{1}{2}(b_1 + b_2)\,h = \tfrac{1}{2}(6 + 10)(4) = \tfrac{1}{2}(16)(4) = 32 \text{ m}^2 $$

A useful sanity check: the answer must lie between $b_1 \cdot h = 24$ m² (treating the trapezoid as a $6 \times 4$ rectangle) and $b_2 \cdot h = 40$ m² (treating it as a $10 \times 4$ rectangle). $32$ sits squarely in between. ✓

Example 4 · Circle with radius 3 cm: circumference and area

Circumference.

$$ C = 2\pi r = 2\pi(3) = 6\pi \approx 18.85 \text{ cm} $$

Area.

$$ A = \pi r^2 = \pi (3)^2 = 9\pi \approx 28.27 \text{ cm}^2 $$

Notice how $C$ comes out in cm while $A$ comes out in cm². The squared unit is the formula's signature.

Example 5 · L-shaped room: outer rectangle 8 m × 6 m with a 3 m × 2 m corner missing

Decompose by subtraction. The full bounding rectangle has area

$$ A_{\text{full}} = 8 \cdot 6 = 48 \text{ m}^2 $$

The missing corner has area

$$ A_{\text{cut}} = 3 \cdot 2 = 6 \text{ m}^2 $$

So the L-shape's area is

$$ A = 48 - 6 = 42 \text{ m}^2 $$

Perimeter. Trace the boundary of the L-shape. The two cuts add two new edges of length $3$ m and $2$ m where the corner was removed, and remove $3$ m and $2$ m from the outer rectangle — but those cancel against the two new edges. So the perimeter is the same as the original rectangle:

$$ P = 2(8 + 6) = 28 \text{ m} $$

This is a classic surprise: cutting a rectangular notch out of a rectangle leaves the perimeter unchanged.

Sources & further reading

The content above is synthesized from established mathematics references. If anything reads ambiguously here, the primary sources are the ground truth — and the "going deeper" links are where to turn when this page has served its purpose.

Test your understanding

A quiz that builds from easy to hard. Pick an answer to get instant feedback and a worked explanation. Your progress is saved in this browser — come back anytime to continue.

Question 1 of 24
0 correct