I came across the following question:
Make a graph of the following set:
$$E=\{z \in \mathbb{C}\big| |z+i|=2|z|\} $$
But I have no clue how to find elements from this set. I looked at some more trivial numbers, such as $0$,$1$ and $i$ but non seem to be in this set. Also simplifying the condition doesn't give me any clue.
Can someone please help me with understanding this set?
The complex numbers in question correspond to certain points in $R^2$ as shown below
So, the question can be formulated as a problem in coordinate geometry: Picture the curve described by the following equation:
$$\sqrt{(y+1)^2+x^2}=2\sqrt{(x^2+y^2)}$$
or $$(y+1)^2+x^2=4(x^2+y^2).$$
We get then
$$3y^2-2y+3x^2-1=0$$
which is the equation of a circle of radius $\frac23$ centered at $\left(0,\frac13\right)$.
Indeed. Divide both sides of the equation above by $3$ and rearrange again:
$$y^2-\frac23y+x^2-\frac13=0.$$
Taking the complete square of the $y$ term we get
$$\left(y-\frac13\right)^2+x^2=\frac49.$$