implicit differentiation-trouble with algebra

69 Views Asked by At

I'm having trouble figuring out where to go with this implicit differentiation problem.

Problem: Find $\frac{dy}{dx}$ given that $\sin(x)=e^{-y\cos(x)}$

Here is how I start:

  • $d(\sin(x))=d(e^{-y\cos(x)})$
  • $dx\cos(x)=e^{-y\cos(x)}(-dy\cos(x)+y(\sin(x)))$

Here is where I get stuck, and I've tried a lot of different manipulations. I'm not sure how to isolate $\frac{dy}{dx}$. There's no way to factor or combine like terms -that I can see- that allows one to isolate $dy$, nor $dx$, but I know of course that I'm just missing something.

Solutions with identification of relevant principle requested please.

2

There are 2 best solutions below

1
On

Proceed like that: $d(e^{-y\cos x})=e^{-y\cos x}d(-y\cos x)=e^{-y\cos x}(y\sin x dx-\cos x dy)$;

$d\sin x=\cos x\,dx$

$\cos x\,dx=e^{-y\cos x}(y\sin x dx-\cos x dy)$

$$ (\cos x-ye^{-y\cos x}\sin x) dx=-e^{-y\cos x}\cos x dy $$

$$ \frac{dy}{dx}=\text{do it yourself} $$

The "relevant principle" is that $d(fg)=f dg +g df$.

0
On

Just take the derivative of both sides of the equation $\sin x = e^{-y\cos x}$ $$d \sin x / dx = e^{-y\cos x}\cdot \frac{d(-y\cos x)}{dx}$$ $$\cos x = e^{-y\cos x}\cdot (-y'\cos x + y\sin x)$$ $$e^{y\cos x}\cos x = -y'\cos x + y\sin x$$ $$e^{y\cos x}\cos x - y\sin x= -y'\cos x$$ $$y' = (e^{y\cos x}\cos x - y\sin x)/(-\cos x) = -e^{y\cos x}+y\tan x$$