💠Intro to Complex Analysis Unit 2 – Analytic Functions in Complex Analysis

Analytic functions are the cornerstone of complex analysis, bridging real and imaginary components through differentiability. These functions exhibit unique properties, including infinite differentiability and adherence to Cauchy-Riemann equations, setting them apart from their real-valued counterparts. Understanding analytic functions is crucial for grasping advanced concepts in complex analysis. From power series expansions to singularity classification, these functions play a vital role in various mathematical and scientific applications, including fluid dynamics, electrostatics, and quantum mechanics.

Key Concepts and Definitions

  • Complex numbers consist of a real part and an imaginary part in the form a+bia + bi, where aa and bb are real numbers and ii is the imaginary unit defined as i2=1i^2 = -1
  • Complex plane is a 2D representation of complex numbers with the real part on the x-axis and the imaginary part on the y-axis
  • Complex functions map complex numbers from one complex plane (domain) to another complex plane (codomain)
    • Example: f(z)=z2f(z) = z^2 maps complex numbers to their squared values
  • Limit of a complex function f(z)f(z) as zz approaches z0z_0 is defined as limzz0f(z)=L\lim_{z \to z_0} f(z) = L if for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that f(z)L<ϵ|f(z) - L| < \epsilon whenever 0<zz0<δ0 < |z - z_0| < \delta
  • Continuity of a complex function f(z)f(z) at a point z0z_0 means that limzz0f(z)=f(z0)\lim_{z \to z_0} f(z) = f(z_0)
  • Differentiability of a complex function f(z)f(z) at a point z0z_0 means that the limit limh0f(z0+h)f(z0)h\lim_{h \to 0} \frac{f(z_0 + h) - f(z_0)}{h} exists, where hh is a complex number approaching zero
  • Analytic functions are complex functions that are differentiable at every point in their domain

Complex Differentiability and Analyticity

  • Complex differentiability is a stronger condition than real differentiability, as it requires the existence of the limit limh0f(z0+h)f(z0)h\lim_{h \to 0} \frac{f(z_0 + h) - f(z_0)}{h} for any complex hh approaching zero
  • If a complex function f(z)f(z) is differentiable at a point z0z_0, then it is also continuous at z0z_0
  • Analyticity is an even stronger condition than complex differentiability, requiring the function to be differentiable at every point in its domain
  • Analytic functions have many useful properties, such as being infinitely differentiable and satisfying the Cauchy-Riemann equations
  • Examples of analytic functions include polynomials (z2+3z1z^2 + 3z - 1), exponential functions (eze^z), and trigonometric functions (sin(z)\sin(z), cos(z)\cos(z))
  • Non-analytic functions, such as zˉ\bar{z} (complex conjugate) and z|z| (absolute value), are not differentiable at some or all points in their domain
  • Analyticity is preserved under arithmetic operations (addition, subtraction, multiplication, and division) and composition of functions

Cauchy-Riemann Equations

  • Cauchy-Riemann equations provide a necessary and sufficient condition for a complex function f(z)=u(x,y)+iv(x,y)f(z) = u(x, y) + iv(x, y) to be analytic
  • For f(z)f(z) to be analytic, the partial derivatives of uu and vv must satisfy:
    • ux=vy\frac{\partial u}{\partial x} = \frac{\partial v}{\partial y}
    • uy=vx\frac{\partial u}{\partial y} = -\frac{\partial v}{\partial x}
  • These equations establish a strong connection between the real and imaginary parts of an analytic function
  • Cauchy-Riemann equations can be used to prove that a function is analytic by verifying that the partial derivatives satisfy the equations
  • Example: For f(z)=z2=(x+iy)2=(x2y2)+i(2xy)f(z) = z^2 = (x + iy)^2 = (x^2 - y^2) + i(2xy), we have u(x,y)=x2y2u(x, y) = x^2 - y^2 and v(x,y)=2xyv(x, y) = 2xy. The partial derivatives satisfy the Cauchy-Riemann equations, confirming that f(z)f(z) is analytic
  • Cauchy-Riemann equations can also be expressed in polar form for functions given in polar coordinates
  • Failure to satisfy the Cauchy-Riemann equations at a point implies that the function is not analytic at that point

Properties of Analytic Functions

  • Analytic functions are infinitely differentiable, meaning that all higher-order derivatives exist and are also analytic
  • Sum, difference, product, and quotient of two analytic functions are also analytic (as long as the denominator in the quotient is non-zero)
  • Composition of two analytic functions is analytic
  • Chain rule holds for analytic functions: If f(z)f(z) and g(z)g(z) are analytic, then (fg)(z)=f(g(z))g(z)(f \circ g)'(z) = f'(g(z)) \cdot g'(z)
  • Analytic functions satisfy the mean value property: If f(z)f(z) is analytic in a disk centered at z0z_0 with radius rr, then f(z0)=12π02πf(z0+reiθ)dθf(z_0) = \frac{1}{2\pi} \int_0^{2\pi} f(z_0 + re^{i\theta}) d\theta
  • Maximum modulus principle states that if f(z)f(z) is analytic and non-constant in a domain DD, then f(z)|f(z)| cannot have a local maximum inside DD
  • Liouville's theorem: If f(z)f(z) is analytic and bounded in the entire complex plane, then f(z)f(z) must be a constant
  • Fundamental theorem of algebra: Every non-constant polynomial with complex coefficients has at least one complex root

