Section 16.3 : Line Integrals - Part II
3. Evaluate ∫Cx2dy−yzdz where C is the line segment from (4,−1,2) to (1,7,−1).
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)⟨4,−1,2⟩+t⟨1,7,−1⟩=⟨4−3t,−1+8t,2−3t⟩0≤t≤1 Show Step 3Now we need to evaluate the line integral. Be careful with this type of lines integral. In this case we have both a dy and a dz in the integrand. Recall that this is just a simplified notation for,
∫Cx2dy−yzdz=∫Cx2dy−∫CyzdzThen all we need to do is recall that dy=y′dt and dz=z′dt when we convert the line integral into a “standard” integral.
So, let’s evaluate the line integral. Just remember to “plug in” the parameterization into the integrand (i.e. replace the x, y and z in the integrand with the x, y and z components of the parameterization) and to convert the differentials properly.
Here is the line integral.
∫Cx2dy−yzdz=∫Cx2dy−∫Cyzdz=∫10(4−3t)2(8)dt−∫10(−1+8t)(2−3t)(−3)dt=∫108(4−3t)2−3(24t2−19t+2dt)dt=[−89(4−3t)3−3(8t3−192t2+2t)]|10=1092Note that, in this case, we combined the two integrals into a single integral prior to actually evaluating the integral. This doesn’t need to be done but can, on occasion, simplify the integrand and hence the evaluation of the integral.