daftjaxx1
- 5
- 0
I'm trying to solve this problem:
Compute \oint_c(y+z)dx + (z-x)dy + (x-y)dz using Stoke's theorem, where c is the ellipse x(t) = asin^2t, \ y(t) = 2asintcost, z(t) = acos^2t, 0\leq t \leq \pi
The version of stoke's theorem I learned is:
<br /> \int_c \overrightarrow{F} \cdot d\overrightarrow{r} <br /> = \int_s curl \overrightarrow{F} \cdot d\overrightarrow{S}<br /> =\iint_s curl \overrightarrow{F}\cdot \overrightarrow{n} \cdot dS<br />
where S is the elliptical surface bounded by the curve c, F is a vector field and n is the unit vector pointing out at that point.
In this case, F = <y+z, z-x, x-y>, and I calculated curl F to be <-2, 0, -2>.
So we have to find
\iint_s <-2, 0, -2> \cdot \overrightarrow{n} \cdot dS
How would I find \overrightarrow {n} and dS, and also the bounds of integration for the double integral?
Compute \oint_c(y+z)dx + (z-x)dy + (x-y)dz using Stoke's theorem, where c is the ellipse x(t) = asin^2t, \ y(t) = 2asintcost, z(t) = acos^2t, 0\leq t \leq \pi
The version of stoke's theorem I learned is:
<br /> \int_c \overrightarrow{F} \cdot d\overrightarrow{r} <br /> = \int_s curl \overrightarrow{F} \cdot d\overrightarrow{S}<br /> =\iint_s curl \overrightarrow{F}\cdot \overrightarrow{n} \cdot dS<br />
where S is the elliptical surface bounded by the curve c, F is a vector field and n is the unit vector pointing out at that point.
In this case, F = <y+z, z-x, x-y>, and I calculated curl F to be <-2, 0, -2>.
So we have to find
\iint_s <-2, 0, -2> \cdot \overrightarrow{n} \cdot dS
How would I find \overrightarrow {n} and dS, and also the bounds of integration for the double integral?