3

I am studying for my final exam and am really struggling on this question #5. I have attached both the question and the answer listed in the book. I am really trying to get the ideas down so that I do well on the final.

My attempt (Finding a conformal map of the part of the upper half-plane outside a circle of radius r onto the entire upper half plane):

I want to use a known conformal map to map the domain to the first quadrant. I then want to use w=z^2 to map to the first quadrant to entire half plane. Finally I want to use a linear fractional transformation that maps the upper half-plane to itself. The only thing is I don't know how to map the domain to the first quadrant and what the linear fractional transformation should be, but this is my general idea that I am thinking.

enter image description here enter image description here

Any help, suggestions, tips would be much welcomed, as I am struggling with these concepts.

kemb
  • 1,652
  • 12
  • 29

1 Answers1

3

I think you and @JamesS.Cook have some good ideas. Here's what I would do: i) $z\to z/R$ normalizes the situation. ii) the map $z\to 1/z$ then takes the exterior of the upper unit half disc to the lower unit half disc. iii) follow that with the map $z\to -z.$ Now we're in the upper unit half disc.

Now, my favorite go-to map from the full open unit disc to the right half plane is

$$z\to \frac{1+z}{1-z}.$$

This map will take the upper unit half disc to the first quadrant as you wanted. Now apply $z\to z^2$ to arrive at the final map.

Putting that together gives the map

$$f(z) = \left (\frac{z-R}{z+R}\right)^2.$$

Now that doesn't look like your map, but there are a lot of bilholomorphic self maps of the upper half plane, for example $-1/z, az$ for $a>0$ and $z+b$ for $b\in \mathbb R$ and compositions of such. So one of those composed with $f$ should give your map.

zhw.
  • 105,693