linearfish
- 25
- 0
Homework Statement
Use Stokes Theorem to compute
\int_{L}^{} y dx + z dy + x dx
where L is the circle x2 + y2 + z2 = a2, x + y + z = 0
The Attempt at a Solution
I feel like this problem shouldn't be that hard but I can't get the right answer: (pi)a2/3.
I calculated the curl of F as: -(i + j + k)
and the normal vector as:
\frac{i + j + k}{\sqrt{3}}
So:
\int_{L}^{} y dx + z dy + x dx = \int \int -(i + j + k) \cdot (\frac{i + j + k}{\sqrt{3}}) ds = -\frac{3}{\sqrt{3}} \int \int ds
Here's where I'm stuck. I think the integral should just be the area of the circle (pi*a2) but maybe I'm thinking about it wrong. Thanks.