gtfitzpatrick
- 372
- 0
Homework Statement
Cis the boundary of the region given by curves y = x^{2} and y=x use Greens theorem to evaluate the following line integrals.
a) \oint(6xy-y^2 )dx
b) \oint(6xy-y^2 )dy
Homework Equations
The Attempt at a Solution
so greens theorem states \oint Mdx + Ndy = \int\int \frac{\partial N}{\partial x} - \frac{\partial M}{\partial y} dxdy
so for (a) M=6xy-y^2 N=0
The 2 curves intersect at (1,1)
so \oint (6xy-y^2)dx = \int^{1}_{0} \int^{x^2}_{x} (6x-2y) dydx
=\int^{1}_{0} -x^4 + 6x^3 -7x^2 dx
=\frac{-31}{30}
and for (b) N=6xy-y^2 M=0
The 2 curves intersect at (1,1)
so \oint (6xy-y^2)dy = \int^{1}_{0} \int^{x^2}_{x} (6y-2y)dydx
=\int^{1}_{0} 2x^4 - 2x^2 dx
=\frac{-4}{15}
am i doing this right?