Trying to analyze degenerate case of quadratic equation $ax^2+bx+c=0$ when $a=0,b=0,c\ne 0$
My attempt is as follows:-
$$x=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a}$$
Let's take first root
$$x=\lim_{a\to 0,b\to 0}\dfrac{-b+\sqrt{b^2-4ac}}{2a}$$ $$x=\lim_{a\to 0,b\to 0}\dfrac{4ac}{2a\left(-b-\sqrt{b^2-4ac}\right)}$$
$$x=\lim_{a\to 0,b\to 0}\dfrac{2c}{\left(-b-\sqrt{b^2-4ac}\right)}$$
In the numerator we have finite value and denominator tends to zero and is negative, so limit is $-\infty$
Let's take second root
$$x=\lim_{a\to 0,b\to 0}\dfrac{-b-\sqrt{b^2-4ac}}{2a}$$ $$x=\lim_{a\to 0,b\to 0}\dfrac{4ac}{2a\left(-b+\sqrt{b^2-4ac}\right)}$$ $$x=\lim_{a\to 0,b\to 0}\dfrac{2c}{\left(-b+\sqrt{b^2-4ac}\right)}$$
In the numerator we have finite value and denominator tends to zero and is positive, so limit is $\infty$
So for example, this indicates that $f(x)=0x^2+0x+100$ meets the $x-$axis at $\infty$ and $-\infty$. But how it can be, how can it ever meet $x-$axis at infinity also?
The limits do not exist unless c=0 which is consistent with the degenerate quadratic equation.