Skip to content
GRE Math overview

Public topic · GRE Math

Complex Analysis Domain Guide

From polar form and roots of unity to Cauchy–Riemann, Cauchy's theorem, Laurent series, and residues — the complex-analysis material the GRE Mathematics Test expects, with the rigidity theorems that make its questions answerable at a glance.

Concise answer

Complex differentiability is a far stronger condition than real differentiability, and every major theorem is a consequence of that rigidity: an analytic function is infinitely differentiable, is determined inside a contour by its values on it, integrates to zero over any loop in a region where it is analytic, and — if bounded on the whole plane — must be constant. When analyticity fails at isolated points, the Laurent series measures the failure and the residue theorem converts it into an integral value.

Definitions

Modulus and argument
z=x2+y2|z| = \sqrt{x^2 + y^2} and argz\arg z, the angle from the positive real axis. Together they give z=reiθz = re^{i\theta}.
Analytic (holomorphic)
Complex differentiable at every point of an open set. Analytic on all of C\mathbb{C} is called entire.
Harmonic function
A real function with uxx+uyy=0u_{xx} + u_{yy} = 0. The real and imaginary parts of an analytic function are both harmonic, and are harmonic conjugates of each other.
Laurent series
An expansion n=cn(za)n\sum_{n = -\infty}^{\infty} c_n (z-a)^n valid on an annulus; the negative-power part is the principal part.
Pole of order m
An isolated singularity whose principal part stops at (za)m(z-a)^{-m}. Equivalently, (za)mf(z)(z-a)^m f(z) has a removable singularity with nonzero limit.
Residue
The coefficient c1c_{-1} in the Laurent expansion about the singularity — the only coefficient that survives integration around a small loop.
Branch cut
A curve removed from the plane so that a multivalued function such as logz\log z or z1/2z^{1/2} can be given a single-valued analytic branch.

Intuition

Complex differentiability requires the same limit from every direction in the plane, and that is an enormously restrictive demand. The Cauchy–Riemann equations are exactly the price: the real and imaginary parts cannot vary independently. Everything that follows — infinite differentiability, power-series representation, the maximum modulus principle, Liouville's theorem — is the payoff for a hypothesis that is much stronger than it looks.

Integration in the complex plane is topological. Cauchy's theorem says a loop enclosing nothing singular contributes nothing, so a contour integral depends only on which singularities the loop encircles. That converts integration into bookkeeping: find the singularities inside, add up their residues, multiply by 2πi2\pi i.

The residue is the one Laurent coefficient that does not integrate away. Every term (za)n(z-a)^n with n1n \ne -1 has a single-valued antiderivative around a loop and contributes zero; (za)1(z-a)^{-1} has log\log as its antiderivative, which changes by 2πi2\pi i each circuit. That is the whole content of the residue theorem in one sentence.

Concept walkthrough

Complex arithmetic first, because several items each year need nothing else. In polar form z=reiθz = re^{i\theta}, multiplication multiplies moduli and adds arguments, so de Moivre's theorem zn=rneinθz^n = r^n e^{in\theta} is immediate. The nn-th roots of a nonzero w=ρeiϕw = \rho e^{i\phi} are ρ1/nei(ϕ+2πk)/n\rho^{1/n}e^{i(\phi + 2\pi k)/n} for k=0,,n1k = 0, \dots, n-1 — equally spaced on a circle. The nn-th roots of unity are the case w=1w = 1; they form a cyclic group of order nn under multiplication, and for n2n \ge 2 they sum to zero, since they are the roots of zn1z^n - 1 whose next-highest coefficient vanishes. Euler's identity eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta also gives cosθ=(eiθ+eiθ)/2\cos\theta = (e^{i\theta} + e^{-i\theta})/2 and sinθ=(eiθeiθ)/(2i)\sin\theta = (e^{i\theta} - e^{-i\theta})/(2i), which is why sinz\sin z and cosz\cos z are unbounded on C\mathbb{C} even though their real restrictions are not.

Analyticity is tested with the Cauchy–Riemann equations. For f=u+ivf = u + iv, differentiability requires ux=vyu_x = v_y and uy=vxu_y = -v_x, and those conditions plus continuity of the partials are sufficient. When they hold, f(z)=ux+ivxf'(z) = u_x + iv_x. The equations immediately explain why zˉ\bar{z}, z|z|, and Re(z)\operatorname{Re}(z) are nowhere analytic, and why uu and vv must each be harmonic: differentiating the two equations and adding gives uxx+uyy=0u_{xx} + u_{yy} = 0. Constructing a harmonic conjugate — given harmonic uu, find vv with f=u+ivf = u + iv analytic — is a standard exam task solved by integrating vy=uxv_y = u_x and then fixing the arbitrary function of xx using vx=uyv_x = -u_y.