Power Series and Taylor Expansions

  • Power series is an infinite series of the form n=0an(zz0)n\sum_{n=0}^{\infty} a_n (z - z_0)^n, where ana_n are complex coefficients and z0z_0 is the center of the series
  • Convergence of a power series depends on the values of zz; the series may converge for some zz and diverge for others
  • Radius of convergence RR is the largest radius of a disk centered at z0z_0 within which the power series converges
    • Inside the disk (zz0<R)(|z - z_0| < R), the series converges absolutely
    • Outside the disk (zz0>R)(|z - z_0| > R), the series diverges
    • On the boundary (zz0=R)(|z - z_0| = R), the series may converge conditionally or diverge
  • Taylor series is a power series expansion of a function f(z)f(z) around a point z0z_0, given by f(z)=n=0f(n)(z0)n!(zz0)nf(z) = \sum_{n=0}^{\infty} \frac{f^{(n)}(z_0)}{n!} (z - z_0)^n, where f(n)(z0)f^{(n)}(z_0) denotes the nn-th derivative of ff at z0z_0
  • If a function f(z)f(z) is analytic in a disk centered at z0z_0, then it can be represented by its Taylor series within that disk
  • Maclaurin series is a special case of the Taylor series when z0=0z_0 = 0
  • Examples of Taylor series expansions:
    • ez=n=0znn!e^z = \sum_{n=0}^{\infty} \frac{z^n}{n!}
    • sin(z)=n=0(1)n(2n+1)!z2n+1\sin(z) = \sum_{n=0}^{\infty} \frac{(-1)^n}{(2n+1)!} z^{2n+1}
    • cos(z)=n=0(1)n(2n)!z2n\cos(z) = \sum_{n=0}^{\infty} \frac{(-1)^n}{(2n)!} z^{2n}

Singularities and Classification

  • Singularities are points in the complex plane where a function is not analytic
  • Isolated singularities are singularities that are not surrounded by other singularities in a neighborhood
  • Types of isolated singularities:
    • Removable singularity: limzz0(zz0)f(z)\lim_{z \to z_0} (z - z_0) f(z) exists and is finite
    • Pole: limzz0(zz0)f(z)=\lim_{z \to z_0} (z - z_0) f(z) = \infty (of order mm if limzz0(zz0)mf(z)\lim_{z \to z_0} (z - z_0)^m f(z) is finite and non-zero)
    • Essential singularity: limzz0(zz0)f(z)\lim_{z \to z_0} (z - z_0) f(z) does not exist or is infinite
  • Residue of a function f(z)f(z) at an isolated singularity z0z_0 is defined as 12πiCf(z)dz\frac{1}{2\pi i} \oint_C f(z) dz, where CC is a closed contour enclosing z0z_0 and no other singularities
  • Residue theorem: If f(z)f(z) is analytic inside and on a simple closed contour CC except for a finite number of isolated singularities z1,z2,,znz_1, z_2, \ldots, z_n inside CC, then Cf(z)dz=2πik=1nRes(f,zk)\oint_C f(z) dz = 2\pi i \sum_{k=1}^n \text{Res}(f, z_k)
  • Branch points are singularities that arise from multi-valued functions, such as z\sqrt{z} or log(z)\log(z)
  • Branch cuts are curves in the complex plane used to define a single-valued branch of a multi-valued function

Applications in Physics and Engineering

  • Fluid dynamics: Complex potential functions can be used to model 2D incompressible and irrotational fluid flow
    • Velocity potential ϕ(x,y)\phi(x, y) and stream function ψ(x,y)\psi(x, y) form an analytic function f(z)=ϕ(x,y)+iψ(x,y)f(z) = \phi(x, y) + i\psi(x, y)
    • Streamlines and equipotential lines are perpendicular to each other
  • Electrostatics: Electric potential V(x,y)V(x, y) and electric field components Ex(x,y)E_x(x, y) and Ey(x,y)E_y(x, y) can be related using analytic functions
    • Ex=VxE_x = -\frac{\partial V}{\partial x} and Ey=VyE_y = -\frac{\partial V}{\partial y} satisfy the Cauchy-Riemann equations
  • Quantum mechanics: Wave functions in the position representation can be treated as complex-valued functions
    • Schrödinger equation involves complex-valued wave functions and their derivatives
    • Expectation values of observables are calculated using integrals of complex-valued functions
  • Signal processing: Fourier and Laplace transforms use complex exponentials to analyze and manipulate signals
    • Fourier transform maps a time-domain signal to its frequency-domain representation using complex exponentials
    • Laplace transform is a generalization of the Fourier transform that includes complex frequencies and can handle initial conditions
  • Control systems: Transfer functions and stability analysis often involve complex variables
    • Transfer functions relate the input and output of a linear time-invariant system in the complex frequency domain
    • Poles and zeros of a transfer function determine the stability and transient response of the system

Common Pitfalls and Tips

  • Ensure that the Cauchy-Riemann equations are satisfied at every point in the domain when proving analyticity
  • Be cautious when dealing with multi-valued functions, such as logarithms and square roots, as they may have branch cuts and require careful handling
  • When evaluating integrals using the residue theorem, make sure to include all singularities inside the contour and use the correct residue formula for each type of singularity
  • Remember that the convergence of a power series depends on the value of zz; always check the radius of convergence and the behavior on the boundary
  • When working with Taylor series expansions, be aware of the region of convergence and the accuracy of the approximation within that region
  • In applications, pay attention to the physical interpretation of the real and imaginary parts of complex functions, as they often represent different physical quantities
  • Practice complex arithmetic, especially multiplication and division, to develop fluency in manipulating complex expressions
  • Visualize complex functions and their properties using graphical tools, such as domain coloring or phase portraits, to gain intuition about their behavior


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.