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:
Area
Next article icon

Area

Last Updated : 12 Jul, 2023
Comments
Improve
Suggest changes
Like Article
Like
Report

Area is the measure of the space occupied by the boundary of the shape. It is the total space occupied by the given figure and it is measured in unit square. The number of the unit square covered inside the figure is referred to as the area of the figure. The standard unit of the area is unit2, i.e. m2, cm2, etc. 

In this article, we will learn about, what is the area, its unit, areas of various shapes, areas of complex shapes, solved examples related to the area, and others in detail.

What Is Area?

Area is the space occupied inside by the boundary of any figure. It is the total surface covered by the perimeter of the figure. It is measured in square units. It is generally calculated by multiplying the bases of the figure with its length. For example, the area of the room is its length multiplied by its breadth.

Area of any figure is a two-dimensional quantity and it is measured in the unit squares, i.e. we measure the area of the figure in m2, cm2, ft2, etc. The area of any figure is dependent on the sides and the height of the figure.

Area of Shapes

The area of various shapes is used to solve different problems in Geometry, there are various shapes whose area we can easily find and the area of various figures depends on various parameters. We calculate the area of different shapes by using two methods that include,

  • Area of Simple Shapes
  • Area of Complex Shapes

Now let's learn about them in detail

Area of Simple Shapes

Simple shapes are regular shapes and some common simple shapes include squares, rectangles, triangles, circles, and trapezoids. 

  • The area of a square is equal to the square of its side length. 
  • The area of a rectangle is equal to its length multiplied by its width. 
  • The area of a triangle is equal to one-half the product of its base and height. 
  • The area of a circle is equal to π multiplied by the square of its radius. 
  • The area of a trapezoid is equal to one-half the sum of its bases multiplied by its height.

The area formula for some simple shapes is,

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

Area of Square = a2 units2

where a is the length of the square

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

Area of Rectangle = l.b units2

where, 

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

Area of Triangle = 1/2×b×h units2

where,

  • b is the base of the Triangle
  • h is the Height of the Triangle
  • A circle is a curved figure in which the distance of the curve is always fixed from the center of the curve. The formula to calculate the area of the circle is,

Area of Circle = πr2 units2

where, r is the radius of the Circle

Area Units

The area of any figure is nothing but the space occupied by the sides of the polygon. So the area is measured in units2, i.e. m2, cm,2 etc. If the given figure or structure is very large its area can also be measured in Kilometers2 or any other unit2.

How to Find Area?

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

Step 1: Find the length of all the sides of the given figure and the height of the figure.

Step 2: Find the area using the various area formulas.

Step 4: As the area is a 2-dimensional figure then the area is measured in unit2

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

Solution:

Side of Square (a) = 10 m

Area of Square(A) = a2

A = (10)2 = 100 m2

Thus, the area of the square feild is 100 m2

Area of Complex Shapes

The area of a complex shape is the amount of space enclosed by the shape. Complex shapes do not have a regular shape and cannot be easily divided into smaller shapes with known areas. To find the area of a complex shape, it is often necessary to break the shape down into smaller, simpler shapes. The areas of the smaller shapes can then be added together to find the area of the complex shape.

For example, the area of the following shape can be found by breaking it down into a rectangle and a triangle:

Area of Complex Shapes: Examples

Solution:

The complex figure is broken into a rectangle and a triangle as shown in the figure,

Area of Complex Shapes: Solution

Thus, the area of the complex figure is,

Area of the Rectangle = l.b = 10×6 = 60 m2

Area of the Triangle = 1/2.b.h = 1/2.10×6 = 60 m2

Area Formulas

The formula to calculate the area of various figures is,

Name

Area

Parameters

Circle

πr2

r = Radius of the circle

Triangle

(½)bh

b = Base

h = Height

Square

a2

a = Length of the side

Rectangle

l.b

l = Length

b = Breadth

Rhombus

(½)d1d2

d1 and d2 

are the lengths of two diagonals

Parallelogram

bh

b = Base

h = Height (distance between two parallel bases)

Applications of Area

Area has a wide variety of applications in mathematics, science, engineering, and other fields. Some common applications of the area include:

  • Geometry: Area is used in geometry to find the size of regions.
  • Physics: Area is used in physics to find the amount of surface area exposed to a given force.
  • Engineering: Area is used in engineering to find the amount of material needed to build a structure.
  • Architecture: Area is used in architecture to find the size of rooms and other spaces.
  • Geography: Area is used in geography to find the size of countries, states, and other land masses.
  • Planning: Area is used in planning to find the size of parks, playgrounds, and other public spaces.

Examples of Area Formulas

Example 1: Find the area of a rectangle with a length of 18 cm and a breadth of 3 cm.

Solution:

Given,

  • Length of the Rectangle (l) = 18 cm
  • Breadth of the rectangle (b) = 3 cm

Area of Rectangle(A) = l × b

A = 18 × 3
   = 48 cm2

Example 2: Find the area of the square park whose side is 12 m.

Solution:

Given,

  • Side of Square (a) = 12 m

Area of Square = a2 
                                = (12)2 = 144 m2

Thus, the area of the square park is 144 m2

Example 3: Find the area of a triangular plate whose height is 16 cm and the base is 8 cm.

Solution:

Given,

  • Height of Triangle (h) = 16 cm
  • Base of Triangle (b) = 8 cm

Area of Triangle(A) = 1/2(b × h)

A = 1/2(16 × 8)
   = 128/2 = 64 cm2

The area of the triangular plate is 64 cm2

Example 4: Find the area of a circular disc with a radius of 7 cm.

Solution:

Given,

  • Radius of Circle (r) = 7 cm

Area of Circle(A) =  πr2

A = π(7)2
   = 22/7(7)(7) = 22×7
   = 144 cm2

The area of the circular disc is 144 cm2


Next Article
Area

S

satyam_sharma
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Maths-Formulas
  • Areas
  • Math-Concepts

Similar Reads

    Area of Rectangle
    Area of the Rectangle is the region covered inside the boundaries of the rectangle. The area of a rectangle is calculated using its dimensions length and breadth similar to the square in which the side is both the length and breadth.To find the area, you multiply the length of the rectangle by its w
    9 min read
    Area of Quadrilateral
    A quadrilateral is a polygon with four sides, four angles, and four vertices. It is a two-dimensional figure, formed by joining four points (vertices) with straight lines (sides). The side of a quadrilateral may or may not be equal. Various types of quadrilaterals can be defined based on the propert
    9 min read
    Area of Rectangle Questions
    The area of a rectangle is a measure of the space enclosed within its boundaries of rectangle. Area of rectangle is determined by multiplying the dimensions of the rectangle i.e., length and breadth. The area of the rectangle formula is Length × Breadth. In this article, we will explore the area of
    6 min read
    Area of Shapes
    Area is the space occupied inside by the boundary of any figure. It is the total surface covered by the perimeter of the figure. It is measured in square units. It is generally calculated by multiplying the bases of the figure with its length. For example, the area of the room is its length multipli
    6 min read
    Area of Square
    The area of a Square is defined as the space enclosed by the boundary of the square. Measurement of the area is done in square units. The unit for measurement of the area is m2.Let's understand the Area of square with the following illustration:To calculate square's area we need to know the length o
    7 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