' '

Spherical coordinates are similar to polar coordinates, except for the fact that these are used in 3D space.

spherical

Spherical coordinates consist of three components:

Example

Say you are located at the origin (0,0,0). To the left of you is a 5 km height mountain. It is 10 km away.

  • The Cartesian coordinates of the top are (-10, 5, 0).

  • The spherical coordinates are

    • Azimuth angle: 90° because the mountain top is to your left.

    • Elevation angle: 27° because you have to look up to see the top.

    • Radius: 11.18 which is the distance between you and the mountain top.

More information can be found on Wikipedia. Note that there are many ways to define spherical coordinates. For example, it is possible to replace the elevation angle by the zenith angle, which corresponds to the angle between the \(Y\) axis and \(OP\). In this course, we choose to work with the elevation angle.