antwan2bu said:
because from the u minus the first from the second.
so you get
arg (z+2) - arg(z-2) = pi/2
ishq said:
I got that far too. But how do you find the complex number z from there?
If you do what antwan2bu suggested you'll get the equation of the circle x<sup>2</sup> + y<sup>2</sup> = 4 (or half of it at least). Since you have two equations containing relations of z you actually get a specific value (though this value does all on the circle). If you were just given arg (z+2) - arg(z-2) = pi/2 then arg(z+2) and arg(z-2) can take on a number of different values as long as they satisfy that equation.
You can solves this using sumultaneous equations. If arg(z+2) = π/6 then z lies on a ray passing through the point (-2, 0) with a gradient of tan(π/6) giving the line:
y = (1/√3)(x + 2)
If arg(z-2) = 2π/3 then z lies on a ray passing through (2, 0) with a gradient of -tan(π/3) giving the line:
y = -√3(x - 2)
Solving these simultaneously you find that x + iy = 1 + √3i. You can see that this sits on the circle x<sup>2</sup> + y<sup>2</sup> = 4.
EDIT: Also, an alternative method would be to forget about the conceptual stuff and use the fact that arg(z+2) = tan<sup>-1</sup>[y/(x+2)]=π/6 and arg(z-2) = tan<sup>-1</sup>[y/(x-2)]=2π/3. Take tan of both sides and you get the same equations without the need to explain anything.