Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the total signed curvature of a curve
ResourceFunction["TotalSignedCurvature"][c,t] computes the total signed curvature of a curve c with respect to parameter t. | |
ResourceFunction["TotalSignedCurvature"][c,{t,a,b}] computes the total signed curvature from a to b. |
Compute the total signed curvature of a circle:
In[1]:= |
Out[2]= |
Some results are very similar:
In[3]:= |
Out[3]= |
Some results involve inverse functions:
In[4]:= |
Out[4]= |
Find the result for a Cornu spiral:
In[5]:= |
Out[5]= |
Define a hypotrochoid function:
In[6]:= |
Out[7]= |
The total signed curvature of a hypotrochoid:
In[8]:= |
Out[8]= |
Plots of several hypotrochoids:
In[9]:= |
Out[9]= |
The total signed curvature is related to turning numbers:
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
This work is licensed under a Creative Commons Attribution 4.0 International License