Limit definition of the osculating circle

curvaturecurvesdifferential-geometrygeometryosculating-circle

Let $I$ be an interval and $c:I \to \mathbb{R}^2$ a smooth curve with $c' \neq 0$ everywhere. I am currently trying to figure out how to define the osculating circle at a point $c(t_0)$, $t_0 \in I$, without assuming that the curvature has previously been defined (which could for example be done via the Frenet frame).

One way to define it might be the following way using a limit: Assume that locally around the point $c(t_0)$ the curve is not a straight line. Consider a value $h>0$ with $t_0 \pm h \in I$ such that the three points $c(t_0-h)$, $c(t_0)$ and $c(t_0+h)$ are not located on a straight line. Let $M(t_0,h)$ be the center of the circle defined by those three points. The osculating circle at $c(t_0)$ might then be defined as being the circle with center $M$ and radius $r$ where these values are given by
$$M:=\lim_{h \to 0} M(t_0,h)\phantom{aaa}\text{and}\phantom{aaa}r:=\Vert M-c(t_0) \Vert$$
The limit runs only over those values of $h$ for which the three points $c(t_0-h)$, $c(t_0)$ and $c(t_0+h)$ are not located on a straight line. (This is not really a restriction. Since $c$ is not a straight line around $c(t_0)$, just choose $h$ small enough.)

My question: How to show that the limit from the above definition exists? Or is there something wrong with the definition?

Some background: A similar definition for the osculating circle is indicated in the book "Modern Differential Geometry of Curves and Surfaces with Mathematica" by Gray et al. in section 4.4. However, they do not explain why the limit should exist or least I do not understand this.

Addendum: Finally, I learned that there must be a "mistake" in the definition. Since this is not mentioned in any of the answers, I decided to explain it here: The condition that $c$ is not a straight line locally around $c(t_0)$ is not sufficient for the osculating circle to exist. Under this condition, it may still happen that for every sufficiently small $h>0$, you can find a straight line through the points $c(t_0-h)$, $c(t_0)$ and $c(t_0+h)$. Take for example $c(t)=(t,t^3)$, $-1/2 < t < 1/2$ and $t_0=0$. Therefore: No osculating circle at $c(t_0)$ in that case. The points $M(t_0,h)$ are not well-defined because they don't exist. So, currently I am wondering what the "correct" condition on $c$ might be guaranteeing that the points $M(t_0,h)$ exist for sufficiently small $h$

Best Answer

HINTS: Without loss of generality, assume $c$ is arclength-parametrized, $t_0=0$, $c(0)=0$, and $c'(0)=(1,0)$.

Take the equation of the circle through $c(-h), 0, c(h)$ to be $f_h(x,y)=(x-a_h)^2 + (y-b_h)^2 - (a_h^2+b_h^2) = 0$. Let $g_h(t) = f_h(c(t))$. Apply Rolle's Theorem a few times to get $-h<\theta_h<0<\tau_h<h$ with $g'_h(\theta_h)=g'_h(\tau_h)=0$, and again to get $\xi_h$ with $g''_h(\xi_h)=0$. You should be able to argue now that $g(t)=\lim\limits_{h\to 0^+} g_h(t)$ exists and $g(0)=g'(0)=g''(0)=0$. This will give you what you want. (You can use a Taylor expansion of $c(t)$ or give an implicit function theorem argument that $(a_h,b_h)$ is a smooth function of $h$.)

Related Question