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:
Angle Sum Property of a Triangle
Next article icon

Types of Triangles

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

A triangle is a polygon with three sides and three angles. It is one of the simplest and most fundamental shapes in geometry. A triangle has these key Properties:

  1. Sides: A triangle has three sides, which can have different lengths.
  2. Angles: A triangle has three interior angles, and the sum of these angles is always 180°.
  3. Vertices: A triangle has three vertices (corner points), where two sides meet.

Triangle ABC

In the figure above, check out triangle ABC. It has vertices A, B, and C, and sides AB, AC, and BC.

What are the Different Types of Triangles?

Triangles can be classified based on sides and based on angles. Classification of triangles is done based on the following characteristics:

  • Types of Triangles Based on Sides
  • Types of Triangles Based on Angles

Types of Triangles based on sides

Based on sides, There are 3 types of triangles.

  • Equilateral Triangle
  • Isosceles Triangle
  • Scalene Triangle
types-of-triangle-based-on-sides-min
Types of Triangles based on Sides

Equilateral Triangles: Equilateral triangles are triangles where all sides and angles are equal. Because all angles are the same, each angle in an equilateral triangle is 60°. Another name for an equilateral triangle is an equiangular triangle. Here length of the sides and angles is equal to each other.

Isosceles Triangles: An isosceles triangle is a triangle where two sides are equal, and the third side is not equal to the other two. The angles opposite to the equal sides of this triangle are also equal.

Scalene Triangles: A scalene triangle is one where none of the sides are equal, and none of the angles are equal either. However, the general properties of triangles still apply to scalene triangles. Hence, the sum of all the interior angles is always equal to 180°

Types of Triangles based on angles

Based on the interior angles of a triangle, we can classify the triangle into three types:

  • Acute Angled Triangle
  • Right Angled Triangle
  • Obtuse Angles Triangle
Types-of-Triangles-Based-on-Angles

Acute Angled Triangle: An Acute angled Triangle is one where all the interior angles of the Triangle are less than 90°. For Instance, an Equilateral Triangle is an acute-angled triangle (all angles are less than 90°).

Right Angled Triangle: A Right Angled Triangle is one where one of the angles is always equal to 90°. Pythagoras' Theorem applies to right-angled triangles. It says that the square of the hypotenuse (the longest side) equals the sum of the squares of the base and perpendicular.

 Obtuse Angled Triangle: In an obtuse-angled triangle, one angle measures more than 90°. Here, one of the three angles is greater than 90°, making the other two angles less than 90°.

Classification Based on the Sides and Angles of Triangle

There are various other types of triangles based on both angles and sides of the triangle, some of these types are:

  • Isosceles Right Triangle
  • Obtuse Isosceles Triangle
  • Acute Isosceles Triangle
  • Right Scalene Triangle
  • Obtuse Scalene Triangle
  • Acute Scalene Triangle

For Isosceles Triangle:


type2

Isosceles Right Triangle: An isosceles right triangle, also called a right isosceles triangle, has two main characteristics. First, it possesses two sides of equal length, often referred to as the legs. Second, it contains one angle measuring exactly 90 degrees, known as the right angle.

For example, look at triangle ABC. Sides AB and BC both measure 8 centimeters (AB = BC = 8cm), and angle B is a right angle (∠B = 90°). It's an Isosceles Right Triangle.

Obtuse Isosceles Triangle: An Obtuse Isosceles Triangle is a triangle with two sides equal and one interior angle measuring more than 90°.

For Example, in triangle PQR, sides PQ = PR = 10 cm, and ∠P = 110°, it's an Obtuse Isosceles Triangle.

Acute Isosceles Triangle: An Acute Isosceles Triangle is a triangle with two equal sides, and all interior angles measuring less than 90°.

For Example, in triangle LMN, sides LM = LN = 8 cm, and ∠M = ∠N = 70°, it's an Acute Isosceles Triangle.

For Scalene Triangle:

type1

Right Scalene Triangle: A Right triangle is a triangle with all sides of different lengths and one interior angle to be 90°.

For example, in triangle ABC, sides AC = 6 cm, BC = 8 cm and AB = 10 cm. Plus, angle C measures 90 degrees, making it a perfect example of a Right Scalene Triangle.

Obtuse Scalene Triangle: An Obtuse Scalene Triangle is a triangle with all sides of different lengths and one obtuse angle.

For example, in triangle DEF where all three sides are different lengths. On top of that, one of the angles inside, ∠F, opens extra wide at 135 degrees, more than a right angle! That's what makes DEF an Obtuse Scalene Triangle.

Acute Scalene Triangle: An Acute Scalene Triangle is a triangle with all angles less than a right angle and all sides of different lengths.

