Calculating Line Integrals Using Stokes' 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
Niles
Messages
1,834
Reaction score
0
[SOLVED] Calculus - Stokes' theorem

Homework Statement


I have F in Cartesian coordinates (F is a vector): F = (y , x , x*z) and a curve C given by the quarter-circle in the z-plane z=1 (so t : (cos(t) , sin(t) , 1) for t between 0 and Pi/4).

I have found the line integral, and it equals 1/2.

For fun I wanted to find the same line-integral using Stokes' theorem, so I find the curl of F to be (0 , -z , 0) and dS I find by finding the normalvector, which is the cross-product between n_r and n_t. This gives a z-component (of course) with magnitude r - but then the surface integral is zero?

Where is my error?
 
Physics news on Phys.org
You can only use Stokes theorem if you have a closed contour. Try doing the contour integral around the whole boundary of the quarter circle. Then you should get zero.
 
Ah man, of course; hadn't thought of that.

You saved me again, thanks.