So as the title states, I have to find the points $(2,-1)$ for the equation $x+2y+1=\frac{y^2}{x-1}$.
first I multiply both side with $(x-1)$ since when taking the derivative I try to avoid fractions:
I get $(x-1)(x+2y+1)=y^2$.
distributing the equation I get:
$x^2-x+2yx-2y+x-1=y^2$.
So after taking the implicit derivative(not sure of the nomenclature of this kind)
I get:
$2x+2(y'x+y)-2y'-0=2yy'$.
after substituting x and y with (2,-1)
I get $y'=-\frac{3}{2}$
It's supposed to be $y'=-\frac{1}{2}$
I know there are different approaches, like using the quotient rule instead. However, this should also be a valid approach.
So I would appriciate if somebody could employ my approach, because it discourages me a little when this does't work as I'd wished it to work:)
Thank you in advance!
The derivative with respect to $x$ of $2y$ is $2y'$ not $2yy'$.