Problem finding a partial derivative

chexmix
Messages
8
Reaction score
0

Homework Statement



I am working on a homework problem involving partial derivatives. I've been checking my answers against what Wolfram Alpha spits out just for extra assurance. For the following problem

Find all the second partial derivatives: v = \frac{xy}{(x-y)}.

When I get to the point where I am deriving v_{xy}, Wolfram Alpha gives me

\frac{2xy}{(x-y)^3}

but I get something different. If someone can tell me where I am going wrong here, I would be most grateful: I've stared at this for some time now. I suspect it is something very trivial. I am using the quotient rule.

2. The attempt at a solution

\frac{\partial}{\partial y} \frac{y^2}{(x-y)^2}

\frac{(x-y)^2 * 2y - y^2 * (2 (x-y))}{(x-y)^4}

\frac{(x-y)((x-y)*2y - 2y^2)}{(x-y)^4}

\frac{2xy-4y^2}{(x-y)^3}

Thanks,

Glenn
 
Physics news on Phys.org
You forgot the minus.
\frac{\partial}{\partial y} \frac{-y^2}{(x-y)^2}

And in your quotient rule, you forgot the derivative on the "inner" function, which is -1.

\frac{\partial(x-y)^{2}}{\partial y}=2(x-y)(-1)
 
Ahh, I was even further off than I thought. Thanks so much. It makes sense now.
 
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