Mapping of a Complex Region Using a Rational Function

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 · 2K views
Genericcoder
Messages
130
Reaction score
0

Homework Statement

Let S = {z : 1<= Im(z) <=2}. Determine f(S) if f: S ->C
defined by
f(z) = (z + 1) / (z - 1)

Homework Equations



z = x + iy

The Attempt at a Solution


[attempt at solution]

so here my solution

f(z) = 1 + 2/(z - 1)

after doing some algebra <-> f(z) = x^2 + y^2/((x - 1)^2 + y^2) - [2y/((x-1)^2 + y^2)]i

therefore Im(z) = -2y/((x - 1)^2 + y^2) so F(S) = {z : 1<= (-2y)/((x-1)^2 + y^2) <= 2}
but I am stuck at this point I don't know wat does this represent.
 
Physics news on Phys.org
Genericcoder said:

Homework Statement

Let S = {z : 1<= Im(z) <=2}. Determine f(S) if f: S ->C
defined by
f(z) = (z + 1) / (z - 1)

Homework Equations



z = x + iy

The Attempt at a Solution


[attempt at solution]

so here my solution

f(z) = 1 + 2/(z - 1)

after doing some algebra <-> f(z) = x^2 + y^2/((x - 1)^2 + y^2) - [2y/((x-1)^2 + y^2)]i

therefore Im(z) = -2y/((x - 1)^2 + y^2) so F(S) = {z : 1<= (-2y)/((x-1)^2 + y^2) <= 2}
but I am stuck at this point I don't know wat does this represent.

Concentrate on what the boundaries of your region are. For example, if 1=(-2y)/((x-1)^2 + y^2) what kind of curve is that? Multiply it out and complete the square. At a more abstract level f(z) is a Mobius transformation. It will map lines to lines or circles, yes?
 
Last edited:
yes I did that I got something weird

I got (x-1)^2 + y^2 <= -2y <= 2( (x - 1)^2 + y^2)) the way I see it its between two circles but how to show that ?
 
Genericcoder said:
yes I did that I got something weird

I got (x-1)^2 + y^2 <= -2y <= 2( (x - 1)^2 + y^2)) the way I see it its between two circles but how to show that ?

Just look at the boundaries. Where your inequality becomes an equality. 1=(-2y)/((x-1)^2 + y^2) and 2=(-2y)/((x-1)^2 + y^2). What are the boundary curves? And yes, they are two circles.
 
o I see I figured it out ty a lot Dick!