How Do You Compute Derivatives in Spherical Coordinates Using the Chain Rule?

AI Thread Summary
The discussion focuses on computing partial derivatives in spherical coordinates using the chain rule. The transformation from Cartesian to spherical coordinates is defined by the equations for x, y, and z. The partial derivatives df/d(rho), df/d(theta), and df/d(phi) can be expressed in terms of df/dx, df/dy, and df/dz by applying the chain rule. The general form of the chain rule is reiterated, emphasizing its application in this context. Understanding the chain rule is crucial for correctly deriving the necessary partial derivatives.
Tony11235
Messages
254
Reaction score
0
Let f: \Re^3 \rightarrow \Re be differentiable. Making the substitution

x = \rho \cos{\theta} \sin{\phi}, y = \rho \sin{\theta} \sin{\phi}, z = \rho \cos{\phi}

(spherical coordinates) into f(x,y,z), compute (partially) df/d(rho), df/d(theta), and df/d(phi) in terms of df/dx, df/dy, and df/dz.

I'm just not sure I understand the question. Does it involve pulling out a very long chain rule?
 
Last edited:
Physics news on Phys.org
Tony11235 said:
Let f: \Re^3 \rightarrow \Re be differentiable. Making the substitution

x = \rho \cos{\theta} \sin{\phi}, y = \rho \sin{\theta} \sin{\phi}, z = \rho \cos{\phi}

(spherical coordinates) into f(x,y,z), compute (partially) df/d(rho), df/d(theta), and df/d(phi) in terms of df/dx, df/dy, and df/dz.

I'm just not sure I understand the question. Does it involve pulling out a very long chain rule?
It involves the chain rule, not sure what you mean about the very long part.
\frac{\partial f}{\partial\rho}=\frac{\partial f}{\partial x} \ \frac{\partial x}{\partial\rho}+\frac{\partial f}{\partial y} \ \frac{\partial y}{\partial\rho}+\frac{\partial f}{\partial z} \ \frac{\partial z}{\partial\rho}
\frac{\partial f}{\partial\theta}=\frac{\partial f}{\partial x} \ \frac{\partial x}{\partial\theta}+\frac{\partial f}{\partial y} \ \frac{\partial y}{\partial\theta}+\frac{\partial f}{\partial z} \ \frac{\partial z}{\partial\theta}
\frac{\partial f}{\partial\phi}=\frac{\partial f}{\partial x} \ \frac{\partial x}{\partial\phi}+\frac{\partial f}{\partial y} \ \frac{\partial y}{\partial\phi}+\frac{\partial f}{\partial z} \ \frac{\partial z}{\partial\phi}
The general form of the chain rule being
\frac{\partial f}{\partial x}=\sum_{k=1}^n \frac{\partial f}{\partial u_k} \ \frac{\partial u_k}{\partial x}
where
f=f(u_1(x),u_2(x),...,u_{n-1}(x),u_n(x))
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top