A follow up to this question. Presumably similar curves have similar osculating conics, which in turn have identical eccentricities. Thus, the 'local eccentricity' of a plane curve at a point is the eccentricity of the osculating conic at that point.
While I have been able to find many, many methods for finding osculating circles, I cannot seem to find any for osculating conics. Is there a particular formula for finding the osculating conic given the parameterization of a plane curve?
The generic equation of a conic can be written as: $$ ax^2+bxy+cy^2+dx+ey+f=0. $$
Suppose your curve is given as $(x(t),y(t))$ and you want to find its osculating conic at $t=t_0$. If you define $$ F(t)=ax(t)^2+bx(t)y(t)+cy(t)^2+dx(t)+ey(t)+f $$ then the following conditions must hold: $$ F(t_0)=0,\quad F'(t_0)=0,\quad F''(t_0)=0,\quad F'''(t_0)=0,\quad F''''(t_0)=0. $$ Solve the above system of equations to find coefficients $a,\dots ,f$.