Integration begins with Cauchy's theorem: if ff is analytic on and inside a simple closed contour, the integral around it is zero. Cauchy's integral formula extends this to a function with one non-analytic factor: f(a)=12πiCf(z)zadzf(a) = \dfrac{1}{2\pi i}\displaystyle\oint_C \frac{f(z)}{z - a}\,dz for aa inside CC, and differentiating under the integral gives f(n)(a)=n!2πiCf(z)(za)n+1dzf^{(n)}(a) = \dfrac{n!}{2\pi i}\displaystyle\oint_C \frac{f(z)}{(z-a)^{n+1}}\,dz. That formula is the source of the rigidity results: it shows an analytic function has derivatives of all orders, and the resulting Cauchy estimates give Liouville's theorem — a bounded entire function is constant — from which the fundamental theorem of algebra follows in a few lines.

When analyticity fails at isolated points, expand in a Laurent series on an annulus. The principal part classifies the singularity: no negative powers means removable (the function extends analytically, as sinz/z\sin z / z does at 00); finitely many, stopping at (za)m(z-a)^{-m}, means a pole of order mm; infinitely many means essential, as e1/ze^{1/z} has at 00. The classification can also be made by limits: the singularity is removable when limzaf(z)\lim_{z \to a} f(z) is finite, a pole when f(z)|f(z)| \to \infty, and essential otherwise — near an essential singularity the function comes arbitrarily close to every complex value, which is why no limit exists.

Residues turn all of this into computation. At a simple pole, Resz=af=limza(za)f(z)\operatorname{Res}_{z=a} f = \lim_{z \to a}(z-a)f(z), and when f=p/qf = p/q with qq having a simple zero at aa, this is just p(a)/q(a)p(a)/q'(a). At a pole of order mm, Resz=af=1(m1)!limzadm1dzm1[(za)mf(z)]\operatorname{Res}_{z=a} f = \dfrac{1}{(m-1)!}\lim_{z\to a}\dfrac{d^{m-1}}{dz^{m-1}}\left[(z-a)^m f(z)\right]. The residue theorem then states that for a positively oriented simple closed contour enclosing finitely many isolated singularities, Cf=2πiRes\oint_C f = 2\pi i \sum \operatorname{Res}. Essential singularities have residues too, but they must be read off the Laurent series rather than computed by a derivative formula — for e1/ze^{1/z} at 00 the expansion 1+z1+12z2+1 + z^{-1} + \tfrac{1}{2}z^{-2} + \cdots gives residue 11.

The standard application is a real improper integral. To evaluate R(x)dx\int_{-\infty}^{\infty} R(x)\,dx for a rational RR whose denominator has no real zeros and whose degree exceeds the numerator's by at least 22, integrate R(z)R(z) over the boundary of a half-disc of radius RR in the upper half-plane. The residue theorem gives the value of the closed contour integral; an ML estimate shows the semicircular arc contributes something of size O(1/R)O(1/R), which vanishes; so the real integral equals 2πi2\pi i times the sum of the residues in the upper half-plane. The same scheme with a factor eiaze^{iaz} handles integrals of R(x)cosaxR(x)\cos ax and R(x)sinaxR(x)\sin ax, where Jordan's lemma supplies the decay.

After this page, you should be able to

  • Convert between rectangular and polar form fluently and use de Moivre's theorem to find powers and nn-th roots.
  • Test analyticity with the Cauchy–Riemann equations and construct a harmonic conjugate.
  • Decide whether Cauchy's theorem applies, and use Cauchy's integral formula and its derivative version when it does not.
  • Classify an isolated singularity as removable, a pole of order mm, or essential, from its Laurent series or from a limit.
  • Compute residues at simple and higher-order poles and apply the residue theorem.
  • Evaluate a real improper integral by closing a contour in the upper half-plane and bounding the arc contribution.

Formulas and assumptions

Polar form, de Moivre, and roots

z=reiθ,zn=rneinθ,w1/n=ρ1/nei(ϕ+2πk)/n, k=0,,n1z = re^{i\theta}, \quad z^{n} = r^{n}e^{in\theta}, \quad w^{1/n} = \rho^{1/n}e^{i(\phi + 2\pi k)/n},\ k = 0,\dots,n-1

Variables

  • r = |z|: the modulus
  • theta = arg z: the argument
  • k: the root index

Assumptions

  • There are exactly n distinct n-th roots of any nonzero complex number, equally spaced on a circle.
  • The n-th roots of unity sum to zero for n >= 2.

Cauchy–Riemann equations

ux=vy,uy=vx,f(z)=ux+ivxu_x = v_y, \quad u_y = -v_x, \qquad f'(z) = u_x + iv_x

