Triangle Inequality for Altitudes
by mrichard, Jul 6, 2019, 3:50 PM
In basic geometry, almost everyone learns the Triangle Inequality, which states that the sum of any two sides in a triangle must be greater than the third side. Algebraically, if the sides of a triangle are
and
then we have the set of inequalities
The triangle inequality shows up all over the place. There are vector versions of it once you learn a little more math, and it gets generalized even more once you learn about metric spaces in topology.
But, I won't go too deep into that today. This is just a short post describing how the typical triangle inequality used in plane geometry also works for altitudes in a triangle.
An altitude of a triangle, (or a "height" in more lax language) is a segment that goes from one vertex in a triangle to the opposite side, and is perpendicular to that opposite side.
![[asy]
draw((0,0)--(3,0)--(2,2)--cycle,black+1.2bp);
draw((2,2)--(2,0),blue);
draw(rightanglemark((3,0),(2,0),(2,2)));
label("$A$", (2,2),N);
label("$a$", (1.5,0),S);
label("$B$", (0,0),W);
label("$b$", (2.5,1),NE);
label("$C$", (3,0),E);
label("$c$", (1,1),NW);
label("$h_a$", (2,1),W);
label(scale(0.8)*"Altitude $h_a$ from vertex $A$ to side $a$.", (1.5,-0.7));
[/asy]](//latex.artofproblemsolving.com/5/e/a/5ea3575ddffe4fc9d2d0b30329d2875fdcbd407d.png)
The whole reason we care about an altitude is because it helps us find the area. The area of a triangle is half the product of a base and the height. The length of the altitude is the height, and the segment it is perpendicular to is the base. So, the area of the triangle above is
But this is true for any of the bases and their altitudes. So, of the altitude from vertex
to side
is
the area is also
and similarly we would have
Let's say the area is some number
Then, we can rearrange each of the area expressions to say

Now, just substituting the expressions on the right into our original set of triangle inequalities (and removing the common factor of
from each one), we get

And so the triangle inequality for altitudes is a harmonic version of the triangle inequality for the sides of a triangle. This is reminiscent of resistors in series versus those in parallel; in the first case, you just sum the resistances. In the second case, you sum their reciprocals to get the reciprocal of the total. It's fun to find these little symmetries in math.




But, I won't go too deep into that today. This is just a short post describing how the typical triangle inequality used in plane geometry also works for altitudes in a triangle.
An altitude of a triangle, (or a "height" in more lax language) is a segment that goes from one vertex in a triangle to the opposite side, and is perpendicular to that opposite side.
![[asy]
draw((0,0)--(3,0)--(2,2)--cycle,black+1.2bp);
draw((2,2)--(2,0),blue);
draw(rightanglemark((3,0),(2,0),(2,2)));
label("$A$", (2,2),N);
label("$a$", (1.5,0),S);
label("$B$", (0,0),W);
label("$b$", (2.5,1),NE);
label("$C$", (3,0),E);
label("$c$", (1,1),NW);
label("$h_a$", (2,1),W);
label(scale(0.8)*"Altitude $h_a$ from vertex $A$ to side $a$.", (1.5,-0.7));
[/asy]](http://latex.artofproblemsolving.com/5/e/a/5ea3575ddffe4fc9d2d0b30329d2875fdcbd407d.png)
The whole reason we care about an altitude is because it helps us find the area. The area of a triangle is half the product of a base and the height. The length of the altitude is the height, and the segment it is perpendicular to is the base. So, the area of the triangle above is

But this is true for any of the bases and their altitudes. So, of the altitude from vertex







Now, just substituting the expressions on the right into our original set of triangle inequalities (and removing the common factor of


And so the triangle inequality for altitudes is a harmonic version of the triangle inequality for the sides of a triangle. This is reminiscent of resistors in series versus those in parallel; in the first case, you just sum the resistances. In the second case, you sum their reciprocals to get the reciprocal of the total. It's fun to find these little symmetries in math.