I waa trying to see what the nature of the circle of curvature is when i tried plotting for a point on a parabola
lets say we have a curve given by $y^2 = 4x$ ,take a point P on that curve , for making a the centre of circle of the curvature this point is making with the parabola curve we have a formula for how much the radius be involving first and second derivative . But suppose we want to find the centre we can first try making a tangent supoose we managed it , but then for that point and the tangent line the , there are infinite circles passing through that point and tangent to the tangent line of parabola.
- For the centre of curvature whats the unique feature i should look for when i try drawing many circles along that normal line of parabola ?
Is it that that unique circle some part (very close to that point) must be touching the parabola curve ? Other circles (infinite) will not have that feature or something else unique about it?
Suppose we get the propety to be something , how do we prove that its satisfied by only one circle at all .(i am not talking using the radius formula and say as radius is unique so there exists only one circle inside the curve . ). Like my question my raised when i tried to try plotting like this : many circles seems to be touching at that point P but still which oen is exactly the curvature one , i am still not getting : all seems to be satisfying that they are part of a circle and tangent to that point :


For a planar curve $\mathbf{r}(t) = (x(t) , y(t) ) $ , the circle having the same curvature has a center given by
$ C(t) = ( x(t) - \alpha y'(t) , y(t) + \alpha x'(t) ) $
with
$ \alpha = \dfrac{ x'^2 + y'^2 }{ x' y'' - y' x'' } $
And the radius of this circle is given by
$ R = \dfrac{ (x'^2 + y'^2 )^{3/2}} { x' y'' - y' x'' } $
For the curve $ y^2 = 4 x$ , the corresponding parametric equation is $\mathbf{r}(t) = ( t^2 , 2 t) $, therefore
$ (x', y') = (2 t , 2 ) $ and $ (x'', y'') = (2 , 0) $