A single strand of glass thinner than a human hair carries most of the world's internet traffic across oceans. The light that does the carrying never escapes the fiber's core — it bounces along the inside, trapped, for hundreds of kilometres. But before any of that can happen, the light has to get in. Aim a beam at the end face of a fiber from too steep an angle and it simply leaks out the side a few millimetres later, instead of travelling the length of the cable.
This article explains how a fiber traps light, what the numerical aperture measures, how to calculate it from the core and cladding refractive indices, and how to turn that number into the acceptance angle that decides whether your light couples in or is lost.
Why this calculation matters
Numerical aperture, almost always written NA, is the single number that describes how good a fiber is at collecting light. It sets the size of the cone within which incoming rays will be guided, so it directly governs coupling efficiency — how much of a source's output actually makes it into the core. A laser, an LED, or another fiber must deliver its light inside that cone, or the energy is wasted.
NA also shapes the trade-offs a system designer lives with. A large numerical aperture catches more light from a cheap, broad source like an LED, which is convenient. But the same large NA lets in rays at many different angles, and rays at different angles take paths of different length down the fiber, which spreads a pulse out in time. That spreading, called modal dispersion, limits how fast you can send data. NA therefore sits right at the intersection of how much light you can launch and how much bandwidth you get to keep — which is why it appears on essentially every fiber datasheet.
The core method
Light stays inside a fiber by total internal reflection. The fiber has a central core of refractive index n1 surrounded by a cladding of slightly lower index n2. When a ray inside the core strikes the core-cladding boundary at a shallow enough angle, it reflects perfectly back into the core instead of refracting out. Repeat that bounce thousands of times and the light is guided.
For total internal reflection to work, the core index must exceed the cladding index, n1 greater than n2. The numerical aperture captures how large that index difference is, and therefore how wide the guided cone can be:
NA = sqrt(n1^2 - n2^2)
where n1 is the core refractive index and n2 the cladding refractive index. A bigger index contrast gives a bigger NA and a wider acceptance cone.
The numerical aperture connects directly to a physical angle. The maximum acceptance angle — the half-angle of the cone of light, measured from the fiber axis in air, that the fiber will accept and guide — follows from:
theta_max = arcsin(NA)
Any ray entering the end face within theta_max of the axis will strike the core-cladding interface shallowly enough to be totally internally reflected and carried down the fiber. A ray entering outside that cone hits the interface too steeply, refracts into the cladding, and is lost.
A worked example
Take a typical single-mode-style glass fiber with a core refractive index n1 = 1.48 and a cladding refractive index n2 = 1.46. Find the numerical aperture and the maximum acceptance angle.
Step 1 — square each refractive index.
n1^2 = 1.48^2 = 2.1904
n2^2 = 1.46^2 = 2.1316
Step 2 — take the difference and its square root.
NA = sqrt(2.1904 - 2.1316) = sqrt(0.0588) = 0.2425
So the numerical aperture is about 0.24 — a modest value, typical of telecom-grade glass fiber where the core and cladding indices are deliberately kept close together.
Step 3 — convert NA into the acceptance angle.
theta_max = arcsin(NA) = arcsin(0.2425) = 14.0 degrees
The fiber accepts light within a cone of about 14 degrees half-angle. Any beam entering the end face inside that cone is guided down the fiber; anything steeper leaks away into the cladding. That fairly narrow cone is the price of low modal dispersion — and it is why coupling light efficiently into a fiber takes careful alignment rather than a casual aim.
Common mistakes
Subtracting the indices instead of their squares. The formula is the square root of (n1 squared minus n2 squared), not the square root of (n1 minus n2). The difference of squares is what the geometry of total internal reflection actually produces; skipping the squaring gives a wrong, usually larger, NA.
Confusing acceptance angle with the full cone angle. theta_max is the half-angle, measured from the fiber axis. The full angular width of the accepted cone is twice that. Quoting one when you mean the other doubles or halves your aperture.
Assuming the launch medium is always air. The simple arcsin(NA) relation gives the acceptance half-angle in air, where the index is essentially 1. If light enters the fiber through index-matching gel or another medium, that medium's index changes the external angle.
Treating a high NA as automatically better. A larger numerical aperture gathers more light, which helps with LEDs and other broad sources. But it also admits more modes and more modal dispersion, narrowing the usable bandwidth. The best NA depends on whether you are optimizing for coupling or for data rate.
Ignoring the index difference's sensitivity. Because NA depends on a small difference between two nearly equal numbers, a tiny error in n1 or n2 shifts the result noticeably. Use index values precise enough that the subtraction stays meaningful.
Try the interactive NovaSolver calculator
Computing one numerical aperture by hand is quick, but seeing how NA, acceptance angle, dispersion and reach respond to real fiber and system choices is where intuition is built. The Optical Fiber Transmission tool on NovaSolver lets you set fiber type, attenuation, length, launch power, splice and connector counts, receiver sensitivity and dispersion, then estimates the received power, the power margin, the link bandwidth and the maximum reach — so you can watch how design decisions add up across a whole fiber link.
Related calculators
- Fiber Optics Calculator — for the core guiding physics of refractive index, total internal reflection and acceptance cone.
- Optical Fiber Communication — to extend the link analysis toward data rate, loss budget and system performance.
- Snell's Law Calculator — for the refraction and critical-angle physics that total internal reflection is built on.
You can browse the rest in the optics tools hub.
Closing note
Numerical aperture compresses a fiber's light-gathering ability into one number drawn from just two refractive indices. The square root of the difference of their squares gives the NA; the arcsine of the NA gives the acceptance cone. Those two short steps tell you whether a source will couple efficiently into a fiber and hint at the dispersion you will pay for it. Square before you subtract, keep the half-angle and full-angle straight, and remember that a bigger aperture is a trade, not a free upgrade — and the physics of guided light becomes a calculation you can trust.
Top comments (0)