A circle of radius $R$ is circumscribed about a right triangle $ABC$. If $r$ is the radius of circle inscribed in triangle, then what is the area of the triangle (in terms of $r$ and $R$)?
I have no idea how to start.
A circle of radius $R$ is circumscribed about a right triangle $ABC$. If $r$ is the radius of circle inscribed in triangle, then what is the area of the triangle (in terms of $r$ and $R$)?
I have no idea how to start.
Let $a$ and $b$ be the sides. The area is,
$$A= \frac12 r(a+b+2R)$$
Substitute $$(a+b)^2=a^2+b^2+ 2ab=4R^2+4A$$
to obtain,
$$\frac{A^2}{r^2}-(\frac {2R}{r}+1)A=0$$
Then, solve for the area,
$$A=r\left(2R+r\right)$$
The area of the triangle is then $r^2 + r(a-r) + r(b-r) = r^2 + r((a - r) + (b - r))$ where we note that $(a-r) + (b-r) = c = 2R$. Therefore, the area is $r^2 + 2rR$.
Hint. Let the sides of the triangle be $a,b,c$. You know:
$c^2=a^2+b^2$ (Pythagoras)
$c=2R$ (circumscribed circle)
Double of area $2A=ab=r(a+b+c)$ (inscribed circle)
Can you proceed from here? Try to determine $a,b$.