Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the osculating parabola of a plane curve
ResourceFunction["OsculatingParabola"][c,{t,t0},u] gives the parametric equations with parameter u for the osculating parabola of a plane curve c defined with respect to the variable t at t=t0. |
Parametric equations for the osculating parabola of a semicubical parabola:
| In[1]:= |
|
| Out[1]= |
|
Plot the curve and its osculating parabola with the point of contact:
| In[2]:= |
|
| Out[2]= |
|
Plot a family of osculating parabolas for a cardioid:
| In[3]:= |
|
| Out[3]= |
|
Generate the implicit Cartesian equation for the osculating parabola of an ellipse at a given point:
| In[4]:= |
|
| Out[4]= |
|
Show the ellipse, the osculating parabola, and their point of contact:
| In[5]:= |
|
| Out[5]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License