Find $y'$ if $\sin(x+y) = \cos(xy)$

16.2k Views Asked by At

Find $y'$ if $\sin(x+y) = \cos(xy)$. I got ${-\cos(x+y)\over \sin(xy) * (x+y)}$. Please use Implicit Differentiation. Did I get the answer right?

2

There are 2 best solutions below

0
On

Differentiate. By the Chain Rule, the derivative of $\sin(x+y)$ with respect to $x$ is $$\left(1+y'\right)\cos(x+y).$$

Similarly, the derivative of $\cos(xy)$ with respect to $x$ is $$\left(xy'+y\right)(-\sin(xy)).$$

The two expressions are identically equal. When you use them to find $y'$, you will get an expression which is different from the one you obtained.

Bring the $y'$ stuff to one side, and the rest to the other. We get $$y'(cos(x+y)+x\sin(xy))=-(\cos(x+y)+y\sin(xy)).$$ Finally, divide.

2
On

Applying $\frac{d}{dx}$ to both sides of $\sin(x+y)=\cos(xy)$ we get (using $y'$ as shorthand for $\frac{dy}{dx}$) $$(y'+1)\cos(x+y)=-(y+xy')\sin(xy)\,.$$

Now solve for $y'$.