Variables

  • u: the real part of f
  • v: the imaginary part of f

Assumptions

  • The equations alone are necessary but not sufficient; continuity of the partial derivatives supplies sufficiency.
  • They force u and v to be harmonic, so a non-harmonic real part rules analyticity out immediately.

Cauchy's theorem and integral formula

Cf(z)dz=0;f(a)=12πiCf(z)zadz;f(n)(a)=n!2πiCf(z)(za)n+1dz\oint_{C} f(z)\,dz = 0; \qquad f(a) = \frac{1}{2\pi i}\oint_{C} \frac{f(z)}{z-a}\,dz; \qquad f^{(n)}(a) = \frac{n!}{2\pi i}\oint_{C}\frac{f(z)}{(z-a)^{n+1}}\,dz

Variables

  • C: a positively oriented simple closed contour
  • a: a point inside C

Assumptions

  • f must be analytic on the contour and throughout its interior.
  • Orientation matters; a clockwise contour negates every value.

Residue formulas

Resz=af=limza(za)f(z)=p(a)q(a);Resz=af=1(m1)!limzadm1dzm1[(za)mf(z)]\operatorname{Res}_{z=a} f = \lim_{z \to a}(z-a)f(z) = \frac{p(a)}{q'(a)}; \qquad \operatorname{Res}_{z=a} f = \frac{1}{(m-1)!}\lim_{z \to a}\frac{d^{m-1}}{dz^{m-1}}\left[(z-a)^{m}f(z)\right]

Variables

  • m: the order of the pole
  • p, q: numerator and denominator with q having a simple zero at a

Assumptions

  • The order must be identified first; the simple-pole formula returns a wrong value at a higher-order pole.
  • At an essential singularity neither formula applies and the Laurent coefficient must be read directly.

Residue theorem

Cf(z)dz=2πikResz=akf\oint_{C} f(z)\,dz = 2\pi i \sum_{k} \operatorname{Res}_{z = a_k} f

Variables

  • C: a positively oriented simple closed contour
  • a_k: the isolated singularities inside C

Assumptions

  • f is analytic on C and inside it apart from finitely many isolated singularities.
  • Only the singularities strictly inside C contribute; those outside are irrelevant.

Classification of isolated singularities

removable    limzaf(z)C;pole    f(z);essential otherwise\text{removable} \iff \lim_{z\to a} f(z) \in \mathbb{C}; \quad \text{pole} \iff |f(z)| \to \infty; \quad \text{essential otherwise}

Variables

  • a: the isolated singularity

Assumptions

  • The singularity must be isolated; a branch point such as the origin for log z is not covered.
  • Near an essential singularity the values come arbitrarily close to every complex number.

Liouville and maximum modulus

f entire and boundedf constant;f attains no interior maximum unless f is constantf \text{ entire and bounded} \Rightarrow f \text{ constant}; \qquad |f| \text{ attains no interior maximum unless } f \text{ is constant}

Variables

  • f: an analytic function

Assumptions

  • Liouville requires analyticity on all of C; boundedness on a disc says nothing.
  • The maximum modulus principle places the maximum of |f| on the boundary of a bounded region.

Worked example

A real integral evaluated by residues

Evaluate dx(x2+1)2\displaystyle \int_{-\infty}^{\infty} \frac{dx}{(x^2+1)^2} using the residue theorem.

  1. 1The integrand is continuous on R\mathbb{R} and decays like x4|x|^{-4}, so the improper integral converges. Evaluate it as limRRR\lim_{R \to \infty} \int_{-R}^{R} and close the path with the semicircular arc CRC_R of radius RR in the upper half-plane.
  2. 2Write f(z)=1(z2+1)2=1(zi)2(z+i)2f(z) = \dfrac{1}{(z^2+1)^2} = \dfrac{1}{(z-i)^2 (z+i)^2}. The singularities are poles of order 22 at z=iz = i and z=iz = -i; for R>1R > 1 only z=iz = i lies inside the closed contour.
  3. 3Use the order-22 residue formula: Resz=if=limziddz[(zi)2f(z)]=limziddz[(z+i)2]=limzi2(z+i)3\operatorname{Res}_{z=i} f = \lim_{z \to i} \dfrac{d}{dz}\left[(z-i)^2 f(z)\right] = \lim_{z \to i} \dfrac{d}{dz}\left[(z+i)^{-2}\right] = \lim_{z \to i} -2(z+i)^{-3}.
  4. 4Evaluate: (2i)3=8i3=8i(2i)^3 = 8i^3 = -8i, so the residue is 28i=14i=i4\dfrac{-2}{-8i} = \dfrac{1}{4i} = -\dfrac{i}{4}.
  5. 5Residue theorem on the closed contour: =2πi(i4)=2πi24=π2\displaystyle \oint = 2\pi i \left(-\frac{i}{4}\right) = -\frac{2\pi i^2}{4} = \frac{\pi}{2}.
  6. 6Show the arc contributes nothing: on z=R|z| = R we have z2+1R21|z^2 + 1| \ge R^2 - 1, so f(z)(R21)2|f(z)| \le (R^2-1)^{-2}, and the ML inequality gives CRfπR(R21)20\left| \int_{C_R} f \right| \le \dfrac{\pi R}{(R^2-1)^2} \to 0. Hence the real integral equals the closed-contour value.
  7. 7Cross-check: the general formula dx(x2+a2)2=π2a3\int_{-\infty}^{\infty} \dfrac{dx}{(x^2+a^2)^2} = \dfrac{\pi}{2a^3} gives π/2\pi/2 at a=1a = 1, and the integrand is positive, so a positive answer is expected.

dx(x2+1)2=π2\displaystyle \int_{-\infty}^{\infty} \frac{dx}{(x^2+1)^2} = \frac{\pi}{2}.

Common traps

  • Applying Cauchy's theorem when a singularity lies inside the contour. The theorem's conclusion of 00 requires analyticity throughout the interior.
  • Using the simple-pole residue formula at a double pole. For 1/(z2+1)21/(z^2+1)^2 at z=iz = i that gives an infinite limit rather than the correct i/4-i/4.
  • Ignoring orientation. A clockwise contour returns the negative of the residue-theorem value.
  • Treating logz\log z or z1/2z^{1/2} as single-valued. Without a branch cut they are not functions, and the origin is a branch point rather than an isolated singularity.
  • Accepting the Cauchy–Riemann equations at a single point as proof of analyticity. Analyticity is an open-set condition, and sufficiency also needs continuous partials.
  • Assuming ez|e^z| or sinz|\sin z| is bounded on C\mathbb{C}. In fact ez=eRez|e^z| = e^{\operatorname{Re} z}, and sinz\sin z is unbounded — only a bounded entire function is forced to be constant, and neither of these is bounded.
  • Believing zˉ\bar{z} or z2|z|^2 is analytic. zˉ\bar z fails Cauchy–Riemann everywhere, and z2|z|^2 satisfies them only at the origin, where analyticity still fails because it holds on no open set.
  • Forgetting that only the singularities inside the contour contribute, and summing residues that lie outside it.

Question depth and domain coverage vary by exam. Practice answers are checked after submission.

Sources

  1. GRE Subject Test Content and StructureETS. Accessed 2026-07-06. Use as a cited source for exam facts; do not imply affiliation or reproduce protected test material.
  2. Complex Variables with Applications (Orloff), Section 2.6: Cauchy-Riemann EquationsLibreTexts Mathematics. Accessed 2026-08-15. Orloff's Complex Variables with Applications on LibreTexts is CC BY-NC-SA 4.0; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  3. Complex Variables with Applications (Orloff), Section 4.6: Cauchy's TheoremLibreTexts Mathematics. Accessed 2026-08-15. Orloff's Complex Variables with Applications on LibreTexts is CC BY-NC-SA 4.0; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  4. Complex Variables with Applications (Orloff), Section 5.1: Cauchy's Integral for FunctionsLibreTexts Mathematics. Accessed 2026-08-15. Orloff's Complex Variables with Applications on LibreTexts is CC BY-NC-SA 4.0; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  5. Complex Variables with Applications (Orloff), Section 5.2: Cauchy's Integral Formula for DerivativesLibreTexts Mathematics. Accessed 2026-08-15. Orloff's Complex Variables with Applications on LibreTexts is CC BY-NC-SA 4.0; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  6. Complex Variables with Applications (Orloff), Section 8.7: Laurent SeriesLibreTexts Mathematics. Accessed 2026-08-15. Orloff's Complex Variables with Applications on LibreTexts is CC BY-NC-SA 4.0; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  7. Complex Variables with Applications (Orloff), Section 9.4: ResiduesLibreTexts Mathematics. Accessed 2026-08-15. Orloff's Complex Variables with Applications on LibreTexts is CC BY-NC-SA 4.0; attribute the author and platform and avoid verbatim reuse beyond short cited references.
  8. Complex Variables with Applications (Orloff), Section 9.5: Cauchy Residue TheoremLibreTexts Mathematics. Accessed 2026-08-15. Orloff's Complex Variables with Applications on LibreTexts is CC BY-NC-SA 4.0; attribute the author and platform and avoid verbatim reuse beyond short cited references.

Sources and corrections

Sources last checked 2026-08-15

Every source cited on this page was checked on the date shown, and we update the page when a source changes. If something looks wrong, tell us and we'll recheck it.