How to Calculate the Angle Between Two Celestial Objects?

  • Context: Undergrad 
  • Thread starter Thread starter Zaphodx57x
  • Start date Start date
  • Tags Tags
    Angles Sphere
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Zaphodx57x
Messages
30
Reaction score
0
Given the right ascension and declination of two objects in the sky. Is there a way to calculate the angle between them?

If so, do right ascension and declination need to be converted to radians or can they retain their units?
 
Astronomy news on Phys.org
the formula to measure the angle between 2 objects on the sky given their positions is;

[tex]\cos\theta = \cos{\delta_1}cos{\delta_2}\cos(\alpha_1-\alpha_2) + \sin{\delta_1}\sin{\delta_2}[/tex]

where [tex]\delta_1[/tex] and [tex]\delta_2[/tex] are the declinations in degrees or radians and [tex]\alpha_1[/tex] and [tex]\alpha_2[/tex] are the right-acsensions in radians or degrees.
 
Last edited:
Thank you much.