Skip to main content

Section 7.1 Unoriented line integrals

We define unoriented line integrals of functions along parametric curves. As a particular case, we study how to calculate the arc length of a parametric curve.

Subsection 7.1.1 Unoriented line integrals

In this course we developed a theory of integration along curves and surfaces using differential forms. By construction, our theory was oriented, as integrals of differential forms naturally depend on a choice of orientation on the space over which we are integrating.

However, not all integrals should be oriented. Sometimes we want to calculate a quantity associated to a curve or a surface that should not depend on a choice of orientation. Typical examples would be the length of a curve or the area of a surface: such quantities should not depend on a choice of orientation. As integrals of differential forms are naturally oriented, it follows that integrals calculating arc lengths or surface areas cannot be represented as integrals of differential forms. We need to study unoriented line and surface integrals. In this section we look at unoriented line integrals.

Before we define the concept of unoriented line integral of a function along a parametric curve, let us review how we defined oriented line integrals. Let \(\alpha: [a,b] \to \mathbb{R}^n\) be a parametric curve, with \(\alpha(t) = (x_1(t), \ldots, x_n(t) )\text{.}\) We defined the oriented line integral of a one-form \(\omega\) along the parametric curve \(\alpha\) via pullback (Definition 3.3.2). In terms of the vector field \(\mathbf{F} = (f_1, \ldots, f_n) \) associated to the one-form \(\omega\text{,}\) by evaluating the pullback the oriented line integral can be rewritten as (Lemma 3.3.7):

\begin{equation*} \int_a^b \left( \mathbf{F}(\alpha(t) ) \cdot \mathbf{T}\right)\ dt, \end{equation*}

where \(\mathbf{T}\) is the tangent vector

\begin{equation*} \mathbf{T}(t) = (x_1'(t), \ldots, x_n'(t) ). \end{equation*}

From the point of view of vector fields, the orientation of the integral is encapsulated in the choice of tangent vector \(\mathbf{T}\text{.}\) However, the way it is formulated, the tangent vector includes more information than just the orientation, as it also has a non-trivial norm specified by the parametrization. To isolate the oriented nature of the integral, we normalize the tangent vector, and define the unit tangent vector

\begin{equation*} \hat{\mathbf{T}} = \frac{\mathbf{T}}{|\mathbf{T}|}, \qquad |\mathbf{T}| = \sqrt{(x_1'(t))^2 + \ldots + (x_n'(t))^2}. \end{equation*}

We can then rewrite the oriented line integral as

\begin{equation*} \int_a^b \left( \mathbf{F}(\alpha(t) ) \cdot \hat{\mathbf{T}}\right) |\mathbf{T}|\ dt = \int_a^b \left( \mathbf{F}(\alpha(t) ) \cdot \hat{\mathbf{T}}\right) \ ds, \end{equation*}

where we defined the “line element”

\begin{equation*} ds = |\mathbf{T}|\ dt = \sqrt{(x_1'(t))^2 + \ldots + (x_n'(t))^2}\ dt. \end{equation*}

With this formulation, we see that the choice of orientation is completely encapsulated in the expression \(\mathbf{F}(\alpha(t)) \cdot \hat{\mathbf{T}}(t)\text{,}\) which is function of \(t\) which depends on the choice of direction on the parametric curve.

We can now see how unoriented line integrals can be naturally defined: we simply replace the function \(\mathbf{F}(\alpha(t) ) \cdot \hat{\mathbf{T}}(t)\text{,}\) constructed out of a vector field and a choice of orientation on the curve, by an arbitrary function \(f(\alpha(t))\) that does not depend on a choice of orientation. This leads to the following definition.

Definition 7.1.1. Unoriented line integrals.

Let \(\alpha: [a,b] \to \mathbb{R}^n\) be a parametric curve, with image curve \(C = \alpha([a,b]) \subset \mathbb{R}^n\text{,}\) and let \(f: C \to \mathbb{R}\) be a continuous function. We define the unoriented line integral of \(f\) along the curve \(C\) to be

