Perimeter Of Rectangle

Download as PDF

Understanding the perimeter of a rectangle is a fundamental skill in geometry. This comprehensive guide will walk you through the definition, formulas, and step-by-step calculations for finding the total distance around any rectangular shape, from a simple drawing to a real-world problem.

Perimeter Of Rectangle — an original Algebra911 reference diagram defining perimeter of rectangle with its key formula and a worked example.
Perimeter of a Rectangle: The Complete Guide

What Is the Perimeter of a Rectangle?

The perimeter of a rectangle is the total distance around its outer boundary. Imagine you are walking along the edge of a rectangular park; the total distance you walk to get back to your starting point is the park's perimeter. It's a one-dimensional measurement of length.

To understand perimeter, we first need to remember the key properties of a rectangle:

  • It is a four-sided shape (a quadrilateral).
  • All four of its interior angles are right angles (90).
  • Its opposite sides are equal in length and parallel to each other.

We typically label the two longer sides as the length (often denoted by l) and the two shorter sides as the width (often denoted by w). Because opposite sides are equal, we know that a rectangle has two sides of length l and two sides of length w.

To find the perimeter, we simply add the lengths of all four sides together. If you start at one corner and go all the way around, you would travel a distance of one length, then one width, then another length, and finally another width. This gives us our most basic, foundational understanding of the perimeter calculation:

Perimeter = length + width + length + width

Using our variables, we can write this as:

P=l+w+l+w

This simple idea of adding up all the side lengths is the core concept behind perimeter. From this starting point, we can derive more streamlined formulas that make the calculation faster and easier.

What Are the Formulas for Calculating a Rectangle's Perimeter?

While adding all four sides always works, mathematicians prefer to simplify expressions to make them more efficient. Starting from P=l+w+l+w, we can group the like terms together. We have two lengths (l+l) and two widths (w+w). This leads us to our first official formula.

Formula 1: The Sum of Doubled Sides

By combining the identical sides, we get two lengths (2l) and two widths (2w). Adding these together gives us the perimeter.

P=2l+2w

This formula tells us to double the length, double the width, and then add those two results together. It's a very direct and easy-to-understand method.

Formula 2: Doubling the Sum of Sides

Another way to look at the expression 2l+2w is to use the distributive property of multiplication. We can see that the number 2 is a common factor in both terms. By factoring out the 2, we get our second common formula.

P=2(l+w)

This formula tells us to first add the length and width together, and then multiply that sum by 2. This is often quicker for mental math, as you only have to do one addition and one multiplication.

Which formula should you use? It doesn't matter! Both formulas are mathematically equivalent and will always give you the exact same answer. You can choose whichever one you find more intuitive or easier to remember. Let's prove they are the same with a quick example. If l=5 and w=3:

  • Using Formula 1: P=2(5)+2(3)=10+6=16
  • Using Formula 2: P=2(5+3)=2(8)=16

As you can see, the result is identical. Pick the one that works best for you!

How Do You Calculate the Perimeter of a Rectangle?

Calculating the perimeter is a straightforward process. By following these steps, you can ensure you get the correct answer every time.

  1. Identify the Knowns: Read the problem carefully and identify the given length (l) and width (w) of the rectangle.
  2. Check the Units: Make sure the length and width are in the same unit of measurement (e.g., both are in inches, or both are in centimeters). If they are not, you must convert one of them before proceeding.
  3. Choose Your Formula: Select one of the perimeter formulas: P=2l+2w or P=2(l+w).
  4. Substitute the Values: Replace the variables l and w in the formula with the values you identified in the first step.
  5. Calculate the Result: Perform the arithmetic operations (addition and multiplication) to find the final value of the perimeter.
  6. Include the Units: The final answer must include the correct units of length. Since perimeter is a measure of distance, the units will be linear (like cm, m, inches, feet), not squared.
Example 1

A rectangular whiteboard has a length of 150 centimeters and a width of 90 centimeters. What is its perimeter?

Step 1: Identify the Knowns
Length l=150 cm
Width w=90 cm

Step 2: Check the Units
Both measurements are in centimeters, so no conversion is needed.

