Part V, Chapter 5

Nonlinear Optics

At high optical intensities, the response of a medium becomes nonlinear, enabling frequency conversion, self-focusing, and optical solitons through second- and third-order susceptibilities.

5.1 Nonlinear Polarization

In the linear regime, the polarization of a medium is proportional to the electric field: P = ε0χ(1)E. At high intensities, higher-order terms become significant:

$$P = \epsilon_0\left[\chi^{(1)}E + \chi^{(2)}E^2 + \chi^{(3)}E^3 + \cdots\right]$$

The second-order susceptibility χ(2) is nonzero only in non-centrosymmetric media (e.g., KDP, LiNbO3, BBO). The third-order susceptibility χ(3)exists in all materials, including glasses and liquids.

Orders of Magnitude

  • - χ(1) ~ 1 (dimensionless)
  • - χ(2) ~ 10-12 m/V (LiNbO3: d33 = 25.2 pm/V)
  • - χ(3) ~ 10-22 m²/V² (silica: 2.5 × 10-22 m²/V²)

Despite the tiny values, focused laser beams can reach E ~ 108 V/m, making nonlinear effects substantial.

5.2 Second-Order (χ(2)) Processes

5.2.1 Second-Harmonic Generation (SHG)

Two photons at frequency ω combine to produce one photon at 2ω. The nonlinear polarization at the second harmonic is:

$$P^{(2)}(2\omega) = \epsilon_0 \chi^{(2)} E(\omega)^2$$

Derivation: SHG Efficiency with Phase Matching

Step 1. The coupled-wave equation for the second-harmonic field A2(z) in the slowly-varying envelope approximation is:

$$\frac{dA_2}{dz} = i\kappa A_1^2 e^{i\Delta k z}, \quad \kappa = \frac{\omega d_{\text{eff}}}{n_2 c}$$

Step 2. For undepleted pump (A1 ≈ const), integrating over crystal length L:

$$A_2(L) = i\kappa A_1^2 L \cdot \operatorname{sinc}\!\left(\frac{\Delta k L}{2}\right) e^{i\Delta k L/2}$$

Step 3. The SHG efficiency is:

Result:

$$\eta_{\text{SHG}} = \frac{P_{2\omega}}{P_\omega} \propto d_{\text{eff}}^2 L^2 I_\omega \operatorname{sinc}^2\!\left(\frac{\Delta k L}{2}\right)$$

Maximum efficiency requires phase matching: Δk = k(2ω) - 2k(ω) = 0. This is achieved by birefringent phase matching or quasi-phase matching (periodic poling).

5.2.2 Spontaneous Parametric Down-Conversion (SPDC)

The reverse of SHG: a pump photon at ωp spontaneously splits into signal (ωs) and idler (ωi) photons satisfying energy and momentum conservation:

$$\omega_p = \omega_s + \omega_i, \qquad \mathbf{k}_p = \mathbf{k}_s + \mathbf{k}_i$$

SPDC produces entangled photon pairs and is the primary source for quantum optics experiments, including tests of Bell inequalities and quantum key distribution.

5.2.3 Optical Parametric Amplification

In optical parametric amplification (OPA), a weak signal is amplified at the expense of a strong pump. The parametric gain is:

$$G = 1 + \left(\frac{\kappa L}{\sinh(\kappa L)}\right)^2 \sinh^2(gL), \quad g = \sqrt{\kappa^2 - (\Delta k/2)^2}$$

5.3 Third-Order (χ(3)) Processes

5.3.1 The Optical Kerr Effect

The third-order nonlinearity causes the refractive index to depend on intensity:

$$n = n_0 + n_2 I, \qquad n_2 = \frac{3\chi^{(3)}}{4n_0^2 \epsilon_0 c}$$

For silica glass, n2 ≈ 2.6 × 10-20 m²/W. Despite this tiny value, the Kerr effect is crucial in fibers due to the long interaction lengths and small mode areas.

5.3.2 Self-Phase Modulation (SPM)

A pulse propagating in a Kerr medium acquires an intensity-dependent phase:

$$\phi_{\text{NL}}(t) = -n_2 \frac{\omega_0}{c} I(t) L = -\gamma P(t) L_{\text{eff}}$$

where γ = n2ω0/(cAeff) is the nonlinear parameter and Leff = (1 - e-αL)/α. SPM generates new frequencies (spectral broadening) without changing the temporal profile. The nonlinear length is:

$$L_{\text{NL}} = \frac{1}{\gamma P_0}$$

5.3.3 Optical Solitons

When the anomalous GVD (β2 < 0) exactly balances SPM, the pulse propagates without changing shape: a fundamental soliton. The condition is:

$$N^2 = \frac{\gamma P_0 T_0^2}{|\beta_2|} = 1 \quad \text{(fundamental soliton)}$$

The soliton pulse shape is a hyperbolic secant: E(t) = √P0 sech(t/T0). Soliton propagation in fibers was proposed by Hasegawa (1973) and first observed by Mollenauer (1980). Solitons are self-reinforcing: perturbations shed dispersive radiation and the soliton reforms.

5.3.4 Four-Wave Mixing

Three input frequencies can interact via χ(3) to generate a fourth: ω4 = ω1 + ω2 - ω3. In fibers, degenerate FWM (2ωp = ωs + ωi) produces parametric gain and is both a source of crosstalk in WDM systems and a tool for wavelength conversion.

5.4 Python Simulation: SHG, SPM & Solitons

This simulation demonstrates SHG phase-matching curves, self-phase modulation spectral broadening, soliton propagation, and the Kerr lens effect.

Nonlinear Optics: SHG, SPM & Solitons

Python
script.py153 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server