Partial differentiation: prove this general result

unscientific
Messages
1,728
Reaction score
13

Homework Statement



The function f(x,y,z) may be expressed in new coordinates as g(u,v,w). Prove this general result:

2v337fd.png




The Attempt at a Solution



df = (∂f/∂x)dx + (∂f/∂y)dy + (∂f/∂z)dz

dg = (∂g/∂u)du + (∂g/∂v)dv + (∂g/∂w)dw


df = dg since they are the same thing?

but the components dx, dy, dz, du, dv, dw are different so i can't equate them...
 
Physics news on Phys.org
unscientific said:

The Attempt at a Solution



df = (∂f/∂x)dx + (∂f/∂y)dy + (∂f/∂z)dz

dg = (∂g/∂u)du + (∂g/∂v)dv + (∂g/∂w)dw


df = dg since they are the same thing?

Yes. Here x, y and z are to be regarded as functions of u, v and w, so you need to work out what dx, dy and dz are in terms of du, dv and dw and substitute those into the equation for df.
 
pasmith said:
Yes. Here x, y and z are to be regarded as functions of u, v and w, so you need to work out what dx, dy and dz are in terms of du, dv and dw and substitute those into the equation for df.

how can we assume that x = x(u,v,w) and y = y(u,v,w) and z = z(u,v,w)?
 
unscientific said:
how can we assume that x = x(u,v,w) and y = y(u,v,w) and z = z(u,v,w)?

Since f(x,y,z) may be expressed in new coordinates as g(u,v,w), it means that the function takes a different form when x, y and z are replaced by u, v and w. For example, the function z(x,y)=x+iy (rectangular) becomes t(r, θ)=r(cosθ+isinθ) (polar) when x is replaced by rcosθ and y is replaced by rsinθ. Thus x and y are both functions of r and θ.
 
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