Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.
Section 16.4 : Line Integrals of Vector Fields
1. Evaluate ∫C→F⋅d→r where →F(x,y)=y2→i+(3x−6y)→j and C is the line segment from (3,7) to (0,12).
Show All Steps Hide All Steps
Start SolutionHere is a quick sketch of C with the direction specified in the problem statement shown.

Next, we need to parameterize the curve.
→r(t)=(1−t)⟨3,7⟩+t⟨0,12⟩=⟨3−3t,7+5t⟩0≤t≤1 Show Step 3In order to evaluate this line integral we’ll need the dot product of the vector field (evaluated at the along the curve) and the derivative of the parameterization.
Here is the vector field evaluated along the curve (i.e. plug in x and y from the parameterization into the vector field).
→F(→r(t))=(7+5t)2→i+(3(3−3t)−6(7+5t))→j=(7+5t)2→i+(−33−39t)→jThe derivative of the parameterization is,
→r′(t)=⟨−3,5⟩Finally, the dot product of the vector field and the derivative of the parameterization.
→F(→r(t))⋅→r′(t)=−3(7+5t)2−5(33+39t) Show Step 4Now all we need to do is evaluate the integral.
\begin{align*}\int\limits_{C}{{\vec F\centerdot d\vec r}} & = \int_{0}^{1}{{ - 3{{\left( {7 + 5t} \right)}^2} - 5\left( {33 + 39t} \right)\,dt}}\\ & = \left. {\left[ { - \frac{1}{5}{{\left( {7 + 5t} \right)}^3} - 165t - \frac{{195}}{2}{t^2}} \right]} \right|_0^1 = \require{bbox} \bbox[2pt,border:1px solid black]{{ - \frac{{1079}}{2}}}\end{align*}