Difference between revisions of "Triangle"

(Scalene: no main article)
m (Related Formulae and Theorems)
Line 28: Line 28:
 
==Related Formulae and Theorems==
 
==Related Formulae and Theorems==
 
*The [[area]] of any triangle with base <math>b</math> and height <math>h</math> is <math>\frac{bh}{2}</math>. (This can be shown by combining the triangle and a copy of it into a [[parallelogram]]).
 
*The [[area]] of any triangle with base <math>b</math> and height <math>h</math> is <math>\frac{bh}{2}</math>. (This can be shown by combining the triangle and a copy of it into a [[parallelogram]]).
*The [[area]] of any triangle with sides <math>a,b,c</math> opposite angles <math>A,B,C</math> is  
+
*The [[area]] of any triangle with sides <math>a,b,c</math> opposite angles <math>A,B,C</math> is <math>\frac {ab}{2}\sin C </math>
<math>\frac {ab}{2}\sin C </math>
+
*The area of any triangle with sides <math>a,b,c</math> is <math>\sqrt{s(s-a)(s-b)(s-c)}</math>, where <math>s</math> is the [[semiperimeter]] ([[Heron's Formula]]).
 
*For a right triangle with legs <math>a,b</math> and [[hypotenuse]] <math>c</math>, <math>a^2+b^2=c^2</math>. This is the famous [[Pythagorean theorem]].
 
*For a right triangle with legs <math>a,b</math> and [[hypotenuse]] <math>c</math>, <math>a^2+b^2=c^2</math>. This is the famous [[Pythagorean theorem]].
 
*The [[inradius]] of a triangle with sides <math>a,b,c</math> and area <math>K</math> is <math>\frac{2K}{a+b+c}</math>.
 
*The [[inradius]] of a triangle with sides <math>a,b,c</math> and area <math>K</math> is <math>\frac{2K}{a+b+c}</math>.

Revision as of 18:36, 18 July 2011

A triangle is a type of polygon.

[asy]draw((0,1)--(2,0)--(3,2)--cycle);[/asy]

Enlarge.png
A triangle.

Definition

A triangle is any polygon with three sides, with the smaller angle measures of the intersections of the sides summing to 180 degrees. Triangles exist in Euclidean geometry, and are the simplest possible polygon. In physics, triangles are noted for their durability, since they have only three vertices around with to distort.

Categories

Triangles are split into six categories; three by their angles and three by their side lengths.

[asy]draw((0,0)--(1,0)--(0.5,0.5)--cycle);[/asy]

Enlarge.png
An isosceles triangle.

Equilateral

Main article: Equilateral triangle

An equilateral triangle has three congruent sides, and is also equiangular. Note that all equilateral triangles are similar. All the angles of equilateral triangles are $60^{\circ}$

Isosceles

Main article: Isosceles triangle

An isosceles triangle has at least two congruent sides (this means that all equilateral triangles are also isosceles), and the two angles opposite the congruent sides are also congruent (this is commonly known as the Hinge theorem).

Scalene

A scalene triangle has no congruent sides, and also no congruent angles (this can be proven by the converse of the Hinge Theorem).

Right

[asy]draw((0,0)--(1,0)--(0,1)--cycle);[/asy]

Enlarge.png
A right triangle.
Main article: Right triangle

A right triangle has a right angle, which means the other two angles are complementary. Trigonometry is largely based on right triangles, and the famous Pythagorean Theorem deals with the side lengths of the right triangle. Note that it is impossible to have an equilateral right triangle. It is also impossible to have more than one right angle in a triangle.

Obtuse

An obtuse triangle has an obtuse angle. Note that it is impossible to have an equilateral obtuse triangle. It is also impossible to have more than one obtuse angle in a triangle.

Acute

All the angles of an acute triangle are acute angles.

Related Formulae and Theorems

External Links

See Also