How do I differentiate $\cos(x+y)$?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Guest2
Messages
192
Reaction score
0
If $y^2+\cos(x+y) = 1$ find $\frac{dy}{dx}$. How do I differentiate $\cos(x+y)$ bit?
 
on Phys.org
Guest said:
If $y^2+\cos(x+y) = 1$ find $\frac{dy}{dx}$. How do I differentiate $\cos(x+y)$ bit?

Use the chain rule:

$$\frac{d}{dx}\left(\cos(u(x))\right)=-\sin(u(x))\d{u}{x}$$

If $u(x)=x+y$, then what do you get? :)
 
MarkFL said:
Use the chain rule:

$$\frac{d}{dx}\left(\cos(u(x))\right)=-\sin(u(x))\d{u}{x}$$

If $u(x)=x+y$, then what do you get? :)
I get $-\sin(x+y)(1+\frac{dy}{dx})$
 
Guest said:
I get $-\sin(x+y)(1+\frac{dy}{dx})$

Yes, that's correct. (Yes)

So, then you have:

$$2y\d{y}{x}-\sin(x+y)\left(1+\d{y}{x}\right)=0$$

And you just need to solve for $$\d{y}{x}$$. :)
 
MarkFL said:
Yes, that's correct. (Yes)

So, then you have:

$$2y\d{y}{x}-\sin(x+y)\left(1+\d{y}{x}\right)=0$$

And you just need to solve for $$\d{y}{x}$$. :)
Done! Many thanks! :D