How do you show a torus to have no self intersection?

246 Views Asked by At

How to show the torus has no self intersection? ie how do you show that for any two distinct points $(\theta_1,\phi_1) \ne (\theta_2,\phi_2)$ we always have $F(\theta_1,\phi_1) \ne F(\theta_2,\phi_2)$? where

$$F : (\theta, \phi) \rightarrow ((a+b\sin(\theta))\cos(\phi), (a+b\sin(\theta))\sin(\phi),b\cos(\theta))$$

$$\theta , \phi \in [0,2 \pi), a>b>0$$

I have assumed there does exist $\theta_1 , \theta_2 , \phi_1 , \phi_2 \in [0,2 \pi)$ such that $F(\theta_1 , \phi_1)=F(\theta_2 , \phi_2)$ and that $(\theta_1 , \phi_1) \ne (\theta_2 , \phi_2)$ (in hope of reaching a contradiction), leading to:

$$ (a+b\sin \theta_1)\cos \phi_1 = (a +b\sin \theta_2)\cos \phi_2 $$

$$(a+b\sin \theta_1)\sin \phi_1 = (a+b\sin \theta_2)\sin \phi_2$$

$$b\cos \theta_1 = b\cos \theta_2$$

From the last line, we get $\theta_1 = 2 \pi - \theta_2$ when $\theta_2 \ne 0$ and $\theta_1=\theta_2$ when $\theta_2=0$

I have started considering when $\theta_2=0$:

when $\theta_2=0, \theta_1=0 \Rightarrow \phi_1 \ne \phi_2$

$\Rightarrow$ $$\cos \phi_1 = \cos \phi_2$$

$$\sin \phi_1 = \sin \phi_2$$

the only thing I can think to do is divide the first equation by the second but I don't see how this helps, thanks for your time.

1

There are 1 best solutions below

1
On

The image of the point $(\phi,\theta)$ is $(x,y,z)=(c\cos\phi,c\sin\phi,b\cos\theta)$ where $c=a+b\sin\theta>0$ as $a>b$. Thus $\phi$ is uniquely determined in $[0,2\pi)$ as the argument of the complex number $x+yi$. Also the absolute value of $x+yi$ is $|x+yi|=c=a+b\sin\theta$. Thus $(x,y,z)$ determines $\sin\theta$ and $\cos\theta$ and they determine $\theta$ uniquely within $[0,2\pi)$.