I know that there are more similar questions and I used them in order to try to solve this question.
But I can't figure out how to continue please help me.
here is the question
the following equation $y^2 + 2x\cdot y = 2x - 4x^2 $ defines a function $y(x)$. Find and sort the function's critical points
Now I did the following using implicit differentiation :
$$F = y^2 + 2x\cdot y - 2x + 4x^2 =0 $$ $$\frac{dy}{dx} =\frac{-F_x}{F_y} =\frac{-(2y-2+8x)}{2y+2x}$$ $$-(2y-2+8x)=0 \Rightarrow y=-4x+1$$ and now I cant figure out how to continue -
As far as I understand any point that is on $y=-4x+1$ is a critical point, but how can I determine whether it is a local min, max or none?
Further more: By the implicit function theorem for each solution $(x_0, y_0)$ for the provided equation there is a single function $y(x)$ (assuming $F'y(x_0, y_0)\neq 0$ ) but in the question above I somehow supposed to find one function it doesn't make sense to me...
what am I doing wrong?
Thanks !!
$$ y^2 + 2 x y = 2 x - 4 x^2\to y^2+4x^2+2x y-2x=0 $$
which is an ellipse so the maximum and minimum are determined at the tangent points between
$$ y^2+4x^2+2x y-2x=0\\ y=\lambda $$
or
$$ \lambda^2+4x^2+2x\lambda-2x=0 $$
or solving for $x$
$$ x = \frac 14\left(1-\lambda\pm\sqrt{1-2\lambda-2\lambda^2}\right) $$
but tangency implies on
$$ 1-2\lambda-2\lambda^2 = 0\to\lambda = \{-1,\frac 13\} $$