Lie and Weierstrass' visualization of complex functions

324 Views Asked by At

I am reading Whittaker and Watson's A Course of Modern Analysis. In the third chapter where they discuss different ways to visualize functions that map the complex plane to the complex plane, they remark:

One suggestion (made by Lie and Weierstrass) is to use a doubly-manifold system of lines in the quadruply-manifold totality of lines in three-dimensional space.

This is their entire description of Lie and Weierstrass' approach, and it is too vague for me to figure out what is being suggested.

Does anyone know what this refers to? Does anyone have references for Lie and Weierstrass' work on complex function visualization?

2

There are 2 best solutions below

2
On

I do not know about this approach but I can sort of understand what that sentence means. In 3-dimensional space, the set of all lines has 4 degrees of freedom: the direction of the line, which needs 2 parameters, and the location of the line, which needs 2 parameters (since moving the line along itself would not change the line). Now we have to identify (at least partially) in some way the Cartesian product of the complex plane with itself, with this 4-parameter system of lines. Then the graph of a complex function would be a 2-parameter subset of this space.

1
On

Here's an explicit construction method, though I'm not sure if it's truly that useful for visualization.

Designate the north pole of the unit 2-sphere $\Bbb S^2\subset\Bbb R^3$ as the vector $n$. We can identify the complex plane with the sphere minus a single point, ie $v:\Bbb C\cong \Bbb S^2\backslash\{n\}=S$. Then we seek a family of maps indexed by $v\in S$ of the form $l_v:\Bbb C \xrightarrow{\sim} v^\perp$, where by $v^\perp$ we mean the orthogonal complement of the subspace generated by $v$ (in other words, the plane containing the origin perpendicular to $v$).

We can send $(z,w)\in\Bbb C^2$ to the line with direction $v(z)$ and displacement from the origin (normal to the direction $v$) given by $l_v(w)$. The line can be described as the coset $\Bbb R v(z)+l_{v(z)}(w)$ within $\Bbb R^3$.

It's hard to think of a "canonical" family of maps $l_v$ continuous in $v\in S$ though. One way is to use a Gram-Schmidt process to create a dynamically moving frame; define the vector functions

$$\begin{cases} r:= \frac{n\times v}{\|n\times v\|}, \\[4pt] s:=\frac{v\times r}{\|v\times r\|}. \end{cases}$$

Note that $r,s:\Bbb C\to S$ are both well-defined, are orthogonal to each other as well as to $v$, due to the basic geometric properties of the cross product. We can then write $l_v(a+ib)=ar+bs$. We then send complex functions $f$ to sets of lines in $\Bbb R^3$ by applying our map to $\{(z,f(z)):z\in\Bbb C\}\subset \Bbb C^2$.

Again, I feel the practical utility of this, relative to modern methods of colored surfaces or density plots, is dubious. Perhaps someone else can think of a more natural construction method, one that is easier to visualize and conceptually process, but this is the only thing that comes to my mind.