The star magnitude calculator gives you four astronomy tools in one page: a Pogson flux-ratio comparator, an apparent-to-absolute magnitude converter using the distance modulus, a multi-star brightness combiner, and a telescope limiting magnitude estimator. Every calculation runs client-side — no data leaves your browser.
How it works
The entire tool is built on three foundational relationships.
Pogson’s law ties the brightness ratio of two objects to their magnitude difference. The magnitude scale is defined so that five magnitudes correspond exactly to a factor of 100 in flux. For two stars A and B:
F(A) / F(B) = 10^(−0.4 × (m_A − m_B))
Rearranging gives the magnitude difference from a known flux ratio:
m_A − m_B = −2.5 × log₁₀(F(A) / F(B))
A difference of 1 magnitude maps to a flux ratio of 10^0.4 ≈ 2.512, sometimes called Pogson’s ratio.
The distance modulus converts apparent magnitude m (how bright the star looks) into absolute magnitude M (how bright it would appear at 10 parsecs):
m − M = 5 × log₁₀(d / 10 pc)
One parsec is about 3.26 light-years or 206,265 astronomical units. Sirius lies at 2.64 pc; its apparent magnitude is −1.46 and its absolute magnitude −1.43 — they are nearly equal because Sirius happens to sit close to the 10 pc reference distance. A remote supergiant like Rigel (d ≈ 265 pc) has m = +0.13 but M ≈ −7, meaning it is intrinsically 100,000 times more luminous than the Sun.
Combining star fluxes. If several stars lie so close together that they appear as one point of light — a binary system seen without a telescope, a distant open cluster, or two galaxies in close projection — the total apparent magnitude is:
m_total = −2.5 × log₁₀(Σ 10^(−0.4 × mᵢ))
Two stars of the same magnitude combined are only 0.75 mag brighter than one, because doubling flux raises brightness by 2.5 × log₁₀(2) ≈ 0.75.
Telescope limiting magnitude. The empirical formula
m_lim ≈ 2.1 + 5 × log₁₀(aperture in mm)
estimates the faintest star a telescope can show visually under a dark, transparent sky with a dark-adapted eye. The naked eye has an effective aperture of about 7 mm, giving m_lim ≈ 6.5 — consistent with the ~5,000 stars visible by eye from a dark site. A 200 mm Newtonian gives roughly m_lim ≈ 13.6, while a 400 mm Dobsonian reaches about m_lim ≈ 14.6.
Worked example
How much brighter is Sirius than Polaris?
Sirius has apparent magnitude −1.46; Polaris has +1.98. The magnitude difference is −1.46 − 1.98 = −3.44. Applying Pogson’s formula:
F(Sirius) / F(Polaris) = 10^(−0.4 × −3.44) = 10^1.376 ≈ 23.8×
Sirius is nearly 24 times brighter in flux than Polaris.
What is Polaris’s absolute magnitude?
Polaris lies at about 433 pc. Distance modulus = 5 × log₁₀(433 / 10) = 5 × 1.636 = +8.18. Absolute magnitude M = 1.98 − 8.18 = −6.2. Polaris is a yellow supergiant — intrinsically about 2,500 times more luminous than the Sun.
Reference magnitudes
| Object | Apparent magnitude |
|---|---|
| Sun | −26.7 |
| Full Moon | −12.7 |
| Venus (max) | −4.9 |
| Sirius (brightest star) | −1.46 |
| Vega (photometric zero-point) | 0.00 |
| Naked-eye limit, dark sky | +6.5 |
| 10×50 binoculars | +10 |
| 200 mm telescope | +13.6 |
All numbers are processed in your browser — nothing is uploaded or stored.