2

How to plot this complex division? $$ \sqrt{\frac{a^2+(b-1)^2}{a^2+(b+1)^2}}=2 $$

mathlove
  • 139,939

2 Answers2

1

The plot of $\sqrt{\frac{a^2+(b-1)^2}{a^2+(b+1)^2}}=2$ is the following:

enter image description here

Work out $a^2+(b-1)^2$ and $a^2+(b+1)^2$. This will give: $$\frac{a^2+(b-1)^2}{a^2+(b+1)^2} = \frac{1-4b}{a^2+b^2+2 b+1}$$

This would make it easier to solve.

user112167
  • 1,812
1

Squaring the given equality you can arrive at

$$a^2+b^2+\frac{10}{3}b+1=0. ~~(*)$$

Consider now the $(a,b)$-plane: can you recognize the locus of points which satisfy $(*)$? Looking at its discriminant you should be able to identify such locus as a circle.

To draw it, start to find the points of intersections with the coordinate axis, for example.

Avitus
  • 14,018