Understanding the usage of Green's Theorem in this problem

113 Views Asked by At

Use Green's theorem to find the area enclosed by the ellipse: $$\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$$


We parameterize the ellipse by the equations: $$x = a\cos{t}\\y = b\sin{t}$$ ... for $t \in [0, 2\pi]$. Green's theorem tell sus that the area of $R$, the region enclosed by this simple closed curve, is: $$\text{area of R} = \oint_c x~ dy = \int _0 ^{2\pi} (a\cos{t})(b\cos{t}dt)$$

Green's theorem is: $$\oint_c Mdx + Ndy = \int \int_R \left (\frac{\partial N}{\partial x} - \frac{\partial M}{\partial y} \right ) dA$$ I don't understand the usage of Green's theorem here. Where does the integral $\oint_c x~dy$ come from? I assume we're letting $N = x$, right?

1

There are 1 best solutions below

0
On

the area of the ellipse

$\iint \ dy\ dx$

Lets find a function $f(x,y) = M(x,y)\mathbf i+ N(x,y)\mathbf j$ such that

$\frac {\partial N}{\partial x} - \frac {\partial M}{\partial y} = 1$

how about $f(x) = 0 \mathbf i + x \mathbf j$

then

$\iint \ dy\ dx = \iint \left(\frac {\partial N}{\partial x} - \frac {\partial M}{\partial y}\right) \ dy\ dx = \oint f(x,y)\cdot dr$

$r = (a\cos t, b\sin t)\\ dr = (-a\sin t, b\cos t)\ dt$

$\oint f(x,y)\cdot dr = \int_0^{2\pi} (a\cos t)(b\cos t) \ dt$