Which version of spherical coordinates is correct?

hivesaeed4
Messages
217
Reaction score
0
∅θ,θI've come across two distinct 'versions' of the spherical coordinates. Could someone tell me which is correct or if both are fine.

Version 1:

A spherical coordinate is (rho,θ,∅)

x=rhocos(θ)sin(∅) ; y=rhosin(θ)sin(∅) ; z=rhocos(θ)

Version 2:

A spherical coordinate is (r,∅,θ)

x=rhocos(∅)sin(θ) ; y=rhosin(θ)sin(∅) ; z=rhocos(θ)
(r could be rho as well)

Now what's the difference between both or which is the false one?
 
Physics news on Phys.org
Isn't it just a matter of symbols used for coordinates? Symbols don't matter, it is the idea that matters - and the idea is identical in both cases.
 
This wiki page mentions the different conventions:
http://en.wikipedia.org/wiki/Spherical_coordinate_system

The symbols θ, φ represent the angles for colatitude (angle from the positive z-axis) and longitude.
But depending on the source the symbols are swapped around.

In particular there appears to be a difference between US math books and US physics books.
The "rest of the world" mostly appears to follow the same convention as used in US physics books.

There is an international standard ISO 31-11, that says to use θ for colatitude and φ for longitude (US physics convention).
The coordinates are listed as (r,θ,φ), making it a right-handed coordinate system.In practice it means that whenever you're dealing with spherical coordinates you have to check how the symbols are defined.
 
Last edited:
Thanks Guys.
 
hivesaeed4 said:
∅θ,θI've come across two distinct 'versions' of the spherical coordinates. Could someone tell me which is correct or if both are fine.

Version 1:

A spherical coordinate is (rho,θ,∅)

x=rhocos(θ)sin(∅) ; y=rhosin(θ)sin(∅) ; z=rhocos(θ)

Version 2:

A spherical coordinate is (r,∅,θ)

x=rhocos(∅)sin(θ) ; y=rhosin(θ)sin(∅) ; z=rhocos(θ)
(r could be rho as well)

Now what's the difference between both or which is the false one?

The first one looks wrong. z=rcos(θ) means x and y both must have sin(θ) as part of their definition. x=rsin(θ)cos(z) y=rsin(θ)sin(z).
 
x=rcos(a)sin(b)
y=rsin(a)sin(b)
z=rcos(b)

You have to make sure that the first variable in x and y are the same, and that the second in x and y is also used in z. It also depends on which side the angle is on that you are using. My physics teacher said to remember that "cos" is the side that is "cozy" with the angle.
 
Back
Top