Cylindrical and Spherical Coordinates
cylindrical coordinates: a point in three-dimensional space is represented by the ordered triple , where r and are polar coordinates of the projection of the point into the xy-plane, and z is the distance of the point from the xy-plane.
To convert from cylindrical to rectangular coordinates, use
To convert from rectangular to cylindrical coordinates, use
spherical coordinates: a point P in three-dimensional space is represented by the ordered triple , where
To convert from spherical to rectangular coordinates, use
It's uglier to translate in the other direction (although of course, it can -- and will! -- be done...).
Cylindrical coordinates are great for problems with cylindrical symmetry (that is, with symmetry about a line). Spherical coordinates are great for problems with spherical symmetric (with symmetry about a point).
When you consider each coordinate system, ask yourself what constant equations
look like. Generally, these generate surfaces which are ``orthogonal'' to each other. For example, in Cartesian coordinates (x,y), the equations x=c and y=d give lines that are orthogonal to each other.