2

The question here is not so much to find the mapping, but exactly how one goes about to find the correct map.

I have $\{z\in\mathbb{C}: -\pi/4<\arg(z)<\pi/2\}$, which requires to be turned into a quarter disk in the lower left half plane.

Now most of the steps I understand, however what I do not understand is how to get the sector into an easier plane to work with (half plane, or whatever else).

As such the process in order to get through this first map is of much more interest to me than the actual solution. I would be very grateful if someone could explain to me how this particular type of mapping works.

Ronan

Ronan
  • 123

1 Answers1

1

The easiest ways to deal with stuff like this (corners) is to use logarithms or fractional powers of $z$ (which use logarithms). So, for instance, taking a log here gives you a rectangle stretching to infinity on the left, which you can play around with, while squaring this gives you three quarters of the unit circle.

If you can get the shape to be a quadrant, you can square it to get a half plane.

Brian Rushton
  • 13,255
  • 11
  • 59
  • 93
  • Ok, so then the 'true' first step for this would be to create a full quadrant sized 'field' (not sure what the right term is). In which case one would do something like:

    ${z->z*a}$

    Where a would be a given constant? With a quick try I would assume $a=\exp(\pi/3)$

    – Ronan Apr 24 '13 at 23:54
  • that should be $a=\exp(i2pi/3)$. I took the total angle between both rays (=$3\pi/4$), set ($3\pi/4 x=\pi/2$) yielding ($2\pi/3$). But at this point I have the feeling that I have no idea what I am doing... – Ronan Apr 25 '13 at 00:22
  • Try using a combination of rotations and $z^{4/3}$ to get an upper half disk, and then use the standard map of the disk to a half plane to get a quarter plane. Then use the map $z^2$ to get a full half plane. – Brian Rushton Apr 25 '13 at 00:45
  • Alright, so I understand where the $z^{4/3}$ arrives, I had gotten that earlier by setting the wanted total angle to $\pi$. I guess, my confusion arises from why that isn't enough. In my mind, performing the map $z->z^{3/4}$ is sufficient to create the upper half disk. Or does that only create that appropriate 'distance'? – Ronan Apr 25 '13 at 00:57
  • The problem is closing up the gap; if you try to get the whole circle that way, you'll leave out a line segment. I worked on ths for days last year, and the only solution I could find was passing to the upper half plane. – Brian Rushton Apr 25 '13 at 01:11
  • Oh, I'm sorry, you're right; I thought you meant a sector of the circle, not of the whole plane. Well, once you get the half plane, just follow by the standard map, as in http://math.stackexchange.com/questions/298075/find-conformal-mapping-from-sector-to-unit-disc?rq=1 – Brian Rushton Apr 25 '13 at 01:13
  • @Ronan your region is part of the plane, not disk. So $z^{4/3}$ transforms i to the upper half plane. – Kaster Apr 25 '13 at 01:14
  • 1
    so then from what I gather there is no need for rotation? Once you use the {$z^{3/4}=w$} map, you get the full upper half plane. From there you could do, say, {$w->(w+-i)/(w+1)$} to get it into a unit disk (and thus move on with your life :p).

    I guess I had not noticed that the $z^{3/4}$ mapped to upper half plane and not upper half disk.

    – Ronan Apr 25 '13 at 01:54