Line Integral of a Vector Field over a Half Sphere using Stoke's Theorem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
sunnyday11
Messages
14
Reaction score
0

Homework Statement



F = ( 2y i + 3x J + z2 k where S is the upper half of the sphere x2 + y2 + z2 = 9 and C is its boundary.

Homework Equations





The Attempt at a Solution



I used Stoke's Theorem and found the solution to be 36 pi, but when I use line integral to verify, using substition:

r(t) = 3cost i + 3sin t j

F(r(t))r'(t) = 9 (-2sin2t + 3cos2t)

[tex]\int^{2 pi}_{0}[/tex] 9 (-2sin2t + 3cos2t)

= 9 (1/2 + 5/2 cos(2t))[tex]/^{2 pi}_{0}[/tex]

= 9 pi which doesn't agree with 36 pi.

I wonder if I did my substitution wrong. Should I do anything with z or the k component?

Thank you!
 
on Phys.org
The math looked right to me, so I did the curl side and parametrized the surface. I found the answer to be [tex]9 \pi[/tex] both ways. Check your curl, and make sure you are actually dealing with the curl vector dotted with the normal vector to the surface.
 
Thank you!

Yes I forgot to consider the normal after computing the curl. So I get to surface integral of 1 which translates into double integral of 1 over the region enclosed by S and since x and y form a circle the region is the area of a circle which is 9 pi.