Spherical-coordinates

Everything You Need in One Place

Homework problems? Exam preparation? Trying to grasp a concept or just brushing up the basics? Our extensive help & practice library have got you covered.

Learn and Practice With Ease

Our proven video lessons ease you through problems quickly, and you get tonnes of friendly practice on questions that trip students up on tests and finals.

Instant and Unlimited Help

Our personalized learning platform enables you to instantly find the exact walkthrough to your specific type of question. Activate unlimited help now!

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