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
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Properties of Triangle
Next article icon

Properties of Triangle

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

A triangle is a basic geometric form with three sides and three corners. Each side links to two adjacent sides, resulting in three corners where the sides meet. The angles within a triangle always sum to 180 degrees. Triangles are classified into three types: equilateral (all sides and angles are equal), isosceles (two sides and two angles are equal), and scalene (all sides and angles differ).

Consider a piece of pizza that has three sides and three corners, similar to a triangle. Another example is a street sign with three edges that intersect at each corner. Triangles are fundamental forms seen in many common items, and they are required in geometry to comprehend the basic concepts of angles and measures.

Some of the important properties of triangles are added below:
The properties of triangles in geometry are:

  • Angle sum property.
  • Triangle inequality property.
  • Pythagoras theorem.
  • Side-angle relationship.
  • Exterior angles property.
  • Congruence conditions.

Various properties of triangles are discussed in detail below:

Angle Sum Property

Angle Sum Property is a fundamental property in geometry that asserts that the sum of all angles within a triangle is always 180 degrees. This technique is useful for solving for missing angles or determining triangle validity. For example, if two angles are 60 degrees each, the third angle must also be 60 degrees to meet this criterion.

Angle 1 + Angle 2 + Angle 3 = 180∘

Angle Sum Property

Triangle Inequality Property

The total of any two sides of a triangle exceeds the length of the third side. In other words, the shortest path between two places is a straight line. This is expressed as:

a + b > c

Where a, b, and c are the lengths of the sides of the triangle.

Pythagoras Property

In a right triangle, the square of the hypotenuse's length (the side opposite the right angle) equals the sum of the squares of the other two sides. This is called the Pythagorean theorem.

c2 = a2 + b2

Hypotenuse length is denoted by c, whereas the other two sides' lengths are denoted by a and b.

Side Opposite the Greater Angle is the Longest Side

The side opposite the greatest angle in a triangle is the longest side. This is an observable property, not a formal theorem. When given a triangle's angles, it helps to determine which side is the longest.

Exterior Angle Property

Each exterior angle of a triangle equals the sum of its two remote interior angles. The mathematical expression is:

Exterior Angle = Sum of Remote Interior Angles

Congruence Property

Triangles of the same size and shape are said to be congruent. This attribute is useful in assessing if two triangles are identical. It may be proved by congruence criteria such as

  • Side-Side-Side (SSS)
  • Side-Angle-Side (SAS)
  • Angle-Side-Angle (ASA)
  • Right Angle-Hypotenuse-Side(RHS)

These qualities are essential for understanding and solving triangle-related geometry issues.

Formulas of Triangle

Here are the formulae for triangles presented in a table format:

Property

Formula

Area of a Triangle

Area = 1/2 × Base × Height

Perimeter of a Triangle

Perimeter = a + b + c

Semi-Perimeter of a Triangle

S = (a + b + c)/2

Heron’s Formula

A = √[s(s – a)(s – b)(s – c)]

Pythagorean Theorem

Hypotenuse2 = Base2 + Perpendicular2

Law of Sines

a/Sin(A) = b/ Sin(B) = c/Sin(C)

Law of Cosines

c2 = a2 + b2 − 2ab ⋅ cos(C)
a2 = b2 + c2 − 2bc ⋅ cos(A)
b2 = a2 + c2 − 2ac ⋅ cos(B)

These formulae are commonly used in geometry to compute the characteristics of triangles.

Examples of Properties of Triangle

Example 1: The sides of a triangle are 6 cm, 7 cm, and 9 cm. Find the perimeter and semi-perimeter of the triangle.
Solution:

Sides of triangle are a = 6 cm, b = 7 cm, and c = 9 cm.

To calculate the perimeter of a triangle, use the formula P = a + b + c,
P = 6 + 7 + 9 = 22 cm

Therefore, the perimeter of the supplied triangle is 22 cm.
To calculate the semi perimeter of a triangle, use the formula P = a( + b + c) / 2,

P = (6 + 7 + 9) / 2
P = 22/2 = 11 cm

Therefore, the semi perimeter of the supplied triangle is 11 cm.

Example 2: The measure of two angles in a triangle is 75∘ and 85∘. What will be the third angle's measurement?
Solution:

Angles of a triangle are measured as 75∘ and 85∘.
Sum of two angle measurements 75∘ + 85∘ = 160∘
Total of all three angles in a triangle = sum property equals 180 degrees.

Hence, the measure of the third angle = 180∘−160∘=20∘.

Example 3: A triangle with sides of 6 cm, 8 cm, and 9 cm (with 8 cm as the base) has an altitude of 5.5 cm. Calculate the area of the triangle.
Solution:

Given:

  • Base = 8 cm
  • Height = 5.5 cm

Area of a Triangle(A) = 1/2 × b(base) × h(height)
A = (1/2) × 8 × 5.5
A = 22 cm2


Next Article
Properties of Triangle

C

chetanpahwa
Improve
Article Tags :
  • Mathematics

Similar Reads

    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
    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
    Isosceles Triangle
    An isosceles triangle is a type of triangle in geometry that has at leasttwo sides of equal length. The angles opposite these sides are also equal.Suppose we have any triangle △PQR then it is an isosceles triangle if any one of the given conditions is true:PR = QR∠P = ∠QIn the figure below the Side
    7 min read
    Practice Questions on Triangles
    Triangles are a fundamental concept in geometry, and mastering them is crucial for students at various levels, particularly in class 9. Understanding and solving problems on triangles not only strengthens geometric skills but also enhances overall mathematical reasoning. This collection of practice
    8 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
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