1

I am trying to verify Stokes's theorem if $\vec{v} = z\vec{i} + x\vec{j} + y\vec{k}$ is taken over the hemispherical surface $x^2+y^2+z^2=1, \; z>0$

I have finished the left hand size of Stokes's theorem, and the answer was $\pi$.

I am working on the RHS. I first calculate the unit normal which I go to be $x\vec{i} + y\vec{j} + z\vec{k}$.

Then I calculate the curl of $\vec{v}$ which I Got to be $\vec{i} + \vec{j} + \vec{k}$

When I multiply these together, I get $x + y + z$; however, this makes no sense as I will only have a double integral, but $3$ variables. Can someone point out where I may have gone wrong?

I think I am suppose to get $x+y+1$ and then integrate, but not sure. Any help would be greatly appreciated!

Mark Fantini
  • 5,523
Jackson Hart
  • 1,600

1 Answers1

0

Using $z= \sqrt{1-x^2-y^2}$ then $x+y+z = x+y+\sqrt{1-x^2-y^2}$. This means you have to compute

$$\int\limits_{x^2+y^2\leq 1} x+y+\sqrt{1-x^2-y^2} \, dA.$$

You can use polar coordinates: $$x = r \cos (\theta), y = r \sin (\theta) \text{ and } dA = r \, dr \, d \theta.$$ It follows that

$$\int\limits_{x^2+y^2\leq 1} x+y+\sqrt{1-x^2-y^2} \, dA = \int_0^{2 \pi} \hspace{-5pt} \int_0^1 (r \cos (\theta) + r \sin (\theta) + \sqrt{1-r^2})r \, dr \, d \theta.$$

The integrals of $r \cos (\theta)$ and $r \sin (\theta)$ vanish, and you are left to compute

$$\int_0^{2 \pi} \hspace{-5pt} \int_0^1 r \sqrt{1-r^2} \, dr \, d \theta.$$

Mark Fantini
  • 5,523