The length element in cylindrical coordinates

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
stripes
Messages
262
Reaction score
0

Homework Statement



Show that in cylindrical coordinates

[itex]x = \rho cos \theta[/itex]
[itex]y = \rho sin \theta[/itex]
[itex]z = z[/itex]

the length element ds is given by

[itex]ds^{2} = dx^{2} + dy^{2} + dz^{2} = d \rho^{2} + \rho^{2} d \theta ^{2} + dz^{2}[/itex]

Homework Equations



--

The Attempt at a Solution



Notice [itex]\rho = \sqrt{x^{2} + y^{2}}[/itex]

I have found expressions for ∂x/∂θ, ∂x/∂ρ, ∂y/∂θ, ∂y/∂ρ, ∂ρ/∂x, ∂ρ/∂y, ∂θ/∂x, ∂θ/∂y, and of course it is trivial that dz = dz. Given all of these, how do i start using chain rule and total derivatives to find ds2? I guess because i have 8 partials but end up only ρ, θ, and z, i don't really know which ones to start with.

Any help is greatly appreciated.
 
Physics news on Phys.org
stripes said:

Homework Statement



Show that in cylindrical coordinates

[itex]x = \rho cos \theta[/itex]
[itex]y = \rho sin \theta[/itex]
[itex]z = z[/itex]

the length element ds is given by

[itex]ds^{2} = dx^{2} + dy^{2} + dz^{2} = d \rho^{2} + \rho^{2} d \theta ^{2} + dz^{2}[/itex]

Homework Equations



--

The Attempt at a Solution



Notice [itex]\rho = \sqrt{x^{2} + y^{2}}[/itex]

I have found expressions for ∂x/∂θ, ∂x/∂ρ, ∂y/∂θ, ∂y/∂ρ, ∂ρ/∂x, ∂ρ/∂y, ∂θ/∂x, ∂θ/∂y, and of course it is trivial that dz = dz. Given all of these, how do i start using chain rule and total derivatives to find ds2? I guess because i have 8 partials but end up only ρ, θ, and z, i don't really know which ones to start with.

Any help is greatly appreciated.

Start from
[tex] dx = \frac{\partial x}{\partial \rho}d\rho + \frac{\partial x}{\partial \theta}d\theta[/tex]
Squaring both sides gives [itex]dx^2[/itex].
 
yeah i got it. thanks.