I am trying to convert $$x^2 + y^2 - \frac{2(px + qy)}{p^2 + q^2 - r^2} + \frac{1}{(p^2 + q^2 - r^2)} = 0$$ and $$x^2 + y^2 - \frac{2(px + qy)}{p^2 + q^2 - r^2} + \frac{1}{((p^2 + q^2 - r^2)^2)} = 0$$
to circles of standard form $$(X-A)^2 + (Y-B)^2 = R^2$$. I've tried all sorts of algebraic manipulations, but I'm struggling! Could someone please help? Thanks :)
The problem being posed is confusing matters by introducing some terms that you can initially treat as opaque. For instance, let $\omega = p^2+q^2-r^2$ first, and then you have, for the first part,
$$ x^2 + y^2 - \frac{2(px+qy)}{\omega} = -\frac{1}{\omega} $$
The next key is to break the center fraction apart into its two components, and redistribute:
$$ x^2 - 2\frac{p}{\omega}x + y^2 - 2\frac{q}{\omega}y = -\frac{1}{\omega} $$
Complete the squares:
$$ x^2 - 2\frac{p}{\omega}x + \frac{p^2}{\omega^2} + y^2 - 2\frac{q}{\omega}y + \frac{q^2}{\omega^2} = -\frac{1}{\omega} + \frac{p^2}{\omega^2} + \frac{q^2}{\omega^2} $$
Factor:
$$ \left(x - \frac{p}{\omega}\right)^2 + \left(y - \frac{q}{\omega}\right)^2 = \frac{-\omega+p^2+q^2}{\omega^2} $$
Now substitute $\omega = p^2+q^2-r^2$ back in:
$$ \left(x - \frac{p}{p^2+q^2-r^2}\right)^2 + \left(y - \frac{q}{p^2+q^2-r^2}\right)^2 = \frac{r^2}{(p^2+q^2-r^2)^2} = \left(\frac{r}{p^2+q^2-r^2}\right)^2 $$
The second part can be done in essentially the same way, although it looks a little more tedious because of the squared constant term. Still, the same principles apply, I think.