Inequality between heights and inscribed circle radius.

46 Views Asked by At

Prove that for every triangle the following inequality is true $$\dfrac{1}{2r} < \dfrac{1}{h_1} + \dfrac{1}{h_2} < \dfrac{1}{r}$$

My attempt was trying to get somthing from connection between area, heights and radius, but without any effect.

1

There are 1 best solutions below

0
On

$h_1a=h_2b=2rs$ Equating area

$h_1 = \cfrac{2rs}a$

$h_2 = \cfrac{2rs}b$

$\cfrac1{h_1} + \cfrac1{h_2} = \cfrac{a+b}{2rs} = \cfrac{2(a+b)}{2r(a+b+c)}$

Using traingular inequality, $a+b > c$

$\cfrac1{h_1} + \cfrac1{h_2} > \cfrac{1}{2r}$

and since c > 0, $a+b+c > a+b \implies (a+b)/(a+b+c) < 1$

$\cfrac1{h_1} + \cfrac1{h_2} < \cfrac{1}{r}$