Stokes theorem and line integral

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
rado5
Messages
71
Reaction score
0

Homework Statement



Prove that [tex]2A=\oint \vec{r}\times d\vec{r}[/tex]

Homework Equations





The Attempt at a Solution



From stokes theorem we have [tex]\oint d\vec{r}\times \vec{r}=\int _{s}(d\vec{s}\times \nabla)\times \vec{r}= \int _{s}(2ds\frac{\partial f}{\partial x},-ds+ds\frac{\partial f}{\partial y},-2ds)[/tex]. I'm stuck here and I don't know how to continue. Please help me.

Another method is [tex]\oint \vec{r}\times d\vec{r}=\oint (ydz-zdy,zdx-xdz,xdy-ydx)[/tex]. Please help me solve it.
 
Physics news on Phys.org
Maybe they didn't state it very clearly, but that formula is only true for a planar surface, say a region in the xy plane. And I'm not sure what formulation you are using of Stokes theorem. If you are using the vector form, that means a unit normal points in the z direction, say k. To get the area you want to integrate 1*dx*dy. Now if you define the vector field F=(-y/2,x/2,0) what is curl(F)?
 
Dick said:
Maybe they didn't state it very clearly, but that formula is only true for a planar surface, say a region in the xy plane.

So in this case z=0 and then we have: [tex]\oint \vec{r}\times d\vec{r}=\oint (ydz-zdy,zdx-xdz,xdy-ydx)=\oint (0,0,-ydx+xdy)[/tex] so [tex]\vec{F}=(-y,x,0) and \vec{n}=(0,0,1) and \nabla \times \vec{F}=(0,0,2) and so (\nabla \times \vec{F}).\vec{n}=(0,0,2)[/tex] so we have [tex]\oint \vec{F}.d\vec{r}=\int_{s}(\nabla\times \vec{F}).\vec{n}ds=\int\int_{D}2dxdy=2A[/tex]
I think my method is now correct. Thank you very much for your kind help.