Calculating the mass of the surface of a semisphere.

74 Views Asked by At

I want to calculate the mass of a surface defined by $x^2+y^2+z^2=a^2$, $z\geq{0}$, (a semisphere) knowing that the density of the surface is proportional to the distance to the plane $XY$

I know I have to calculate the integral $$\int_{S}z\space dS$$

Parametrizing the surface using spherical coordinates

$$x=a·sin(\phi)cos(\theta), y=a·sin(\phi)sin(\theta),z=a·cos(\phi)$$ For $0<\phi<\pi/2$ and $0<\theta<2\pi$.

Therefore I have to solve $$\int_0^{2\pi}\int_{0}^{\pi/2}a·cos(\phi)\space |\frac{\partial}{\partial \phi}\times \frac{\partial}{\partial \theta}|d\phi d\theta$$

Now, calculating $|\frac{\partial}{\partial \phi}\times \frac{\partial}{\partial \theta}|$ is very tedious, and this should be an easy problem. Is there any other easier way to do this prolem? (assuming what I did is correct and a way to solve it, if not, correct me)

3

There are 3 best solutions below

5
On

The integral to calculate the mass should be

$$\int_{S}z\space dS =\int_0^{2\pi}\int_{0}^{\pi/2} a^3·\cos \phi \sin \phi\,d\phi \,d\theta$$

0
On

Consider an annular element perpendicular to the $z$ axis of radius $x$ and thickness $\delta s=a\delta \phi$ where $\phi$ is as you have defined.

Let the density be $kz=ka\cos \phi$ and $x=a\sin \phi$

In which case the mass of the sphere is $$m=\int_0^{\frac{\pi}{2}}(2\pi x)(kz)a d\phi=2\pi a^3k\int_0^{\frac{\pi}{2}}\sin\phi \cos\phi d\phi$$ $$=\pi ka^3$$

0
On

$x = a\cos\theta\sin\phi\\ y = a\sin\theta\sin\phi\\ z = a\cos\phi$

$(\frac {\partial x}{\partial \phi},\frac {\partial y}{\partial \phi},\frac {\partial z}{\partial \phi}) = (a\cos\theta\cos\phi,a\sin\theta\cos\phi,-a\sin\phi)\\ (\frac {\partial x}{\partial \theta},\frac {\partial y}{\partial \theta},\frac {\partial z}{\partial \theta}) = (-a\sin\theta\sin\phi,a\cos\theta\sin\phi,0)\\ $

$\frac {\partial}{\partial \phi}\times\frac {\partial}{\partial \theta} =(a^2\cos\theta\sin^2\phi, a^2\sin\theta\sin^2\phi, a^2(cos^2\theta+\sin^2\theta)\cos\phi\sin\phi)\\ \qquad a^2\sin\phi(\cos\theta\sin\phi,\sin\theta\sin\phi,\cos\phi)\\ \|\frac {\partial}{\partial \phi}\times\frac {\partial}{\partial \theta}\| =a^2\sin\phi \sqrt{(\cos^2\theta + \sin^2\theta)\sin^2\phi + \cos^2\phi}\\ a^2\sin\phi$

This calculation is very common for any work in spherical coordinates. You should get to know it well. Once you do, you can jump to the end.