1.2.11Basic Geometry

Perimeter of polygons — regular and irregular

2,140 words10 min readdifficulty · medium

The Core Concept: Adding All Sides

Why this definition? A polygon is a closed figure made of straight line segments. To walk around it completely, you traverse each side exactly once. The total distance is simply all those lengths added together.

What makes this universal? This definition works for any polygon — triangle, quadrilateral, pentagon, irregular shapes, everything. The only requirement: the figure must be closed.

Figure — Perimeter of polygons — regular and irregular

Regular Polygons: The Shortcut

Deriving the perimeter formula for regular polygons:

Step 1: Start with the general perimeter formula: P=s1+s2+s3++snP = s_1 + s_2 + s_3 + \cdots + s_n

Step 2: In a regular polygon, every side has the same length. Let's call this length ss: s1=s2=s3==sn=ss_1 = s_2 = s_3 = \cdots = s_n = s

Step 3: Substitute into the sum: P=s+s++s (n times)P = s + s + \cdots + s \text{ ($n$ times)}

Step 4: Adding the same number nn times is multiplication: P=n×sP = n \times s

Irregular Polygons: No Shortcuts

For irregular polygons (sides of different lengths), there's no multiplication shortcut. You must measure and add each side individually.

Why can't we use the regular formula? The formula P=nsP = n \cdot s assumes all sides are equal. If they're not, you'd be multiplying by an average or something arbitrary — which doesn't give the actual perimeter.

Common Mistakes and How to Fix Them

Deep Understanding: Why Different Polygons, Same Principle?

From first principles:

  1. What is distance? A measure of how far apart two points are.
  2. What is a polygon? A sequence of connected line segments forming a closed loop.
  3. What is perimeter? The total distance traveled around the boundary.

Since each side is a straight segment, its length is just the distance between its endpoints. To get the total distance around, we add all these individual distances — that's perimeter.

Regular vs. Irregular: The difference isn't in the definition of perimeter (always sum of sides), but in whether we can simplify the arithmetic. Regular polygons let us factor: s+s+s+s=4ss + s + s + s = 4s. Irregular polygons don't.

Units and Real-World Applications

Units: Perimeter is measured in units of length:

  • Metric: mm, cm, m, km
  • Imperial: inches, feet, yards, miles

Why care about units? If side lengths are in cm, perimeter is in cm. If one side is in meters and another in centimeters, convert first!

Real applications:

  • Fencing: How much wire to enclose a field?
  • Framing: How much wood to frame a picture or door?
  • Track length: Perimeter of a running track (often a rectangle with semicircular ends)
  • Borders: Decorative trim around a room or garden bed

Connections

  • Area of polygons — perimeter measures boundary, area measures interior
  • Triangles — simplest polygon, P=a+b+cP = a + b + c or P=3sP = 3s if equilateral
  • Quadrilaterals — rectangles, squares, trapezoids all have perimeter = sum of 4 sides
  • Circles — perimeter of a circle is called circumference, uses π\pi instead of sides
  • Pythagorean theorem — often needed to find side lengths in right triangles before calculating perimeter
  • Units of measurement — always check and convert units before adding
Recall Explain to a 12-year-old

Imagine you're drawing a shape on the ground with chalk. You start at one corner and walk along each edge, marking as you go, until you get back to where you started. The total distance you walked is the perimeter.

If your shape is a square and each side is 5 steps long, you walk 5 steps four times: 5+5+5+5=205 + 5 + 5 + 5 = 20 steps. That's easier to say as 4×5=204 \times 5 = 20. That's a regular shape — all sides the same.

But if your shape is weird, like a rocky garden with sides3 steps, 7 steps, 4 steps, and 5 steps, you can't just multiply. You have to add them one by one: 3+7+4+5=193 + 7 + 4 + 5 = 19 steps. That's an irregular shape.

Perimeter is just "how far around?" — always add up all the edges.


#flashcards/maths

What is the perimeter of a polygon? :: The sum of the lengths of all its sides.

What is a regular polygon?
A polygon where all sides have equal length and all interior angles are equal.
Formula for perimeter of a regular polygon with nn sides of length ss?
P=nsP = n \cdot s
Why can't you use P=nsP = n \cdot s for irregular polygons?
Because the sides have different lengths; the formula assumes all sides are equal.
Perimeter of an equilateral triangle with side 8 cm?
P=3×8=24P = 3 \times 8 = 24 cm
A quadrilateral has sides 3 cm, 5 cm, 7 cm, and 4 cm. What is its perimeter?
P=3+5+7+4=19P = 3 + 5 + 7 + 4 = 19 cm
What units is perimeter measured in?
Units of length (cm, m, inches, feet, etc.) — not squared units like area.
A regular hexagon has perimeter 48 m. What is the length of each side?
s=P/n=48/6=8s = P/n = 48/6 = 8 m
True or False: Perimeter and area measure the same thing.
False. Perimeter measures the boundary (length), area measures the interior surface.
What's the key difference between finding perimeter of regular vs irregular polygons?
Regular: multiply number of sides by one side length. Irregular: add each different side length individually.

Concept Map

walk each side once

defines

contrasts with

has

adding s n times

specialises to

sides differ

applies to

example hexagon 6·7=42

Perimeter = distance around boundary

Polygon = closed straight-sided figure

General formula P = s1 + ... + sn

Regular polygon

Irregular polygon

All sides equal length s

Shortcut P = n · s

Add each side individually

Area = surface inside

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Perimeter ka matlab hai kisi bhi band shape ke charon taraf ka total distance. Socho tum ek garden ke charon taraf fencing lagana chahte ho — kitna tar chahiye? Wahi perimeter hai. Kisi bhi polygon (triangle, square, pentagon, jo bhi ho) ke liye, bas sare sides ko measure karo aur add kar do.

Agar tumhara polygon regular hai (matlab sare sides equal hain, jaise ek perfect square ya equilateral triangle), toh kaam easy ho jata hai. Ek side ki length ko sides ki sankhya se multiply kar do: P=n×sP = n \times s. Par agar polygon irregular hai (har side alag length ki hai), toh koi shortcut nahi. Har side ko individually add karna padega.

Real life mein perimeter bohot useful hai — fencing, photo frame banana, running track ki length, room ke borders mein lace lagana. Bas dhyan rakho ki units same hone chahiye (sab cm ya sab meter), aur ye length measure hai, area nahi. Area square units mein hota hai (cm²), perimeter simple cm mein. Agar regular shape dekho, multiply karo; irregular shape dekho, sabko add karo. Bas!

Go deeper — visual, from zero

Test yourself — Basic Geometry

Connections