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

AI Thread Summary
To express the radial unit vector in cylindrical coordinates, e(ρ), in terms of spherical unit vectors e(r), e(θ), and e(ϕ), one must project e(ρ) onto each spherical unit vector. The conversion begins by rewriting the coordinates in Cartesian form, leading to the relationship ρ = r sin(θ). The projection of e(ρ) onto e(r) results in e(ρ) = e(r) sin(θ). Further clarification on the projections for the other components is needed to complete the transformation. This approach addresses the challenge of converting between coordinate systems effectively.
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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top