12. Complex Analysis#
12.1. Complex functions, \(f: \mathbb{C} \rightarrow \mathbb{C}\)#
A complex function \(f\) of complex variable \(z = x + i y\), \(f: \mathbb{C} \rightarrow \mathbb{C}\), can be written as
as the sum of its real part \(u(z)\) and \(i\) times its imaginary part \(v(x,y)\). Here \(x,y \in \mathbb{R}\), while \(\tilde{u}(z), \tilde{v}(z): \mathbb{C} \rightarrow \mathbb{R}\) and \(u(x,y), v(x,y): \mathbb{R}^2 \rightarrow \mathbb{R}\). With some abuse of notation, tilde won’t be always explicitly written when arguments of real and imaginary parts of \(f\) functions won’t be written.
12.1.1. Limit#
12.1.2. Derivative#
Using the definition of limit of complex functions, the derivative of a function \(f: \mathbb{C} \rightarrow \mathbb{C}\), if it exists, is the limit of incremental ratio,
12.1.3. Line Integrals#
Given a line \(\gamma \in \mathbb{C}\), whose parametric form is \(z(s)\), with regular parametrization with parameter \(s \in [s_0, s_1]\),
12.2. Holomorphic Functions - Analytic Functions#
Definition 12.1
A holomorphic function is a function whose derivative exists.
Examples of analytic functions. todo…
12.2.1. Cauchy-Riemann conditions#
For a holomorphic function \(f(z) = u(x,y) + i v(x,y)\), Cauchy-Riemann conditions
hold. The evaluation of the derivative once with \(\Delta z = \Delta x\) and once with \(\Delta z = i \Delta y\)
provides the proof.
12.2.2. Cauchy Theorem#
For a holomorphic function \(f\), \(f: \Omega \subseteq \mathbb{C} \rightarrow \mathbb{C}\)
for \(\forall \gamma \subset \Omega\). Proof follows from Green’s lemma, and Cauchy-Riemann conditions
12.3. Useful integrals#
12.3.1. Independence of line integral for holomorphic functions#
For a function \(f(z)\) analytic in \(D\), the line integral on paths \(\ell_{ab,i}\) with the same extreme points \(a\), \(b\) contained in \(D\) is independent on the path, but only depends on the extreme points \(a\), \(b\),
The proof readily follows, using Cauchy theorem applied to a function \(f(z): D \subseteq \mathbb{C} \rightarrow \mathbb{C}\), analytic in \(D\), and splitting the closed path \(\gamma\) into two paths \(\ell_1\), \(\ell_2\) with the same extreme points, \(\gamma = \ell_1 \cup (- \ell_2)\)
12.3.2. Sum and difference of line integrals#
12.3.3. Integral of \(z^n\)#
Given a path \(\gamma\) embracing \(z=0\) only once in counter-clockwise direction, and \(n \in \mathbb{Z}\)
Since \(z^n\) is analytic everywhere (todo prove it! Add a section with proofs for common functions) except for \(z=0\), it’s possible to evaluate the integral on a circle with center \(z=0\) and radius \(R\). Using polar expression of the complex numbers on the circle, \(z = R e^{i \theta}\), \(\theta \in [0, 2 \pi]\), \(R\) const, the differential becomes \(dz = i R e^{i \theta} d \theta\) and the integral
12.4. Meromorphic functions#
Definition 12.2
A meromorphic function in a domain is a function holomorphic everywhere except for a (finite?) number of poles. check
12.4.1. Singularities#
Definition 12.3 (Pole)
A pole of order \(n\) of a function \(f(z)\) is a complex number \(a\) so that
with \(\phi(z)\) holomorphic in \(\phi(a) \ne 0\)
Examples. …
Definition 12.4 (Branch)
Examples. \(f(z) = z^{\frac{1}{2}}\)
Definition 12.5 (Removable singularities)
Example. \(f(z) = \frac{\sin z}{z}\)
Other irregularities.
12.4.2. Laurent Series#
Given a function \(f(z)\), in a disk \(D_{a,\varepsilon}: 0 < |z-a| < \varepsilon\), its Laurent series centered in \(a\) is the convergent (to \(f(z)\), todo which type of convergnence?) series
with
and \(\gamma\) embracing \(z = a\) once counter-clockwise. Proof follows immediately inserting the expressions of the coefficients \(a_n\) and using the integral of \(z^n\). Evaluating the integral (12.2) of the coefficients of the Laurent series, using (12.1) to replace \(f(z)\) with its series
todo Some freestyle with function and its convergent series…add some detail, and the meaning of convergence
12.4.3. Cauchy formula#
For an analytic function \(f(z)\),
Proof readily follows using the integral of \(z^n\) on the Taylor series of \(\frac{f(z)}{z-a}\) whose \(0^{th}\) order term reads \(f(a)\),
12.4.4. Residues#
Definition 12.6 (Residue)
The residue of function \(f\) in \(a\), \(\text{Res}(f,a)\) is a complex number \(R\) so that \(f(z) - \frac{R}{(z-a)}\) has analytic antiderivative in a disk \(D_{a,\varepsilon}: \ 0 < |z-a| < \varepsilon\).
todo Explain this definition. Couldn’t be possible to use \(\text{Res}(f,a) = \frac{1}{2 \pi i} \oint_{\gamma} f(z) \, dz = a_{-1}\) instead?
Properties.
If \(f(z)\) is analytic in \(D_{a,\varepsilon}\) and has a pole of order \(n\) in \(z = a\), its Laurent series has \(a_m=0\) for \(m < n\) and reads
(12.3)#\[f(z) = \sum_{m=-n}^{+\infty} a_m (z-a)^m \ ,\]with \(a_{-n} \ne 0\). Since \(f(z)\) has a pole of order \(n\) in \(z = a\), it can be written as
\[f(z) = \frac{\phi(z)}{(z-a)^n} \ ,\]with \(\phi(z)\) analytic in \(D_{a,\varepsilon}\) and \(\phi(a) \ne 0\). Since \(\phi(z)\) is analytic, it has a Taylor series (or a Laurent series with non-negative powers),
\[\phi(z) \sim \sum_{m=0}^{+\infty} b_m (z-a)^m \ ,\](todo prove it! Extension of the real case. Add a link to the proof) and thus
\[f(z) \sim \sum_{m=0}^{+\infty} b_m (z-a)^{m-n} = \sum_{m=-n}^{+\infty} b_{m+n} (z-a)^{m} = \sum_{m=-n}^{+\infty} a_{m} (z-a)^m \ , \]with \(a_m = b_{m+n}\).
For simple closed path \(\gamma\) (embracing \(a\) only once counter-clokwise) in \(D_{a, \varepsilon}\),
(12.4)#\[\oint_{\gamma} f(z) \, dz = 2 \pi i a_{-1} = 2 \pi i \text{Res}(f,a)\]The proof readily follows, using the integral of \(z^n\) and Laurent series (12.1) of \(f(z)\),
\[\oint_{\gamma} f(z) \, dz = \oint_{\gamma} \sum_{m=-\infty}^{+\infty} a_m (z-a)^m \, dz = 2 \pi i a_{-1} \ .\]For a pole \(a\) of order \(n\), the following holds
\[a_{-1} = \frac{1}{(n+1)!} \lim_{z \rightarrow a} \frac{d^{n-1}}{dz^{n-1}} \left[ (z-a)^n \, f(z) \right]\]The proof follows using Laurent series {eq}`eq:laurent:pole-n} for a function with pole of order \(n\), and evaluating the \((n-1)^{th}\) order derivative
\[\begin{split}\begin{aligned} \frac{d^{n-1}}{dz^{n-1}} \left[ (z-a)^n f(z) \right] & = \frac{d^{n-1}}{dz^{n-1}} \left[ (z-a)^n \sum_{m=-n}^{+\infty} a_n (z-a)^m \right] = \\ & = \dfrac{d^{n-1}}{dz^{n-1}} \left[ \sum_{m=-n}^{+\infty} a_n (z-a)^{m+n} \right] = \\ & = \dfrac{d^{n-1}}{dz^{n-1}} \left[ \sum_{m=0}^{+\infty} a_{m-n} (z-a)^{m} \right] = \\ & = \dfrac{d^{n-2}}{dz^{n-2}} \left[ \sum_{m=0}^{+\infty} m a_{m-n} (z-a)^{m-1} \right] = \\ & = \dfrac{d^{n-3}}{dz^{n-3}} \left[ \sum_{m=0}^{+\infty} m(m-1) a_{m-n} (z-a)^{m-2} \right] = \\ & = \dots = \\ & = \left[ \sum_{m=0}^{+\infty} m! \, a_{m-n} (z-a)^{m-n+1} \right] \\ \end{aligned}\end{split}\]and then letting \(z \rightarrow a\), so that only the term with \(m-n+1 = 0\) survives
\[\lim_{z \rightarrow a} \frac{d^{n-1}}{dz^{n-1}} \left[ (z-a)^n \sum_{m=-n}^{+\infty} a_n (z-a)^m \right] = (n-1)! \, a_{-1} \ .\]
12.4.5. Residue Theorem#
Theorem 12.1 (Residue Theorem)
Given \(f(z)\) with a finite number of poles \(p_n \in D\), then
being \(\gamma\) a path in \(D\), and \(I(\gamma, p_n)\) the winding index of the path \(\gamma\) around pole \(p_n\) (+1 for each counter-clockwise loop, -1 for each clockwise loop).
The proof readily follows extending the result for a single pole (12.4) to general number of poles and general paths \(\gamma\) embracing (with sign) each pole \(p_n\) \(I(\gamma,p_n)\) times, with the same techinques shown in section Sum and difference of line integrals.
12.4.6. Evaluation of integrals#
12.4.7. Inverse Laplace Transform#
Given Laplace transform
the inverse transform can be evaluated as
with \(a > \text{Re}\{p_n\}\) (todo why?) for each pole of the function \(F(s)\), evaluated on the vertical line \(s = a+iy\), \(y \in [-T,T]\), \(ds = i d y\),
having used the transform of Dirac’s delta \(\delta(t) = \frac{1}{2\pi} \int_{\omega=-\infty}^{+\infty} e^{-j \omega t} \, d\omega\).
todo Ohter approach: if \(a > \text{Re}\{p_n\}\), the contour built with the vertical line with real part \(a\) and the arc of circumference on its…