Convert ρ(1-2cos²φ)=-ρsin²φ from spherical to cylindrical

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 28K views
DeadxBunny
Messages
29
Reaction score
0
Question:

(Note: p=rho and o=phi)
Convert p(1-2cos^2(o))=-psin^2(o) into cylindrical and rectangular coordinates and describe or sketch the surface.

The part that I don't know how to do is converting the spherical equation into cylindrical or rectangular coordinates. I know all the equations like x=psin(o)cos(theta) and y=psin(o)sin(theta) but I don't see how I can manipulate the given equation so that I could use those equations. Any help would be greatly appreciated!
 
Physics news on Phys.org
Don't try manipulating them directly. Look at the geometry.Yeah...I'm working w/ spherical coord systems as well a lot in Electromagnetism right now.

Think about what it means for something to be radially outward...sweeps out a sphere...every point equidistant ([itex]\rho[/itex]) no matter the direction:

[tex]\rho = \sqrt{x^2 + y^2 + z^2}[/tex]

For some reason our convention in physics class is opposite what we did in math (our thetas and phis are reversed from yours. No matter...I'll convert)

See the projection of [itex]\rho[/itex] onto the xy plane? It represents a line "radially" outward in that plane i.e.:

[tex]\rho\sin\phi = \sqrt{x^2 + y^2}[/tex]

This projection into the plane forms a right triangle with z, the hypotenuese of which is [itex]\rho[/itex].

The angle between z and [itex]\rho[/itex] is just [itex]\phi[/itex], so from the geometry of the right triangle:

[tex]\phi = \tan^{-1}\left(\frac{\sqrt{x^2 + y^2 }}{z}\right)[/tex]

It shouldn't be too hard to see that the azimuthal angle ([itex]\theta[/itex] in your case) is given by:

[tex]\theta = \tan^{-1}\left(\frac{y}{x}\right)[/tex]

After all that, cylindrical coords should be easy
 
You know x= ρcos(θ)sin(&phi), y= ρsin(θ)sin(φ), z= ρcos(φ) but you need to know them the other way:


[tex]\rho= \sqrt{x^2+ y^2+ z^2}[/tex]
[tex]\theta= arctan(\frac{y}{x})[/tex]
[tex]\phi= arccos(\frac{z}{\sqrt{x^2+y^2+z^2})[/tex]

Replace each occurrence in your equation by the corresponding formula.