Difference between revisions of "Altitude"

m
Line 1: Line 1:
 +
<i>The altitude defined is as in a mathematical sense, there are more definitions of the word altitude not mentioned here</i>
 
==Definition==
 
==Definition==
  
Line 11: Line 12:
 
Because the altitude is always perpendicular to a side, creating right angles, many right triangle tools like the [[Pythagorean Theorem]] can be used and can be very useful.   
 
Because the altitude is always perpendicular to a side, creating right angles, many right triangle tools like the [[Pythagorean Theorem]] can be used and can be very useful.   
  
 +
==Diagram==
 +
<asy>
 +
size(15cm);
 +
dot((0,0));
 +
dot((4,0));
 +
dot((3,3));
 +
dot((3,0));
 +
dot((2,2));
 +
dot((3,1));
 +
dot((3.6,1.2));
 +
draw((0,0)--(4,0)--(3,3)--cycle);
 +
draw((0,0)--(3.6,1.2),red);
 +
draw((2,2)--(4,0),red);
 +
draw((3,0)--(3,3), red);
 +
</asy>
 +
The lines highlighted are the altitudes of the triangle, they meet at the [[orthocenter]].
 
==See also==
 
==See also==
 
*[[Geometry]]
 
*[[Geometry]]

Revision as of 20:45, 16 January 2020

The altitude defined is as in a mathematical sense, there are more definitions of the word altitude not mentioned here

Definition

In geometry, an altitude of a figure is a cevian that is perpendicular to the side to which it extends.

Usually, one is concerned with the altitude (or height) of triangles. In particular, the altitudes of any triangle are concurrent at a point known as the orthocenter.

Usage

Altitudes are mainly used to finding the area of a triangle, frequently used as the height in $\frac{1}{2} bh$. Furthermore, if one knows the area of a triangle and one side, the altitude to that side can be calculated. In addition to triangles, altitudes are also useful for finding the area of quadrilaterals with at least one pair of parallel sides (rectangles, parallelograms, trapezoids).

Because the altitude is always perpendicular to a side, creating right angles, many right triangle tools like the Pythagorean Theorem can be used and can be very useful.

Diagram

[asy] size(15cm); dot((0,0)); dot((4,0)); dot((3,3)); dot((3,0)); dot((2,2)); dot((3,1)); dot((3.6,1.2)); draw((0,0)--(4,0)--(3,3)--cycle); draw((0,0)--(3.6,1.2),red); draw((2,2)--(4,0),red); draw((3,0)--(3,3), red); [/asy] The lines highlighted are the altitudes of the triangle, they meet at the orthocenter.

See also

This article is a stub. Help us out by expanding it.