The task is to determine the equation for the tangent line at the point $(-2,1)$ to the curve below. I would like to know if I am solving this the right way and also if the answer is right (I don't know how to solve implicit differentiates in Wolfram Alpha).
$$ x\ln y-\frac{y^2}{x+y} =1 $$
$$ \frac{d}{dx} x\ln y-\frac{y^2}{x+y} = \\ = x\frac{1}{y}y'+\ln y - y^2(-1)(x+y)^{-2}(1+y')+2y(x+y)^{-1} = \\ = x\frac{1}{y}y'+\ln y - \frac{-y^2}{(x+y)^2}(1+y')+\frac{2y}{x+y} $$
Now, I just have to set $x = -2$ and $y = 1$ and solve the equation. But I don't think that I have done the differentiation right...