Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the tangential angle of a curve
ResourceFunction["TangentialAngle"][c,t] computes the tangential angle of the curve c parameterized by variable t. |
Tangential angle for a curve:
| In[1]:= |
| Out[1]= |
Tangential angle for several curves:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
A more complicated result:
| In[3]:= | ![]() |
| Out[3]= | ![]() |
The ellipse pedal curve:
| In[4]:= |
| Out[4]= |
Plot the curve:
| In[5]:= | ![]() |
| Out[5]= | ![]() |
The tangential angle:
| In[6]:= | ![]() |
| Out[6]= |
For some named curves, it is possible to get the tangential angle using entities, but the output can be written in a different way:
| In[7]:= |
| Out[7]= |
| In[8]:= |
| Out[8]= |
Evaluating at one point:
| In[9]:= |
| Out[9]= |
Some cases may need some time to compute:
| In[10]:= | ![]() |
| In[11]:= |
| Out[11]= |
This work is licensed under a Creative Commons Attribution 4.0 International License