Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Mathematics
  • Number System and Arithmetic
  • Algebra
  • Trigonometry
  • Statistics
  • Probability
  • Geometry
  • Mensuration
  • Calculus
  • Logarithms
Open In App
Next Article:
Perimeter in Maths
Next article icon

Perimeter in Maths

Last Updated : 09 Jan, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Perimeter is defined as the total length of all the sides of a closed figure. It is measured in units of length, such as meters, centimetres, or inches. The perimeter of a shape can be found by adding the lengths of all the sides. For example, the perimeter of a square with a side length of 5 m is 5 + 5 + 5 + 5 i.e., 20 m.

We can think of it like walking around the border of a park or a field—if you start at one point and walk all the way around until you return to the starting point, the distance you cover is the perimeter of that shape.

Some examples of the perimeter are given below:

Formula for Perimeter

The perimeter of various shapes can easily be found using the formula,

Perimeter of Polygon = Sum of All Sides

So, if the sides of any polygon are given then its perimeter can be easily found using the formula discussed above.

Suppose we are given a regular polygon of side n, then its perimeter is calculated using the formula,

Perimeter of Regular Polygon = n × sides

The perimeter formula for some specific figures is,

  • A square is a regular polygon with four sides and the formula for the perimeter of the square is,

Perimeter of Square = 4a units

where a is the length of the square

Perimeter of Square
  • A rectangle is a polygon with four sides in which the opposite sides are parallel and equal and the formula for the perimeter of the rectangle is,

Perimeter of Rectangle = 2(l+b) units

where, 

  • l is the length of the rectangle
  • b is the base of the rectangle
Perimeter of Rectangle
  • A triangle is a polygon with three sides it is the simplest polygon possible and the formula for the perimeter of the triangle is,

Perimeter of Triangle = (a+b+c) units

where a, b, and c are the length of the side of the triangle

Perimeter of Triangle
  • A circle is a curved figure in which the distance of the curve is always fixed from the center of the curve. The perimeter of the circle is also called the circumference of the circle, and the formula to find the circumference of the circle is,

Circumference of Circle = 2πr units

where, r is the radius of the circle.

Circumference of Circle

Unit of Perimeter

The perimeter of any figure is nothing but the sum of the length of all the sides of any polygon. So the perimeter is measured in units of length, i.e. m, cm, etc. If the given figure or structure is very large its perimeter can also be measured in Kilometers or any other unit of length.

How to Find Perimeter?

To find the perimeter of any figure we use the steps discussed below:

Step 1: Find the length of all the sides of the given figure and mark them as a, b, and c

Step 2: Find the sum of all the sides to get the perimeter of the figure.

Step 3: If the given figure is a curved figure we use other methods or formulas to find the perimeter of the figure.

Step 4: As the perimeter is nothing but the length of all the sides it is measured in units of length.

Let's consider an example for better understanding.

For example, suppose we have to find the perimeter of a square plot of side 10 m.

Side of Square (a) = 10 m

Perimeter of Square(P) = 4(a)

P = 4(10) = 40 m

Thus, the perimeter of the square feild is 40 m

Perimeter of Simple Shapes

The perimeter of simple shapes can be found using formulas. Some common simple shapes include squares, rectangles, triangles, circles, and trapezoids.

Name of Shape

Perimeter Formula

Circle

2πr

Triangle

a+b+c

Square

4a

Rectangle

2(L+B)

Quadrilateral

Sum of All Four Sides: a+b+c+d

Parallelogram

2(a+b)

Any Polygon

Sum of All Sides

Regular Polygon

2nR sin (180°/n)

Perimeter of Complex Shapes

Perimeter of complex shapes can easily be found by breaking the complex shape into smaller shapes whose perimeter can be easily found. Then the perimeters of the smaller shapes can then be added together to find the perimeter of the complex shape.

For example, the perimeter of the following shape can be found by breaking it down into a rectangle and a triangle as it is made of an isosceles triangle and a rectangle.

Solution:

  • Sides of the Isosceles Triangle = 8 m
  • Length of the Rectangle = 10 m
  • Breadth of the Rectangle = 6 m

Observing the figure, the perimeter of the figure is,

Perimeter(P) = 8 + 8 + 10 + 10 + 6

P = 42 m

Perimeter of Complex Shapes

Difference Between Perimeter and Area

The differences between Perimeter and Area are discussed in the table added below,

Perimeter

