if we consider the circle, whose equation is given by $$x^2+(y-2)^2=1$$ and the parabola $$y=kx^2$$
We wish to find the values of $k$ for which the parabola will touch the circle (not intersect but touch).
Current Solution
Let us simply substitute for $x^2=\frac{y}{k}$ into the circle, this gives: $$\frac{y}{k}+y^2-4y+4=1 \Rightarrow ky^2+(1-4k)y+3k=0 $$
Now evaluating $$\Delta=0$$ we are solving for the values of $k$ for which the parabola only intersects the circle once.
And so we arrive at $$\Delta=(1-4k)^2-12k=1-8k+16k^2-12k^2=4(k^2-2k)+1$$ $$\Delta=4(k-1)^2-3=0\Rightarrow k=\frac{2\pm\sqrt{3}}{2}$$
However, upon further inspection, the specific value $$k=\frac{2-\sqrt{3}}{2}$$ causes the parabola to never intersect the circle, and thus we only take the other value that we found.
My Problem
While this question is "solved", I do not know why such a value of $k$ rose in the first place? Am I interpreting the discriminant incorrectly?
Because such a value for $k$ will make the parabola touch the circle twice due to of course, the symmetry of this particular example.