In a coaxial system of circles $x^2+y^2+2gx+c=0$ where $g$ is a parameter, if $c>0$ then prove that the circles are non-intersecting
Let pair of circles be $x^2+y^2+2g_1x+c=0$ and $x^2+y^2+2g_2x+c=0$
The radial axis is $$ (g_1-g_2)x=0\implies x=0 $$ Center $(-g,0)$
Radius =$\sqrt{g^2-c}$
Distance between radial axis and the center $=g_1$
I think if it is non-intersecting $g_1>\sqrt{g_1^2-c}$ but I don't think there is enough information to conclude that ?

Obviously, $|g| > \sqrt{c}$, otherwise there is real solutions for $x^2+y^2 + 2gx + c =0$.
When $g_1\cdot g_2<0$, or in other words, $g_2\geq \sqrt{c} > -\sqrt{c} >g_1$,
we have $g_1 + \sqrt{g_1^2-c} < 0 < g_2 - \sqrt{g_2^2-c}$. The 2 circles are in 2 side of the $y$ axis. Thus, not intersecting
when $g_1\cdot g_2>0$. We can assume $|g_2| > |g_1| \geq \sqrt{c}$ without the loss of generosity. $$ \sqrt{g_2^2 -c} - \sqrt{g_1^2-c} = \frac{g_2^2- g_1^2}{\sqrt{g_2^2 -c} + \sqrt{g_1^2-c}} > \frac{|g_2|^2- |g_1|^2}{\sqrt{g_2^2} + \sqrt{g_1^2}} = \frac{|g_2|^2- |g_1|^2}{|g_2| + |g_1|} = |g_2| - |g_1| $$
The difference in their radius is larger than the distance in their center. Thus, still not intersecting.
In summary, they are not intersecting in all situations.