← Part IV: EM Waves
Chapter 13

Reflection & Transmission (Fresnel Equations)

13.1 Boundary Conditions

When a plane wave hits a planar interface between media $(n_1, \mu_1)$ and $(n_2, \mu_2)$, we match tangential E and H across the boundary (from Maxwell's equations). By Snell's law: $n_1\sin\theta_i = n_2\sin\theta_t$.

13.2 Fresnel Equations

Separating into s-polarization (TE: E βŠ₯ plane of incidence) and p-polarization (TM: E βˆ₯ plane):

s-polarization (TE)

$$r_s = \frac{n_1\cos\theta_i - n_2\cos\theta_t}{n_1\cos\theta_i + n_2\cos\theta_t}$$$$t_s = \frac{2n_1\cos\theta_i}{n_1\cos\theta_i + n_2\cos\theta_t}$$

p-polarization (TM)

$$r_p = \frac{n_2\cos\theta_i - n_1\cos\theta_t}{n_2\cos\theta_i + n_1\cos\theta_t}$$$$t_p = \frac{2n_1\cos\theta_i}{n_2\cos\theta_i + n_1\cos\theta_t}$$

Reflectance $R = r^2$, Transmittance $T = (n_2\cos\theta_t)/(n_1\cos\theta_i)\,t^2$, and $R + T = 1$ (energy conservation).

13.3 Special Angles

Brewster's Angle

$$\tan\theta_B = \frac{n_2}{n_1} \implies r_p = 0$$

p-polarized light is completely transmitted at Brewster's angle. Used in laser Brewster windows.

Critical Angle (TIR)

$$\sin\theta_c = \frac{n_2}{n_1} \quad (n_1 > n_2)$$

For $\theta_i > \theta_c$, total internal reflection: $R = 1$. Basis of optical fibers.

Simulation: Fresnel Equations

Fresnel Equations & TIR

Plots Rs, Rp, Ts, Tp vs angle for air-glass interface, shows Brewster's angle and total internal reflection.

Click Run to execute the Python code

First run will download Python environment (~15MB)