Find the minimum radius of a circle which is orthogonal with both the circles: $C_1: x^2+y^2-12x+35=0$ and $C_2: x^2+y^2+4x+3=0$.
I know about the condition for a circle to be orthogonal to a given circle. $$d^2 = r_1^2+r_2^2,\;\text{ whereas }\;d = \overline{O_1O_2}$$
I couldn't apply this in $3$ circles. Moreover, i am unaware of the concept of radical and coaxial system.
I'll be obliged if someone could help.
first given a circle $C$ of unit radius, you can draw a circle $C_{\perp}$ centred at any point $P$ outside $C$. all you need to do is draw the two tangents to $C$ from $P$ let the contact points be $T_1, T_2.$ the radius is the common value $PT_1 = PT_2$ with center $P.$
suppose you have two non intersecting circles $C_1, C_2$ of equal radius $1$ and you require a circle $C_{\perp}$ orthogonal to both. by the previous argument, the center of $C$ is equal distance, the radius of $C_{\perp}.$ that means the center $P$ of $C_{\perp}$ is on the perpendicular bisector of the centers of $C_1$ and $C_2.$ the smallest radius occurs when $P$ is the midpoint of the centers of $C_1$ and $C_2$
the midpoint of the two centers $(6,0), (-2,0)$ of $x²+y²-12x+35=0 $ and $ x²+y²+4x+3=0$ is $(2,0)$ so the smallest radius is $$\sqrt{4^2 - 1} = \sqrt{15} $$
added later:
the reason for the above formula is that if the circle centered at $(2,0)$ has radius $r$ that is orthogonal to the circle of radius $1$ centered at $(6,0.)$ the distance between the centers is $4.$ therefore $r^2 + 1 = 4^2$