Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the evolute of a curve
ResourceFunction["EvoluteCurve"][c,t] computes the evolute of the curve c. |
Define the curve of an ellipse:
| In[1]:= |
Compute its evolute:
| In[2]:= |
| Out[2]= |
Plot the ellipse and evolute:
| In[3]:= | ![]() |
| Out[3]= | ![]() |
Define a curve known as a tractrix:
| In[4]:= |
Its evolute is a catenary:
| In[5]:= |
| Out[5]= |
Plot the result:
| In[6]:= | ![]() |
| Out[6]= | ![]() |
Define a curve called a cissoid:
| In[7]:= |
Plot repeated evolutes of the curve:
| In[8]:= |
| Out[8]= | ![]() |
Evolute of a cycloid:
| In[9]:= |
| In[10]:= |
| Out[10]= |
A cycloidal pendulum, which exhibits the tautochrone property:
| In[11]:= | ![]() |
| Out[11]= | ![]() |
The evolute of a curve can be expressed in terms of the curvature and the normal vector:
| In[12]:= | ![]() |
| Out[12]= |
Show the evolute as an envelope of normals:
| In[13]:= | ![]() |
| In[14]:= | ![]() |
| Out[14]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License