Spherical and cylindrical unit vectors - probably really short and trivial?

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
1 reply · 6K views
jeebs
Messages
314
Reaction score
5
hi,
I have this problem I've been stuck with for a long time and i can't figure out what to do.

if spherical coordinates are denoted (r,θ,ϕ) and cylindrical coordinates are denoted (ρ,ϕ,z), how do i express the radial unit vector in cylindrical coordinates, e(ρ), in terms of the spherical unit vectors (e(r), e(θ), e(ϕ)) corresponding to the same point?

what i have tried is rewriting the spherical and cylindrical coordinates in terms of cartesians (x,y,z) and equating them, like this (the list goes cartesian, spherical, cylindrical):

x = rsin(θ)cos(ϕ) = ρcos(ϕ)
y = rsin(θ)sin(ϕ) = ρsin(θ)
z = rcos(θ) = z

which gives the result ρ = rsin(θ),
from which i said e(ρ) = e(r)sin(θ). I am not even sure this is right.

then i hit a dead end. can anybody help me out, this is really getting on my nerves now.
thanks.
 
Physics news on Phys.org
You need to project e(p) onto each spherical unit vector. So the radial (I reserve the term planar radial for p-vector) component is (e(p) (dot) e(r))e(r). Same goes for the rest.