\begin{equation*} \int_C f\ ds = \int_a^b f(\alpha(t)) |\mathbf{T}(t)|\ dt = \int_a^b f(\alpha(t)) \sqrt{(x_1'(t))^2 + \ldots + (x_n'(t))^2}\ dt. \end{equation*}

A similar calculation as in the proof of Lemma 3.3.5 shows that unoriented line integrals are invariant under reparametrizations, regardless of whether the reparametrization preserves the orientation or not (the integrals are unoriented). What this means is that the line integral does not depend on the choice of parametrization, but only on the image curve \(C\text{.}\) This is why we wrote

\begin{equation*} \int_C f\ ds \end{equation*}

for the unoriented line integral of the function \(f\) along the curve \(C \subset \mathbb{R}^n\text{,}\) without specifying the parametrization \(\alpha\text{,}\) since the integral is independent of the choice of parametrization.

Remark 7.1.2.

We note that even though the notation “\(ds\)” is similar to the notation we used for one-forms, the line element is not a one-form. For instance,

\begin{equation*} \int_{C_+} ds = \int_{C_-} ds, \end{equation*}

i.e. the integral remains the same if we change the orientation of the curve, which would not be the case if \(ds\) was a one-form.

Evaluate the unoriented line integral

\begin{equation*} \int_C x y^6\ ds, \end{equation*}

where \(C\) is the right half of the circle \(x^2+y^2 = 4.\)

First, we parametrize the curve as \(\alpha: [-\pi/2, \pi/2] \to \mathbb{R}^2\) with

\begin{equation*} \alpha(\theta) = (2 \cos(\theta), 2 \sin(\theta) ). \end{equation*}

As \(\theta \in [-\pi/2, \pi/2]\text{,}\) we are parametrizing the right half of the circle, as required. We do not need to check here whether the parametrization induces the right orientation on the curve, as we do not care about the orientation whatsoever: the integral is unoriented.

To evaluate the unoriented line integral, we need the line element \(ds\text{.}\) We calculate:

\begin{align*} ds =\amp \sqrt{(x'(\theta))^2 + (y'(\theta))^2}\\ =\amp \sqrt{4 \sin^2(\theta) + 4 \cos^2(\theta)}\\ =\amp 2. \end{align*}

Using this parametrization, the unoriented line integral becomes:

\begin{align*} \int_C x y^6\ ds =\amp \int_{-\pi/2}^{\pi/2} (2 \cos(\theta) ) (2 \sin(\theta) )^6 (2)\ d \theta\\ =\amp 256 \int_{-\pi/2}^{\pi/2} \cos(\theta) \sin^6(\theta)\ d \theta\\ =\amp 256 \int_{-1}^{1} u^6\ du\\ =\amp \frac{512}{7}. \end{align*}

Note that we used the substitution \(u = \sin(\theta)\) to evaluate the trigonometric integral.

Subsection 7.1.2 Arc length of a curve

A particularly important example of an unoriented line integral calculates the arc length of a curve \(C\text{.}\) This is the most trivial example, where we choose the function that we are integrating to be the constant function \(f = 1\text{.}\) More precisely:

Definition 7.1.4. Arc length of a curve.

Let \(\alpha: [a,b] \to \mathbb{R}^n\) be a parametric curve, with image curve \(C = \alpha([a,b]) \subset \mathbb{R}^n\text{.}\) The arc length of \(C\) is given by the unoriented line integral

\begin{equation*} \int_C \ ds = \int_a^b \sqrt{(x_1'(t))^2 + \ldots + (x_n'(t))^2}\ dt. \end{equation*}

You may have seen this formula before for the arc length, at least in \(\mathbb{R}^2\) or \(\mathbb{R}^3\text{.}\) It is straightforward to justify that it calculates the arc length of the curve, using the standard slicing argument from integral calculus. Consider a small curve segment between two points \(P(\alpha(t))\) and \(Q(\alpha(t + d t) )\text{.}\) The length \(ds\) of this curve segment can be approximated by the length of the line joining the two points, which can be written as

\begin{equation*} ds \simeq |\alpha(t+dt) - \alpha(t)| \simeq \left| \alpha'(t) \right| dt, \end{equation*}

