Ok, shot in the dark.
I set z = SQRT(16 - x^2 - y^2)
x = r cos(theta)
y = r sin(theta)
Since the sphere is between z = 2, z = -2, x^2 + y^2 = 12 so r^2 = 12. So I paramatized the surface in terms of r and theta. So...
z = SQRT(16 - r^2)
x = r cos(theta)
y = r sin(theta)
0 <= r <= 2*SQRT(3)
0 <= theta <= 2*pi
Is this remotely correct? Where are all the ATOT smarties?
