Hypotenuse

From HandWiki
Short description: Longest side of a right-angled triangle, the side opposite of the right angle

}}

A right-angled triangle and its hypotenuse

In geometry, a hypotenuse is the longest side of a right-angled triangle, the side opposite the right angle. The length of the hypotenuse can be found using the Pythagorean theorem, which states that the square of the length of the hypotenuse equals the sum of the squares of the lengths of the other two sides. For example, if one of the other sides has a length of 3 (when squared, 9) and the other has a length of 4 (when squared, 16), then their squares add up to 25. The length of the hypotenuse is the square root of 25, that is, 5.

Etymology

The word hypotenuse is derived from Greek ἡ τὴν ὀρθὴν γωνίαν ὑποτείνουσα (sc. γραμμή or πλευρά), meaning "[side] subtending the right angle" (Apollodorus),[1] ὑποτείνουσα hupoteinousa being the feminine present active participle of the verb ὑποτείνω hupo-teinō "to stretch below, to subtend", from τείνω teinō "to stretch, extend". The nominalised participle, ἡ ὑποτείνουσα, was used for the hypotenuse of a triangle in the 4th century BCE (attested in Plato, Timaeus 54d). The Greek term was loaned into Late Latin, as hypotēnūsa.[2][better source needed][3] The spelling in -e, as hypotenuse, is French in origin (Estienne de La Roche 1520).[4]

Calculating the hypotenuse

The length of the hypotenuse can be calculated using the square root function implied by the Pythagorean theorem. Using the common notation that the length of the two legs (or catheti) of the triangle (the sides perpendicular to each other) are a and b and that of the hypotenuse is c, we have

[math]\displaystyle{ c = \sqrt { a^2 + b^2 } . }[/math]

The Pythagorean theorem, and hence this length, can also be derived from the law of cosines by observing that the angle opposite the hypotenuse is 90° and noting that its cosine is 0:

[math]\displaystyle{ c^2 = a^2 + b^2 - 2ab\cos90^\circ = a^2 + b^2 \therefore c = \sqrt{a^2 + b^2}. }[/math]

Many computer languages support the ISO C standard function hypot(x,y), which returns the value above.[5] The function is designed not to fail where the straightforward calculation might overflow or underflow and can be slightly more accurate and sometimes significantly slower.

Some scientific calculators[which?] provide a function to convert from rectangular coordinates to polar coordinates. This gives both the length of the hypotenuse and the angle the hypotenuse makes with the base line (c1 above) at the same time when given x and y. The angle returned is normally given by atan2(y,x).

Trigonometric ratios

By means of trigonometric ratios, one can obtain the value of two acute angles, [math]\displaystyle{ \alpha\, }[/math]and [math]\displaystyle{ \beta\, }[/math], of the right triangle.

Given the length of the hypotenuse [math]\displaystyle{ c\, }[/math]and of a cathetus [math]\displaystyle{ b\, }[/math], the ratio is:

Euklidova veta.svg
[math]\displaystyle{ \frac{b}{c} = \sin (\beta)\, }[/math]

The trigonometric inverse function is:

[math]\displaystyle{ \beta\ = \arcsin\left(\frac {b}{c} \right)\, }[/math]

in which [math]\displaystyle{ \beta\, }[/math] is the angle opposite the cathetus [math]\displaystyle{ b\, }[/math].

The adjacent angle of the catheti [math]\displaystyle{ b\, }[/math] is [math]\displaystyle{ \alpha\, }[/math] = 90° – [math]\displaystyle{ \beta\, }[/math]

One may also obtain the value of the angle [math]\displaystyle{ \beta\, }[/math]by the equation:

[math]\displaystyle{ \beta\ = \arccos\left(\frac {a}{c} \right)\, }[/math]

in which [math]\displaystyle{ a\, }[/math] is the other cathetus.

See also

Notes

References