How do I find the points on a curve that are stationary?
I have the equation $$\frac{x^2}{20}+\:\frac{y^2}{5}\:=\:1$$
Using implicit differentiation I arrived at:
$$-\frac{x}{4y}$$
To find the stationary points on the curve, I made the numerator = 0 and denominator = 0, (I have no clue if this is correct or not) so I ended up with;
$$-x = 0$$
and for y;
$$4y = 0$$
$$y = \frac{0}{4}\:$$
$$y = 0$$
Is the next step to take $x = 0$ and $y = 0$ and plug those values into the initial equation? I solved for y and got $\frac{\sqrt{20-x^2}}{2}$
$$\frac{0^2}{20}+\:\frac{\frac{\sqrt{(20-0^2)^2}}{2}}{5}\:=\:1$$
Checking in Desmos, an online graphing calculator, it seems the answer should be +-2.236?