Verifying Stokes Theorem on Paraboloid z=0.5(x^2+y^2)

HeheZz
Messages
11
Reaction score
0

Homework Statement



Verify Stokes Theorem ∬(∇xF).N dA where surface S is the paraboloid z = 0.5(x^2 + y^2) bound by the plane z=2, Cis its boundary, and the vector field F = 3yi - xzj + yzk.


The Attempt at a Solution



I had found (∇xF) = (z+x)i + (-z-3)k

r = [u, v, 0.5(u^2 + v^2)]
Therefore N= ru X rv = -ui -uj +k
Therefore (∇xF).N = [(z+x), 0, (-z-3)].[-x, -y, 1]
After that I substitute x = rcos(θ), y = rsin(θ), z = 0.5r^2
Thus ∫(0-2)∫(0-2pi) (∇xF).Nr dθdr

But I can't seems to get the answer. Can anyone help? Help would greatly appreciated :)
 
Physics news on Phys.org
Looks okay. What did you get for the answer or where are you getting stuck?
 
ok so its ∫(0-2)∫(0-2pi) (∇xF).Nr dθdr

Therefore its:
∫(0-2)∫(0-2pi) -xz-x^2-z-3 dA (Using x = rcos(θ), y = rsin(θ), z = 0.5r^2)
= ∫(0-2)∫[(0-2pi) -0.5r^3cosθ - r^2cos^2(θ) - 0.5r^2 - 3]r dθdr

Im not sure is my steps correct? Jus a little problem with integrating cos^2(θ).

Furthermore, I've used ∫F.dr to do a check and the answer seems to be 0. Is this correct?
 
Looks good, but I got -20 pi for the answer both ways.

To integrate cos^2(θ), use the trig identity cos^2(θ)=[1+cos(2θ)]/2.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top