1.2.12Basic Geometry

Area — triangle, parallelogram, trapezium, composite shapes

2,629 words12 min readdifficulty · medium

Why Area Matters

Area tells us:

  • Physical space: paint needed, land size, carpet required
  • Optimization: maximize garden space within a fence
  • Foundation for calculus: integration is "area under curves"

The key insight: all area formulas derive from the rectangle. Every shape either is a rectangle in disguise, or can be cut and rearranged into one.


Triangle Area

Derivation from First Principles

WHY does this work?

  1. Start with a paralelogram: Draw any triangle. Copy it, flip it 180°, and attach it along one side.

  2. You get a paralelogram: Same base bb, same height hh (the perpendicular doesn't change when flipping).

  3. Paralelogram area: We'll prove this is bhbh in the next section, but intuitively: it's a "squashed rectangle" with the same base and height as the original rectangle it came from.

  4. Triangle is half: Since we made1 parallelogram from 2 identical triangles: A=12Aparallelogram=12bhA_{\triangle} = \frac{1}{2} A_{\text{parallelogram}} = \frac{1}{2}bh

WHAT is the height? The perpendicular distance from the base to the opposite vertex. Not a slant side! If your triangle sits on its longest side, the height might be shorter than the other two sides.

HOW to use it:

  • Pick any side as base
  • Find the perpendicular height to that base (may need Pythagoras)
  • Multiply and halve
Figure — Area — triangle, parallelogram, trapezium, composite shapes

Parallelogram Area

Derivation from Rectangle

WHY is it base × height, not base × slant side?

  1. Start with a paralelogram: It has opposite sides parallel and equal.

  2. Cut rearrange: Drop a perpendicular from one top corner to the base, creating a right triangle on the left side. Cut this triangle off.

  3. Slide the triangle: Move it to the right side of the shape. The slant edge of the parallelogram becomes the hypotenuse of the triangle, which perfectly fits.

  4. You get a rectangle: Base bb, height hh (the perpendicular distance between parallel sides).

  5. Rectangle area is bhbh: Therefore, paralelogram area is bhbh.

WHAT'S the trick? The perpendicular height hh is not the slant side length. The slant side is longer, but doesn't count for area—only the vertical "squeeze" matters.

HOW to avoid mistakes:

  • Always find the perpendicular distance between parallel sides
  • If given slant side ss and angle θ\theta, computeh = s \sin\theta$

Trapezium Area

Derivation from Parallelogram

WHY average the parallel sides?

  1. Duplicate and flip: Copy the trapezium, rotate it 180°, and attach it to the original along one of the non-parallel sides.

  2. You get a parallelogram: The two parallel sides aa and bb now form the two bases of the parallelogram, stacked. Total base length = a+ba + b. Height is still hh.

  3. Parallelogram area: (a+b)×h(a+b) \times h

  4. Trapezium is half: Atrapezium=12(a+b)hA_{\text{trapezium}} = \frac{1}{2}(a+b)h

Intuition: a+b2\frac{a+b}{2} is the average length of the parallel sides—imagine the trapezium as a rectangle with that average width.

HOW to measure:

  • Identify the two parallel sides (often top and bottom)
  • Measure perpendicular distance between them (not the slant sides)
  • Sum the parallel sides, multiply by height, divide by 2

Composite Shapes

The Method

WHAT to do:

  1. Identify components: Outline the simple shapes that make up the composite
  2. Measure each piece: Find necessary dimensions (bases, heights, radii)
  3. Calculate individual areas: Use the formulas for each simple shape
  4. Combine: Add areas if shapes are joined; subtract if one is cut out of another

HOW to handle tricky cases:

  • Overlaps: Subtract the overlap area to avoid double-counting
  • Cutouts: Total area = outer shape − inner shape(s)
  • Irregular pieces: Extend lines to create simpler shapes, then subtract extra parts

Strategy Summary

Shape Formula Key Point
Triangle 12bh\frac{1}{2}bh Height is perpendicular to base
Parallelogram bhbh Not base × slant side!
Trapezium 12(a+b)h\frac{1}{2}(a+b)h Average of parallel sides × height
Composite Sum or difference Break into known shapes

Recall Feynman Explanation (Explain to a 12-Year-Old)

Imagine you're laying square tiles on the floor, each tile is 1 meter × 1 meter. Area is just counting how many tiles fit inside a shape.

Triangle: If you take two identical triangles and stick them together like puzzle pieces, you get a parallelogram. So one triangle is half of that parallelogram. That's why we multiply base × height and then divide by 2. Parallelogram: It's like a rectangle that's been pushed sideways. If you cut off the triangle from one side and move it to the other side, you get a perfect rectangle. So it has the same area as a rectangle with the same base and height.

Trapezium: It's like a rectangle, but one side is shorter. If you make two of them and flip one upside down, you can fit them together into a parallelogram. That paralelogram has a base equal to both parallel sides added together. So one trapezium is half of that.

Composite shapes: When shapes are stuck together (like an L-shape or a house with a roof), just find the area of each simple piece separately, then add them up. If there's a hole (like a picture frame), find the big area and subtract the hole.

The secret: everything comes back to rectangles, which are just "how many tiles across" times "how many tiles up."


Connections

  • 1.2.1-Basic-shapes — definitions of these shapes
  • 1.2.11-Perimeter — perimeter vs area distinction
  • 1.3.5-Pythagorean-theorem — finding heights in right triangles
  • 2.1.4-Trigonometric-ratios — using sine to find perpendicular heights
  • 3.4.2-Integrationas-area — calculus generalizes area to curves
  • 1.2.13-Circle-area-and-circumference — area of circular regions

#flashcards/maths

What is the formula for triangle area? :: A=12bhA = \frac{1}{2}bh where bb is base and hh is perpendicular height

Why is triangle area half of base × height?
A triangle is half of a parallelogram with the same base and height (duplicate and flip the triangle to see this)
What is the formula for parallelogram area?
A=bhA = bh where bb is base and hh is perpendicular height between parallel sides
Why isn't parallelogram area base × slant side?
The slant side is longer but at angle; only the perpendicular height counts for how much vertical space the shape occupies
What is the formula for trapezium area?
A=12(a+b)hA = \frac{1}{2}(a+b)h where aa and bb are parallel sides and hh is perpendicular height
What does (a+b)/2(a+b)/2 represent in trapezium area?
The average length of the two parallel sides—the trapezium acts like a rectangle with this average width
How do you find area of a composite shape?
Break it into simple shapes (triangles, rectangles, etc.), find each area separately, then add them together (or subtract if there are cutouts)

If a paralelogram has base 12 cm, slant side 8 cm, and angle 30°, what is its area? :: Height = 8sin(30°)=48\sin(30°) = 4 cm, so area = 12×4=4812 \times 4 = 48 cm²

A trapezium has parallel sides 5 m and 9 m, with height 4 m. What is its area?
A=12(5+9)×4=12(14)(4)=28A = \frac{1}{2}(5+9) \times 4 = \frac{1}{2}(14)(4) = 28
What is the most common mistake when calculating paralelogram area?
Using the slant side length instead of the perpendicular height
What must you remember to do when a shape has a cutout?
Subtract the area of the cutout from the outer shape's area
What does "height" always mean in area formulas?
The perpendicular distance from the base to the opposite side or vertex—never a slant measurement

Concept Map

cut and rearrange

method

two triangles form one

half of parallelogram

input to

input to

input to

input to

combined shapes

split into

split into

sum of parts

Rectangle area = l × w

Parallelogram A = bh

Triangle A = half bh

Trapezium area

Composite shapes

Perpendicular height

Base

Cut and rearrange

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Area matlab kitna jagah ek shape cover karta hai — jaise floor pe kitne tiles fit honge. Sabse important baat: height hamesha perpendicular honi chahiye base se. Agar tumne slant side use kari, galat answer ayega!

Triangle ka area base × height ka adha hota hai kyunki agar tum ek aur triangle flip karke laga do, ek parallelogram ban jata hai. Parallelogram ka area seedha base × height hai — rectangle jaise, bas thoda teda. Trapezium ke liye dono parallel sides ka average lo, aur height se multiply karo, phir half karo. Agar koi complex shape hai (jaise L-shaped room), toh usko chhote pieces mein tod do — rectangle aur triangle — phir sabka area add kar do. Agar bech mein koi hole hai (jaise photo frame), toh bade shape ka area se chote shape ka area minusaro. Yeh basics sab geometry aur physics mein kaam ayenge — land measurement se lekar calculus tak!

Go deeper — visual, from zero

Test yourself — Basic Geometry

Connections