S. Moger
- 52
- 2
Homework Statement
Compute \int_S \vec{F} \cdot d\vec{S}
\vec{F} = (xz, yz, z^3/a)
S: Sphere of radius a centered at the origin.
Homework Equations
x = a \sin(\theta) \cos(\varphi)
y = a \sin(\theta) \sin(\varphi)
z = a \cos(\theta)
Phi : 0->2 pi, Theta : 0->pi/2 .
The Attempt at a Solution
\vec{F} = a^2 \cos(\theta) \cdot \{ \sin(\theta) \cos(\varphi), \sin(\theta) \sin(\varphi), \cos(\theta)^2 \}
d\vec{S} = \frac{ \partial{\vec{r} }} {\partial{\theta} } \times \frac{ \partial{\vec{r}}}{\partial{\varphi}} d\theta d\varphi = a^2 \sin(\theta) \cdot \{ \sin(\theta) \cos(\varphi), \sin(\theta) \sin(\varphi), \cos(\theta) \}
\int_S \vec{F} \cdot d\vec{S} = \int_\varphi d\varphi \int_\theta ... d\theta = 2 \pi a^4 \int_\theta ... d\theta = 9 \pi a^4 / 10
While the correct answer is \frac{4}{5} \pi a^4 .I'm relatively sure this isn't a book-keeping issue, I double checked the computations manually and with mathematica. Maybe I'm missing something (or maybe there's an easier way to "see" the answer).