Spherical-coordinates

All in One Place

Everything you need for JC, LC, and college level maths and science classes.

Learn with Ease

We’ve mastered the national curriculum so that you can revise with confidence.

Instant Help

24/7 access to the best tips, walkthroughs, and practice exercises available.

0/3
?
Intros
Lessons
  1. Spherical Coordinates Overview:
  2. Spherical Coordinates
    • Instead of (x,y,z)(x,y,z), we have (ρ,θ,φ)(\rho,\theta,\varphi)
    • Graph of the coordinates in 3D
  3. Equations to Convert from Cartesian to Spherical
    • Finding the Equations
    • Trig Ratios, Pythagoras
    • Using Equations from last section to obtain more equations!
  4. Example of Converting Equations
    • Cartesian to Spherical
    • Spherical to Cartesian
0/7
?
Examples
Lessons
  1. Converting Cartesian Points into Spherical Coordinates
    Convert the following Cartesian Point into Spherical Coordinates:

    (2,5,1)(2,5,1)

    1. Convert the following Cartesian Point into Spherical Coordinates:

      (2,1,4)(-2,-1,-4)

      1. Converting Cartesian Equations into Spherical Coordinates
        Convert the following Cartesian Equation into Spherical Coordinates:

        x2+y22y=3x^2 + y^2 - 2y = 3

        1. Convert the following Cartesian Equation into Spherical Coordinates:

          xz=yx\frac{x}{z} = \frac{y}{x}

          1. Converting Spherical Equations into Cartesian Coordinates
            Convert the following Spherical Equation into Cartesian Coordinates:

            ρ2=sinφcosθ\rho^2 = \sin\varphi \cos\theta

            1. Convert the following Spherical Equation into Cartesian Coordinates

              cscφ=ρsinθ+ρcosθ\csc \varphi = \rho \sin \theta + \rho \cos \theta

              1. Graphing the Spherical Equations by Changing into Cartesian Coordinates
                Graph the following Spherical Equation in the Cartesian Plane.

                ρ2=2ρsinφsinθ+4\rho^2 = 2\rho \sin\varphi \sin\theta + 4

                Topic Notes
                ?
                Notes:

                Spherical Coordinates
                Instead of Cartesian coordinates, we use spherical coordinates for situations you will see in future sections.
                For now, we will just learn how to convert from 3D Cartesians coordinates to 3D spherical coordinates, and vice versa. In other words,

                (x,y,z)(ρ,θ,φ)(x,y,z) \to (\rho,\theta,\varphi)

                Suppose we have the following graph:
                spherical coordinate graph
                From the graph, we can obtain the following equations which will be useful for converting spherical to cartesian, or vice versa:

                r=ρsinφ r = \rho \sin\varphi
                z=ρcosφz = \rho \cos\varphi
                z2+r2=ρ2z^2 + r^2 = \rho^2

                Using the equations from last sections, we can also obtain more equations:

                x=ρsinφcosθx = \rho \sin\varphi \cos \theta
                y=ρsinφsinθy = \rho \sin \varphi \sin \theta
                ρ2=x2+y2+z2\rho^2 = x^2 + y^2 + z^2