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 of Equilateral Triangle
Next article icon

Area of a Triangle | Formula and Examples

Last Updated : 12 Dec, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

The area of the triangle is a basic geometric concept that calculates the measure of the space enclosed by the three sides of the triangle. The formulas to find the area of a triangle include the base-height formula, Heron's formula, and trigonometric methods.

The area of triangle is generally calculated with the help of its base and height. To find the Area of a triangle A with base b and height h, We use the formula:

Area of Triangle = \frac{1}{2} \times base \times height .

Area-of-Triangle
Area of a Triangle

The most general formula for the area of a triangle is given by half the product of its base and height. It applies to all types of triangles, whether it is equilateral, isosceles triangles, or scalene triangles.

Types of Triangle

  1. Equilateral Triangle
  2. Isosceles Triangle
  3. Scalene Triangle

Area of Triangle Formula

The formula for the area of a triangle depends on the dimensions of the triangle. The following table consists of the area of triangle formulas used in different contexts:

Triangle TypeFormula
Right-Angled Triangle​ ½ × base × height
Equilateral Triangle(√3)/4 × side2
Isosceles Triangle ¼ × b√(4a2 - b2)
Using Heron's Formula √{s(s - a)(s - b)(s - c)}
,where s = ​ ½ (a+b+c)
When Two Sides and Included Angle (SAS) are given ​ ½ × side 1 × side 2 × sin(θ)

, where θ is the angle between the given two sides

In Coordinate Geometry​ ½ |x1(y2 - y3 ) + x2(y3 - y1) + x3(y1 - y2)|
, where (x1, y1), (x2, y2) and (x3, y3) are the coordinates of triangle.

Area of Right Angled Triangle

A triangle that contains a right angle is considered a right-angled triangle.

Area-of-Right-Angled-Triangle
Area of Right Angled Triangle


Area of Right Angled Triangle Formula :

A = 1/2 × a × c

where, 
a is the base of the triangle
c is the height of the triangle

Example: Find the area of a right-angled triangle having base a = 5 cm and height c = 3 cm.
Solution:

Given:

Base of the triangle (a) = 5 cm
Height of the triangle (c) = 3 cm

We have,
Area(A) = 1/2 × a × c
= 1/2 × 5 × 3
= 7.5 cm2

Read More: Right Angled Triangle

Area of Equilateral Triangle

An equilateral triangle has all three sides equal and all three angles equal, measuring 60 degrees.

Area-of-Equilateral-triangle
Area of Equilateral triangle


Area of Equilateral Triangle Formula :

A = (√3)/4 × side2 
= (√3)/4 × a2

Example: Find the area of an equilateral triangle having side a = 6 cm.
Solution:

Given,

side of the triangle (a) = 6 cm

Area(A) = (√3)/4 × a2
= (√3)/4 × 62
= 9√3 cm2

Read More :

  • Equilateral Triangle
  • Equilateral Triangle Area

Area of Isosceles Triangle

An isosceles triangle has two equal sides and the angles opposite these equal sides are also equal.

Areaof-Isosceles-Triangle
Area of Isosceles Triangle

Area of Isosceles Triangle Formula :

A = ½ × b√(a2 - (b2/4))

Where,

a = both the equal sides and b = the third unequal side.

Example: What is the area of an isosceles triangle with sides 5 cm, 5 cm, and 6 cm?

Solution:

Using the Formula: A = ½ × b√(a2 - (b2/4))

  • a = 5 cm (the equal sides),
  • b = 6 cm (the base).

A = 3 \times \sqrt{25-\frac{36}{4}}
= 3 \times \sqrt{25-9}
= 3 \times\sqrt{16}

Learn More :

  • Area of Isosceles Triangle
  • Types of Triangle

Area of Scalene Triangle

A scalene triangle has all three sides of different lengths, and all three angles are different as well.

Key Features:

  • No sides are congruent (all sides have different lengths).
  • No angles are equal.
  • It has no symmetry.

