Given the following equation $$\vert a-b \vert \vert c-w \vert = \vert a-c \vert \vert b-w \vert$$ find the value of $w$ where $a,b,c,w$ are points in the complex plane.
As per the equation seems, $w$ is the vertex of the triangle $\Delta CAW$ and $B$ is the point where the angle bisector intersects $AW$.
I couldn't really find out $w$ though I understand that it's a fixed point given the following configuration (I stated). This is how I tried : Map the points $c,a,b \mapsto 0,\frac{b-c}{a-c}, \frac {w-c}{a-c}$. Now, $\arg(\frac{b-c}{a-c}) = 2 \arg (\frac{b-c}{a-c})^2$. And then I know that the points $1, \frac{b-c}{a-c}, \frac{w-c}{a-c}$ are collinear. But anyway, I can't do anything further. Cannot really work out the value of $w$.