A hypotenuse is the longest side of a right triangle (Right-angled triangle in British English), the side opposite the right angle. The length of the hypotenuse of a right triangle 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 meters (when squared, 9 m²) and the other has a length of 4 m (when squared, 16 m²). Their squares add up to 25 m². The length of the hypotenuse is the square root of this, or 5 m.
The word hypotenuse derives, according to some sources, from the Greek ὑποτείνουσα (hypoteinousa), a combination of hypo- ("under") and teinein ("to stretch") [1]. Others suggest the original meaning in Ancient Greek was for a thing which supports something in the manner of a prop or buttress derived from a combination of hypo- ("under") and tenuse ("side"). [2]
The word "hypotenuse" is also commonly used as a slang term for a form of jaywalking across a street.
Contents |
Calculating the hypotenuse
Usually the length of the hypotenuse is calculated using the square root function derived from the Pythagorean theorem. Setting x = c1 and y = c2 to avoid subscripts:
In mathematical notation;
Many computer languages support the ISO C standard function hypot(x,y) which returns the value above. The function is designed not to fail where the straightforward calculation might overflow or underflow and can be slightly more accurate.
Some scientific calculators 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 will normally be that give by atan2(y,x).
See also
Notes
- ^ Schwartzman, Steven The Words of Mathematics, An Etymological Dictionary of Mathematical Terms used in English, Published by the Mathematical Association of America.
- ^ Anderson, Raymond (1947). Romping Through Mathematics. Faber. pp. 52.
References
- Weisstein, Eric W., "Hypotenuse" from MathWorld.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)





