Question: A circle with the center at a point $A$ and a radius $r$ touches internally a circle with the center at a point $B$ and a radius $R$. A third circle touches each of the circles and the line $AB$. Prove that the radius of the third circle is equal to $$\frac{4*r*R*(R-r)}{(R+r)^2}$$
I tried to solve the question, but I got confused by the placement of the circles. In addition, I am not sure how this question ties in with triangles (The unit this question is part of is on trignometry). Would I need to construct triangles around the circles in order to solve this question?
I think "two circles touch internally" means they are tangent and one is inside another. You problem settings would look like the following picture.
Now, if we let $\rho$ be the radius of the third circle, then $$AB= R-r, BC=R-\rho, CA=r+\rho,CE=\rho.$$
So, $\triangle ABC$ has half perimeter $$s = \frac{AB+BC+CA}2 = R.$$
By Heron's formula, $$area(\triangle ABC) = \sqrt{Rr\rho(R-r-\rho)}.$$ It follows that $$(R-r)\rho = AB\cdot CE =2 \sqrt{Rr\rho(R-r-\rho)}.$$ Squaring both sides, we get $$(R-r)^2\rho^2 = 4Rr\rho(R-r-\rho),$$ or $$(R-r)^2\rho = 4Rr(R-r) - 4Rr\rho.$$ The desired equality follows from the fact that $$(R-r)^2+4Rr = (R+r)^2.$$