cover

Perimeter is the sum of the length of the boundaries of any figure.

Area is the space occupied by the boundaries of the figure.

Perimeter of any figure is measured in units of length.

Area of any figure is measured in unit2, i.e. m2, cm2, etc.

Basic formula used for finding the perimeter is,

Perimeter = Sum of All Side

Basic formula used for finding the area is,

Area = Base × Height

Some Basic Perimeter Formulas are,

  • Perimeter of Square = 4a
  • Perimeter of Rectangle = 2(l+b)
  • Circumference of Circle = 2πr

Some Basic Area Formulas are,

  • Area of Square = a2
  • Area of Rectangle = l ×  b
  • Area of Circle = πr2

It is used for finding the fence and other things in the figure.

It is used for finding the floor area and other things related to the figure.

Read More,

  • Area of Rectangle
  • Area of Circle
  • Area of Triangle

Solved Examples on Perimeter

Example 1: Find the Perimeter of a Square with a side length of 5 meters.

Solution:

Given,

  • Side of Square(a) = 5 m

Perimeter of Square(P) = 4a

P = 4(5)

P = 20 m

Thus, the perimeter of the square is 20 m.

Example 2: Find the Perimeter of a Rectangle with a length of 10 meters and a width of 5 meters.

Solution:

Given,

  • Length of Rectangle(l) = 10 m
  • Breadth of Rectangle(b) = 5 m

Perimeter of Rectangle(P) = 2(l+b)

P = 2(10+5)

P = 30 m

Thus, the perimeter of the rectangle is 30 m.

Example 3: Find the Perimeter of a Triangle with side lengths 3 meters, 4 meters, and 5 meters.

Solution:

Given,

  • First Side (a) = 3 m
  • Second Side (b) = 4 m
  • Third Side (c) = 5 m

Perimeter of Triangle (P) = a + b + c

P = 3 + 4 + 5

P = 12 m

Thus, the perimeter of the triangle is 12 m

Example 4: Find the Perimeter(Circumference) of a circle with a radius of 7 meters.

Solution:

Given,

  • Radius of Circle(r) = 7 m

Circumference of Circle(C) = 2πr

C = 2×22/7×7

C = 44 m

Thus, the circumference of the circle is 44 m.

Example 5: Find the perimeter of a Trapezium with bases 6 meters and 8 meters, and height 4 meters.

Solution:

Given,

  • Base of Trapezoid, b1 = 6 m and b2 = 8 m
  • Height of Trapezoid(h) = 4 m

Perimeter of Trapezium(P) = (b1 + b1) + 2h

P = (6+8) + 2(4)

P = 22 m

The Perimeter of the Trapezum is 22 m.


Next Article
Perimeter in Maths

S

satyam_sharma
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Mensuration 2D
  • Mensuration 3D
  • Maths-Formulas
  • Mensuration-MAQ
  • Math-Concepts

Similar Reads

    Area and Perimeter Formulas
    Area and Perimeter Formulas are the fundamental formulas in Mensuration that help us calculate the area and perimeter for any geometric shape in mathematics. Area and Perimeter Formulas have equal importance in real life for various calculations like finding the area of land or finding the perimeter
    10 min read
    Perimeter of a Kite Formula
    Kite is a quadrilateral in which two pairs of sides are equal and these equal sides are adjacent to each other. It is known as a parallelogram, it also has two pairs of equal sides but in a parallelogram, those pairs are opposite to one another while in the case of kite these equal pairs of sides ar
    5 min read
    Perimeter of a Pentagon
    A pentagon is a five-sided polygon with five angles. The perimeter of a pentagon is the total distance around its edges, and calculating this perimeter depends on whether the pentagon is regular (all sides and angles are equal) or irregular (sides and angles are not equal).In this article, we will d
    6 min read
    Perimeter of Hexagon Formula
    Polygon is nothing but a closed figure(end to end connected) made up of more than 2 line segments on a 2-dimensional plane. A polygon is created by using straight-line segments that are end to end connected with each other, and these line segments are known as sides of the polygon and the point is k
    3 min read
    Perimeter of A Rhombus
    Perimeter of a Rhombus is the sum of all the sides of the rhombus. In a rhombus, all the sides are equal so the perimeter of the rhombus is 4 times its side. The perimeter of Rhombus is calculated by the formula P = 4a where a is the side length of the perimeter. Now we can also find the perimeter o
    6 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences