Fiveable

📐Complex Analysis Unit 3 Review

QR code for Complex Analysis practice questions

3.1 Limits and continuity

3.1 Limits and continuity

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📐Complex Analysis
Unit & Topic Study Guides

Complex functions build on real-valued functions, extending concepts like limits and continuity to the complex plane. These ideas are crucial for understanding analytic functions, which are smooth and well-behaved in complex analysis.

Limits and continuity in complex analysis mirror their real counterparts but with some key differences. The main distinction is that we're now dealing with two-dimensional complex numbers, which adds depth to these fundamental concepts.

Limits of Complex Functions

Definition of Limit at a Point and Infinity

  • The limit of a complex function f(z)f(z) as zz approaches a point z0z_0 is a complex number LL if, for any positive real number ε\varepsilon, there exists a positive real number δ\delta such that f(z)L<ε|f(z) - L| < \varepsilon whenever 0<zz0<δ0 < |z - z_0| < \delta
    • If the limit LL exists, we write limzz0f(z)=L\lim_{z \to z_0} f(z) = L
    • If the limit does not exist, we say the limit of f(z)f(z) as zz approaches z0z_0 does not exist or is undefined
  • The limit of a complex function f(z)f(z) as zz approaches infinity is a complex number LL if, for any positive real number ε\varepsilon, there exists a positive real number MM such that f(z)L<ε|f(z) - L| < \varepsilon whenever z>M|z| > M
    • If the limit LL exists as zz approaches infinity, we write limzf(z)=L\lim_{z \to \infty} f(z) = L
    • If the limit does not exist, we say the limit of f(z)f(z) as zz approaches infinity does not exist or is undefined

Evaluating Limits Using Real and Imaginary Parts

  • The limit of a complex function f(z)f(z) as zz approaches a point z0z_0 or infinity can be evaluated by considering the limits of the real and imaginary parts of f(z)f(z) separately, provided both limits exist
    • Let f(z)=u(x,y)+iv(x,y)f(z) = u(x, y) + iv(x, y), where z=x+iyz = x + iy
    • limzz0f(z)=lim(x,y)(x0,y0)u(x,y)+ilim(x,y)(x0,y0)v(x,y)\lim_{z \to z_0} f(z) = \lim_{(x, y) \to (x_0, y_0)} u(x, y) + i \lim_{(x, y) \to (x_0, y_0)} v(x, y)
    • If both limits exist, then the limit of f(z)f(z) exists and is equal to the sum of the limits of the real and imaginary parts
    • Example: limz1+i(z2+2z)=lim(x,y)(1,1)(x2y2+2x)+ilim(x,y)(1,1)(2xy+2y)=3+4i\lim_{z \to 1+i} (z^2 + 2z) = \lim_{(x, y) \to (1, 1)} (x^2 - y^2 + 2x) + i \lim_{(x, y) \to (1, 1)} (2xy + 2y) = 3 + 4i

Continuity of Complex Functions

Definition of Limit at a Point and Infinity, The Precise Definition of a Limit · Calculus

Conditions for Continuity

  • A complex function f(z)f(z) is continuous at a point z0z_0 if and only if the following three conditions are satisfied:
    1. f(z0)f(z_0) is defined (i.e., z0z_0 is in the domain of ff)
    2. limzz0f(z)\lim_{z \to z_0} f(z) exists
    3. limzz0f(z)=f(z0)\lim_{z \to z_0} f(z) = f(z_0)
  • A complex function f(z)f(z) is continuous on a domain DD if it is continuous at every point in DD

Properties of Continuous Functions

  • The sum, difference, product, and quotient of continuous complex functions are also continuous, provided the quotient is not divided by zero
    • If f(z)f(z) and g(z)g(z) are continuous at z0z_0, then f(z)±g(z)f(z) \pm g(z), f(z)g(z)f(z) \cdot g(z), and f(z)/g(z)f(z) / g(z) (provided g(z0)0g(z_0) \neq 0) are also continuous at z0z_0
  • Polynomial functions, exponential functions, and trigonometric functions are continuous on their entire domains
    • Example: f(z)=z3+2z+1f(z) = z^3 + 2z + 1 is continuous on the entire complex plane
  • Rational functions are continuous on their domains, except at points where the denominator is zero
    • Example: f(z)=1z1f(z) = \frac{1}{z - 1} is continuous on the complex plane except at z=1z = 1

Evaluating Limits of Complex Functions

Definition of Limit at a Point and Infinity, Limits | Boundless Calculus

Properties of Limits

  • The limit of a constant function is the constant itself: limzz0c=c\lim_{z \to z_0} c = c, where cc is a complex constant
  • The limit of the sum (or difference) of two complex functions is the sum (or difference) of their limits: limzz0[f(z)±g(z)]=limzz0f(z)±limzz0g(z)\lim_{z \to z_0} [f(z) \pm g(z)] = \lim_{z \to z_0} f(z) \pm \lim_{z \to z_0} g(z)
  • The limit of the product of two complex functions is the product of their limits: limzz0[f(z)g(z)]=limzz0f(z)limzz0g(z)\lim_{z \to z_0} [f(z) \cdot g(z)] = \lim_{z \to z_0} f(z) \cdot \lim_{z \to z_0} g(z)
  • The limit of the quotient of two complex functions is the quotient of their limits, provided the limit of the denominator is not zero: limzz0[f(z)/g(z)]=limzz0f(z)/limzz0g(z)\lim_{z \to z_0} [f(z) / g(z)] = \lim_{z \to z_0} f(z) / \lim_{z \to z_0} g(z), where limzz0g(z)0\lim_{z \to z_0} g(z) \neq 0

Squeeze Theorem

  • If f(z)g(z)h(z)f(z) \leq g(z) \leq h(z) for all zz in a neighborhood of z0z_0 (except possibly at z0z_0) and limzz0f(z)=limzz0h(z)=L\lim_{z \to z_0} f(z) = \lim_{z \to z_0} h(z) = L, then limzz0g(z)=L\lim_{z \to z_0} g(z) = L
    • The squeeze theorem is useful for evaluating limits of functions that are "sandwiched" between two other functions with known limits
    • Example: If 0f(z)z0 \leq |f(z)| \leq |z| for all zz in a neighborhood of 0 and limz0z=0\lim_{z \to 0} |z| = 0, then limz0f(z)=0\lim_{z \to 0} f(z) = 0

Proving Continuity of Complex Functions

Using the Definition of Continuity

  • To prove that a complex function f(z)f(z) is continuous at a point z0z_0 using the definition of continuity, one must show that for any ε>0\varepsilon > 0, there exists a δ>0\delta > 0 such that f(z)f(z0)<ε|f(z) - f(z_0)| < \varepsilon whenever zz0<δ|z - z_0| < \delta
    • The proof typically involves algebraic manipulation of the inequality f(z)f(z0)<ε|f(z) - f(z_0)| < \varepsilon to isolate zz0|z - z_0| and determine a suitable value for δ\delta in terms of ε\varepsilon
    • The value of δ\delta may depend on z0z_0 and the specific form of the function f(z)f(z)
    • Once a suitable δ\delta is found, the proof is complete, demonstrating that f(z)f(z) is continuous at z0z_0

Proving Continuity on a Domain

  • To prove continuity on a domain, one must show that the function is continuous at every point in the domain, which may require considering different cases or using properties of continuous functions
    • For example, to prove that a polynomial function is continuous on the entire complex plane, one can use the properties of continuous functions (sum, product, and composition of continuous functions are continuous)
    • For a rational function, one might need to consider the continuity at points where the denominator is zero separately from the rest of the domain
    • In some cases, it may be more efficient to prove continuity on a domain by showing that the real and imaginary parts of the function are continuous on the corresponding real domain
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →