2.1 Paths

Home | Assessment | Notes | Index | Worksheets | Blackboard

Roughly speaking, a path will be a description of a journey in the complex plane. More formally, a path will be a parameterization of a continuous curve in the plane. In this section we make clear what is meant by this. We will be using paths throughout the course.

Definition (Path)

Fix ab real. A path in C is any continuous function γ:[a,b]C.

We will think of a path as describing the traversal of a curve in the complex plane from γ(a) to γ(b).

Example

The function γ(t)=2t+i=(1t)i+t(i+2) defined on [0,1] is a path. It describes a staight trajectory from γ(0)=i to γ(1)=2+i.

Figure 1: The image of the interval [0,1] under the function γ(t)=2t+i describes route from γ(0)=i to γ(1)=2+i.

Example

The function γ(t)=2cos(t)+2isin(t) defined on [0,3π/2] is a path. It describes a circular trajectory from γ(0)=2 to γ(3π/2)=2i.

Figure 2: The image of the interval [0,3π/2] under the function γ(t)=2cos(t)+2isin(t) describes a route from γ(0)=2 to γ(3π/2)=2i.

Informally, a path is continuous if its trajectory can be drawn without lifting the pen from the paper. The formal definition involves limits. We now discuss formally what we mean by continuity of a map from an interval to the complex plane.

Definition (Continuity of a Path)

Fix ab real. A function γ:[a,b]C is continuous at c[a,b] if limtcγ(t)=γ(c) holds as a limit in the real sense. We say that γ is continuous if it is continuous at every acb.

When curves are given by simple formulae as in the previous example, we can use the laws of limits to determine whether they are continuous.

Example

The function defined on [1,2] by γ(t)={i+tt<1.51+itt1.5 is not a path.

Figure 3: For 0t<1.5 the function γ traverses the horizontal segment and for 1.5t2 it traverses the vertical segment. Since they are not joined together, we suspect γ is not continuous.

Solution:

To see this, we calculate the limits from the left and from the right as t tends to 1.5. We have limt1.5+γ(t)=limt1.5+1+it=1+32ilimt1.5γ(t)=limt1.5i+t=32+i and these limits are not the same, verifying what we suspect from the picture.