Optical Fiber Transmission Back
Optics Simulator

Optical Fiber Transmission

Adjust core and cladding refractive indices to visualize total internal reflection. Compute critical angle, numerical aperture, acceptance angle, and output power in real time.

Parameters
Core index n₁ 1.48
Cladding index n₂ 1.46
Fiber length L 10.0 km
Attenuation α 0.20 dB/km
Results
Critical angle θc (°)
Numerical aperture NA
Acceptance angle (°)
Output power (%)

Key Formulas

$$\sin\theta_c = \frac{n_2}{n_1}$$

$$\text{NA}= \sqrt{n_1^2 - n_2^2}$$

$$P(L) = P_0 \cdot 10^{-\alpha L / 10}$$

What is Total Internal Reflection?

🧑‍🎓
What exactly is the "critical angle" in this simulator? I see it changes when I move the sliders for n₁ and n₂.
🎓
Basically, it's the minimum angle inside the glass core at which light gets completely reflected, instead of leaking out into the cladding. In practice, if a light ray hits the core-cladding boundary at an angle steeper than this, it bounces back and stays trapped. For instance, try setting n₁=1.48 and n₂=1.46. The critical angle is about 80.6°. Now, drag n₂ closer to n₁ and watch what happens to the angle.
🧑‍🎓
Wait, really? So if the two indices get really close, the angle gets bigger? That seems backwards. Wouldn't that make it harder to trap light?
🎓
Good catch! A larger critical angle actually means a *narrower* range of angles that are "steep enough" for total reflection. Think of it like this: 80° is almost parallel to the boundary. So when n₁ and n₂ are close, only rays traveling almost parallel to the fiber axis will stay trapped. That's why the Numerical Aperture (NA), which you also see calculated, gets very small. A small NA means it's hard to couple light into the fiber.
🧑‍🎓
Okay, that makes sense for trapping light. But what about the "Attenuation" and "Length" parameters? They seem to control the final output power.
🎓
Exactly. Even perfectly trapped light loses energy as it travels. That's attenuation. A common case is signal loss in undersea internet cables that are thousands of kilometers long. In the simulator, set a low attenuation like 0.2 dB/km and a long length like 100 km. You'll see significant power drop. Now, crank the attenuation up to 3 dB/km—that means half the power is lost every kilometer! This shows why ultra-pure glass is so crucial for long-distance communication.

Physical Model & Key Equations

The fundamental principle that keeps light inside the fiber core is Total Internal Reflection. It occurs when light traveling in a higher-index medium (core, n₁) strikes the boundary with a lower-index medium (cladding, n₂) at an angle greater than the critical angle θ_c. This angle is defined by Snell's Law at the point of refraction at 90°.

$$ \sin\theta_c = \frac{n_2}{n_1}$$

Here, θ_c is the critical angle (measured from the normal to the boundary), n₁ is the core refractive index, and n₂ is the cladding refractive index, with n₁ > n₂.

For a light source coupling into the fiber, the Numerical Aperture (NA) is more practical. It defines the maximum acceptance angle θ_a for incoming light in air (n=1) that will be guided by the fiber. It depends on the index difference between core and cladding.

$$ \text{NA}= \sqrt{n_1^2 - n_2^2}= \sin\theta_a $$

NA is a dimensionless number (typically 0.1 to 0.4). A higher NA means the fiber can accept light from a wider cone, making coupling easier but often increasing signal distortion in multimode fibers.

As the guided light pulse travels, it loses power due to absorption and scattering in the glass. This signal loss is characterized by attenuation α. The output power P(L) after traveling a length L is calculated from the input power P₀.

$$ P(L) = P_0 \cdot 10^{-\alpha L / 10} $$

P(L) is the output power (W), P₀ is the input power (W), α is the attenuation coefficient (dB/km), and L is the fiber length (km). The factor of 10 in the exponent is because attenuation is defined in decibels, a logarithmic unit.

Real-World Applications

