Section 16.3 : Line Integrals - Part II
2. Evaluate ∫C2ydx+(1−x)dy where C is portion of y=1−x3 from x=−1 to x=2.
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)=⟨t,1−t3⟩−1≤t≤2 Show Step 3Now we need to evaluate the line integral. Be careful with this type of line integral. In this case we have both a dx and a dy in the integrand. Recall that this is just a simplified notation for,
∫C2ydx+(1−x)dy=∫C2ydx+∫C1−xdyThen all we need to do is recall that dx=x′dt and dy=y′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 and y in the integrand with the x and y components of the parameterization) and to convert the differentials properly.
Here is the line integral.
∫C2ydx+(1−x)dy=∫C2ydx+∫C1−xdy=∫2−12(1−t3)(1)dt+∫2−1(1−t)(−3t2)dt=∫2−12(1−t3)dt−3∫2−1t2−t3dt=∫2−1t3−3t2+2dt=[14t4−t3+2t]|2−1=34Note 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.