Mapping of a Complex Region Using a Rational Function

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!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top