In Lecture 6 we showed examples of Green's Theorem and sketched a proof of the theorem. In this lecture, we will give more examples using Green's Theorem. Then we will introduce area and surface integrals.
curlF = d/dx( -x / (x^2 + y^2) ) - d/dy( y / (x^2 + y^2) ) = 0
Thus, the circulation equals 0 over any path not surrounding the origin.
Remember, Green's Theorem is restricted to certain F and C.
In this example, it does not apply to any path around the origin, since F is not
continuous at the origin.
Therefore, we can only say that the circulation is 0 for any region not containing
the origin.
Take a circular path around the origin.
r = a cost i + a sint j, 0 <= t <= 2*pi
T = ( -a sint i + a cost j ) / ||v||

Green's Theorem predicted that the circulation was 0, but as we can see, this is not the
case for paths surrounding the origin.


cos

n (dot) p
||n (dot) p||
= dA / ||n (dot) p||
= dA || grad f || / || grad f (dot) p ||
So, what is the area of S?


dr

Note that g(x,y,z) in the integral is the value of g on S, i.e., on z = z(x,y)
In other words, you can substitute a function of x and y for g(x,y,z) because you know
what z is on the surface. Here g(x,y,z)=g(x,y,z(x,y)), a function of x and y only.
An example will be given next lecture.