Given the circle $x^2+y^2=r^2$ and the parabola $y=ax^2+\frac{5}{3}r$, where $r>0$, find the coefficient $a$ such that the parabola is tangent to the circle.
Setting up a system with the two equations and letting the discriminant equal to zero yelds another second-degree equation, namely \begin{equation} 1+4a^2r^2+\frac{20}{3}ar = 0 \end{equation} which, when solved, gives two possible values for $a$: \begin{equation} a=-\frac{3}{2r}\qquad\text{and}\qquad a=-\frac{1}{6r} \end{equation} Now, only the first one is the actual solution. My question is, why does the second solution even show up? I was expecting just one possibility for $a$, given the geometry of the problem. What does the other solution mean? Does it have anything to do with complex numbers?



I found your same result, indeed from the condition we obtain
$$y^2+\frac y a - \frac 5 3 \frac r a -r^2=0$$
which leads to
$$\frac 1 {a^2}+\frac {20} 3\frac r a +4 r^2=0$$
and then
$$\frac 1 a=\frac{-\frac{20}3 r \pm \frac{16}3 r}{2} \implies a=-\frac{3}{2r}\qquad\text{and}\qquad a=-\frac{1}{6r}$$
The second solution is probably added when we take the condition $\Delta =B^2-4AC=0$.