Evaluate the surface Integral of $H(x,y,z) = yz$ over the part of the sphere $x^2+ y^2+ z^2 =4$ that lies above the cone $z = \sqrt{x^2 + y^2}$
My question is How can I setup the integral to calculate the surface integral for this one . I know for the conic part I can use the parametric coordinates
as:
$x =r\cos\theta$, $y =r\sin\theta$, $z =r$, But I am unable to setup the integral correctly.
Can anyone please tell me how should I tackle this problem ?
Thank you.
Given the symmetry, it is convenient to set up the integral in spherical coordinates. Use $r=2$, $y=r\sin\phi\sin\theta$, $z=r\cos\theta$ and the surface element $ds = r^2\sin\theta d\theta d\phi$
$$I=\int_S H(x,y,z) ds =\int_S yz ds =r^4 \int_0^{2\pi} \int_0^{\pi/4}\sin\phi \cos\theta \sin^2\theta d\theta d\phi $$
Note that the result is zero due to the integral over $\phi$, which is not surprising because of $y$ in the integrand.