With the equation $x^2+2xy-3y^2+16=0$, I need to find the coordinates of the points on the curve where $\frac{dy}{dx} = 0$. I think I have correctly used implicit differentiation to get $\frac{dy}{dx} = \frac{-x-y}{x-3y}$. And the multiplied by the denominator and subsituted zero to get, $0 = -x-y$, however, I'm not sure where to go from here.
If anyone could help that would be great. Thanks.
At the point where $(x,y)$ where $dy/dx=0$, it follows that $y=-x$. To find $x$ and $y$, note that $$ x^2+2x(-x)-3(-x)^2+16=0 $$ Solve for $x$ and substitute into $y=-x$ to find $y$.