We can write general equation of conic as:
$$ \frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{a^2(1-e^2)} = 1$$
Where $a$ is some parameter and $e$ is eccentricity of conic
For e=0, it is a circle:
$$(x-h)^2 + (y-k)^2 = a^2$$
similarly,
$0 < e<1$, is it an ellipse
$ e>1$, it is a hyperbola
Now, I want to derive the equation of parabola from this , where $e=1$, however that leads me to blowing up the expression. So, I isolated the expression for $e$:
$$ \frac{(y-k)^2}{ a^2 - (x-h)^2} = 1-e^2$$
$$ e^2 = 1 - \frac{(y-k)^2}{a^2 - (x-h)^2}$$
If we send $e \to 1$, this equation becomes:
$$(y-k)^2 =0$$
Which is the equation of a straight line... not a parabola. Why is that the equation didn't reduce to parabola?