Catalogue Arc Seconds and the Radians a Formula Needs
Astronomy publishes angles in arc seconds and computes with them in radians. Parallaxes, proper motions, angular diameters, image scales and separations of double stars all appear in catalogues as seconds of arc, because that is a comfortable size for things in the sky. But the small-angle relation that turns an apparent size into a real one — physical size equals angle multiplied by distance — only holds when the angle is a pure ratio, which means radians. Every calculation of a stellar radius, a projected separation or a transverse velocity begins with that conversion.
What the Seconds Are Describing
Parallax and distance
Apparent diameters
Proper motion
Resolution and seeing
Feeding an Angular Measurement into the Small-Angle Relation
The pattern is always the same: convert first, then multiply by a distance, then worry about what units the distance was in.
Enter the catalogue value in seconds
Type the angle as published — 0.7687, 47, 0.045 — into the left field. The radian equivalent appears as you type, and because these values are tiny the result drops into exponential notation automatically below one millionth.
Multiply by the distance
With the angle in radians, the physical size is simply angle times distance in whatever length unit the distance came in. Keep the exponent — truncating 4.848 × 10⁻⁶ to a few decimals collapses it to zero and takes the result with it.
Switch the source to milliarcseconds for modern astrometry
Both dropdowns are searchable and list every angle unit in the app, including mas. Space astrometry works at that scale, so a parallax published in milliarcseconds can be entered directly instead of being divided by a thousand first.
Reverse it to report a model result
Press swap (↔) when the calculation ran the other way — a predicted angular separation in radians becomes the seconds an observer can compare against an eyepiece view or an image scale.
Angular Scales in the Sky
Six orders of magnitude of angle, from something you can see with the naked eye down to the precision that space astrometry has reached. The radian column is what any physical calculation actually consumes.
| What is being measured | Arc seconds (″) | Radians |
|---|---|---|
| Moon's mean apparent diameter | 1 865 | 9.0418 × 10⁻³ |
| Jupiter near opposition | 47 | 2.2786 × 10⁻⁴ |
| Barnard's Star, proper motion per year | 10.3 | 4.9936 × 10⁻⁵ |
| One arc second — the reference scale | 1 | 4.8481 × 10⁻⁶ |
| Proxima Centauri parallax | 0.7687 | 3.7268 × 10⁻⁶ |
| Excellent ground-based seeing | 0.4 | 1.9393 × 10⁻⁶ |
| Betelgeuse's resolved disc | 0.045 | 2.1817 × 10⁻⁷ |
| One milliarcsecond | 0.001 | 4.8481 × 10⁻⁹ |
Reading down the table gives a feel for why the arc second survived as the working unit: the interesting quantities cluster around it, and radians only become convenient once a physical size is being computed.
What Suits This Kind of Number
Exponents instead of a line of zeros
Results below one millionth switch to exponential form automatically, so a milliarcsecond stays readable as 4.848137 × 10⁻⁹ rather than a decimal point followed by eight zeros.
Milliarcseconds entered as published
The unit list carries mas alongside seconds and radians, so a modern astrometric parallax goes in exactly as the catalogue prints it.
Predictions turned back into observables
Swapping the direction converts a modelled angular size in radians into the seconds that can be compared with an image scale or an eyepiece field.
Values ready for a notebook cell
Copy hands over the plain number with no unit attached, which is what a Python session, a spreadsheet or a reduction script expects to receive.
Questions from the Observing Log
Where does the number 206,265 keep coming from?
It is how many arc seconds fit in one radian: 180/π degrees per radian, times 3600 seconds per degree, gives 206 264.806. Because it appears every time an angle in seconds meets a formula in radians, generations of astronomers simply memorised it. Dividing an angle in seconds by 206 265 is the same operation as multiplying by 4.848137 × 10⁻⁶ — the second form is what a script does, the first is what gets written on a whiteboard.
Why do catalogues publish seconds if the maths wants radians?
Because seconds are the size of the things being catalogued. Nearly every quantity an observer measures — a separation, a parallax, a disc, a nightly blur — lands between a thousandth of a second and a few thousand, which reads as a comfortable number. The same values in radians would all be small negative exponents, awkward to compare at a glance and easy to mistype. The unit is chosen for the human reading the table; the conversion happens once, inside the code that consumes it.
What ties the parsec to the arc second?
The parsec is defined as the distance at which one astronomical unit subtends exactly one arc second — the name is a contraction of parallax and second. Run the small-angle relation backwards and that distance is 1 AU divided by 4.848137 × 10⁻⁶, which is 206 265 AU, or about 3.26 light years. The definition is what makes the working formula so tidy: a parallax of 0.5″ means 2 parsecs, 0.1″ means 10, and Proxima's 0.7687″ puts it at 1.30 parsecs.
How fine an angle can a telescope on the ground actually separate?
Turbulence sets the floor, not the mirror. Typical sites deliver seeing of one to two seconds, and the very best mountain sites reach about 0.4″ on their better nights — which caps a large telescope far short of its diffraction limit. Adaptive optics and interferometry get underneath that, and observing from above the atmosphere removes the problem entirely, which is why space platforms are the ones quoting hundredths of a second and space astrometry works in milliarcseconds.
When does treating the angle as its own tangent stop being safe?
Later than most people expect, provided the angle is in radians. The error in replacing tan θ with θ is about 0.0001 per cent at 0.1°, 0.01 per cent at 1°, a quarter of a per cent at 5° and one per cent at 10°. Since anything measured in arc seconds is far below a hundredth of a degree, the approximation is exact for all practical purposes in this domain — the risk is not the approximation but forgetting to convert to radians before applying it, which produces an answer wrong by a factor of 206 265.
No comments yet. Be the first to comment!