Simple Partial Differentiation Question

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
2 replies · 2K views
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 [itex]\frac{∂z}{∂x}[/itex]?

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

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

Homework Equations




The Attempt at a Solution



Isn't this solution missing a [itex]\frac{∂y}{∂x}[/itex] term as:
[itex](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}[/itex]

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

What is [itex]\frac{∂z}{∂x}[/itex]?

Isn't this solution missing a [itex]\frac{∂y}{∂x}[/itex] 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 :)