2
$\begingroup$

Verify Green's theorem for $X(x,y)=(xy^2,-yx^2)$ in the circle of radius $R$ with center $(0,0)$.

I think there is a mistakein the field. I suppose the first thing I should do is to find a function $F$ such that $\nabla F= X$. I don't think it is possible: $\displaystyle{\int xy^2 = \frac{1}{2}x^2y^2+g(y)}$ and then it should be $\displaystyle{\frac{\partial}{\partial y}\left(\frac{1}{2}x^2y^2+g(y)\right)}=-yx^2$ but $\displaystyle{\frac{\partial}{\partial y}\left(\frac{1}{2}x^2y^2+g(y)\right)=yx^2+g'(y)}$ since $g$ only has the $y$ variable is impossible to get $-yx^2$

2 Answers 2

2

The Green theorem allows us to write $$ \oint_C \vec{X}\cdot d\vec{r} = \iint_S (\frac{\partial X_2}{\partial x}-\frac{\partial X_1}{\partial y})\; dS $$ where $S$ is the disc of radius $R$ centered at $(0,0)$, $X_2=-yx^2$ and $X_1=xy^2$. Therefore, the integral equals $$ \int_0^{2\pi}\int_0^R (-2r^2\cos \theta\sin\theta-2r^2\cos \theta\sin\theta)rdrd\theta = 0 $$

Alternatively, $$ \oint_C \vec{X}\cdot d\vec{r} = \int_0^{2\pi} \vec{X}(t) ||\vec{v}(t) ||\; dt = \int_0^{2\pi} \pmatrix{R^3\cos t \sin^2 t\\-R^3\cos^2 t \sin t}\cdot \pmatrix{R\cos t \\ R\sin t}dt = \int_0^{2\pi} 0\; dt = 0 $$

I think what is important to note here is that although the integral equals $0$ on a closed curve, the field $\vec{X}$ does not have a potential. It works the other way around: if $\vec{X}$ did have a potential, then we could have written $\oint_C \vec{X}\cdot d\vec{r}=0$ without any computations.

2

If the potential function exists (but it doesn't), then the integral would be zero. Green's theorem works just fine here. But when you "verify" it, you'll have to parametrize the circle and grind out the line integral the hard way. You don't need a potential here.

  • 0
    Maybe I was working in the opposite way? I was thinking of finding a potential $f$ in order to compute $\int_{\partial S} f $ and show that it is $\int_{\ S} X.$ Instead I should $\int_{\partial S} X $ and show that it is $\int_{\ S} dX.$ ?2017-02-01
  • 0
    Yes. Probably the point of the exercise is to demonstrate how much work Green's theorem saves us. But again, this is a _closed_ curve, so if a potential function existed, the integral would be zero. In fact the test for a potential to exist is that $dX$ turns out to be zero.2017-02-01