Equation of a 3D spiral

Equation for a helix: $$x(t) = R \cos t, \quad y(t) = R \sin(t), \quad z(t) = at.$$

If you actually want a surface, then use the above to write $$(x-x(z/a))^2+(y-y(z/a))^2 = r^2$$ or $$(x-R \cos(z/a))^2+(y-R \sin(z/a))^2 = r^2$$ where $r$ is the radius of the "tube" and $R$ is the winding radius. In your particular picture you will have $a >> 1$ and $r, R = o(1)$.


These are the parametric equations of a corkscrew \begin{equation*} \begin{aligned} x&=a \cos(\theta)\\ y&=a \sin(\theta)\\ z&=a \theta\tan(\alpha) \\ \end{aligned} \end{equation*}

Where $a$ is constant, the radius of the cylinder, and $\alpha$ is the constant angle made by the tangent with the $x, y$ plane.


The tube thickness can also be varied as a function of any desired parameter ( radius, axial length, theta, arc length along tube etc.), the following image is that of of a helix on a cone. Code line is in Mathematica.

HelixOnCone

Tags:

Geometry