4
$\begingroup$

enter image description here

I tried to use stokes theorem in this problem but my answer doesn't match the correct answer.

Please helpenter image description here. This is my try pls help..

  • 1
    Can you please show your work so that we judge it.2017-01-17
  • 1
    Yes I show u...I edit the question2017-01-17
  • 0
    nice work ............+12017-01-17

1 Answers 1

3

Stokes theorem says

$$\int_{C} F \cdot dr=\iint_{S} (\nabla \times F) \cdot \vec n dS$$

Where $C=\partial S$, here $\partial$ stands for the boundary.

Choose $S$ to be the plane $x+y=0$ which lies in $x^2+y^2+z^2 \leq 1$, clearly $\partial S=C$ where $C$ is the curve you want. In your example $\nabla \times F=\langle -1,-1,-1 \rangle$. How about unit the normal vector? We have $1x+1y+0z=0$. So the unit normal is $\frac{1}{\sqrt{2}}\langle 1,1,0 \rangle$. Actually with the correct orientation that goes with the problem it should be $\frac{1}{\sqrt{2}}\langle -1,-1,0 \rangle$.

So $(\nabla \times F) \cdot \vec n=\frac{2}{\sqrt{2}}=\sqrt{2}$.

Parametrizing the surface as $r(x,z)=\langle x,-x,z \rangle$ with $x^2+(-x)^2+z^2 \leq 1$. We obtain $dS=|r_x \times r_z| dA=\sqrt{2} dA$. From here we get,

$$\int_C F \cdot dr=\iint_{D} \sqrt{2} \sqrt{2} dA$$

Where $D$ is an ellipse (an the inside) $\frac{\sqrt{2}}{2}$ by $1$, centered at the origin. The ellipse is $(\frac{x}{\frac{\sqrt{2}}{2}})^2+(\frac{y}{1})^2 \leq 1$ from our parameterization.

Using the formula for the area of inside an ellipse $(\frac{x}{a})^2+(\frac{y}{b})^2=1$, $A=\pi ab$ we have,

$$=2 \iint_{D} dA=2(\pi)(\frac{\sqrt{2}}{2})(1)=\sqrt{2}\pi$$

Though this does not agree, I believe that the program you are using is at fault.

  • 0
    Please see my edit there was a error with my parametrization. That it did not imply $u^2+v^2 \leq 1$ so I used a simpler parametrization to get a different answer. I think there is an error in the program you are using. @AbhishekChandra2017-01-17
  • 1
    Note that you don't even have to parametrize the surface: $$ \int_C F \cdot dr = \iint_S \nabla \times F \cdot n\, dS = \iint \sqrt{2} \,dS = \sqrt{2} \iint_SdS= \sqrt{2} \pi 1^2 $$2017-01-23