Skip to main content
\(\renewcommand{\chaptername}{Unit} \newcommand{\derivativehomeworklink}[1]{\href{http://db.tt/cSeKG8XO}{#1}} \newcommand{\chpname}{unit} \newcommand{\sageurlforcurvature}{http://bmw.byuimath.com/dokuwiki/doku.php?id=curvature_calculator} \newcommand{\uday}{ \LARGE Day \theunitday \normalsize \flushleft \stepcounter{unitday} } \newcommand{\sageworkurl}{http://bmw.byuimath.com/dokuwiki/doku.php?id=work_calculator} \newcommand{\sagefluxurl}{http://bmw.byuimath.com/dokuwiki/doku.php?id=flux_calculator} \newcommand{\sageworkfluxurl}{http://bmw.byuimath.com/dokuwiki/doku.php?id=both_flux_and_work} \newcommand{\sagelineintegral}{http://bmw.byuimath.com/dokuwiki/doku.php?id=line_integral_calculator} \newcommand{\sagephysicalpropertiestwod}{http://bmw.byuimath.com/dokuwiki/doku.php?id=physical_properties_in_2d} \newcommand{\sagephysicalpropertiesthreed}{http://bmw.byuimath.com/dokuwiki/doku.php?id=physical_properties_in_3d} \newcommand{\sageDoubleIntegralCheckerURL}{http://bmw.byuimath.com/dokuwiki/doku.php?id=double_integral_calculator} \newcommand{\myscale}{1} \newcommand{\ds}{\displaystyle} \newcommand{\dfdx}[1]{\frac{d#1}{dx}} \newcommand{\ddx}{\frac{d}{dx}} \newcommand{\ii}{\vec \imath} \newcommand{\jj}{\vec \jmath} \newcommand{\kk}{\vec k} \newcommand{\vv}{\mathbf{v}} \newcommand{\RR}{\mathbb{R}} \newcommand{\R}{ \mathbb{R}} \newcommand{\inv}{^{-1}} \newcommand{\im}{\text{im }} \newcommand{\colvec}[1]{\begin{bmatrix}#1\end{bmatrix} } \newcommand{\cl}[1]{ \begin{matrix} #1 \end{matrix} } \newcommand{\bm}[1]{ \begin{bmatrix} #1 \end{bmatrix} } \DeclareMathOperator{\rank}{rank} \DeclareMathOperator{\rref}{rref} \DeclareMathOperator{\vspan}{span} \DeclareMathOperator{\trace}{tr} \DeclareMathOperator{\proj}{proj} \DeclareMathOperator{\curl}{curl} \newcommand{\blank}[1]{[14pt]{\rule{#1}{1pt}}} \newcommand{\vp}{^{\,\prime}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section9.2Area and the Line-Integral

Objectives
  • motivate and practice performing line-integrals

In first semester calculus, we learned that the area under a function \(f(x)\) above the \(x\)-axis is given by \(A = \int_a^b f(x) dx\text{.}\) The quantity \(dA= f(x) dx\) represents a small bit of area whose length is \(dx\) and whose height is \(f(x)\text{.}\) To get the total area, we just added up the little bits of area, which is why

\begin{equation*} A=\int dA = \int_a^b f(x) dx. \end{equation*}
Exercise9.2.1

Consider the surface in space that is below the function \(f(x,y)=9-x^2-y^2\) and above the curve \(C\) parametrized by \(\vec r(t)=(2\cos t, 3\sin t)\) for \(t\in[0,2\pi]\text{.}\) Think of this region as a metal plate that has been stood up with its base on \(C\) where the height above each spot is given by \(z=f(x,y)\text{.}\)

(b)

If we cut the curve up into lots of tiny bits, explain why the length of each bit is approximately

\begin{equation*} ds=\sqrt{(-2\sin t)^2+(3\cos t)^2}dt. \end{equation*}
(c)

Explain why the area of the metal sheet that lies above \(C\) and under \(f\) is given by the integral

\begin{equation*} \sigma = \int_C f ds = \int_0^{2\pi}(9-(2\cos t)^2-(3\sin t)^2)\sqrt{(-2\sin t)^2+(3\cos t)^2}dt. \end{equation*}

You'll need to explain why a little bit of surface area equals \(d\sigma =fds\text{.}\)

(d)

Find the surface area of the metal sheet. [Use technology to do this integral.]

Our results from the exercise above suggest the following definition.

Definition9.2.1Line Integral

Let \(f\) be a function and let \(C\) be a piecewise smooth curve whose parametrization is \(\vec r(t)\) for \(t\in[a,b]\text{.}\) We'll require that the composition \(f(\vec r(t))\) be continuous for all \(t\in [a,b]\text{.}\) Then we define the line integral of \(f\) over \(C\) to be the integral

\begin{equation*} \int_C f ds = \int_a^b f(\vec r(t))\frac{ds}{dt}dt = \int_a^b f(\vec r(t))\left|\frac{d\vec r}{dt}\right|dt. \end{equation*}

The line integral is also called the path integral, contour integral, or curve integral.

When we ask you to set up a line integral, it means that you should do steps 1–3, so that you get an integral with a single variable and with bounds that you could plug into a computer or complete by hand.

Notice that this definition suggests the following four steps. These four steps are the key to computing any line integral.

  1. Start by getting a parametrization \(\vec r(t)\) for \(a\leq t\leq b\) of the curve \(C\text{.}\)

  2. Find the speed by computing the velocity \(\dfrac{d\vec r}{dt}\) and then the speed \(\left|\dfrac{d\vec r}{dt}\right|\text{.}\)

  3. Multiply \(f\) by the speed, and replace each \(x\text{,}\) \(y\text{,}\) and/or \(z\) with what it equals in terms of \(t\text{.}\)

  4. Integrate the product from the previous step. Practice doing this by hand on every exercise, unless it specifically says to use technology. Some of the integrals are impossible to do by hand.

Subsection9.2.1Exploring the Line-Integral

Exercise9.2.2

Let \(f(x,y,z)=x^2+y^2-2z\) and let \(C\) be two coils of the helix \(\vec r(t)=(3\cos t, 3\sin t, 4t)\text{,}\) starting at \(t=0\text{.}\) Remember that the parametrization means \(x=3\cos t\text{,}\) \(y=3\sin t\text{,}\) and \(z=4t\text{.}\) Compute \(\int_Cf ds\text{.}\) [You will have to find the end bound yourself.]

You can check your answer with the SageCell below.

Hint

How much time passes to go around two coils?

Exercise9.2.3

Consider the function \(f(x,y)=3xy+2\text{.}\) Let \(C\) be a circle of radius 4 centered at the origin. Compute \(\int_C fds\text{.}\) [You'll have to come up with your own parametrization.]

You can check your answer with the SageCell below.

Exercise9.2.4

Let \(f(x,y,z)=x^2+3yz\text{.}\) Let \(C\) be the straight line segment from \((1,0,0)\) to \((0,4,5)\text{.}\) Compute \(\int_C f ds\text{.}\)

You can check your answer with the SageCell below.

Hint

If you've forgotten how to parametrize line segments, see 4.1.3.

Exercise9.2.5

Let \(f(x,y)=x^2+y^2-25\text{.}\) Let \(C\) be the portion of the parabola \(y^2=x\) between \((1,-1)\) and \((4,2)\text{.}\) We want to compute \(\int_C fds\text{.}\)

See 6.2.1 if you forgot how to parametrize plane curves.

(a)

Draw the curve \(C\) and the function \(f(x,y)\) on the same 3D \(xyz\) axes.

(b)

Without computing the line integral \(\int_C fds\text{,}\) determine if the integral should be positive or negative. Explain why this is so by looking at the values of \(f(x,y)\) at points along the curve \(C\text{.}\) Is \(f(x,y)\) positive, negative, or zero, at points along \(C\text{?}\)

(c)

Parametrize the curve and set up the line integral \(\int_C f ds\text{.}\)

Hint

if you let \(y=t\text{,}\) then \(x=\text{?}\) What bounds do you put on \(t\text{?}\)

(d)

Use technology to compute \(\int_C fds\) to get a numeric answer. Was your answer the sign that you determined above?

Work, flow, circulation, and flux are all examples of line integrals. Remember that work, flow, and circulation are

\begin{equation*} W=\int_C (\vec F\cdot \vec T)ds =\int_C (M,N)\cdot(dx,dy) = \int_C Mdx+Ndy, \end{equation*}

while the formula for flux is

\begin{equation*} \Phi=\int_C (\vec F\cdot \vec n)ds =\int_C (M,N)\cdot(dy,-dx) = \int_C Mdy-Ndx. \end{equation*}

Do you see how these are both the line integral of a function \(f = \vec F\cdot \vec T\) or \(f=\vec F\cdot \vec n\) along a curve \(C\text{.}\) The function \(f\) inside the integrand does not have to represent the height of a sheet. We'll use it to represent lots of things. Let's practice two more work/flux exercises, to sharpen our skills with these concepts.

Exercise9.2.6

Let \(\vec F=(-y,x+y)\) and \(C\) be the triangle with vertices \((2,0)\text{,}\) \((0,2)\text{,}\) and \((0,0)\text{.}\)

(a)

Look at a drawing of \(C\) and the vector field (see margin for the Sage link). We'll move along the triangle in a counter clockwise manner. Without doing any computations, for each side of the triangle make a guess to determine if the flow along that edge is positive, negative, or zero. Similarly, guess the sign of the flux along each edge. Explain.

(b)

Obtain three parametrizations for the triangle, one for each edge. One of the parametrizations is \(\vec r(t) = (0,-2)t+(0,2)\text{.}\)

(c)

Now find the counterclockwise circulation (work) done by \(\vec F\) along \(C\text{.}\) You'll have three separate calculations, one for each side. We'll do the flux computation in class. Check your work on each piece with the Sage calculator or in the cell below.

Exercise9.2.7

Consider the vector field \(\vec F=(2x-y,x)\text{.}\) Let \(C\) be the curve that starts at \((-2,0)\text{,}\) follows a straight line to \((1,3)\text{,}\) and then back to \((-2,0)\) along the parabola \(y=4-x^2\text{.}\)

The first cell plots this vector field (same as link in margin). The second provides the Work-Flux calculations. Save those for checking your work after the exercise.

See Sage. Think of an airplane wing as you solve this exercise.

(a)

Look at a drawing of \(C\) and the vector field (see margin for the Sage link). If we go counterclockwise around \(C\text{,}\) for each part of \(C\text{,}\) guess the signs of the counterclockwise circulation and the flux (positive, negative, zero).

(b)

Find the flux of \(\vec F\) across \(C\text{.}\) There are two curves to parametrize. Make sure you traverse along the curves in the correct direction.

Hint

You should get integer values along both parts. Check your work with Sage or the cells above, but make sure you show us how to do the integrals by hand.

Go back and do the optional exercises if you get here!

Ask me in class to change the vector fields above, and examine what happens with different vectors fields. In particular, it's possible to have any combination of values for circulation and flux. We'll be able to use technology to rapidly compute many values.

Subsection9.2.2Computational Practice

These are provided to help you achieve better skills in basic computational answers.

1
2
3
4
5