Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the osculating conic of a plane curve
ResourceFunction["OsculatingConic"][c,{t,t0},{x,y}] gives the implicit equation with variables x and y for the osculating conic of a plane curve c depending on parameter t at t=t0. |
The implicit Cartesian equation for the osculating conic of a deltoid:
| In[1]:= | ![]() |
| Out[1]= |
Plot the deltoid and its osculating conic along with their point of contact:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
The osculating conic for a catenary:
| In[3]:= |
| Out[3]= | ![]() |
Show three of the osculating conics along with the catenary:
| In[4]:= | ![]() |
| Out[4]= | ![]() |
Use the resource function ConicProperties to get further information on an osculating conic:
| In[5]:= | ![]() |
| Out[5]= |
| In[6]:= |
| Out[6]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License