where on the right-hand-side we kept only terms of first-order in \(dt\text{.}\) As \(\alpha'(t) = \mathbf{T}(t)\text{,}\) we recover the formula above for the line element. Finally, we sum over line elements and take the limit of an infinite number of line element of infinitesimal size, which turns the sum into the definite integral

\begin{equation*} \int_a^b |\mathbf{T}(t)|\ dt = \int_a^b \sqrt{(x_1'(t))^2 + \ldots + (x_n'(t))^2}\ dt. \end{equation*}

Note that this also justifies our definition of unoriented line integrals in general above; it is constructed via the same slicing process, but where we also introduce a function \(f\) evaluated the point \(\alpha(t)\) where we calculate the line element. We then sum over slices and take the limit of infinite number of infinitesimal slices as usual, and the integral of the function over the parametric curve becomes Definition 7.1.1.

Find the length of the parametric curve \(\alpha: [0,2] \to \mathbb{R}^3\) with

\begin{equation*} \alpha(t) = (1,t^2,t^3). \end{equation*}

We first calculate the line element \(ds\text{:}\)

\begin{align*} ds =\amp \sqrt{(x'(t))^2+(y'(t))^2+(z'(t))^2}\ dt\\ =\amp \sqrt{4 t^2 + 9 t^4}\ dt\\ =\amp t \sqrt{4 + 9 t^2}\ dt, \end{align*}

where in the last line we used \(\sqrt{t^2} = t\) since we know that \(t \in [0,2]\) and hence it is positive. The arc length is thus given by

\begin{align*} \int_C\ ds =\amp \int_0^2 t \sqrt{4+9 t^2}\ dt\\ =\amp \frac{1}{18} \int_4^{40} \sqrt{u}\ du\\ =\amp \frac{1}{27} (40^{3/2} - 4^{3/2})\\ =\amp \frac{8}{27} (10^{3/2} - 1), \end{align*}

where we used the substitution \(u=4+9 t^2\text{,}\) \(du = 18 t\ dt\text{.}\)

Exercises 7.1.3 Exercises

1.

Find the arc length of the circular helix \(\alpha: [0,3] \to \mathbb{R}^3\) with

\begin{equation*} \alpha(t) = (t, 2 \cos(t), 2 \sin(t) ). \end{equation*}
Solution.

To find the arc length, we first calculate the line element \(ds\text{.}\) The tangent vector is

\begin{equation*} \mathbf{T}(t) = (1, -2 \sin(t), 2 \cos(t) ). \end{equation*}

Its norm is

\begin{equation*} |\mathbf{T}(t)| = \sqrt{1 + 4 \sin^2(t) + 4 \cos^(t)} = \sqrt{5}. \end{equation*}

Thus the line element is

\begin{equation*} ds = \sqrt{5}\ dt. \end{equation*}

We then calculate the arc length:

\begin{align*} \int_\alpha\ ds =\amp \int_0^3 \sqrt{5}\ dt\\ =\amp 3 \sqrt{5}. \end{align*}

2.

Show that the arc length of the curve \(C\) at the intersection of the surfaces \(x^2=2 y\) and \(3 z = x y\) between the origin and the point \(\left(6,18,36 \right)\) is the answer to the ultimate question of life, the universe, and everything.

Solution.

We first parametrize the curve as \(\alpha: [0,6] \to \mathbb{R}^3\) with

\begin{equation*} \alpha(t) = \left(t, \frac{t^2}{2}, \frac{t^3}{6} \right). \end{equation*}

The tangent vector is

\begin{equation*} \mathbf{T}(t) = \left(1, t, \frac{t^2}{2} \right). \end{equation*}

Its norm is

\begin{equation*} |\mathbf{T}(t)| = \sqrt{1+t^2 + \frac{t^4}{4}} = \sqrt{\left(1+\frac{t^2}{2} \right)^2} = 1+\frac{t^2}{2} , \end{equation*}

since \(1+\frac{t^2}{2} >0\text{.}\) The line element is then

\begin{equation*} ds = \left(1+\frac{t^2}{2} \right)\ dt, \end{equation*}

and the arc length is

\begin{align*} \int_C\ ds =\amp \int_0^6 \left(1+\frac{t^2}{2} \right)\ dt\\ =\amp 6 + \frac{6^3}{6}\\ =\amp 42, \end{align*}

which is of course the answer to the ultimate question of life, the univers, and everything! :-)

3.

Evaluate the unoriented line integral

\begin{equation*} \int_C (x z + e^{-y})\ ds, \end{equation*}

where \(C\) is the line segment between the origin and the point \((1,2,3)\text{.}\)

Solution.

We parametrize \(C\) as \(\alpha: [0,1] \to \mathbb{R}^3\) with

\begin{equation*} \alpha(t) = (t,2t,3t). \end{equation*}

The tangent vector is

\begin{equation*} \mathbf{T}(t) = (1,2,3), \end{equation*}

with norm

\begin{equation*} |\mathbf{T}(t)| = \sqrt{1+2^2+3^2} = \sqrt{14}. \end{equation*}

The line element is

\begin{equation*} ds = \sqrt{14}\ dt, \end{equation*}

and the unoriented line integral can be evaluated:

\begin{align*} \int_C(x z+ e^{-y})\ ds =\amp \int_0^1 ( (t)(3t) + e^{-2t} ) \sqrt{14}\ dt\\ =\amp \sqrt{14} \int_0^1 ( 3 t^2 + e^{-2t })\ dt\\ =\amp \sqrt{14} \left(1 - \frac{e^{-2}}{2}+\frac{1}{2} \right)\\ =\amp \frac{\sqrt{14}}{2}(3-e^{-2}). \end{align*}

4.

Evaluate the unoriented line integral

\begin{equation*} \int_C x^3 y\ ds, \end{equation*}

where \(C\) is the circular helix parametrized by \(\alpha: [0,\pi/2] \to \mathbb{R}^3\) with

\begin{equation*} \alpha(t) = (\cos(2 t), \sin(2 t), t). \end{equation*}
Solution.

The tangent vector to the parametric curve is

\begin{equation*} \mathbf{T}(t) = (- 2 \sin(2 t), 2 \cos(2 t), 1), \end{equation*}

with norm

\begin{equation*} |\mathbf{T}(t)| = \sqrt{4 \sin^2(2t) + 4 \cos^2(2t) + 1} = \sqrt{5}. \end{equation*}

The line element is

\begin{equation*} ds = \sqrt{5}\ dt. \end{equation*}

The unoriented line integral becomes:

\begin{align*} \int_C x^3 y\ ds =\amp \sqrt{5} \int_0^{\pi/2} \cos^3(2 t) \sin(2 t)\ dt\\ =\amp -\frac{\sqrt{5}}{2} \int_{1}^{-1} u^3\ du\\ =\amp 0, \end{align*}

where we did the substitution \(u = \cos(2 t)\text{.}\)

5.

In single-variable calculus, you saw that the length of the curve \(y= f(x)\) in \(\mathbb{R}^2\text{,}\) with \(x \in [a,b]\text{,}\) is given by the definite integral

\begin{equation*} \int_a^b \sqrt{1+ (f'(x))^2} \ dx. \end{equation*}

Show that this is consistent with our definition of arc length in this section.

Solution.

From our point of view, we realize the curve as the parametric curve \(\alpha: [a,b] \to \mathbb{R}^2\) with

\begin{equation*} \alpha(t) = (t, f(t) ). \end{equation*}

Then the tangent vector is

\begin{equation*} \mathbf{T}(t) = (1,f'(t)), \end{equation*}

with norm

\begin{equation*} |\mathbf{T}(t)| = \sqrt{1+(f'(t))^2}. \end{equation*}

So our arc length formula is

\begin{equation*} \int_C\ ds = \int_a^b |\mathbf{T}(t)|\ dt = \int_a^b \sqrt{1+(f'(t))^2}\ dt, \end{equation*}

which is indeed the formula that you obtained in single-variable calculus.