Parameterization of a torus

4.5k Views Asked by At

Given that the parameterization of a torus is given by:

$x(\theta,\phi) = (R + r\cos(\theta))\cos(\phi)$

$y(\theta,\phi) = (R + r\cos(\theta))\sin(\phi)$

$z(\theta,\phi) = r\sin(\theta)$

and the equation of a torus in Cartesian coordinates is given by:

$(R - \sqrt{x^2 + y^2})^2 + z^2 = r^2$

Where $R$ represents the major radius and $r$ the minor radius.

How does one show that the parameterization equations satisfy the Cartesian coordinates? I've tried plugging in and using trig identities, but keep getting stuck.

Also, how would I calculate the volume of a general torus using a triple integral in Cartesian coordinates?

1

There are 1 best solutions below

0
On

Parametrization, as wikipedia defines it, is the process of deciding and defining the parameters necessary for a complete or relevant specification of a model or geometric object. Let's do this for the torus you described.

One approach is to set $\;z=r\sin\theta\;$ (take a point on the surface of the torus and think how the $z$ coordinate is, in terms of the angle $\;\theta$).

Now, since you know the equation of the torus, you can plug in $\;z=r\sin\theta\;$ to get $$\left(R-\sqrt{x^2+y^2}\right)^2+r^2\sin^2\theta=r^2,$$ which is $$\left(R-\sqrt{x^2+y^2}\right)^2=r^2(1-\sin^2\theta).$$

The last expression can also be written as $$\left(\sqrt{x^2+y^2}-R\right)^2=r^2\cos^2\theta.$$

Clear away squares and rearrange to obtain $$\sqrt{x^2+y^2}=R+r\cos\theta,$$ and from this you get $$\;x^2+y^2=(R+r\cos\theta)^2.$$

You can observe that (for a constant $\;\theta\;$) this equation defines a circle of radius $\;R+r\cos\theta,\;$ so you may set now $\;x=(R+r\cos\theta)\cos\phi\;$ and $\;y=(R+r\cos\theta)\sin\phi\;$. Now, you have your complete parametrization for the torus.

For the volume of the torus I recommend you to (again) think geometrically. Simplify the torus in something that you know how to deal with (in terms of measuring it). Then you might figure out how to use that calculation to get the whole volume.