Implicit derivative of $(x - y)^2 = x + y - 1$

113 Views Asked by At

I changed the function from:

$(x - y)^2 = x + y - 1$ to:

$(x^2) - (y^2) - x - y = -1$ All I did was move the variables to one side.

When moved, I get $\displaystyle \frac{dy}{dx} = \frac{2x - 1}{2y + 1}$

Otherwise, I get $\displaystyle \frac{dy}{dx} = \frac{2y - 2x + 1} {2y - 2x - 1}$

Anyone else having this problem? And which one is correct?

2

There are 2 best solutions below

1
On

But $(x-y)^2 \ne x^2-y^2$ it is $x^2-2xy+y^2$

0
On

$$(x - y)^2 = x + y - 1$$ $$2(x-y)(1-y')=1+y'$$ $$2(x-y)-1=y'(2(x-y)+1)$$ $$y'=\frac{2(x-y)-1}{2(x-y)+1}=\frac{2y-2x+1}{2y-2x-1}$$