Conditions
Verify Green's Theorem in the plane for integral_c [(x^2 - xy^3)dx + (y^2 - 2xy)dy] where C is a square with vertices at (0,0), (2,0), (2,2), (0,2).
Solution
As we know, the Green's Theorem claims:
Let be a positively oriented, piecewise smooth, simple closed curve in a plane, and let be the region bounded by . If and are functions of defined on an open region containing and have continuous partial derivatives there, then:
Let's check the conditions of this theorem to check whether it works for our case.
As the C is a square with vertices at (0,0), (2,0), (2,2), (0,2), then this is positively oriented, piecewise smooth (because each side of this square could be represented as a linear function on a plane), simple closed curve. So, the conditions for C is completed.
Let's check the partial derivatives for functions:
As these functions are polynomials, then each their derivative is a continuous function. And these functions are defined in all , so they are defined on each open region containing .
That's why the Green's Theorem is verified for our example.
Comments