Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the perpendicular surface of a curve
ResourceFunction["PerpendicularSurface"][c,t,{u,v},φ] computes the perpendicular surface with respect to variables u and v, making an angle ϕ with the normal surface of the curve parameterized by t. |
Viviani's curve:
In[1]:= |
|
Out[1]= |
|
Plot it:
In[2]:= |
|
Out[2]= |
|
Compute the perpendicular surface for Viviani's curve:
In[3]:= |
|
Out[3]= |
|
Plot both, varying the angle φ:
In[4]:= |
|
Out[4]= |
|
The normal and binormal surfaces are special cases. Define Viviani's curve and compute its perpendicular surface:
In[5]:= |
|
Out[5]= |
|
Compute the normal surface:
In[6]:= |
|
Out[6]= |
|
Compute the binormal surface:
In[7]:= |
|
Out[7]= |
|
Plots of normal and binormal surfaces:
In[8]:= |
|
In[9]:= |
|
Combining the previous surfaces and Viviani's curve with an intermediate surface:
In[10]:= |
|
Out[10]= |
|
Perpendicular surface for the spherical spiral:
In[11]:= |
|
Out[11]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License