Line Integral Calculation for Path \(C_2\)
Visual Description:
A vector field plot on a Cartesian coordinate system ranging from -3 to 3 on both axes. The vector field is represented by blue arrows that point away from the y-axis and towards the x-axis, corresponding to the field \(\vec{F}(x, y) = \langle x, -y \rangle\). Superimposed on the field is a directed triangular path with vertices at (0,0), (2,0), and (0,2). Segment \(C_1\) is on the x-axis directed from (0,0) to (2,0). Segment \(C_2\) is a diagonal line from (2,0) to (0,2). Segment \(C_3\) is on the y-axis directed from (0,2) to (0,0). The points (2,0) and (0,2) are explicitly labeled on the axes.
For the segment \(C_2\), we define the parametrization \(r_2(t)\) starting from point \((2, 0)\) and moving towards point \((0, 2)\) using the vector equation \(r_2(t) = r_0 + t\vec{v}\):
\[
\begin{aligned}
r_2(t) &= \langle 2, 0 \rangle + t \langle -2, 2 \rangle \\
&= \langle -2t + 2, 2t \rangle, \quad 0 \leq t \leq 1
\end{aligned}
\]
The derivative of the position vector is:
\[ r_2'(t) = \langle -2, 2 \rangle \]
Evaluating the vector field \(\vec{F}(x, y) = \langle x, -y \rangle\) along the path \(r_2(t)\):
\[ \vec{F}(r_2(t)) = \langle -2t + 2, -2t \rangle \]
The line integral over \(C_2\) is then calculated as follows:
\[
\begin{aligned}
\int_{C_2} \vec{F} \cdot \vec{T} \, ds &= \int_{0}^{1} \vec{F}(r_2(t)) \cdot r_2'(t) \, dt \\
&= \int_{0}^{1} \langle -2t + 2, -2t \rangle \cdot \langle -2, 2 \rangle \, dt \\
&= \int_{0}^{1} (4t - 4 - 4t) \, dt \\
&= \int_{0}^{1} -4 \, dt \\
&= -4
\end{aligned}
\]