
A 2D shape bounded by three line segments forming three internal angles.
Properties
- It is 2D counterpart of a pyramid or a cone.
- A triangle has 3 sides and 3 vertices.
- The sum of the measures of all 3 interior angles of a triangle is always 180°.
- The sum of the length of two sides of a triangle is always greater than the length of the third side.
- A triangle can always be split into two right triangles, irrespective of its orientation.
- Triangles are polygons with the least number of sides.
Using Base and Height
A =
1 2
base × heightUsing Three Sides (Heron's Formula)
s =
a + b + c 2
A = s ( s − a ) ( s − b ) ( s − c )
Using Two Sides and an Included Angle
A =
1 2
ab sin C| a, b | : Any two sides of the triangle |
| C | : Angle between the sides a and b (Angle opposite to the side c) |
∠A + ∠B + ∠C = 180°
a sin A
=b sin B
=c sin C
| a, b, c | : Sides of the triangle |
| A | : Angle opposite to the side a |
| B | : Angle opposite to the side b |
| C | : Angle opposite to the side c |
a2 + b2 − 2ab cos C = c2
| a, b, c | : Sides of the triangle |
| C | : Angle between the sides a and b (Angle opposite to the side c) |
a + b a − b
= tan [
1 2
(A + B)] tan [1 2
(A − B)]| a, b | : Sides of the triangle |
| A | : Angle opposite to the side a (Angle between the sides b and c) |
| B | : Angle opposite to the side b |