In Chapter 4, we will leverage the power of complex variables to study certain problems in fluids (flow of a potential flow). One concept that you may be unfamiliar with at this stage is the concept of a branch cut.
Generally, we write the Cartesian and polar form of a complex number as,
\begin{equation*}
z = x + \im y = r\e^{\im\theta},
\end{equation*}
for magnitude \(r > 0\) and angle \(\theta\text{.}\) Below, we will consistently refer to \(z\in\mathbb{C}\text{.}\) The decomposition of the complex exponential is given by Euler’s identity:
The usual trigonometric functions can be extended to the complex plane by considering their definition in terms of complex exponentials and Euler’s identity. For example, we have
Another important function we shall consider is the complex logarithm, defined as
\begin{equation}
\log z \equiv \log r + \im \theta,\tag{1.2.3}
\end{equation}
where \(z = r\e^{\im\theta}\text{.}\) That this definition is sensible is verified by checking that the logarithm is the inverse of the exponential. That is,
\begin{equation*}
\e^{\log z} = \e^{\log r + \im\theta} = \e^{\log r} \e^{\im\theta} = z.
\end{equation*}
However, the definition (1.2.3) is troubling because it is not single-valued. For example, writing \(z = 1 \e^{\im \cdot 0}\) and \(z = 1 \e^{\im
\cdot 2\pi}\) gives two different possible values of \(\log z\) for the same value of \(z
= 1\text{.}\) We dig deeper into this issue.
Consider a particle that orbits around the unit circle in the \(z-\)plane at unit speed. If the particle rotates by half a revolution, with \(\theta = \pi\text{,}\) then in the image plane, the image particle has rotated by a full revolution, with \(f(z) = (\e^{\im
\pi})^2\) in this same unit time. This is illustrated by the image in Figure 1.2.2.
Now we continue rotating around the unit circle in the \(z-\)plane, performing an additional \(\pi\) rotation. Within the image plane, the particle has now completed another full rotation around the unit circle. This is shown in Figure 1.2.3.
Visually, we can simply consider the same figures as before, but now with the mapping proceeding from the right subfigure to the left subfigure. Observe that there is now an ambiguity, because for each point in the original \(z-\)plane, there are two possible images to assign for \(z^{1/2}\text{,}\) corresponding to either the top semicircle of the left figure, or the bottom semicircle.
Moreover there is a problem, for if we allow a "motion" of the \(z\) values such that \(z\) rotates more than a complete revolution around the origin, then \(f(z)\) is no longer well-defined and takes on multiple possible values.
This leads to the following restriction. We define a branch cut of the \(z-\)plane, and restrict the possible argument values. For example, we may choose
Once the branch cut has been selected, the previous multi-function is restricted to one of the two possible definitions above. This leads to the definition as follows.
for \(r
> 0 \) and \(0 \leq \theta < 2\pi\text{.}\) Other branch cut choices can be taken in an analogous manner (curve that extends from \(z= 0\) to \(z = \infty\)).
In Exercise 1.3.1, you will plot the Riemann surface that corresponds to \(f(z)
= z^{1/2}\text{.}\) The result might look like this version created using Python graphing tool:
Figure1.2.6.Riemann surface for the square root function. This shows the real part of the square root, which consists of both a positive branch and a negative branch. In the above case, we have placed the branch cut along the negative real axis.
A similar argument would indicate that the function
\begin{equation}
f(z) = (z + 1)^{1/2} (z - 1)^{1/2},\tag{1.2.4}
\end{equation}
requires two branch cuts in general, each cut originating from the two branch points at \(z = \pm 1.\) You will study this function in more detail in Exercise 1.3.2.
The theory of complex analysis is rich in different kinds of visualisations. Another way to visualise a complex function is by considering its effect on a gridded pattern in the original \(z\)-plane, and then to imagine the function as warping this pattern. With this interpretation, it will be seen clearly that the operation of \(f(z) = z^2\) essentially rotates and expands the \((x, y)\) plane. This is seen in the following video.
The theory in the video (visualisation on the Riemann sphere) is not necessary for this course; it is presented here just out of interest (and because the video is beautiful!).
It is sensible to ask: what does this have to do with fluid mechanics?. In Chapter 4, we will see that the use of complex functions can map a region of fluid to another.
Subsection1.2.5Differentiation of complex functions
In this chapter, we will only cover the basic necessities of visualising and studying complex functions. In Chapter 4, we will need additional theory on the differentiation of complex functions.
Certain complex functions are only well-defined with appropriate branch cuts chosen. However, once such restrictions are made (and an individual Riemann sheet chosen), the complex function is well defined. The branch cut will correspond to locations where the function is nonsmooth (in its real and/or imaginary components).