Perimeter Of A Polygon

Download as PDF

Ever wondered how much fencing you need for a yard or how much ribbon to wrap around a gift? You're thinking about perimeter! This guide will walk you through everything you need to know about calculating the total distance around any polygon, from simple squares to complex shapes.

Perimeter Of A Polygon — an original Algebra911 reference diagram defining perimeter of a polygon with its key formula and a worked example.
Perimeter of a Polygon: A Complete Guide

What Is the Perimeter of a Polygon?

The perimeter of a polygon is the total distance around its exterior. Imagine you are a tiny ant walking along the very edge of a shape; the total distance you travel to get back to your starting point is the perimeter. The word itself gives us a clue: peri means "around," and meter means "measure." So, perimeter is simply the "measure around" a flat, two-dimensional shape.

A polygon is any closed shape made of straight line segments. A triangle, a square, a pentagon, and a star are all polygons. A circle, however, is not a polygon because its edge is curved. To find the perimeter of any polygon, you simply add together the lengths of all its individual sides. The result is a linear measurement, expressed in units like centimeters (cm), inches (in), feet (ft), or miles (mi).

Why Is Perimeter Important in the Real World?

You might be surprised how often perimeter comes up in everyday life. It's not just a concept for math class! Understanding perimeter is essential for many practical tasks and professions. Here are just a few examples:

  • Home & Garden: Calculating the amount of fencing needed to enclose a backyard, figuring out how much baseboard or crown molding to buy for a room, or determining the length of holiday lights to hang around a window.
  • Construction & Design: Architects and builders use perimeter to calculate the amount of materials needed for the foundation of a building or the length of a security wall.
  • Art & Crafts: An artist needs to know the perimeter of a canvas to build a frame. A sewer needs to know the perimeter of a piece of fabric to add a decorative border or trim.
  • Sports & Recreation: The lines marking a soccer field, a basketball court, or a running track are all measured using the concept of perimeter.

How Do You Calculate the Perimeter of Any Polygon?

The great thing about perimeter is that its basic principle is always the same, no matter how simple or complex the polygon is. The fundamental rule is to sum the lengths of all the sides.

If a polygon has n sides with lengths s1,s2,s3,,sn, the formula for its perimeter, P, is:

P = s_1 + s_2 + s_3 + \dots + s_n

This means if you have a triangle (which has 3 sides), you add its 3 side lengths. If you have a hexagon (6 sides), you add its 6 side lengths. It doesn't matter if the sides are all the same length or all different; the method is identical. Just make sure you don't miss any sides!

Are There Shortcuts? Formulas for Common Polygons

While adding all the sides always works, mathematicians love efficiency! For polygons where some or all sides are equal in length (like squares or rectangles), we can use handy shortcut formulas to find the perimeter more quickly. These formulas are just simplified versions of the main "add all sides" rule.

Here are the perimeter formulas for some common polygons:

ShapeDescriptionPerimeter Formula
SquareA polygon with 4 equal sides and 4 right angles.P=4s
(where s is the side length)
RectangleA polygon with 4 sides where opposite sides are equal in length.P=2l+2w or P=2(l+w)
(where l is the length and w is the width)
Equilateral TriangleA triangle with 3 equal sides.P=3s
(where s is the side length)
Isosceles TriangleA triangle with 2 equal sides.P=2a+b
(where a is the length of the two equal sides and b is the length of the base)
Regular PolygonAny polygon with all sides equal and all angles equal.P=ns
(where n is the number of sides and s is the side length)

Step-by-Step: Finding the Perimeter in Action

Let's put theory into practice. The best way to understand perimeter is to work through some examples. We'll start simple and then move to a more challenging problem.

Example 1

Problem: Find the perimeter of a rectangle with a length of 12 meters and a width of 5 meters.

Step 1: Identify the knowns.
We have a rectangle, so we know its opposite sides are equal. The length (l) is 12 m and the width (w) is 5 m.

Step 2: Choose a method.
We can either add all four sides (12+5+12+5) or use the rectangle formula P=2(l+w).

Step 3: Calculate.
Using the formula:
P=2(12 m+5 m)
P=2(17 m)
P=34 m

Answer: The perimeter of the rectangle is 34 meters.

Example 2

Problem: A city park is shaped like an irregular pentagon. The lengths of its five sides are 80 ft, 110 ft, 150 ft, 95 ft, and 120 ft. What is the perimeter of the park?

Step 1: Identify the shape and side lengths.
The shape is an irregular pentagon (5 sides). We are given all five side lengths.

Step 2: Apply the general formula.
Since the sides are all different, we must use the general formula: P=s1+s2+s3+s4+s5.

Step 3: Calculate.
P=80+110+150+95+120
P=555 ft

Answer: The perimeter of the park is 555 feet.

Example 3

Problem: Find the perimeter of the L-shaped polygon shown below. All angles are right angles.

Step 1: Identify the known and unknown sides.
We see six sides in total. Four are given: 10 cm, 15 cm, 4 cm, and 9 cm. We need to find the lengths of the two missing sides, let's call them A (the missing horizontal side) and B (the missing vertical side).

