Helicoid to Catenoid


Definition of surface, in parametric equations:

x(u,v) = cos(α) sinh(v) sin(u) + sin(α) cosh(v) cos(u)
y(u,v) = -cos(α) sinh(v) cos(u) + sin(α) cosh(v) sin(u)
z(u,v) = u cos(α) + v sin(α)

where:

  • α is a parameter ranging from 0 to 2π, giving the 80 frames shown here with a step of π/40
  • u ranges from 0 to 3π, resulting in the three folds of the surface
  • v ranges from -π/2 to π/2, defining the diameter of the cylinder within which the surface lies.

Note: The values π/2 and 3π/2 for α result in a catenoid (a 2-D rendering of which is produced when we hold a flexible string, or chain, from its two ends, and keep it loose). All other values for α result in a helicoid.

References:

Weisstein, Eric W. CRC Concise Encyclopedia of Mathematics, pp. 205-206


Back to index of surfaces