Converting Spherical Equations to Cylindrical and Rectangular

Click For Summary
SUMMARY

The discussion focuses on converting the spherical equation p(1-2cos²(o))=-psin²(o) into cylindrical and rectangular coordinates. Key transformations include using the relationships x=ρsin(o)cos(θ), y=ρsin(o)sin(θ), and z=ρcos(o). The geometry of the spherical coordinate system is emphasized, particularly the projection of ρ onto the xy-plane and the relationships between the angles φ and θ. The final step involves substituting these relationships into the original equation to achieve the desired coordinate transformation.

PREREQUISITES
  • Understanding of spherical coordinates and their relationships to cylindrical and rectangular coordinates.
  • Familiarity with trigonometric functions and their applications in geometry.
  • Knowledge of the equations for converting between coordinate systems, specifically x, y, z in terms of ρ, θ, and φ.
  • Basic grasp of right triangle geometry and trigonometric identities.
NEXT STEPS
  • Study the derivation of the equations for converting spherical coordinates to cylindrical coordinates.
  • Learn about the geometric interpretations of spherical and cylindrical coordinates in three-dimensional space.
  • Explore the applications of spherical coordinates in physics, particularly in electromagnetism.
  • Investigate the use of software tools like MATLAB or Python for visualizing coordinate transformations.
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working with coordinate transformations, particularly in fields such as electromagnetism and 3D modeling.

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.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
7K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K