Step 2: Deduce the missing side lengths.
Look at the horizontal lengths. The total bottom length is 15 cm. This must be equal to the sum of the top horizontal length (9 cm) and side A.
15=9+A
A=159=6 cm
Now look at the vertical lengths. The total right-side length is 10 cm. This must be equal to the sum of the left vertical length (4 cm) and side B.
10=4+B
B=104=6 cm

Step 3: Add all six side lengths.
Now that we have all the side lengths (10,15,4,9,6,6), we can find the perimeter.
P=10+15+4+9+6+6
P=50 cm

Answer: The perimeter of the L-shaped polygon is 50 cm.

Key formulas for perimeter of a polygon by Algebra911.
Key formulas for perimeter of a polygon by Algebra911.

What If a Side Length Is Missing?

Sometimes, a problem will give you the perimeter and ask you to find a missing side length. This is where your algebra skills come in handy! You'll set up an equation using the perimeter formula and solve for the unknown variable.

Example 4

Problem: A triangle has a perimeter of 50 inches. The lengths of its three sides are x, 2x+1, and 3x5. Find the length of each side.

Step 1: Set up the perimeter equation.
We know the perimeter is the sum of the sides. We are given that the perimeter P is 50.

P = \text{side}_1 + \text{side}_2 + \text{side}_3
50=(x)+(2x+1)+(3x5)

Step 2: Solve the equation for x.
First, combine like terms on the right side of the equation.
50=(x+2x+3x)+(15)
50=6x4
Now, add 4 to both sides.
54=6x
Finally, divide by 6.
x=9

Step 3: Find the length of each side.
We're not done yet! The question asks for the length of each side. We substitute x=9 back into the expressions for each side.
Side 1: x=9 inches.
Side 2: 2x+1=2(9)+1=18+1=19 inches.
Side 3: 3x5=3(9)5=275=22 inches.

Step 4: Check your answer.
Add the side lengths to see if they equal the given perimeter.
9+19+22=50
It works!

Answer: The lengths of the sides are 9 inches, 19 inches, and 22 inches.

What Are Common Mistakes When Calculating Perimeter?

Calculating perimeter is straightforward, but a few common slip-ups can lead to the wrong answer. Be sure to watch out for these!

  • Confusing Perimeter and Area: This is the most common mistake. Remember, perimeter is the distance around a shape (a linear measurement, e.g., feet), while area is the space inside a shape (a square measurement, e.g., square feet). Don't multiply length by width when you need perimeter!
  • Forgetting a Side: For polygons with many sides, it's easy to accidentally miss one when you're adding them up. Always count your sides and count the numbers you are adding to make sure they match.
  • Incorrect Units: Make sure all side lengths are in the same unit before you add them. If one side is in feet and another is in inches, you must convert one of them before calculating the perimeter. The final answer should always include the correct unit.
  • Errors in Composite Shapes: For complex shapes like the L-shape in our example, students often miscalculate the missing side lengths. Double-check your addition and subtraction when deducing these sides.

Perimeter Formulas: A Quick Reference

Need a quick refresher? Here are the key ideas to remember.

  1. Definition: Perimeter is the total distance around the outside of a polygon.
  2. The Universal Method: To find the perimeter of any polygon, add the lengths of all its sides. P=s1+s2++sn.
  3. Square Formula: P=4s
  4. Rectangle Formula: P=2(l+w)
  5. Regular Polygon Formula: P=ns (where n is the number of sides).
  6. Key Tip: Always check your units and make sure you haven't confused perimeter with area.

Frequently Asked Questions

What is the difference between perimeter and area?

Perimeter is the one-dimensional distance around the outside of a shape, measured in linear units like inches or meters. Area is the two-dimensional space inside a shape, measured in square units like square inches or square meters. Think of perimeter as the fence and area as the yard inside the fence.

How do you find the perimeter of a circle?

A circle is not a polygon, so it doesn't technically have a perimeter. The distance around a circle has a special name: circumference. You can calculate it with the formula C=2πr or C=πd, where r is the radius and d is the diameter.

Can two different shapes have the same perimeter?

Yes, absolutely! For example, a square with side length 6 cm has a perimeter of 24 cm (4×6). A rectangle with length 8 cm and width 4 cm also has a perimeter of 24 cm (2(8+4)). They have the same perimeter but different shapes and areas.

What units are used for perimeter?

Perimeter is a measure of length, so it uses linear units. Common units include millimeters (mm), centimeters (cm), meters (m), kilometers (km), inches (in), feet (ft), yards (yd), and miles (mi). The unit in the answer should always match the unit used for the side lengths.

What should I do if the sides are given in different units?

You must convert all side lengths to a single, common unit before you add them together. For example, if one side is 1 foot and another is 10 inches, you should convert the foot to 12 inches before calculating the perimeter. Your final answer will then be in inches.

How do you find the perimeter of a regular polygon?

A regular polygon has all sides of equal length. To find its perimeter, you can simply multiply the number of sides (n) by the length of one side (s). The formula is P=ns. For example, a regular octagon (8 sides) with a side length of 5 cm has a perimeter of 8×5=40 cm.

Does the perimeter always have to be a whole number?

No, not at all. If the side lengths of a polygon are decimals or fractions, the perimeter will likely also be a decimal or fraction. For example, a rectangle with sides 3.5 inches and 2.2 inches has a perimeter of 2(3.5+2.2)=2(5.7)=11.4 inches.