How Does Infinity Affect Computer Mapping in Complex Analysis?

mattmns
Messages
1,121
Reaction score
5
This issue of infinity (undefined?) keeps coming up in the following problems.

For example, the following question:

Computer the image of the sector 0 \leq r \leq 1, 0 \leq \theta \leq \pi, under the map ln(z).
-------------

So I first graphed this thing in the x,y (z-plane) and obviously we get a half circle with radius 1, above/including x-axis.

Then I looked at the following points. A=0, B=1, C=i, D=-1. Then if we map them under w= ln(z) we get,
A' = w(A)= ln(A) = ln(0) = ?
B' = ln(1) = 0
C' = ln(i) = i \frac{\pi}{2}
D' = ln(-1) = i \pi

If we then look at each segment, and map them under w, well I know what to do with everything but the parts that involve, or go though A. But the whole infinity, or undefined, issue bugs me.

Any ideas? Thanks.
 
Last edited:
Physics news on Phys.org
Short answer:

The map

<br /> f(z) := \begin{cases}<br /> \ln z &amp; z \neq 0 \\<br /> \infty &amp; z = 0<br /> \end{cases}<br />

is a continuous map from your half-disk to the Riemann sphere. It's probably even complex-analytic.


Long answer:

It's sort of like the function

f(x) = \frac{x}{x}

It's not defined at x = 0, but that's more of a technicality rather than an important property of the function.

In many geometric contexts, we will (implicitly) continuously extend our functions so that they will be defined at such removable discontinuities.


It's often fruitful to think not of the complex plane, but instead to think of the Riemann sphere. So what you really want to do is to consider your map as a map from the half-disk into the Riemann sphere. Your map has a removable discontinuity at the origin, so it's fruitful to work with its continuous extension instead.
 
Have you tried looking at more points at some radius between 1 and 0 on that semicircle? Looking at 0+0i was probably just a bad choice.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top