There is this practice problem that asks to determine the points at which the graph of $y^4=y^2-x^2$ has a horizontal tangent.
So I did implicit differentiation to find that
$$\displaystyle\frac{dy}{dx} = \frac{-x}{2y^3-y}$$
To find the horizontal tangent, I set $\frac{dy}{dx}=0$ and solved for $x$:
$$\begin{align} \displaystyle\frac{dy}{dx} &= 0 \\ \frac{-x}{2y^3-y} &= 0 \\ -x &= 0 \\ x &= 0 \end{align}$$
Then I substituted $x=0$ into the equation of the curve:
$$\begin{align} y^4&=y^2-(0)^2 \\ 0 &= y^4 - y^2\\ 0 &= y^2(y+1)(y-1) \\ y&=-1,\,0,\,1 \end{align}$$
I concluded that the points $(0,0)$, $(0,-1)$, and $(0,1)$ were the points with a horizontal tangent.
However, when I graphed this using Desmos, it turns out that the point at $(0,0)$ did not look like it has horizontal tangent.
How would I have been able to figure this out without graphing it?
One of the answers is $(0,0)$. However, at this point, $\frac{dy}{dx}$ attains $\frac{0}{0}$ form. So, I think you should not consider the point $(0,0)$.