Compute the integral over the volume of a torus,

1.3k Views Asked by At

In $\mathbb R^3$, let $C$ be the circle in the $xy$-plane with radius $2$ and the origin as the center, i.e.,

$$C= \Big\{ \big(x,y,z\big) \in \mathbb R^3 \mid x^2+y^2=4, \ z=0\Big\}.$$

Let $\Omega$ consist of all points $(x,y,z) \in \mathbb R^3$ whose distance to $C$ is at most $1$. Compute $$\int_\Omega \left|\,x\,\right|\,dx\,dy\,dz$$

So, with the help of erichan (see below), I now know that the volume is a solid torus. But I am having trouble setting up the integration bounds. As erichan had suggested, we consider a union of unit-spheres, all centered on points of the radius-$2$ circle. Using spherical coordinates, I have this integral set up:

$$\int_0^\pi\int_0^{2\pi}\int_0^1 \Big(\big|\,\left(r\cos \theta+2\right)\sin\phi \,\big| \,r^2 \sin\phi \Big) \, dr\, d\theta \,d\phi,$$

Where I parameterized the solid torus as: $$ \begin{aligned} x &= (r\cos \theta +2)\sin \phi \\ y &= (r\sin \theta +2)\sin\phi \\ z &= r\cos \phi \end{aligned} $$ with Jacobian as $r^2\sin \phi$.

Is my setup ok? I shifted $x$ and $y$ by two units. I'm not so sure about the parametrization of $z$ (should I leave it as it is normally?). And should I change the Jacobian factor?

I welcome any answers to this problem – I had previously requested just hints. I am wondering whether there is a simpler way to compute this integral, using symmetry of the torus.

Thanks,

2

There are 2 best solutions below

9
On

Since you only want hints...

For each point on the circle of radius $2$ consider a solid sphere of radius $1$. Now consider the union of all these spheres. What do you get?

8
On

So, you know it is a torus: then, your parametrization should be $$ \begin{cases} x = \big(\, 2 + r \cos \theta \, \big) \cos \phi \\ y = \big(\, 2 + r \cos \theta \, \big) \sin \phi \\ z = r \sin \theta \end{cases} $$ where $r \in [0,1]$ and $\theta, \phi \in [0, 2 \pi)$, and with jacobian $$ \big|\,J\,\big| = \left| \begin{vmatrix} \frac{\partial x}{\partial \theta} & \frac{\partial x}{\partial \phi} & \frac{\partial x}{\partial r} \\ % \frac{\partial y}{\partial \theta} & \frac{\partial y}{\partial \phi} & \frac{\partial y}{\partial r} \\ % \frac{\partial z}{\partial \theta} & \frac{\partial z}{\partial \phi} & \frac{\partial z}{\partial r} \\ \end{vmatrix} \right| = \cdots = r \,\left( \,2 + r \cos \theta\,\right) . $$ Thus your integral becomes: $$ \int_0 ^1 \int_0 ^{2 \pi} \int_0 ^{2 \pi} \big| \left(\,2 + r \cos \theta\,\right) \cos \phi \big| \, r \, ( \,2 + r \cos \theta\,) \, d \phi \, d \theta \, dr $$ $$ = \int_0 ^1 \int_0 ^{2 \pi} r\, \left( \,2 + r \cos \theta \,\right)^2 \, d \theta \, d r \int_0 ^{2 \pi} \big| \cos \phi \big| \, d \phi $$ which simplifies to $$ \left[ \int_0 ^{2 \pi} \big| \cos \phi \big| \, d \phi \right] \cdot \left[ 4 \int_0 ^1 r \, dr \int_0 ^{2 \pi} d \theta + 4 \int_0 ^1 r^2 \, dr \int_0 ^{2 \pi} \cos \theta \, d \theta + \int_0 ^1 r^3 \, dr \int_0 ^{2 \pi} \cos ^2 \theta \, d \theta \right] $$ which, while tedious, is rather trivial to compute.