Complex Analysis - Finding the equation of a circle

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
4 replies · 3K views
NewtonianAlch
Messages
453
Reaction score
0

Homework Statement


If [itex]\frac{z}{z + 3}[/itex] is purely imaginary, show that z lies on a certain circle and find the equation of that circle.

The Attempt at a Solution



So,

[itex]\frac{z}{z + 3}[/itex] = [itex]\frac{x + iy}{x + iy + 3}[/itex]

Multiplying by the complex conjugate (and simplifying), we get,

[itex]\frac{x^{2} + y^{2} + 3x + 3iy}{x^{2} + y^{2} + 6x + 9}[/itex]

Since we're only interested in the imaginary part here, I take,

[itex]\frac{3iy}{x^{2} + 6x + 9 + y^{2}}[/itex]

I am not too sure what to do from here, also...does "z lies on a certain circle" mean on the boundary line or anywhere in that enclosed zone including the boundary?
 
Physics news on Phys.org
You're not "only interested in the imaginary part". You are told z/(z+3) is pure imaginary; this means the real part is zero. That's probably where you want to start.

A circle is the set of points equidistant from its center; the circle does not include its interior. So "on a circle" means on the curvy line.
 
So if the real part is going to be zero, it means the numerator can only be zero. From that we can get an equation for a circle, which I believe is (x + [itex]\frac{3}{2}[/itex])[itex]^{2}[/itex] + [itex]y^{2}[/itex] = [itex]\frac{9}{4}[/itex] - but is this the circle I'm looking for?

If so, why am I getting an equation for a circle from the real part, when the expression in question is supposedly purely imaginary?
 
It's _because_ the expression is pure imaginary that the real part is zero, which gives you the equation you are after.
 
Ah I see, that makes it more clear now.