I'm having some trouble with the following exercise:
Let $\alpha:(a,b)\to \mathbb R^2$ be a regular curve such that, the normal line of the curve at every point intersects in one single point. Prove that $\alpha((a,b))$ is a subset of a circle.
Let $Q\in \mathbb R^2$ be the point of intersection. I'm almost 100% sure that this will be the center of the circle, and we can assume that $Q=(0,0)$ because if it isn't, we can just make a translation $Q\to(0,0)$ and then undo the translation. I tried proving this in the following ways:
- Prving that for any $t,t_0\in(a,b)$, $|\alpha(t)|=|\alpha(t_0)|$
- Proving that if $|\alpha(t)|<|\alpha(t_0)|$ then there is a point $t<c<t_0$ such that the normal line at $\alpha(c)$ does not intersect $(0,0)$
- Proving that the curvature at every point is equal to $1/R$ for some constant $R$
But I wasn't able to do so. Are any of these viable ways of solving this? If so, how?