Solve Complex Number IV Problem: Find Radius & Centre

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Punch
Messages
44
Reaction score
0
A complex number is represented by the point P in an Argand diagram. If the real part of the complex number w=\frac{z+1}{z-2i} (z not 2i) is zero, show that the locus of P is a circle and find the radius and centre of the circle.

I have a problem manipulating w to find the real part of w
 
Physics news on Phys.org
Punch said:
A complex number is represented by the point P in an Argand diagram. If the real part of the complex number w=\frac{z+1}{z-2i} (z not 2i) is zero, show that the locus of P is a circle and find the radius and centre of the circle.

I have a problem manipulating w to find the real part of w

Hi Punch,

Let \(z=x+yi\) where \(x,y\in\Re\).

\[w=\frac{z+1}{z-2i}=\frac{(x+1)+yi}{x+(y-2)i}\]

Now multiply both the numerator and the denominator by \(x-(y-2)i\). Hope you can continue. :)
 
Sudharaka said:
Hi Punch,

Let \(z=x+yi\) where \(x,y\in\Re\).

\[w=\frac{z+1}{z-2i}=\frac{(x+1)+yi}{x+(y-2)i}\]

Now multiply both the numerator and the denominator by \(x-(y-2)i\). Hope you can continue. :)

I followed as you said but couldn't find how to extract the real part out...
 
Punch said:
I followed as you said but couldn't find how to extract the real part out...

What did you get after multiplying by \(x-(y-2)i\) ?
 
Sudharaka said:
What did you get after multiplying by \(x-(y-2)i\) ?

With regards to the real part, \frac{x^2+x+y^2+2y}{x^2+y^2-2y+4}=0

But I do not see how i can use this
 
Punch said:
With regards to the real part, \[\frac{x^2+x+y^2+2y}{x^2+y^2-2y+4}=0\]

But I do not see how i can use this

\[Re(w)=\frac{x^2+x+y^2-2y}{x^2+y^2-4y+4}\]

As you may see, you have calculated the real part incorrectly. Check your calculation again.

Since, \(Re(w)=0\Rightarrow x^2+x+y^2-2y=0\)

Now can you try to transform this equation into the form \((x-a)^2+(y-b)^2=r^2\). The complex number \(z\) is on this circle. All you got to do is find \(a, b\) and \(c\).