Compute the following multi-variable derivatives:
Find div(yz, zx, xy).
Find curl(yz, zx, xy).
Find div(curl(yz, zx, xy)).
Find grad(arctan(y/x)).
Find div(grad(arctan(y/x))).
Find (for f a general scalar function): div(grad(f)).
Find for n = 2 (general f): curl(grad(f)).
Find for n = 3 (general f): curl(grad(f)).
Attempt to apply Green's Theorem to evaluate the path integral over the circle of radius a with center at the origin, when traversed once counter-clockwise, of each of the following vector fields:
F(x, y) = (0, x).
F(x, y) = (x - y, x + y).
F(x, y) = (-y/r, x/r), where r = SQRT{x^{2} + y^{2}}.
F(x, y) = (-y/r^{2} , x/r^{2}).