Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Area of Polygon Explained with Formulas and Applications

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

How to Find the Area of a Polygon Using Different Formulas and Methods

The concept of area of polygon plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Understanding polygon area formulas, differences between regular and irregular polygons, and efficient problem-solving methods is essential for students and useful in many fields.


What Is Area of Polygon?

A polygon is a two-dimensional closed shape formed by straight line segments. The area of a polygon refers to the region or space enclosed by its sides. This concept is used while working with triangles, rectangles, pentagons, hexagons, and any many-sided flat shape. You’ll find this concept applied in geometry, coordinate geometry, and even in dividing land or creating models in real life.


Key Formula for Area of Polygon

Here’s the standard formula for a regular n-sided polygon:

\[ \text{Area} = \frac{1}{2} \times \text{Perimeter} \times \text{Apothem} \] Or, \[ \text{Area} = \frac{n \times s^2}{4 \times \tan( \frac{\pi}{n} )} \] Where:

n = number of sides
s = length of each side

For polygons with vertices on the coordinate plane: \[ \text{Area} = \frac{1}{2} \left| \sum_{i=1}^{n} (x_i y_{i+1} - x_{i+1} y_i) \right| \] This is known as the Shoelace Formula.


Step-by-Step Illustration

  1. Start with a regular pentagon with side length 6 cm.
    Number of sides, n = 5,
    Length of each side, s = 6 cm.
  2. Find the apothem (a):
    Use \( a = \frac{s}{2\tan(\pi/n)} \)
    \( a = \frac{6}{2\tan(\pi/5)} \approx 4.12 \) cm.
  3. Find the perimeter:
    Perimeter = n × s = 5 × 6 = 30 cm.
  4. Apply the area formula:
    Area = ½ × Perimeter × Apothem
    Area = ½ × 30 × 4.12 = 61.8 cm2

Area of Polygon in the Coordinate Plane

For polygons given by points (x, y), use the Shoelace formula. List coordinates in order and apply these steps:

1. Multiply each x-coordinate by the next y-coordinate (wrap around at the end).

2. Multiply each y-coordinate by the next x-coordinate.

3. Find the sum for both.

4. Area = ½ |sum1 − sum2|.

Example: For triangle with A(1,2), B(4,5), C(7,8):
1. (1×5 + 4×8 + 7×2) = 5 + 32 + 14 = 51

2. (2×4 + 5×7 + 8×1) = 8 + 35 + 8 = 51

3. Area = ½ |51 − 51| = 0 (which means the points are collinear; try with non-collinear points for real area value!)

Area of Irregular Polygons

For shapes that are not regular, divide the shape into known figures (like triangles, rectangles, or trapeziums), calculate the area of each, and then add them up. This method is especially useful in practical situations like plotting land or solving complex competitive exam questions.

Quick Area Reference Table

Polygon Type Formula
Triangle ½ × base × height
Square side × side
Rectangle length × width
Regular Pentagon (5 × s²) / (4 × tan(π/5))
Regular Hexagon (3√3 / 2) × s²
n-sided Regular Polygon (n × s²) / [4 × tan(π/n)]
Polygon with coordinates ½ × |(sum of xiyi+1 − xi+1yi)|

Speed Trick or Vedic Shortcut

When a polygon has all sides and apothem given, use the “½ × Perimeter × Apothem” shortcut instead of calculating area triangle by triangle. This is fast for competitive and board exams. If the vertices are in coordinates, immediately set up the Shoelace steps instead of plotting or breaking into triangles — it saves time.


Try These Yourself

  • Find the area of a regular hexagon with side 10 cm.
  • Given vertices (0,0), (4,0), (4,3), (0,3), find the area of the quadrilateral.
  • Divide an L-shaped figure into rectangles and triangles, then find its area.
  • What is the area of a pentagon with side 7 cm (use tan 36° ≈ 0.7265)?

Frequent Errors and Misunderstandings

  • Mixing up ‘perimeter’ and ‘area’ formulas.
  • Applying a regular polygon formula to an irregular shape.
  • Swapping x and y coordinates in the Shoelace formula.
  • Not closing the loop (forgetting to connect last vertex to the first).
  • Missing or wrong units in the final answer.

Cross-Disciplinary Usage

Area of polygon is not only useful in Maths but also plays an important role in Physics (for surface calculations), Computer Science (graphics, GIS), and logical reasoning. Students preparing for JEE or Olympiads will encounter polygon area questions in geometry, mensuration, and coordinate geometry sections.