Step 3 & 4: Choose a Formula and Substitute
Let's use the formula P=2(l+w).
P=2(150+90)

Step 5: Calculate the Result
First, add the numbers inside the parentheses:
P=2(240)
Now, multiply by 2:
P=480

Step 6: Include the Units
The perimeter is 480 centimeters.

Alternative Calculation using P=2l+2w:
P=2(150)+2(90)
P=300+180
P=480 cm
As you can see, the result is the same.

What If the Length and Width Have Different Units?

A common trick in math problems is to provide the dimensions of a shape in different units. For example, the length might be given in meters and the width in centimeters. You cannot substitute these different units directly into the formula. Doing so would be like adding apples and oranges; the result would be meaningless. You must first convert one of the measurements so that both are in the same unit.

You can choose which unit to convert to, but the problem might specify the desired unit for the final answer. Here is a table of common length conversions:

FromToOperation
Meters (m)Centimeters (cm)Multiply by 100
Centimeters (cm)Meters (m)Divide by 100
Feet (ft)Inches (in)Multiply by 12
Inches (in)Feet (ft)Divide by 12
Kilometers (km)Meters (m)Multiply by 1000
Example 2

A rectangular community garden is 2.5 meters wide and 400 centimeters long. A farmer wants to put a fence around it. What is the total length of fencing needed, in meters?

Step 1: Identify the Knowns
Length l=400 cm
Width w=2.5 m

Step 2: Check the Units
The units are different (cm and m). The question asks for the final answer in meters, so it's best to convert the length from centimeters to meters.
To convert cm to m, we divide by 100.
l=400 cm÷100=4 m
Now our dimensions are l=4 m and w=2.5 m.

Step 3 & 4: Choose a Formula and Substitute
Let's use P=2l+2w.
P=2(4)+2(2.5)

Step 5: Calculate the Result
Perform the multiplications first:
P=8+5
Now, add the results:
P=13

Step 6: Include the Units
The total length of fencing needed is 13 meters.

How Can You Find a Missing Side Length if You Know the Perimeter?

Sometimes, a problem will give you the total perimeter and the length of just one side, asking you to find the other. This requires using your algebra skills to rearrange the perimeter formula and solve for the unknown variable.

Let's start with our formula: P=2l+2w.

Suppose we know the perimeter (P) and the length (l), and we want to find the width (w). We need to isolate w on one side of the equation.

  1. Start with the formula: P=2l+2w
  2. Subtract 2l from both sides: This step helps to get the term with w by itself. P2l=2w
  3. Divide both sides by 2: This will leave w all by itself. P2l2=w

So, the formula to find the width when you know the perimeter and length is:

w=P2l2

Similarly, if you need to find the length (l) when you know the perimeter (P) and the width (w), the formula is:

l=P2w2
Example 3

The total perimeter of a rectangular swimming pool is 54 meters. If the length of the pool is 16 meters, what is its width?

Step 1: Identify the Knowns
Perimeter P=54 m
Length l=16 m
Width w=?

Step 2: Choose the Correct Rearranged Formula
We need to find the width, so we will use w=P2l2.

Step 3: Substitute the Known Values
w=542(16)2

Step 4: Calculate the Result
First, handle the multiplication in the numerator:
w=54322
Next, perform the subtraction in the numerator:
w=222
Finally, perform the division:
w=11

Step 5: Include the Units
The width of the swimming pool is 11 meters.

You can always check your work by plugging the length and width back into the original perimeter formula: P=2(16)+2(11)=32+22=54 m. It matches!

Key formulas for perimeter of rectangle by Algebra911.
Key formulas for perimeter of rectangle by Algebra911.

How Does This Relate to the Perimeter of a Square?

A square is a special type of rectangle. It follows all the rules of a rectangle (four sides, four right angles, opposite sides equal), but it has one additional property: all four of its sides are equal in length.

Because a square is a rectangle, we can use the rectangle perimeter formula to find its perimeter. In a square, the length is equal to the width (l=w). Let's call the side length of the square s. So, l=s and w=s.

If we substitute these into the rectangle formula P=2l+2w, we get:

P=2s+2sP=4s

Alternatively, using P=2(l+w):

P=2(s+s)P=2(2s)P=4s

This gives us a simple, dedicated formula for the perimeter of a square.

Perimeter of a Square: P=4s

This formula means the perimeter of a square is simply 4 times the length of one of its sides. This makes sense, as you are just adding the same side length four times (s+s+s+s).

For example, if a square has a side length of 7 inches, its perimeter is P=4×7=28 inches.

What Are Common Mistakes to Avoid?

When working with perimeter, a few common errors can trip students up. Being aware of these pitfalls is the best way to avoid them.

  • Confusing Perimeter and Area: This is the most common mistake. Perimeter is the distance around a shape, while area is the space inside it. Remember that perimeter is measured in linear units (like inches, cm, miles) and area is measured in square units (like in², cm², miles²).
  • Adding Only Two Sides: Some students mistakenly just add the length and width (l+w) and forget that a rectangle has four sides. This calculates only half the perimeter. Always remember to double this sum or use the 2l+2w formula.
  • Forgetting to Convert Units: As shown in a previous section, if the length and width are in different units, you must convert them to the same unit before you begin any calculations. Your answer will be incorrect if you calculate with mixed units.
  • Simple Calculation Errors: It's easy to make a small mistake in multiplication or addition, especially with larger numbers or decimals. Always take a moment to double-check your arithmetic before finalizing your answer. Writing out your steps clearly can help you catch these errors.
  • Incorrectly Rearranging Formulas: When solving for a missing side, be careful with the order of operations. Remember to subtract before dividing when using the formula w=(P2l)/2. A common mistake is to divide P by 2 first and then subtract 2l, which is incorrect.

Quick Summary and Key Formulas

This lesson covered everything you need to know about the perimeter of a rectangle. Here are the most important points and formulas to remember:

Key Concepts

  • Perimeter is the total distance around the outside of a two-dimensional shape.
  • A rectangle has four sides, with opposite sides being equal in length.
  • The sides are referred to as length (l) and width (w).
  • Always ensure all measurements are in the same unit before calculating.
  • Perimeter is a measure of length, so its units are linear (e.g., m, ft, cm), not squared.

Key Formulas

Perimeter of a Rectangle:

P=2l+2w

or

P=2(l+w)

Perimeter of a Square (where s is side length):

P=4s

Finding a Missing Side (Width):

w=P2l2

Frequently Asked Questions

What is the difference between perimeter and area?

Perimeter is the total distance around the outside of a shape, measured in linear units like meters or feet. Area is the amount of space inside the shape, measured in square units like square meters (m²) or square feet (ft²). Think of perimeter as the fence around a yard and area as the grass inside the yard.

Can the perimeter of a rectangle be a decimal or a fraction?

Yes, absolutely. If the length or width of a rectangle is a decimal or a fraction, the perimeter will likely also be a decimal or a fraction. The calculation method remains exactly the same.

How is perimeter used in the real world?

Perimeter has many practical applications. It's used to calculate the amount of fencing needed for a yard, the length of baseboards or crown molding for a room, the amount of ribbon to wrap a gift, or the length of a frame for a picture or window.

Do I have to label the longer side as the 'length'?

It is a common convention to call the longer side the length (l) and the shorter side the width (w). However, mathematically it makes no difference. Since addition and multiplication are commutative, you will get the same correct answer if you swap the values for l and w.

Can I find the perimeter if I only know the area and one side?

Yes. The formula for area is A=l×w. If you know the area and one side (e.g., the length), you can find the other side by dividing the area by the known side (w=A/l). Once you have both the length and width, you can use the standard perimeter formula.

Do all rectangles with the same perimeter have the same area?

No, they do not. A long, skinny rectangle and a more square-like rectangle can have the same perimeter but very different areas. For a given perimeter, the rectangle with the largest possible area is always a square.

What happens if a shape is not a rectangle?

The concept of perimeter still applies to any polygon. To find the perimeter of any non-rectangular shape, you simply add up the lengths of all its individual sides. The formulas P=2l+2w and P=2(l+w) only work for rectangles.