boneill3
- 126
- 0
Homework Statement
Use greens theorem to calculate.
\int_{c}(e^{x}+y^{2})dx+(e^{x}+y^{2})dy
Where c is the region between y=x2y=x
Homework Equations
Greens Theorem
\int_{c}f(x.y)dx+g(x,y)dy= \int_{R}\int (\frac{\partial g}{\partial x}-\frac{\partial f}{\partial y})dA
The Attempt at a Solution
\frac{\partial g}{\partial x}= 2x
\frac{\partial g}{\partial x}= 2y
Calculate the integral
\int_{0}^{x}\int_{0}^{\sqrt{y}}2x-2y\text{ }dy dx
=\frac{x^2}{2}-\frac{4x^{5/2}}{5}
Does this look right?
regards