Similar Triangles and Incircle

345 Views Asked by At

The incircle of trianlge ABC touches the sides AB, AC and BC at points P, N, and M respectively. Denote AP=AN=x, BM=BP=y and CM=CN=z. Segment UV is tangent to the incircle at point X and parallel to the side AC.

Prove $\cfrac{UV}{AC}$= $\cfrac{y}{x+y+z}$ enter image description here

What I have so far $\triangle$ ABC $\sim$ $\triangle$ BUV which has gotten $\cfrac{BV}{BC}$ = $\cfrac{BU}{AB}$ =$\cfrac{UV}{AC}$

any help would be appreciated!

2

There are 2 best solutions below

5
On BEST ANSWER

Let $a$, $b$, $c$ be the sidelengths of $BC$, $CA$, $AB$, let $h_1$ be the height from $B$ to $AC$, and let $h_2$ be the height from $B$ to $UV$. Note that $\dfrac{UV}{AC} = \dfrac{h_2}{h_1}$ because of the similar triangles you mentioned. Also, $h_2 = h_1 - 2r$ where $r$ is the inradius of triangle $ABC$. Hence $$\dfrac{UV}{AC} = \dfrac{h_1-2r}{h_1} = 1-\dfrac{2r}{h_1}.$$ Now let $K$ be the area of triangle $ABC$. We know $2K = h_1b = r(a+b+c)$, so $$\dfrac{r}{h_1} = \dfrac{2K/h_1}{2K/r} = \dfrac{b}{a+b+c}.$$ Thus $$\dfrac{UV}{AC} = 1-\dfrac{2b}{a+b+c} = \dfrac{a-b+c}{a+b+c} = \dfrac{y}{x+y+z}.\ \blacksquare$$ (Notes: The last step follows from $x = (b+c-a)/2, y=(c+a-b)/2, z=(a+b-c)/2$, which is well-known. To get the formula $2K = r(a+b+c)$, note that $K$ is the sum of the areas of triangles $IAB$, $IBC$, and $ICA$.)

3
On

\begin{align*} &\text{For triangle ABC}\\[4pt] &\;\;\;{\small{\bullet}}\;\;\text{Let $r$ be the length of the inradius.}\\[4pt] &\;\;\;{\small{\bullet}}\;\;\text{Let $p$ be the perimeter.}\\[4pt] &\;\;\;{\small{\bullet}}\;\;\text{Let $k$ be the area.}\\[4pt] &\;\;\;{\small{\bullet}}\;\;\text{Let $h$ be the length of the altitude from B.}\\[12pt] &\text{Then}\;\;\frac{1}{2}pr = k =\frac{1}{2}|\text{AC}|h\\[4pt] &\implies\;pr = |\text{AC}|h\\[4pt] &\implies\;2(x+y+z)r = (x + z)h\\[4pt] &\implies\;\frac{r}{h} = \frac{x+z}{2(x+y+z)}\\[12pt] &\text{For triangle UBV, Let $h_1$ be the length of the altitude from B.}\\[12pt] &{\text{Then}\;\;h1}= h - |\text{XN}|\\[4pt] &{\phantom{\text{Then}\;\;h1}} = h - 2r\\[12pt] &\text{Then since triangle UBV is similar to triangle ABC,}\\[12pt] &{\phantom{\implies\;}}\frac{|\text{UV}|}{|\text{AC}|} = \frac{h_1}{h}\\[4pt] &{\phantom{\implies\;}}{\phantom{\frac{|\text{UV}|}{|\text{AC}|}}} = \frac{h-2r}{h}\\[4pt] &{\phantom{\implies\;}}{\phantom{\frac{|\text{UV}|}{|\text{AC}|}}} = 1 - 2\left(\frac{r}{h}\right)\\[4pt] &{\phantom{\implies\;}}{\phantom{\frac{|\text{UV}|}{|\text{AC}|}}} = 1 - 2\left( \frac{x+z}{2(x+y+z)}\right)\\[4pt] &{\phantom{\implies\;}}{\phantom{\frac{|\text{UV}|}{|\text{AC}|}}} = 1 - \frac{x+z}{x+y+z}\\[4pt] &{\phantom{\implies\;}}{\phantom{\frac{|\text{UV}|}{|\text{AC}|}}} = \frac{(x+y+z) - (x+z)}{x+y+z}\\[4pt] &{\phantom{\implies\;}}{\phantom{\frac{|\text{UV}|}{|\text{AC}|}}} = \frac{y}{x+y+z}\\[4pt] \end{align*}