Consider the curve C given by $(x^2+y^2)^2=(x^2−y^2)$
- Using implicit differentiation, find $dy/dx$ in terms of $x$ and $y$.
- Find all points $(x,y)$ on $C$ such that the tangent line is horizontal. You may assume $(x,y)≠(0,0)$
- What is the smallest value y can take on $C$? What is the largest value?
Hint: what should the slope of the tangent line be in each of those cases?
HINT
By implicit differentiation we have
$$(x^2+y^2)^2=(x^2−y^2)\implies 4x(x^2+y^2)dx+4y(x^2+y^2)dy=2xdx-2ydy$$
$$\implies \frac{dy}{dx}=\frac{x-2x(x^2+y^2)}{y+2y(x^2+y^2)}$$