If the circle $C_1$ touches x-axis and the line $y=x \tan\theta$,$\theta \in (0,\frac{\pi}{2})$ in the first quadrant and circle $C_2$ touches the line $y=x \tan\theta$,y-axis and circle $C_1$ in such a way that ratio of radius of $C_1$ to the radius of $C_2$ is 2:1,then value of $\tan\frac{\theta}{2}=\frac{\sqrt a-b}{c}$,where $a,b,c$ are relatively prime natural numbers.Then find $a+b+c$.
I tried the condition of external touching but center of circles not given,so failed.Can someone guide me to solve this question?
The touching points all have the same distance from the origin (where the tangents intersect). So let the touching points with the axes be $(1,0)$ and $(0,1)$ (after scaling if necessary). If $r$ is the radius of $C_1$ then the circle centers are at $(1,r)$ and $(\frac r2,1)$ and what we are looking for is $\tan\frac\theta2=r$. Also, $|(1,r)-(\frac r2,1)|=\frac32r $, i.e., $$\frac94r^2=\left(1-\frac r2\right)^2+(r-1)^2,$$ hence $$r^2+3r-2=0$$ and finally $$ r= \frac{-3\pm\sqrt{17}}{2}$$ (where the negative solution is ruled out geometrically). There is an obvious way to write $ \frac{\sqrt{17}-3}{2}$ as $\frac{\sqrt a-b}c$ with coprime $a,b,c\in\mathbb N$, and that leads to $a+b+c=22$. It turns out that the obvious solution is the only one.