Use implicit differentiation where the derivative of y2 is 2y•dy/dx (chain rule) and the derivative of 2x2y is 2xy + 2x2dy/dx (product rule and chain rule):
To find the equation at (1, -1), plug in x = 1, y = -1 into the derivative to get the slope: dy/dx = 2(1)(-1)/(-1 - 12) = -2/-2 = 1 and use the point-slope form of a line to write the equation:
y + 1 = 1(x - 1)
y = x - 2
To find the points where the tangent line is horizontal, make the derivative equal zero:
2xy/(y - x2) = 0 which is only true when 2xy = 0 so x = 0 or y = 0
Using the original function and plugging in x = 0:
y2 - 2x2y = 3
y2 - 2(0)2y = 3
y2 = 3
y = ± √3
so (0, √3) and (0, -√3)
But using y = 0, there is no solution.
The second derivative is done the same way but requires implicit differentiation using the quotient rule:
dy/dx = 2xy/(y - x2)
d2/dx2 = (after too much algebra to write out) = 2y(y2 - 3x4)/(y - x2)3 then, of course, just plug in (1, -1) to get the value

Luke J.
There is another way to get the second derivative without involving quotient rule at all by moving (y - x^2) back to the other side and applying product rule and simplifying from there too. Many routes to the same end result.12/15/20