Consider an ellipse $x^2 + 4y^2 = 4$ given in parametrised form $(2 \cos t, \sin t)$. At a given point $p_0 = (2 \cos t_0, \sin t_0)$ we want to measure how round the ellipse is (i.e. how similar to a circle it is). To do this, let $C(x,y) = (x-a)^2 + (y-b)^2 - \lambda$ be a circle with centre $(a,b)$. If this circle goes through the point $p_0$ then
$$ (2\cos t_0 - a)^2 + (\sin t_0 - b)^2 -\lambda = 0 = g(t_0)$$
A point of $k$ contact between this circle and ellipse is any point for which the first $k-1$ derivatives $g^{(i)}$ vanish and $g^{(k)} \neq 0$.
For this example there are only four points for which we can have $4$-point contact. The centres of the corresponding circles are: $(\pm {3 \over 2}, 0), (0, \pm 3)$.
My question is: Why are these the only points where $4$-point contact is possible?
Ideally, I would like to gain geometric insight from any answer, if possible. It is clear to me that $3$-point contact is possible at every point on the ellipse.