Given the set:
$$A=\bigg\{ z\in\mathbb{C}\bigg|z\cdot \overline{z}=2, \bigg| \dfrac{2z+3}{z-3i} \bigg|=1 \bigg\}$$
I have to find the following sum:
$$S=\sum_{z\in A}z$$
I tried to find $z$ by writing it as:
$$z=a+bi$$
with $a, b \in \mathbb{R}$. $z \cdot \overline{z} = 2$ means that
$$\hspace{9cm} a^2+b^2=2 \hspace{8.3cm}(1)$$
So we have the first condition. Then what I did was: $$\bigg| \dfrac{2z+3}{z-3i} \bigg| = 1$$
$$\bigg| \dfrac{(2z+3)(z+3i)}{z^2-9i^2} \bigg| = 1$$
$$\bigg| \dfrac{2z^2+6zi+3z+9i}{z^2+9} \bigg| = 1$$
$$\bigg| \dfrac{2z^2+3z+(6z+9)i}{z^2+9} \bigg| = 1$$
But I got stuck here. I don't see how I could find the elements of $A$.
$z \cdot \overline{z}=2$ means that $|z|^2=2$. From the second equation:
$$|2z+3|^2=|z-3i|^2\Rightarrow (2z+3)(2\overline{z}+3)=(z-3i)(\overline{z}+3i)$$
and upon expanding
$$4|z|^2+6(z+\overline{z})+9=|z|^2+3i(z-\overline{z})+9$$
or equivalently
$$2+2(z+\overline{z})=i(z-\overline{z})$$
Multiply by $z$ and use $z\cdot \overline{z}=2$, to arrive at the second degree equation:
$$(2-i)z^2+2z+4+2i=0$$
Can you end it from here?