Relation to Other Concepts

The idea of area of polygon connects with concepts like Area of Parallelogram and Area of a Triangle. Many irregular polygons can be divided into these basic shapes for easier computation. Also, perimeter and area are often compared for surface analysis.


Classroom Tip

A practical way to remember area formulas for polygons is by drawing the shape and labeling all sides and center lines (like apothem). For polygons on a coordinate plane, always write the vertex list in order and finish by connecting the last point to the first. Vedantu’s stepwise live explanations help reinforce these process-based tips.


We explored area of polygon—from definition, formula, coordinate shortcuts, and common errors, to real-life uses and practice questions. Continue practicing with Vedantu to build confidence and mastery in all related geometry concepts.


Explore more: Perimeter of a Polygon | Area of Parallelogram | Area of a Triangle | Types of Polygon

FAQs on Area of Polygon Explained with Formulas and Applications

1. What is the area of a polygon?

The area of a polygon is the amount of two-dimensional space enclosed within its sides, measured in square units. It tells us how much surface lies inside the closed figure. For example, if a polygon covers 20 square centimeters, its area is 20 cm². The method to calculate the area depends on the type of polygon, such as triangle, rectangle, or regular polygon.

2. What is the formula for the area of a regular polygon?

The formula for the area of a regular polygon is A = (1/2) × Perimeter × Apothem. A regular polygon has all sides and angles equal.

  • Perimeter (P) = sum of all side lengths
  • Apothem (a) = perpendicular distance from the center to a side
So, the area is calculated as A = (1/2)Pa. This formula works for regular pentagons, hexagons, octagons, and other regular polygons.

3. How do you find the area of an irregular polygon?

The area of an irregular polygon is found by dividing it into smaller regular shapes and adding their areas. Follow these steps:

  • Divide the polygon into triangles or rectangles.
  • Find the area of each smaller shape using known formulas.
  • Add all the individual areas together.
This method is commonly used in coordinate geometry and land measurement problems.

4. How do you calculate the area of a polygon using coordinates?

The area of a polygon using coordinates is calculated using the Shoelace Formula: A = 1/2 |x₁y₂ + x₂y₃ + ... + xₙy₁ − (y₁x₂ + y₂x₃ + ... + yₙx₁)|.

  • List the vertices in order.
  • Multiply diagonally and sum the products.
  • Subtract the reverse diagonal sum.
  • Take the absolute value and multiply by 1/2.
This method is useful in coordinate geometry for finding the area of irregular polygons.

5. What is the area formula for a polygon with n sides?

The area of a regular polygon with n sides is given by A = (n × s²) / (4 tan(π/n)), where s is the side length. Here:

  • n = number of sides
  • s = length of each side
This formula is derived using trigonometry and works for any regular polygon such as a hexagon or octagon.

6. How do you find the area of a polygon step by step?

To find the area of a polygon step by step, first identify whether it is regular or irregular.

  • If regular, use A = (1/2) × Perimeter × Apothem.
  • If irregular, divide it into simpler shapes.
  • Apply the appropriate area formulas.
  • Add the results to get the total area.
Always express the answer in square units such as cm² or m².

7. Can you give an example of finding the area of a polygon?

Yes, for example, the area of a regular hexagon with side length 6 cm is calculated using A = (3√3/2) × s².

  • Substitute s = 6.
  • A = (3√3/2) × 36
  • A = 54√3 cm²
This is the exact area of the hexagon. For decimal form, multiply 54 by √3.

8. What is the difference between the area and perimeter of a polygon?

The area of a polygon measures the space inside it, while the perimeter measures the total length of its boundary.

  • Area is measured in square units (cm², m²).
  • Perimeter is measured in linear units (cm, m).
For example, a square with side 4 cm has perimeter 16 cm and area 16 cm².

9. Why is the area of a polygon measured in square units?

The area of a polygon is measured in square units because it represents two-dimensional space. When length is measured in units like centimeters, area becomes square centimeters (cm²). This happens because area is calculated by multiplying two lengths together, such as base × height.

10. What are common mistakes when finding the area of a polygon?

Common mistakes when calculating the area of a polygon include using the wrong formula and forgetting square units.

  • Confusing perimeter with area formulas.
  • Not dividing irregular polygons correctly.
  • Forgetting to multiply by 1/2 in triangle-based formulas.
  • Not writing the answer in square units.
Carefully identifying the type of polygon helps avoid these errors.