Since I have posted this elsewhere, I thought I would give it a try here too ... perhaps someone would enlighten me. Green's theorem is widely known and considered as much as important as the fundamental theorem of calculus. The theorem simply converts line integrals to double integrals.
We can obtain Green's theorem area formula by going backwards :
A = ? ? dydx = ? ? ( 1/2 + 1/2 ) dydx = 1/2 ? ( xdy - ydx ) , this is given as a definition in most cases.
Ofcourse this holds if the domain is closed.( a closed ring or path or region or whatever ... )
But it seems sometimes we can compute the area directly from A = ? xdy
Example:
Determine the area between y=x2 and y = x across C+
A = 1/2 ( ? xdy - ydx )
I divided the line integral into arc OA and a straight line OA where A (1,1), the point of intersection of the parabola and the straight line, and O is the origin ofcourse. Plotting the parabola and the straight line in an xy-plane would make this a lot easier.
I chose the parametirc equations,
For [OA] : y = x , x=x 0 ? x ? 1
For arc OA : x=y2 , y=y 1 ? y ? 0
I1 = 1/2 ? (x-x)dx = 0 ----> for [OA]
I2 = 1/2 ? (y2 - 2y2)dy = 1/6 ---> for arc OA
A = I1 + I2 = 1/6
Now notice that the area could have been calculated directly from:
A = ? xdy ( line integral across C+ ) = ? xdy ( across [OA] ) + ? xdy ( across arc OA )
Using the same variables, A = ? xdx ( 0 ? x ? 1 ) + ? y2dy ( 1 ? y ? 0 ) = 1/6
The interesting part is that A = ? xdy gives the same answer for 1/2 ? ( xdy - ydx ) in many cases , but sometimes it doesn't. I can't seem to figure out when it does not apply ...