-EquinoX-
- 561
- 1
Homework Statement
say I have \vec{F} = ye^x\vec{i} + e^x\vec{j} and C the line segment from the point (1,4,-2) to the point (6,7,-2).I need to find:
\int\limits_C \vec{F} d\vec{r}
Homework Equations
The Attempt at a Solution
First I parametrize C as:
\vec{r} = 6 + 5t \vec{i} + 7+3t \vec{j} -2 \vec{k}
Then I set up the integral as:
\int_{-1}^{0} (7+3t)e^{6+5t} \vec{i} + e^{6+5t} \vec{j}) \cdot (5\vec{i} + 3\vec{j}) dt
is this correct so far?