Example: A triangle with sides of 3 cm, 5 cm, and 7 cm is a scalene triangle.

Area of Triangle By Heron's Formula

The area of a triangle with 3 sides given can be found using Heron's Formula. This formula is useful when the height is not given.

Area-of-Triangle-using-Herons-Fromula
Area of Triangle using Herons Formula

Heron's Formula is given by,

Area of Triangle = √{s(s - a)(s - b)(s - c)}

where, a, b, and c are sides of the given triangle
and s = ½ (a+b+c) is the semi perimeter.

Example: What is the area of a triangle with sides of 3 cm, 4 cm, and 5 cm?

Solution:

Using Heron's formula,
s = (a+b+c)/2
 = (3+4+5)/2
 = 12/2 = 6

Area = √{ s(s-a)(s-b)(s-c)}
= √{ 6(6-3)(6-4)(6-5)}       
= √(6 × 3 × 2 × 1) = √(36
= 6 cm2

Learn More: Heron's Formula

Area of Triangle With Two Sides and Included Angle (SAS)

Area of SAS Triangle is obtained by using the concept of trigonometry.

Let us assume ABC is right angled triangle and AD is perpendicular to BC.

Area of Triangle in Trigonometry

In the above figure,

Sin B = AD/AB

⇒ AD = AB Sin B = c Sin B
⇒ Area of Triangle ABC = 1/2 ⨯ Base ⨯ Height
⇒ Area of Triangle ABC = 1/2 ⨯ BC ⨯ AD
⇒ Area of Triangle ABC = 1/2 ⨯ a ⨯ c Sin B
= 1/2 ⨯ BC ⨯ AD

Thus,

Area of Triangle = 1/2 ac Sin B

Similarly, we can find that,

Area of Triangle = 1/2 bc Sin A
Area of Triangle = 1/2 ab Sin C

We conclude that the area of a triangle using trigonometry is given as, half the product of two sides and sine of the included angle.

Area of Triangle in Coordinate Geometry

In Coordinate Geometry, if the coordinates of triangle ABC are given as A(x1, y1), B(x2, y2), and C(x3, y3), then its Area is given by the following formula :

Area-of-trinagle--in-coordinate-geometry
Area of Triangle in coordinate geometry

Area of △ABC = 1/2\begin{vmatrix}x_{1} & y_{1} & 1 \\ x_{2} & y_{2} & 1 \\ x_{3} & y_{3} & 1\end{vmatrix}

⇒ Area of △ABC = ½[x1​(y2 ​− y3​) + x2​(y3 ​− y1​) + x3​(y1 ​− y2​)]

Articles related to the Area:

  • Area of Square
  • Area of Rectangle
  • Area of Circle
  • Area of Quadrilateral
  • Area of Rhombus
  • Area of Trapezium
  • Area of Parallelogram

Next Article
Area of Equilateral Triangle

P

punamsingh628700
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Maths MAQ
  • triangle
  • Mensuration
  • Maths-Formulas
  • Maths-Calculators
  • Mensuration-MAQ
  • Math-Concepts

Similar Reads

    Mensuration in Maths
    Mensuration is a branch of mathematics that deals with measuring geometric figures, including their length, area, volume, and surface area. It provides formulas and techniques for calculating these attributes for 2D (plane) shapes and 3D (solid) objects.Types of Mensuration 2D Mensuration- Deals wit
    4 min read

    Introduction to Mensuration

    Geometric Shapes in Maths
    Geometric shapes are mathematical figures that represent the forms of objects in the real world. These shapes have defined boundaries, angles, and surfaces, and are fundamental to understanding geometry. Geometric shapes can be categorized into two main types based on their dimensions:2D Shapes (Two
    2 min read
    Visualizing Solid Shapes
    Visualizing Solid Shapes: Any plane or any shape has two measurements length and width, which is why it is called a two-dimensional(2D) object. Circles, squares, triangles, rectangles, trapeziums, etc. are 2-D shapes. If an object has length, width, and breadth then it is a three-dimensional object(
    8 min read
    Volume of Combination of Solids
    When two or more two solids are combined and the combination comes out useful, a shape that can be found in reality is called a combination of solids. When Solids are taught, the major focus is always on the point of their real-life use and applications, For example, a cylinder can be seen in Pipes
    8 min read
    Mensuration Formulas
    Mensuration is the branch of geometry that deals with the measurement of area, length, or volume in 2D and 3D shapes. The 2D and 3D shapes are often called geometric shapes. In this article, we have curated all the mensuration formulas for various 2-D and 3-D shapes in detail.Mensuration FormulasTyp
    10 min read

    Perimeter

    Perimeter of Triangle
    The perimeter of a triangle is the total length of its three sides. A triangle is a polygon with three sides, three vertices, and three angles. It is the simplest closed polygon in geometry, as it is the first possible closed figure. Any polygon can be divided into triangles. For instance, a quadril
    5 min read
    How to find the perimeter of an equilateral triangle?
    The perimeter of an equilateral triangle is equal to 3 x a, where a is the length of any sideAn Equilateral triangle is a triangle in which all three sides are equal and the angles are also equal. The value of each angle of an equilateral triangle is 60 degrees therefore, it is also known as an equi
    5 min read
    Perimeter of an Isosceles Triangle
    A triangle can be considered as an isosceles triangle if and only if two sides of the triangle have the same length and two equal angles. The perimeter of an isosceles triangle comes under the parent topic mensuration which is a branch of geometry that deals with measurements of 2D/3D figures. Perim
    5 min read
    Perimeter of Rectangle
    A rectangle is a two-dimensional plane quadrilateral, with opposite sides equal and all four angles equal. The perimeter of a rectangle can be defined as the sum of the length of all four sides in a rectangle.Perimeter of rectangle is the total length of the boundary or the sum of all its sides. In
    7 min read
    Perimeter of Square | Formula, Derivation, Examples
    A square is a four-sided polygon (quadrilateral) with the following properties.All sides are of equal length, and each angle is a right angle (90°). It is a type of rectangle where the length and width are the same.A square also has the property that its diagonals are equal in length and bisect each
    4 min read
    Perimeter of a Parallelogram
    A parallelogram is a type of quadrilateral with four equal sides with opposite sides equal. Its sides do not intersect each other. There are two diagonals of a parallelogram that intersect each other at the center. A diagonal divides the parallelogram into two equal parts or triangles. The following
    7 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
    How to Find the Perimeter of a Trapezium?
    Suppose the sides of a Trapezium are a, b, c, and d then the Perimeter of the Trapezium is (a + b + c + d) units.Trapezium is a quadrilateral in which one pair of opposite sides are parallel. The perimeter of the trapezium is the sum of the boundaries of the trapezium. Suppose the sides of the trape
    11 min read
    Circumference of Circle - Definition, Perimeter Formula, and Examples
    The circumference of a circle is the distance around its boundary, much like the perimeter of any other shape. It is a key concept in geometry, particularly when dealing with circles in real-world applications such as measuring the distance traveled by wheels or calculating the boundary of round obj
    7 min read

    Area

    Area of a Triangle | Formula and Examples
    The area of the triangle is a basic geometric concept that calculates the measure of the space enclosed by the three sides of the triangle. The formulas to find the area of a triangle include the base-height formula, Heron's formula, and trigonometric methods.The area of triangle is generally calcul
    6 min read
    Area of Equilateral Triangle
    The area of an equilateral triangle is the amount of space enclosed within its three equal sides. For an equilateral triangle, where all three sides and all three internal angles are equal (each angle measuring 60 degrees), the area can be calculated using the formula \frac{\sqrt{3}}{4}\times a^{2}
    6 min read
    Right Angled Triangle | Properties and Formula
    Right Angle Triangle is a type of triangle that has one angle measuring exactly 90 degrees or right angle (90°). It is also known as the right triangle. In a right triangle, the two shorter sides called the perpendicular and the base, meet at the right angle (90°), while the longest side, opposite t
    6 min read
    Heron's Formula
    Heron's formula is a popular method for calculating the area of a triangle when the lengths of its three sides are known. It was introduced by Heron of Alexandria in his book "Metrica". This formula applies to all types of triangles, including right-angled, equilateral, and isosceles.According to th
    9 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
    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 Parallelogram | Definition, Formulas & Examples
    A parallelogram is a four-sided polygon (quadrilateral) where opposite sides are parallel and equal in length. In a parallelogram, the opposite angles are also equal, and the diagonals bisect each other (they cut each other into two equal parts).The area of a Parallelogram is the space or the region
    8 min read
    Area of Rhombus: Formula, Derivation and Examples
    Rhombus is a parallelogram in which all four sides are equal and opposite pairs of lines are congruent. The opposite angles in a rhombus are equal. It is a special type of parallelogram in which all sides are equal to each other. The internal angle of the Rhombus is not mandatory to be a right angle
    7 min read
    Area of Trapezoid Formula
    Area of a trapezoid is a concept in geometry that helps to calculate the space enclosed by the unique quadrilateral. Basically it is measured in square units. In this article we will discuss in detail how to find the area of a trapezoid.Before going to the formula of the area of the trapezoid let's
    8 min read
    Area of a Circle: Formula, Derivation, Examples
    The area of a Circle is the measure of the two-dimensional space enclosed within its boundaries. It is mostly calculated by the size of the circle's radius which is the distance from the center of the circle to any point on its edge. The area of a circle is proportional to the radius of the circle.
    10 min read
    How to Calculate Area of Sector of Circle?
    Area of the sector is easily calculated by using various formulas of geometry. In this article, we have covered a definition of sector circles, types of sectors, and others in detail. Table of Content Sector DefinitionTypes of SectorsFormula for Area of a SectorExamples on Area of Sector of CircleFA
    5 min read
    Segment of a Circle
    Segment of a Circle is one of the important parts of the circle other than the sector. As we know, the circle is a 2-D shape in which points are equidistant from the point and the line connecting the two points lying on the circumference of the circle is called the chord of the circle. The area form
    7 min read
    Find the area of the shaded region formed by the intersection of four semicircles in a square
    Given the length of the side of a square a, the task is to find the area of the shaded region formed by the intersection of four semicircles in a square as shown in the image below: Examples: Input: a = 10 Output: 57Input: a = 19 Output: 205.77 Approach: Area of the shaded region will be: Area(semic
    4 min read

    3D Shape

    Volume of a Cube
    Volume of a Cube is defined as the total number of cubic units occupied by the cube completely. A cube is a three-dimensional solid figure, having 6 square faces. Volume is nothing but the total space occupied by an object. An object with a larger volume would occupy more space. The volume of the cu
    9 min read
    Diagonal of a Cube Formula
    Diagonal of a cube is the line segment joining the two non-adjacent vertices of a Cube. The diagonal of a cube formula helps us to calculate the length of diagonals in a cube. There are primarily two diagonals in a cube, namely face diagonals and body diagonals. In this article, we will learn the ty
    8 min read
    Volume of Cuboid | Formula and Examples
    Volume of a cuboid is calculated using the formula V = L × B × H, where V represents the volume in cubic units, L stands for length, B for breadth, and H for height. Here, the breadth and width of a cuboid are the same things. The volume signifies the amount of space occupied by the cuboid in three
    8 min read
    Volume of a Sphere
    The volume of a sphere helps us understand how much space a perfectly round object occupies, from tiny balls to large planets. Using the simple volume of sphere formula, you can easily calculate the space inside any sphere. Whether you're curious about the volume of a solid sphere in math or science
    8 min read
    Volume of Hemisphere
    Volume of a shape is defined as how much capacity a shape has or we can say how much material was required to form that shape. A hemisphere, derived from the Greek words "hemi" (meaning half) and "sphere," is simply half of a sphere. If you imagine slicing a perfectly round sphere into two equal hal
    6 min read
    Volume of Cone- Formula, Derivation and Examples
    Volume of a cone can be defined as the space occupied by the cone. As we know, a cone is a three-dimensional geometric shape with a circular base and a single apex (vertex).Let's learn about Volume of Cone in detail, including its Formula, Examples, and the Frustum of Cone.Volume of ConeA cone's vol
    9 min read
    Volume of a Cylinder| Formula, Definition and Examples
    Volume of a cylinder is a fundamental concept in geometry and plays a crucial role in various real-life applications. It is a measure which signifies the amount of material the cylinder can carry. It is also defined as the space occupied by the Cylinder. The formula for the volume of a cylinder is π
    11 min read
    Volume of a Hollow Cylinder
    A cylinder is a three-dimensional object that is formed when a rectangle is rotated along any of its sides. A hollow cylinder is one type of cylinder that is hollow from the inside. A hollow cylinder can be defined as a three-dimensional geometric object that is empty from the inside. A hollow cylin
    8 min read
    Convert Cubic Meter To Liter (m³ to L)
    Cubic meter (m³) and liter (L) are two of the most common metric units used to measure volume. Volume refers to the amount of three-dimensional space that an object or container occupies.The volume of a container is often referred to as its capacity. For instance, when we talk about the amount of fl
    6 min read

    Total Surface Area

    Surface Area of Cube | Curved & Total Surface Area
    Surface area of a cube is defined as the total area covered by all the faces of a cube. In geometry, the cube is a fascinating three-dimensional object that we encounter daily, from dice to ice cubes. But have you ever wondered about the total area that covers a cube? This is what we call the surfac
    14 min read
    Surface Area of Cuboid
    The surface area of a cuboid is the total space occupied by all its surfaces/sides. In geometry, a three-dimensional shape having six rectangular faces is called a cuboid. A cuboid is also known as a regular hexahedron and has six rectangular faces, eight vertices, and twelve edges with congruent, o
    12 min read
    Surface Area of Sphere | Formula, Derivation and Solved Examples
    A sphere is a three-dimensional object with all points on its surface equidistant from its center, giving it a perfectly round shape. The surface area of a sphere is the total area that covers its outer surface.To calculate the surface area of a sphere with radius r, we use the formula:Surface Area
    8 min read
    Surface Area of a Hemisphere
    A hemisphere is a 3D shape that is half of a sphere's volume and surface area. The surface area of a hemisphere comprises both the curved region and the base area combined. Hemisphere's Total Surface Area (TSA) = Curved Surface Area + Base Area = 3πr² square units.Curved Surface Area (CSA) = 2πr² sq
    13 min read
    Surface Area of a Cone
    A cone is a 3-dimensional geometric figure with a circular base and a pointed top called the apex. The distance between the center of the circular base and the apex is the height of the cone. The surface of the cone curves smoothly from the edge of the base to the apex. It is a common shape found in
    8 min read
    Surface Area of Cylinder | Curved and Total Surface Area of Cylinder
    Surface Area of a Cylinder is the amount of space covered by the flat surface of the cylinder's bases and the curved surface of the cylinder. The total surface area of the cylinder includes the area of the cylinder's two circular bases as well as the area of the curving surface. The volume of a cyli
    10 min read

    Lateral or Curved Surface Area

    Area of Hollow Cylinder
    A hollow cylinder is a 3D shape that's empty inside with some thickness around the edges. The formula for its total surface area (TSA) is: TSA of Hollow Cylinder = 2πh (R + r) + 2π(R² - r²) Here are formulas for other areas of a hollow cylinder: Lateral Surface Area (LSA): 2πh (R + r)Cross-Sectional
    12 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