For Example: in triangle GHI, where each side is of different length: GH = 5 cm, HI = 7 cm and IG = 9 cm. And all three angles are sharp, none wider than a right angle with ∠I = 60 degrees. That makes GHI an Acute Scalene Triangle.

Also, Read

  • Similar Triangles
  • Area of Triangle
  • Perimeter of a Triangle
  • Polygon

Next Article
Angle Sum Property of a Triangle

A

anjalishukla1859
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Class 9
  • triangle
  • Maths-Class-9
  • Geometry
  • Math-Concepts

Similar Reads

    Chapter 1: Real Numbers

    Euclid Division Lemma
    Euclid's Division Lemma which is one of the fundamental theorems proposed by the ancient Greek mathematician Euclid which was used to prove various properties of integers. The Euclid's Division Lemma also serves as a base for Euclid's Division Algorithm which is used to find the GCD of any two numbe
    5 min read
    Fundamental Theorem of Arithmetic
    The Fundamental Theorem of Arithmetic is a useful method to understand the prime factorization of any number. The factorization of any composite number can be uniquely written as a multiplication of prime numbers, regardless of the order in which the prime factors appear. The figures above represent
    6 min read
    HCF / GCD and LCM - Definition, Formula, Full Form, Examples
    The full form of HCF/GCD is the Highest Common Factor/Greatest Common Divisor(Both terms mean the same thing), while the full form of LCM is the Least Common Multiple. HCF is the largest number that divides two or more numbers without leaving a remainder, whereas LCM is the smallest multiple that is
    9 min read
    Decimal Expansions of Rational Numbers
    Real numbers are simply the combination of rational and irrational numbers, in the number system. In general, all the arithmetic operations can be performed on these numbers and they can be represented in the number line, also. So in this article let's discuss some rational and irrational numbers an
    6 min read

    Chapter 2: Polynomials

    Geometrical meaning of the Zeroes of a Polynomial
    An algebraic identity is an equality that holds for any value of its variables. They are generally used in the factorization of polynomials or simplification of algebraic calculations. A polynomial is just a bunch of algebraic terms added together, for example, p(x) = 4x + 1 is a degree-1 polynomial
    8 min read
    Relationship between Zeroes and Coefficients of a Polynomial
    Polynomials are algebraic expressions with constants and variables that can be linear i.e. the highest power o the variable is one, quadratic and others. The zeros of the polynomials are the values of the variable (say x) that on substituting in the polynomial give the answer as zero. While the coef
    9 min read
    Division Algorithm for Polynomials
    Polynomials are those algebraic expressions that contain variables, coefficients, and constants. For Instance, in the polynomial 8x2 + 3z - 7, in this polynomial, 8,3 are the coefficients, x and z are the variables, and 7 is the constant. Just as simple Mathematical operations are applied on numbers
    5 min read
    Division Algorithm Problems and Solutions
    Polynomials are made up of algebraic expressions with different degrees. Degree-one polynomials are called linear polynomials, degree-two are called quadratic and degree-three are called cubic polynomials. Zeros of these polynomials are the points where these polynomials become zero. Sometimes it ha
    6 min read

    Chapter 3: Pair of Linear Equations in Two Variables

    Pair of Linear Equations in Two Variables
    Linear Equation in two variables are equations with only two variables and the exponent of the variable is 1. This system of equations can have a unique solution, no solution, or an infinite solution according to the given initial condition. Linear equations are used to describe a relationship betwe
    11 min read
    Number of Solutions to a System of Equations Algebraically
    A statement that two mathematical expressions of one or more variables are identical is called an equation. Linear equations are those in which the powers of all the variables concerned are equal. A linear equation's degree is always one. A solution of the simultaneous pair of linear equations is a
    7 min read
    Graphical Methods of Solving Pair of Linear Equations in Two Variables
    A system of linear equations is just a pair of two lines that may or may not intersect. The graph of a linear equation is a line. There are various methods that can be used to solve two linear equations, for example, Substitution Method, Elimination Method, etc. An easy-to-understand and beginner-fr
    8 min read
    Algebraic Methods of Solving Pair of Linear Equations in Two Variables
    When solving a pair of linear equations in two variables, there are several algebraic methods you can use. Here’s a summary of the most common methods: Let's imagine a situation, Ankita went to a fair in her village. She wanted to go on rides like the Giant Wheel and play Hoopla (a game in which a r
    9 min read
    Equations Reducible to Linear Form
    Equations Reducible to Linear Form" refers to equations that can be transformed or rewritten into a linear equation. These equations typically involve variables raised to powers other than 1, such as squared terms, cubed terms, or higher. By applying suitable substitutions or transformations, these
    9 min read

    Chapter 4: Quadratic Equations

    Quadratic Equations
    A Quadratic equation is a second-degree polynomial equation that can be represented as ax2 + bx + c = 0. In this equation, x is an unknown variable, a, b, and c are constants, and a is not equal to 0. The solutions of a quadratic equation are known as its roots. These roots can be found using method
    12 min read
    Solving Quadratic Equations
    A quadratic equation, typically in the form ax² + bx + c = 0, can be solved using different methods including factoring, completing the square, quadratic formula, and the graph method. While Solving Quadratic Equations we try to find a solution that represent the points where this the condition Q(x)
    8 min read
    Roots of Quadratic Equation
    The roots of a quadratic equation are the values of x that satisfy the equation. The roots of a quadratic equation are also called zeros of a quadratic equation. A quadratic equation is generally in the form: ax2 + bx + c = 0Where:a, b, and c are constants (with a ≠ 0).x represents the variable.Root
    13 min read

    Chapter 5: Arithmetic Progressions

    Arithmetic Progressions Class 10- NCERT Notes
    Arithmetic Progressions (AP) are fundamental sequences in mathematics where each term after the first is obtained by adding a constant difference to the previous term. Understanding APs is crucial for solving problems related to sequences and series in Class 10 Mathematics. These notes cover the ess
    7 min read
    Arithmetic Progression - Common difference and Nth term | Class 10 Maths
    Arithmetic Progression is a sequence of numbers where the difference between any two successive numbers is constant. For example 1, 3, 5, 7, 9....... is in a series which has a common difference (3 - 1) between two successive terms is equal to 2. If we take natural numbers as an example of series 1,
    5 min read
    Arithmetic Progression – Sum of First n Terms | Class 10 Maths
    Arithmetic Progression is a sequence of numbers where the difference between any two successive numbers is constant. For example 1, 3, 5, 7, 9……. is in a series which has a common difference (3 – 1) between two successive terms is equal to 2. If we take natural numbers as an example of series 1, 2,
    8 min read

    Chapter 6: Triangles

    Types of Triangles
    A triangle is a polygon with three sides and three angles. It is one of the simplest and most fundamental shapes in geometry. A triangle has these key Properties:Sides: A triangle has three sides, which can have different lengths.Angles: A triangle has three interior angles, and the sum of these ang
    5 min read
    Angle Sum Property of a Triangle
    Angle Sum Property of a Triangle is the special property of a triangle that is used to find the value of an unknown angle in the triangle. It is the most widely used property of a triangle and according to this property, "Sum of All the Angles of a Triangle is equal to 180º." Angle Sum Property of a
    8 min read
    Construction of Similar Triangles
    The basic construction techniques allow the construction of perpendicular bisectors, angle bisectors, and so on. These basic techniques can be used for more complex constructions. These constructions are very essential for the designers who design buildings, roads, machines .. Etc. So, these techniq
    8 min read
    Criteria for Similarity of Triangles
    Things are often referred similar when the physical structure or patterns they show have similar properties, Sometimes two objects may vary in size but because of their physical similarities, they are called similar objects. For example, a bigger Square will always be similar to a smaller square. In
    9 min read
    Similar Triangles
    Similar Triangles are triangles with the same shape but can have variable sizes. Similar triangles have corresponding sides in proportion to each other and corresponding angles equal to each other. Similar triangles are different from congruent triangles. Two congruent figures are always similar, bu
    15 min read
    Pythagoras Theorem | Formula, Proof and Examples
    Pythagoras Theorem explains the relationship between the three sides of a right-angled triangle and helps us find the length of a missing side if the other two sides are known. It is also known as the Pythagorean theorem. It states that in a right-angled triangle, the square of the hypotenuse is equ
    9 min read
    Basic Proportionality Theorem (BPT) Class 10 | Proof and Examples
    Basic Proportionality Theorem: Thales theorem is one of the most fundamental theorems in geometry that relates the parts of the length of sides of triangles. The other name of the Thales theorem is the Basic Proportionality Theorem or BPT. BPT states that if a line is parallel to a side of a triangl
    8 min read
    Criteria for Similarity of Triangles
    Things are often referred similar when the physical structure or patterns they show have similar properties, Sometimes two objects may vary in size but because of their physical similarities, they are called similar objects. For example, a bigger Square will always be similar to a smaller square. In
    9 min read

    Chapter 7: Coordinate Geometry

    Coordinate Geometry
    Coordinate geometry is a branch of mathematics that combines algebra and geometry using a coordinate plane. It helps us represent points, lines, and shapes with numbers and equations, making it easier to analyze their positions, distances, and relationships. From plotting points to finding the short
    3 min read
    Distance formula - Coordinate Geometry | Class 10 Maths
    The distance formula is one of the important concepts in coordinate geometry which is used widely. By using the distance formula we can find the shortest distance i.e drawing a straight line between points. There are two ways to find the distance between points:Pythagorean theoremDistance formulaTab
    9 min read
    Section Formula
    Section Formula is a useful tool in coordinate geometry, which helps us find the coordinate of any point on a line which is dividing the line into some known ratio. Suppose a point divides a line segment into two parts which may be equal or not, with the help of the section formula we can find the c
    14 min read
    Mid Point Formula in Coordinate Geometry
    Mid point formula in coordinate geometry provides a way to find the mid point of a line segment when the coordinates of the starting and ending points ( i.e. (x1, y1) and (x2, y2) )of the line segment is known. The mid point divides the line in two equal halves i.e the ratio of the sections of the l
    6 min read
    Area of a Triangle in Coordinate Geometry
    There are various methods to find the area of the triangle according to the parameters given, like the base and height of the triangle, coordinates of vertices, length of sides, etc. In this article, we will discuss the method of finding area of any triangle when its coordinates are given.Area of Tr
    6 min read

    Chapter 8: Introduction to Trigonometry

    Trigonometric Ratios
    There are three sides of a triangle Hypotenuse, Adjacent, and Opposite. The ratios between these sides based on the angle between them is called Trigonometric Ratio. The six trigonometric ratios are: sine (sin), cosine (cos), tangent (tan), cotangent (cot), cosecant (cosec), and secant (sec).As give
    4 min read
    Trigonometric Ratios of Some Specific Angles
    Trigonometry is all about triangles or to be more precise the relationship between the angles and sides of a triangle (right-angled triangle). In this article, we will be discussing the ratio of sides of a right-angled triangle concerning its acute angle called trigonometric ratios of the angle and
    6 min read
    Reciprocal of Trigonometric Ratios
    Trigonometry is all about triangles or to be more precise about the relation between the angles and sides of a right-angled triangle. In this article, we will be discussing about the ratio of sides of a right-angled triangle with respect to its acute angle called trigonometric ratios of the angle an
    5 min read
    Trigonometric Identities
    Trigonometric identities play an important role in simplifying expressions and solving equations involving trigonometric functions. These identities, which include relationships between angles and sides of triangles, are widely used in fields like geometry, engineering, and physics. Some important t
    10 min read
    Applications of Trigonometry in Real Life
    Trigonometry has a lot of real-life applications of trigonometry such as in astronomy to calculate the distance between planets and stars. Other than that, one application of trigonometry is the calculation of the height and distance of various objects in the real world.Before understanding the appl
    12 min read

    Chapter 9: Some Applications of Trigonometry

    Applications of Trigonometry in Real Life
    Trigonometry has a lot of real-life applications of trigonometry such as in astronomy to calculate the distance between planets and stars. Other than that, one application of trigonometry is the calculation of the height and distance of various objects in the real world.Before understanding the appl
    12 min read
    Height and Distance | Applications of Trigonometry
    Height is the measurement of an item in the vertical direction, whereas distance is the measurement of an object in the horizontal direction. Heights and Distances are the real-life applications of trigonometry which is useful to astronomers, navigators, architects, surveyors, etc. in solving proble
    6 min read

    Chapter 10: Circles

    Tangent to a Circle
    Tangent in Circles are the line segments that touch the given curve only at one particular point. Tangent is a Greek word meaning "To Touch". For a circle, we can say that the line which touches the circle from the outside at one single point on the circumference is called the tangent of the circle.
    10 min read
    Theorem - The tangent at any point of a circle is perpendicular to the radius through the point of contact
    A tangent is a straight line drawn from an external point that touches a circle at exactly one point on the circumference of the circle. There can be an infinite number of tangents to a circle. These tangents follow certain properties that can be used as identities to perform mathematical computatio
    3 min read
    Number of Tangents from a Point on a Circle
    A circle is a collection of all the points in a plane that are at a constant distance from a particular point. This distance is called the radius of the circle and the fixed point is called the centre.  A straight line and a circle can co-exist in three ways, one can be a straight line with no inter
    11 min read
    Theorem - The lengths of tangents drawn from an external point to a circle are equal - Circles | Class 10 Maths
    Tangent is a straight line drawn from an external point that touches a circle at exactly one point on the circumference of the circle. There can be an infinite number of tangents of a circle. These tangents follow certain properties that can be used as identities to perform mathematical computations
    5 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