The Angular Separation Calculator computes the great-circle distance between two celestial objects from their right ascension and declination coordinates using the Haversine formula. Used by astronomers, telescope users, and astrophotographers to find the angular gap between any two sky positions.
20.674275
°
1,240.456477
arcmin
74,427.388617
arcsec
20.674275
°
1,240.456477
arcmin
74,427.388617
arcsec
How far apart are two stars in the sky? The answer isn't the straight-line distance between them — it's the arc along the surface of the celestial sphere connecting them, measured in degrees, arcminutes, or arcseconds. The calculator for angular separation computes this great-circle angle between any two sky positions given their right ascension (RA) and declination (Dec) coordinates, using the Haversine formula for accurate results at any angular separation.
For two celestial objects with coordinates (RA₁, Dec₁) and (RA₂, Dec₂), the angular separation d is:
d = 2 × arcsin(√[sin²(ΔDec/2) + cos(Dec₁)×cos(Dec₂)×sin²(ΔRA/2)])
where ΔDec = Dec₂ − Dec₁ and ΔRA = RA₂ − RA₁ (all in radians). The Haversine formula avoids numerical instability that affects the simpler law of cosines formula for very small angular separations (below ~1°), making it the preferred choice for both wide-field and close-pair calculations. For small separations the result simplifies to approximately: d ≈ √[(ΔRA × cos(Dec))² + ΔDec²]. Use this online calculator with any RA/Dec coordinates in decimal degrees or HMS/DMS format.
Angular separation is a fundamental observable in astronomy with direct practical applications:
The angular size calculator computes the apparent size of extended objects, and the astronomy calculators category covers the complete observational toolkit.
The minimum angular separation a telescope can resolve is set by the Rayleigh criterion: θ_min = 1.22 λ/D radians, where λ is the wavelength of light and D is the aperture diameter. For a 200 mm telescope at 550 nm (green light): θ_min = 1.22 × 550×10⁻⁹ / 0.2 = 3.35 × 10⁻⁶ rad ≈ 0.69 arcseconds. In practice, atmospheric seeing (turbulence) typically limits resolution to 1–3 arcseconds for ground-based telescopes, regardless of aperture — which is why space telescopes like Hubble achieve resolutions 10× better than comparably sized ground-based instruments.
The same Haversine formula calculates great-circle distances on Earth when RA is replaced by longitude and Dec by latitude. A separation of 1° of latitude on Earth's surface equals approximately 111 km; 1 arcminute of latitude = 1 nautical mile (1,852 m exactly by definition). The horizon distance calculator applies related spherical geometry to the Earth's surface.
Great-circle formula: cos(theta) = sin(Dec1)*sin(Dec2) + cos(Dec1)*cos(Dec2)*cos((RA1-RA2)*15 degrees), where RA is in hours and Dec in degrees. Convert RA difference from hours to degrees by multiplying by 15. Then theta = arccos(result) in degrees. Convert to arcminutes (x60) or arcseconds (x3600).
Separations below 1 arcminute: very close pairs, likely double stars or conjunction events. 1-60 arcminutes: pairs fit in many telescope eyepieces. 1-10 degrees: pairs visible in binoculars and finder scopes. Above 10 degrees: naked-eye separations. The Moon and Sun are each about 0.5 degrees in diameter, so any object within 1 degree of either can be used for scale.
Inputs
Results
Betelgeuse and Sirius are about 19 degrees apart in the sky, easily visible as bright winter stars widely separated.
Inputs
Results
The two components of the Double Double (epsilon1 and epsilon2 Lyrae) are about 208 arcseconds apart — easily split in binoculars.
Simple subtraction of coordinates fails because lines of right ascension converge toward the poles. At declination 60 degrees, 1 hour of RA spans only 7.5 degrees of actual sky angle (half of its equatorial value). The great-circle formula correctly accounts for this convergence using spherical trigonometry.
A conjunction occurs when two celestial objects appear close together in the sky (small angular separation). Planetary conjunctions, when two planets appear within a few degrees of each other, are visually striking events. The great conjunction of Jupiter and Saturn in December 2020 had an angular separation of only 0.1 degrees — fitting within the same low-power telescope field.
The Haversine formula is an alternative spherical distance formula: a = sin^2(delta_Dec/2) + cos(Dec1)*cos(Dec2)*sin^2(delta_RA/2), theta = 2*arcsin(sqrt(a)). It is numerically more stable for very small separations where arccos loses precision. Both formulas give identical results for most astronomical purposes.
Double star catalogs list separation (in arcseconds) and position angle (the direction from primary to secondary, measured east from north). These are measured using calibrated eyepiece micrometers, CCD astrometry, or speckle interferometry for very close pairs. Over time, orbital motion changes both separation and position angle.
Proper motion is the apparent motion of a star across the sky relative to distant background stars, caused by the star's real space velocity. It is measured in arcseconds per year. Barnard's Star has the highest known proper motion at 10.3 arcseconds/year. Computing proper motion requires measuring angular separation between two epochs and dividing by the time elapsed.
Stellar parallax is the apparent shift of a nearby star's position when observed from opposite sides of Earth's orbit (6-month interval). The angular shift (parallax angle in arcseconds) = 1 / distance in parsecs. The nearest star (Proxima Centauri) has a parallax of 0.77 arcseconds. This is measured by computing the angular separation between the star and distant background reference stars at two epochs.
Yes. The great-circle formula works for all separations from 0 to 180 degrees. Antipodal objects (180 degrees apart, on opposite sides of the sky) produce cos(theta) = -1, giving theta = 180 degrees correctly. The clamping of the cosine value to [-1, 1] prevents numerical errors from slightly out-of-range floating-point results.
Position angle (PA) measures the direction from one object to another, starting from north (PA = 0 degrees) and increasing eastward: north = 0, east = 90, south = 180, west = 270. This is different from azimuth (which starts from north and increases eastward for celestial objects). PA is used for double stars, galaxy orientations, and binary companions.
The Rayleigh resolution limit for a circular aperture is theta = 1.22 * lambda / D, where lambda is wavelength and D is aperture. A 200mm telescope at 550nm resolves about 0.68 arcseconds. The atmosphere typically limits resolution to 0.5-2 arcseconds. The Hubble Space Telescope resolves about 0.05 arcseconds in visible light.
If you know the plate scale (arcseconds per pixel), multiply the pixel separation between two objects by the plate scale. Plate scale = 206265 * pixel_size_mm / focal_length_mm arcseconds/pixel. Astrometry software (Astrometry.net, PinPoint, MaxIm DL) can calibrate images directly and measure separations automatically.
How helpful was this calculator?
5.0/5 (1 rating)