A complex function assigns a complex number to each complex number in a domain . Same idea as a real function, but everything happens in rather than .
What changes from the real case is visualization. A graph of a real function sits in 2D, with and on perpendicular axes. For , both and are 2D, so a graph would live in 4D, undrawable.
The standard workaround: draw two complex planes side by side, the -plane (domain) on the left and the -plane (range) on the right, and represent by the way it maps geometric configurations: points to points, curves to curves, regions to regions.
Real and imaginary parts
Any complex function decomposes as
where and are real-valued functions of two real variables. So a complex function is, secretly, a pair of real two-variable functions. The Cauchy-Riemann equations are a pair of partial differential equations on and that determine whether is complex differentiable.
Examples
. Rectangular form: , so , . Polar form is cleaner: if then . Squares the modulus, doubles the argument. A circle of radius in the -plane maps to a circle of radius in the -plane, traversed twice. The upper half-plane maps to the full plane minus the non-negative real axis.
. , inverts the modulus, negates the argument (reflection across the real axis). The unit circle maps to itself. The right half-plane maps to itself. Undefined at ; this is a singularity, and singularities are what drive the Residue theorem.
. , . Polar: . Reflection across the real axis. Continuous everywhere, but complex differentiable nowhere. See Complex conjugate for why.
. , . Modulus depends only on real part; argument depends only on imaginary part. A vertical line maps to a circle ; a horizontal line maps to a ray from the origin at angle . The map is conformal (preserves angles) wherever the derivative is nonzero. See Complex exponential.
. , . Real-valued, continuous, complex differentiable nowhere.
. , . Continuous everywhere, complex differentiable nowhere.
Why most familiar functions fail complex differentiability
The pattern: real-variable concepts of “nice function” don’t predict complex differentiability. , , are all infinitely differentiable as functions of , but each fails the Complex derivative test at every point. The condition is much more demanding than real differentiability, and most functions fail it.
The ones that pass, the analytic functions, have properties no real function has: infinitely differentiable, equal to their Taylor series, rigid. Part III of the course develops these.