Introduction to Complex Functions

Work in progress. This note is still being written and incomplete.

2 min read Last updated Fri Aug 14 2026 03:05:03 GMT+0000 (Coordinated Universal Time)

Let SS be a set of complex numbers. A function f:SCf: S \to \mathbb{C} is a rule that assigns to each zSz \in S a complex number ω\omega, written ω=f(z)\omega = f(z). SS is the domain of ff.

Real and Imaginary Parts

If z=x+iyz = x+iy, f(z)f(z) decomposes into a pair of real-valued functions of xx and yy:

f(z)=u(x,y)+iv(x,y)f(z) = u(x,y) + iv(x,y)

uu is the real part of ff, vv is the imaginary part of ff.

If z=reiθz = re^{i\theta},

f(z)=f(reiθ)=u(r,θ)+iv(r,θ)f(z) = f(re^{i\theta}) = u(r,\theta) + iv(r,\theta)

Mapping

A function ff is also called a mapping or transformation. The image of a point zSz \in S is ω=f(z)\omega = f(z).

  • If TST \subseteq S, the image of TT is the set of images of all points in TT.
  • The image of the entire domain SS is the range of ff.
  • The inverse image of a point ω\omega is the set of all zz in the domain of ff with f(z)=ωf(z) = \omega.

Examples:

  • ω=z+1\omega = z+1 translates each point zz one unit to the right.
  • ω=iz\omega = iz rotates each non-zero point zz through a right angle about the origin, counterclockwise, since i=eiπ/2i = e^{i\pi/2}.
  • ω=zˉ\omega = \bar{z} reflects each point zz in the real axis.
Was this helpful?