Long-Haul Telecommunications: This is the backbone of the global internet. Signals encoded as light pulses can travel hundreds of kilometers in ultra-low-loss fibers (α ≈ 0.2 dB/km) before needing amplification. Transoceanic cables use this technology to connect continents.

Medical Endoscopy: In flexible medical scopes, coherent bundles of optical fibers transmit an image from inside the body to an eyepiece or camera. The high NA of the fibers allows efficient light collection from the illuminated tissue.

Industrial Sensing & Lighting: Fibers are used to deliver bright light to hard-to-reach places, like inside jet engines for inspection, or to carry laser light for precision cutting and welding. They can also be sensors themselves, with changes in transmitted light indicating strain or temperature.

Data Centers: Within and between server racks, high-bandwidth multimode fibers with large NA and cores rapidly transmit vast amounts of data over short distances. The trade-off of higher dispersion for easier coupling is acceptable in these short links.

Common Misconceptions and Points to Note

First, do not confuse "dBm" and "dB". dBm is "an absolute power value where 1mW is 0 dBm", while dB is "a relative value indicating the ratio between two powers". If you set "Transmit Power 0 dBm" in the tool and enter "Connector Loss 0.5 dB", the received power becomes -0.5 dBm. It is not 0.5 dBm. Next, typical parameter values change depending on the situation. For example, the default connector loss of 0.5dB is realistic for a clean, new LC connector, but for a dirty SC connector, exceeding 1dB is not uncommon. If you think "let's design with margin" when using the tool, a practical tip is to calculate by applying a margin of about 1.5 times to each loss value. Finally, understand that bandwidth calculation is a separate constraint independent of "loss". Even if a link is feasible based on loss calculation alone, if the bandwidth is insufficient, communication cannot occur at the intended speed. For example, when using OM3 fiber for 10GbE, while transmission over several hundred meters might be possible from a loss perspective, the maximum transmission distance specified by the standard is around 300m. With this tool, you can see how "the stricter of these two different constraints (loss and bandwidth) determines the final maximum distance".

Related Engineering Fields

The calculation logic of this tool is directly connected to the fundamentals of various engineering fields. First, Communication Systems Engineering. The "Link Power Margin" calculated here is essentially the same as the link budget calculation in wireless communications. If you consider light instead of radio waves, and optical amplifiers instead of antenna gain, the same system design framework applies. Next, Materials Science. The fact that a fiber's attenuation coefficient differs by wavelength (e.g., lower loss in the 1550nm band than the 850nm band) stems from the light absorption and scattering characteristics of silica glass. It is also deeply related to Signal Processing and Information Theory. The pulse broadening that appears in bandwidth calculation is the channel's "impulse response" itself. When this is large, high-speed digital signals (consecutive "1" and "0" pulses) interfere with each other, causing "Inter-Symbol Interference (ISI)" and increasing the bit error rate. Mathematically analyzing this phenomenon and overcoming it with technologies like equalizers is at the core of modern high-speed optical communication.

For Further Learning

Once you are comfortable with this tool, next deepen your understanding of the physics and mathematics behind "why it works that way". The first step is to understand the essence of decibel calculation. dB calculation, being on a logarithmic scale, converts multiplication to addition and exponentiation to multiplication. This is why link losses can simply be added. Written as a formula, the dB expression for a power ratio $R = P_{out}/P_{in}$ is $10 \log_{10} R$. Secondly, learn the physics of dispersion. The simple formula $\sigma_t = D \cdot \Delta\lambda \cdot L$ used in the tool is an approximation for cases where material dispersion is dominant. In reality, there is also "waveguide dispersion" where the fiber structure itself changes the propagation speed for each wavelength, and the "total dispersion" combining both is what matters. As the next topics for learning, progressing to optical amplification technologies (like EDFA) that compensate for loss, Dispersion Compensating Fiber (DCF) that cancels dispersion itself, and further to coherent optical communication technology that controls these at a high level, will give you an overview of modern long-haul, high-capacity optical networks. First and foremost, thoroughly experimenting with parameters in this tool to develop your "intuition" is the foundation for everything.