Read previous section
Spherical Coordinates
In the last section, we saw how we could find the distance between two points in space by projecting the point onto a 2D plane and solving for the distance using Pythagorean. In this section, we’ll use what we have learned from the previous section to look at problems that involve spheres and how we can convert between Cartesian (rectangular) coordinates to spherical coordinates.
We’ve seen that we can project...