Triangles
Triangles are one of the fundamental shapes in geometry. A triangle is a three-sided polygon, meaning it is a closed shape with three edges and three vertices. The study of triangles is important because they are the simplest type of polygon and are used in various aspects such as architecture, engineering, astronomy, and art.
Types of triangles
Triangles can be classified into different types based on their angles and the lengths of their sides. Understanding these types is important for identifying and solving problems involving triangles.
Based on the length of the sides
There are three main types of triangles depending on the length of the sides:
- Equilateral triangle: All three sides are of equal length. Each interior angle is 60 degrees.
- Isosceles triangle: Two sides are of equal length, and consequently, the angles opposite to these sides are also equal.
- Scalene triangle: The three sides are different lengths, and the three angles are also different.
Based on angles
The types of triangles based on the angles are as follows:
- Acute triangle: All three interior angles are less than 90 degrees.
- Right triangle: One of these angles is 90 degrees. The side opposite this angle is the longest and is called the hypotenuse.
- Obtuse triangle: One of its angles is more than 90 degrees.
Properties of triangles
Triangles have many interesting properties, such as:
Sum of interior angles
The sum of the interior angles of any triangle is always 180 degrees. If the angles in a triangle are A, B and C, then this property can be expressed as:
A + B + C = 180°
Visual example
Consider a simple acute triangle represented visually:
In this triangle, the sum of angles A, B and C is 180 degrees.
Pythagorean theorem
In right triangles, the Pythagorean theorem is a fundamental relation expressed as:
a² + b² = c²
where a
and b
are the lengths of the two shorter sides, and c
is the length of the hypotenuse.
Visual example
Congruence and similarity
Congruent triangles
Two triangles are congruent if all corresponding sides and angles are equal. The most commonly used congruence criteria are:
- SSS (Side-Side-Side): If three sides of a triangle are equal to three sides of another triangle.
- SAS (Side-Angle-Side): If two sides and their included angle of a triangle are equal to two sides and their included angle of another triangle.
- ASA (Angle-Side-Angle): If two angles and the included side of a triangle are equal to two angles and the included side of another triangle.
- AAS (Angle-Angle-Side): If two angles and a side of a triangle are equal to the corresponding two angles and a side of another triangle.
- RHS (Right Angle-Hypotenuse-Side): In right-angled triangles, if the hypotenuse and a side of one triangle are equal to the hypotenuse and a side of the other triangle.
Similar triangles
Triangles are similar if their corresponding angles are equal, and their corresponding sides are proportional. The common similarity criteria are:
- AA (Angle-Angle): If two angles of a triangle are equal to two angles of another triangle.
- SAS (Side-Angle-Side): If the angle between two sides of a triangle is equal to the angle between two sides of another triangle, and the sides are in the same proportion.
- SSS (Side-Side-Side): If the corresponding sides of two triangles are in proportion.
Critical centers in a triangle
There are several important points associated with triangles, known as centers. These include the centroid, incenter, circumcenter, and orthocenter.
Centroid
The centroid is the point where the three medians of a triangle intersect. The median is a line drawn from a vertex to the midpoint of the opposite side. The centroid divides each median into two segments, one of which is twice as long as the other.
Visual example
The red dot is the centroid.
Incenter
The incenter is the intersection point of the triangle's angle bisectors. It is the center of the incircle, which is the largest circle that fits inside the triangle.
Circumcenter
The circumcenter is the point where the perpendicular bisectors of the sides intersect. It is the center of the circumcircle, which passes through all the vertices of the triangle.
Orthocenter
The orthocenter is the point where the altitudes (or extensions of altitudes) of a triangle intersect each other. An altitude is a perpendicular line from a vertex to the line on the opposite side.
Area and perimeter of a triangle
Calculating the area and perimeter of a triangle is a fundamental skill in geometry.
Perimeter
The perimeter of a triangle is simply the sum of the lengths of its sides. If the lengths of the sides of a triangle are a
, b
and c
, then the perimeter P
is given by:
P = a + b + c
Area
The area of a triangle can be calculated using different formulas depending on the known information:
- Base-height formula: If the base
b
and the heighth
are known, then the areaA
is:A = (1/2) × b × h
- Heron's formula: If all three sides are known, use Heron's formula for the area:
wheres = (a + b + c) / 2 A = √(s × (s - a) × (s - b) × (s - c))
s
is the semiperimeter.
Special right triangles
Some right triangles have special properties that make them particularly useful.
45-45-90 triangle
The angles in this triangle are 45 degrees, 45 degrees and 90 degrees. The sides are in the ratio 1:1:√2. Therefore, if the legs are x
, then the hypotenuse will be x√2
.
Visual example
30-60-90 triangle
In a 30-60-90 triangle, the sides are in the ratio 1:√3:2. If the shortest side (opposite the 30 degree angle) is x
, then the side opposite the 60 degree angle will be x√3
, and the hypotenuse will be 2x
.
Visual example
Applications of triangles
Triangles are used in various applications such as trigonometry, navigation, computer graphics and structural engineering. Understanding the properties and types of triangles can help in solving complex problems related to them.
Example problems
Let us look at some example problems to understand the concepts better:
Example 1
Given a right triangle with sides 3, 4, and 5, verify whether it is a right triangle.
Calculate using Pythagorean theorem:
3² + 4² = 9 + 16 = 25
5² = 25
Since both sides of the equation are equal, it confirms that the triangle is a right triangle.
Example 2
Find the area of an equilateral triangle whose side length is 6 units.
The formula for the area of an equilateral triangle is:
A = (√3 / 4) × a²
A = (√3 / 4) × 6² = 9√3 square units.