Simple Partial Differentiation Question

Vagrant
Messages
195
Reaction score
1

Homework Statement



I found this solved example in an old textbook. I don't think that the solution provided is correct. I'll be very grateful if someone could verify it.

Question:
xxyyzz = c

What is \frac{∂z}{∂x}?

Solution Provided:
Taking logarithms on both sides:
zlog(z) = log(c) - xlog(x) - ylog(y)

Differentiating w.r.t. x
(z.\frac{1}{z}+ log(z))\frac{∂z}{∂x} = -(x.\frac{1}{x} + 1.log(x))

Homework Equations




The Attempt at a Solution



Isn't this solution missing a \frac{∂y}{∂x} term as:
(z.\frac{1}{z}+ log(z))\frac{∂z}{∂x} = -(x.\frac{1}{x} + 1.log(x)) - (y.\frac{1}{y} + 1.log(y))\frac{∂y}{∂x}

Thanks.
 
Physics news on Phys.org
Hi Vagrant! :smile:
Vagrant said:
xxyyzz = c

What is \frac{∂z}{∂x}?

Isn't this solution missing a \frac{∂y}{∂x} term


ah, ∂z/∂x is defined as the derivative of z wrt x, keeping all other variables constant :wink:

[this is so even if y is also a function of x …

in that case, if you want the derivative of z wrt x to include the variation in y, you write it dz/dx not ∂z/∂x]​

see eg http://en.wikipedia.org/wiki/Partial_derivative
" all the other variables are treated as constant when taking the partial derivative …"​
 
Ahh...ok. I get it. Thanks a lot :)
 
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