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 $a,$ $b,$ and $c,$ then we have the set of inequalities
\begin{align*}
a + b &> c\\
b + c &> a\\
c + a & > b.
\end{align*}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]

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 $\frac12 a\cdot h_a.$

But this is true for any of the bases and their altitudes. So, of the altitude from vertex $B$ to side $b$ is $h_b,$ the area is also $\frac12 b\cdot h_b,$ and similarly we would have $\frac12 c\cdot h_c.$ Let's say the area is some number $R.$ Then, we can rearrange each of the area expressions to say

\begin{align*}
a &= \frac{2 R}{h_a}\\
b &= \frac{2 R}{h_b}\\
c &= \frac{2 R}{h_c}.
\end{align*}
Now, just substituting the expressions on the right into our original set of triangle inequalities (and removing the common factor of $2R$ from each one), we get

\begin{align*}
\frac{1}{h_a} + \frac{1}{h_b} & > \frac{1}{h_c}\\
\frac{1}{h_b} + \frac{1}{h_c} &> \frac{1}{h_a}\\
\frac{1}{h_c} + \frac{1}{h_a} &> \frac{1}{h_b}.
\end{align*}
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.

Comment

1 Comment

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Nice post! Thank you for all your help on the forums! I can't wait to see what you do next. :)

by Ilikeapos, Jul 6, 2019, 5:18 PM

For those who see AoPS posts and think "Wow. That's a bit scary."

avatar

mrichard
Tags
About Owner
  • Posts: 17840
  • Joined: May 22, 2017
Search Blog
a