2

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$.

Mathejunior
  • 3,344

1 Answers1

1

Call $AB,BW,WC,CA$ the segments on the complex plane that connect the points $a,b,w,c$. We know that $|a-b| = |AB|$, $|b-w| = |BW|$, etc.

The condition is

$$|AB|\cdot |CW| = |AC|\cdot|BW|$$ but the quantities $|AB|$ and $|AC|$ are fixed, so we are looking for points $w$ in the plane so that the distance from $c$ is $|AC|/|AB|$ times the distance from $b$.

The locus of such points is called Apollonius Circle. So there are infinite solutions to your problem, namely, every point on that circle.

Pang
  • 399
  • 5
  • 8
Exodd
  • 10,844