I need to find the radius of convergence about the origin for this function
$$ G(z) = \left(\frac{1 - \sqrt{1-4abz^2}}{2}\right) $$ where, $$ \\ a+b = 1, \\ 0 < b < \frac 12 $$
I'm finding it hard to convert $G(z)$ to a power series and if I use the Taylor's expansion of $(1+x)^\frac12$, I get $R=\infty$ which I don't believe is correct.
Can someone please give me a hint on the right way to approach this question.
My steps so far (I'm not sure if they're correct),
\begin{align} G(z) & = \left(\frac{1 - \sqrt{1-4abz^2}}{2}\right) \\ & = \frac{2abz^2}{1 + \sqrt{1-4abz^2}} \\ & = \frac{2abz^2}{1 - \left(-\sqrt{1-4abz^2}\right)} \\ & = 2abz^2\sum_{j=0}^\infty (-1)^j\left(\sqrt{1-4abz^2}\right)^j & \text{if}\; \sqrt{1-4abz^2} & < 1 \\ \end{align}
Now, \begin{align} \text{if} \; & \sqrt{1-4abz^2} & < 1 \\ \implies & 1 - 4abz^2 & < 1 \\ \implies & 4abz^2 & > 0 \\ \implies & z \in \mathbb R \\ \implies & R = \infty \\ \end{align}