Difference between revisions of "Right triangle"
(Asymptote pictures and slight rewording throughout) |
(Formatting) |
||
Line 1: | Line 1: | ||
− | A '''right triangle''' is any [[triangle]] with an angle | + | A '''right triangle''' is any [[triangle]] with an [[interior angle|interior]] [[right angle]]. |
<asy> | <asy> | ||
− | pair A, B, C; | + | pair A,B,C; |
− | + | A = (0,3); | |
− | A = (0, 3); | + | B = (4,0); |
− | B = (4, 0); | + | C = (0,0); |
− | C = (0, 0); | ||
draw(A--B--C--cycle); | draw(A--B--C--cycle); | ||
− | draw(rightanglemark(A, C, B)); | + | draw(rightanglemark(A,C,B)); |
+ | label("$A$",A,NW); | ||
+ | label("$B$",B,E); | ||
+ | label("$C$",C,SW); | ||
+ | label("$a$",midpoint(C--B),S); | ||
+ | label("$b$",midpoint(C--A),W); | ||
+ | label("$c$",midpoint(A--B),NE); | ||
+ | </asy> | ||
− | + | In the image above, <math>\angle C</math> has a measure of <math>90^{\circ}</math>, so <math>\triangle ABC</math> is a right triangle. The longest side, opposite the right angle, is called the [[hypotenuse]]. In this diagram, the hypotenuse is labeled <math>c</math>. The other two sides are called the [[leg]]s of the triangle, labeled <math>a</math> and <math>b</math>. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
− | + | Right triangles are very useful in [[geometry]]. One of the most important theorems about right triangles is the [[Pythagorean Theorem]]. Aside from this, the field of [[trigonometry]] arises from the study of right triangles and nearly all [[trigonometric identities]] can be deduced from them. | |
− | Right | + | == Special Right Triangles == |
− | + | {{main|Special right triangles}} | |
− | There are | + | There are many right triangles with special properties. One of these is the [[isosceles triangle|isosceles]] [[45-45-90 triangle|<math>45^{\circ}-45^{\circ}-90^{\circ}</math> triangle]], where the hypotenuse is equal to <math>\sqrt{2}</math> times the length of either of the legs. This triangle is analogous to a square cut in half along its diagonal. |
<asy> | <asy> | ||
pair A, B, C; | pair A, B, C; | ||
− | |||
A = (0, 1); | A = (0, 1); | ||
B = (1, 0); | B = (1, 0); | ||
Line 37: | Line 36: | ||
draw(anglemark(A, B, C, 4)); | draw(anglemark(A, B, C, 4)); | ||
draw(anglemark(C, A, B, 4)); | draw(anglemark(C, A, B, 4)); | ||
− | |||
label("$A$", A, NW); | label("$A$", A, NW); | ||
label("$45^{\circ}$", A, 6*dir(290)); | label("$45^{\circ}$", A, 6*dir(290)); | ||
Line 48: | Line 46: | ||
</asy> | </asy> | ||
− | Another one of these is the <math>30^{\circ}-60^{\circ}-90^{\circ}</math> triangle, which has sides in the ratio of <math>x:x\sqrt3:2x</math>. This triangle is analogous to an equilateral triangle cut in half down the middle. | + | Another one of these is the [[30-60-90 triangle|<math>30^{\circ}-60^{\circ}-90^{\circ}</math> triangle]], which has sides in the ratio of <math>x:x\sqrt3:2x</math>. This triangle is analogous to an equilateral triangle cut in half down the middle. |
<asy> | <asy> | ||
pair A, B, C; | pair A, B, C; | ||
− | |||
A = (0, sqrt(3)); | A = (0, sqrt(3)); | ||
B = (1, 0); | B = (1, 0); | ||
Line 59: | Line 56: | ||
draw(A--B--C--cycle); | draw(A--B--C--cycle); | ||
draw(rightanglemark(A, C, B, 4)); | draw(rightanglemark(A, C, B, 4)); | ||
− | |||
label("$A$", A, NW); | label("$A$", A, NW); | ||
label("$30^{\circ}$", A, 10*dir(283)); | label("$30^{\circ}$", A, 10*dir(283)); | ||
Line 72: | Line 68: | ||
If the lengths of the legs and hypotenuse are integral, they are said to form a [[Pythagorean triple]]. | If the lengths of the legs and hypotenuse are integral, they are said to form a [[Pythagorean triple]]. | ||
− | Some | + | Some Pythagorean triples include (3, 4, 5), (5, 12, 13), and (7, 24, 25). |
== Properties == | == Properties == | ||
− | The [[area]] of the triangle | + | * The [[area]] of the triangle is equal to half of the product of the lengths of the legs. It can also be calculated using half of the product of the [[median]] to the hypotenuse and the hypotenuse. Using similarity, it is possible to derive several formulas relating the sides, the hypotenuse, and the median. |
+ | * The [[circumradius]] of a right triangle is equal to half of the hypotenuse, or the median to the hypotenuse. | ||
− | + | == Problems == | |
− | |||
[[2007 AMC 12A Problems/Problem 10 | 2007 AMC 12A Problem 10]] | [[2007 AMC 12A Problems/Problem 10 | 2007 AMC 12A Problem 10]] | ||
== See also == | == See also == | ||
− | *[[Acute triangle]] | + | |
− | *[[Obtuse triangle]] | + | * [[Acute triangle]] |
− | *[[Special | + | * [[Obtuse triangle]] |
+ | * [[Special right triangles]] | ||
+ | |||
[[Category:Definition]] | [[Category:Definition]] | ||
[[Category:Geometry]] | [[Category:Geometry]] | ||
+ | [[Category:Trigenometry]] | ||
+ | |||
+ | {{stub}} |
Latest revision as of 15:20, 31 January 2025
A right triangle is any triangle with an interior right angle.
In the image above, has a measure of , so is a right triangle. The longest side, opposite the right angle, is called the hypotenuse. In this diagram, the hypotenuse is labeled . The other two sides are called the legs of the triangle, labeled and .
Right triangles are very useful in geometry. One of the most important theorems about right triangles is the Pythagorean Theorem. Aside from this, the field of trigonometry arises from the study of right triangles and nearly all trigonometric identities can be deduced from them.
Special Right Triangles
- Main article: Special right triangles
There are many right triangles with special properties. One of these is the isosceles triangle, where the hypotenuse is equal to times the length of either of the legs. This triangle is analogous to a square cut in half along its diagonal.
Another one of these is the triangle, which has sides in the ratio of . This triangle is analogous to an equilateral triangle cut in half down the middle.
If the lengths of the legs and hypotenuse are integral, they are said to form a Pythagorean triple.
Some Pythagorean triples include (3, 4, 5), (5, 12, 13), and (7, 24, 25).
Properties
- The area of the triangle is equal to half of the product of the lengths of the legs. It can also be calculated using half of the product of the median to the hypotenuse and the hypotenuse. Using similarity, it is possible to derive several formulas relating the sides, the hypotenuse, and the median.
- The circumradius of a right triangle is equal to half of the hypotenuse, or the median to the hypotenuse.
Problems
See also
This article is a stub. Help us out by expanding it.