Suppose the curve in the xy-plane has the vector equation . Suppose lies below the surface , and consider the problem of find the area of the “sheet” between the and the surface.

Sketch

  • is a curve in the xy-plane
  • The blue space curve lives on the surface . It is the curve obtained by lifting to the surface
  • WE seek the area of the sheet between and .

We proceed the dividing into n sub-arcs. This is achieved by sub-dividing the parameter interval into n sub-intervals of width .

Sketch

The point in the parameter interval corresponds to the point on with position vector

Let denote the length of the sub-arc between and .

Then:

The area of the portion of the sheet above is approximately the area of the rectangle whose width is the length of , and whose height is evaluated at . We obtain the area of the sheet by summing up all of these smaller portions of the sheet:

1

But we already know is the arc length differential(see section 13.3a)

2

where the “dot” notation means “derivative with respect to t”, i.e. . Substituting 2 into 1 and taking the limit yields an integral:

This particular integral is called the Line Integral:

Definition

If is defined on the curve given by , , then the line integral of along is:


Remarks

  1. When the differential is , this is called the line integral with respect to arc length. We will see other types of line integrals later on in this lecture.
  2. The expression on the left hand side tells us what a line integral means: add up all the length elements and multiply by their heights.
  3. Cleaning up notation: If , then , so we get:

Examples

Example

Find the area of the surface extending upward from the circle in the xy-plane to the parabolic cylinder

Now we know what we are looking for, let’s go through the steps to evaluate:

  1. Parameterize
    • This is done by ,
  2. Compute the Arc Length differential
  1. Evaluate the line integral

substitute in and

remark:


Line Integrals in Space

The concept of a Line Integral can be extended to space curves of the form , :

The analogy of the “area of the sheet” is now difficult because the “height” of the sheet is now in 4D. Instead, we can interpret the line integral as the mass of a thin wire with shape and linear density function

why? Because:

In the expression , represents the length of a small piece of wire; so, if is density, is the mass of that piece. The integrand sign means “add up all the mass elements,” yielding the total mass.

Example

A helix-shaped wire described by , , has linear density function . Find the mass of the wire.


Line Integrals with respect to X, Y, or Z

So far, we have defined the line integral with respect to arc length, . Now we define the line integral with respect to :

Remarks

  1. To obtain the formulae on the right, we observe:
  1. The geometric interpretation is less intuitive than the line integral with respect to arc length. The line integral with respect to x, for example, can be interpreted as the area of the projection of the sheet onto the xz-plane ( see the beginning for the sheet sketch, and then imagine that pushing against the xz-plane).
  2. The utility of this type of integral will become apparent when we study line integrals of vector fields; for now, we are learning the mechanics of working with them.

Example

Evaluate for the following paths: a. is the line segment from to b. is the line segment from to c. is the arc of the parabola from to .

Remark

Linearity holds for line integrals so it will be easier to find

Which is only one integral instead

A.

We need to find a vector parameterization of the segment. Recall that the line segment joining and is , where . So, we get:

Therefore:

B.

This is the same path, but we have reversed direction:

We start at and end at , so:

Therefore, the line integral is:

C.

Parameterize the parabola by , , :


Properties of Line Integrals

  1. A parameterization of comes with an orientation. In the previous example A and B, we had:

Sketch

If denotes but traversed “backwards”, then the previous example suggests:

3

i.e. reversing the orientation of flips the sign of the line integral. ( This is the same idea as reversing the order of integration; one way, the values are negative. )

Note

3 is true for the line integral with respect to , but not with respect to arc length. This is because arc length is independent of the orientation of the path; always a positive quantity

  1. Suppose is a finite union of paths.

Sketch

To find (or dx), we add up the line integral of each piece, e.g.


Footnotes

  1. Area of Sheet Formula 2

  2. Arc Length Differential 2

  3. Inverse Line Integral 2