Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the involute of a curve
ResourceFunction["InvoluteCurve"][c,t] computes the involute of a curve c with parameter t. | |
ResourceFunction["InvoluteCurve"][c,{t,tf}] computes the involute by switching to numerical integration from 0 to tf. |
Compute the involute of a circle:
In[1]:= |
|
Out[1]= |
|
Plot the circle involute and tangent lines along the circle:
In[2]:= |
|
Out[2]= |
|
Start the involute at π/2:
In[3]:= |
|
Out[3]= |
|
Nested involutes of the circle:
In[4]:= |
|
Out[4]= |
|
Here are some involute plots for several named curves:
In[5]:= |
|
Out[5]= |
|
The evolute of a curve's involute is the curve itself:
In[6]:= |
|
Out[6]= |
|
The eight curve:
In[7]:= |
|
The involute curve:
In[8]:= |
|
Out[8]= |
|
The involute curve using the expression shown above gives the same result four times:
In[9]:= |
|
Out[9]= |
|
Using numerical integration gives the correct result:
In[10]:= |
|
Out[10]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License