Calculating the partial derivative in polar coordinates

Click For Summary
To find the partial derivatives of z in polar coordinates, the chain rule is essential, particularly when expressing x and y as functions of r and θ. The user has attempted to express the derivatives but is confused about the correct application of the chain rule. Clarifications suggest that the expression for ∂z/∂f is not appropriate since z is defined as f. The discussion emphasizes the need to rewrite z in terms of r and θ to properly compute the derivatives. Resources were shared to assist with understanding the chain rule in this context.
james weaver
Messages
28
Reaction score
4
Homework Statement
show the relationship between rectangular and polar partial derivatives
Relevant Equations
symbolic
Hello, I am trying to solve the following problem:

If ##z=f(x,y)##, where ##x=rcos\theta## and ##y=rsin\theta##, find ##\frac {\partial z} {\partial r}## and ##\frac {\partial z} {\partial \theta}## and show that ##\left( \frac {\partial z} {\partial x}\right){^2}+\left( \frac {\partial z} {\partial y}\right){^2}=\left( \frac {\partial z} {\partial r}\right){^2}+\frac 1 {r^2}\left( \frac {\partial z} {\partial \theta}\right){^2}##

I am a little lost on how, I know I need to use the chain rule. This is what i have so far:

##\frac {\partial z} {\partial r}=\frac {\partial z} {\partial f}\frac {\partial f} {\partial r}##
and
##\frac {\partial z} {\partial \theta}=\frac {\partial z} {\partial f}\frac {\partial f} {\partial \theta}##

So i can find them symbolically, but not sure how to explicitly. If anyone has a good video they can shoot my way I would appreciate that as well. Thanks.
 
Physics news on Phys.org
james weaver said:
I am a little lost on how, I know I need to use the chain rule. This is what i have so far:

##\frac {\partial z} {\partial r}=\frac {\partial z} {\partial f}\frac {\partial f} {\partial r}##
and
##\frac {\partial z} {\partial \theta}=\frac {\partial z} {\partial f}\frac {\partial f} {\partial \theta}##
These are not correct. Try this to get you started:

https://tutorial.math.lamar.edu/classes/calciii/chainrule.aspx

Or, you could look at my Insight:

https://www.physicsforums.com/insights/demystifying-chain-rule-calculus/
 
I’m also lost on the ##\frac{\partial z}{\partial f}## expression when ##z## is literally defined as ##z = f##.
 
PhDeezNutz said:
I’m also lost on the ##\frac{\partial z}{\partial f}## expression when ##z## is literally defined as ##z = f##.
Presumably it is therefore equal to one, which essentially results in a rather trivial statement.

OP: You want to apply the chain rule to the case when you express x and y as functions of the polar coordinates, ie,
$$
\frac{\partial}{\partial r}f(x(r,\theta),y(r,\theta))=\ldots
$$
etc