How can I bin the polar angles of a unit sphere for non-equal bin widths?

  • Thread starter Thread starter susantha
  • Start date Start date
  • Tags Tags
    Sphere Unit
susantha
Messages
6
Reaction score
0
hello,
I am trying to bin the unit sphere so that each bin has approximately equal area on the sphere. I hope binning the azimuthal angle (0...2*pi) to equal bin widths. Then i need to bin the polar angle(0...pi) so that at poles(angles close to 0 and pi) bin widths are large and close to equator(angles close to pi/2) the bin widths are small. I would appreciate any kind of help for binning the polar angles for non-equal bin widths.
Thanks in advance.
Susantha
 
Physics news on Phys.org
Use equal spacing for the cosine of the polar angle.
 
Last edited:
mathman said:
Use equal spacing for the cosine of the polar angle.

Could you please give little more explanation.
Thanks
 
It just comes from the fact that the surface area differential on a sphere is given by: dA=sinφdφdθ, where φ is the polar angle (0,π) and θ is the azimuthal angle (0,2π). Integrate dA over some range in φ results in the cosine difference.
 
Further explanation: Unit sphere - then the radius of a small circle at angle φ is sinφ. A circular strip of width dφ would have an area 2πsinφdφ.
 
Now i got it. Thank you very much for your reply.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top