4.4 Contours

Home | Assessment | Notes | Index | Worksheets | Blackboard

Recall that a path in C is any continuous function γ:[a,b]C. We met paths in Week 2 when we discussed continuous functions. We will think of a path as describing a specific way of travelling from γ(a) to γ(b) in the complex plane. We will typically deal with simple paths like straight lines and circular arcs.

For any two complex numbers z1,z2 the straight-line from z1 to z2 can be parameterized by γ:[0,1]C with γ(t)=(1t)z1+tz2.

Figure 1: The path γ(t)=(1t)z1+tz2 on [0,1] is a straight line from z1 to z2.

For any complex numbers w and any r>0 the circular path centered at w of radius r can be parameterized by γ:[0,2π]C with γ(t)=w+rexp(it).

Figure 2: The path γ(t)=w+rexp(it) on [0,2π] is a circular path around w starting at w+r.

Definition

A path γ:[a,b]C is closed if γ(b)=γ(a).

We will be using paths to define integrals. Not all paths are suited for this purpose. In this course we will work with smooth paths.

Definition

A smooth path is a path γ with the property that its derivative γ(t)=limh0γ(t+h)γ(t)t exists for every t[a,b] and γ is continuous on [a,b].

Roughly speaking, a path is smooth if it has a continuously varying tangent line at every point. Thus smooth paths cannot have cusps or sharp corners.

Figure 3: A smooth path has a tangent line at every point γ(t).

In a more advanced course we would work with the broader class of rectifiable curves. Rectifiability is a property that, amongst other things, guarantees that a path has a well-defined length. For smooth paths, we can define length by a formula.

Definition

The length of a smooth path γ:[a,b]C is ab|γ(t)|dt which is denoted (γ).

Note that |γ(t)| is a real number so the integral defining the length does not involve complex analysis. It is a Riemann integral and can be calculated using techniques from Calculus.

Example

Calculate the lengths of the following smooth paths.

  1. γ(t)=(1t)z1+tz2 on [0,1]
  2. γ(t)=w+reit on [0,2π]
Solution:

We calculate as follows.

  1. (γ)=01|γ(t)|dt=01|z1+z2|dt=|z2z1|
  2. (γ)=02π|γ(t)|dt=02π|ireit|dt=02πrdt=2πr

Often we will want to integrate over a number of paths joined together. One could make the latter a path by constructing a suitable reparametrisation, but in practice this makes things complicated; in particular the joins may not be smooth. It is simpler to give a name to several smooth paths joined together.

Definition

A contour is a finite list (γ1,,γn) of smooth paths with the property that γi+1 starts where γi ends for every 1in1.

We usually write Γ=(γ1,,γn) for a contour.

Figure 4: A contour consists of a sequence paths, with successive paths beginning where preceding paths ended.

Definition

A contour Γ=(γ1,,γn) is closed if γn ends where γ1 begins.

If Γ=(γ1,,γn) is a contour then each of the γi is a smooth path with a length (γi). It is then natural to define the length of a contour as follows.

Definition

The length of a contour Γ=(γ1,,γn) is the sum (Γ)=(γ1)++(γn) of the lengths of its constituent paths.

Example

Define γ1:[0,1]C by γ1(t)=2t1 and γ2:[0,π]C by γ2(t)=eit. The contour (γ1,γ2) is a semicircle.

Its length is 01|γ1(t)|dt+0π|γ2(t)|dt=012dt+0π|ieit|dt=2+π