Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Plot a ruled surface
ResourceFunction["RuledSurfacePlot"][c1,c2,u] plots a ruled surface from the curves c1 and c2 that are parameterized by the variable u. | |
ResourceFunction["RuledSurfacePlot"][c1,c2,{u,umin,umax},{v,vmin,vmax}] plots a ruled surface with u varying from umin to umax and v varying from vmin to vmax. |
A simple ruled surface:
| In[1]:= | ![]() |
| Out[1]= | ![]() |
This Manipulate shows how the surface is generated, the right line moves around intersecting the two curves, for definite values of u and v:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
Modify the default ranges:
| In[3]:= |
| Out[3]= | ![]() |
Modify the options for enhanced viewing:
| In[4]:= | ![]() |
| Out[4]= | ![]() |
Plot the generalized hyperbolic paraboloid:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
Define the Plücker conoid:
| In[6]:= |
| Out[6]= |
Plot the conoid:
| In[7]:= |
| Out[7]= | ![]() |
The Möbius strip as a ruled surface:
| In[8]:= |
| Out[8]= | ![]() |
A representation of the director curve c2(u):
| In[9]:= | ![]() |
| Out[9]= | ![]() |
An elliptical hyperboloid is doubly ruled because it can be parametrized in two ways:
| In[10]:= |
The "minus" chart could easily have been defined in terms of the "plus" one:
| In[11]:= |
| Out[11]= |
Plot both cases:
| In[12]:= | ![]() |
| Out[12]= | ![]() |
The Gaussian curvature of a ruled surface is everywhere nonpositive:
| In[13]:= |
| Out[13]= |
| In[14]:= |
| Out[14]= |
This plot exhibits its minima, corresponding to regions which are especially distorted:
| In[15]:= |
| Out[15]= | ![]() |
Generalized cylinders and cones have the form of a ruled surface:
| In[16]:= |
A figure-eight curve:
| In[17]:= |
Parametrizations of a generalized cylinder and cone using a figure-eight curve:
| In[18]:= |
| Out[18]= |
| In[19]:= |
| Out[19]= |
Plot the surfaces:
| In[20]:= | ![]() |
| Out[20]= | ![]() |
If the Gaussian curvature of a ruled surface is everywhere zero, then it is said to be a flat surface:
| In[21]:= |
| Out[21]= |
| In[22]:= |
| Out[22]= |
The tangent developable of a space curve α is a ruled surface, whose director curve is the unit tangent vector field to α:
| In[23]:= |
| Out[23]= |
| In[24]:= |
| Out[24]= |
| In[25]:= |
| Out[25]= | ![]() |
| In[26]:= |
| Out[26]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License