How do I solve for y' in implicit differentiation problems?

phantomcow2
Messages
52
Reaction score
0

Homework Statement



Find derivative of y with respect to x.

Sin(xy) = Sinx Siny


Homework Equations





The Attempt at a Solution



Use chain rule (product rule for inner function) to differentiate the left. Use product rule to differentiate the right and I get the following:

cos(xy)(y+xy') = (cosx siny) + (cosy' sinx)

distribute the cos(xy) on the left to get:
ycos(xy) + xy'cos(xy) = (cosx siny) + (cosy' sinx)

Rearrange to get y' on one side, everything else on the other.

ycos(xy) - cosx siny = -xy'cos(xy) + cosy' sinx

Now what? I don't understand how I'd solve for y' from here. Inverse cosine?
 
Physics news on Phys.org
phantomcow2 said:
cos(xy)(y+xy') = (cosx siny) + (cosy' sinx)

OOOOHHH, so close! You got the left side correct, and you got the first term on the right side correct. But you got the second term wrong. When you take the derivative of \cos(y) with respect to x you have to use the chain rule.
 
You have an error here:
cos(xy)(y+xy') = (cosx siny) + (cosy' sinx)
d/dx(cos(y)) isn't cos(y')
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top