From 39c6fcf3617b5ef6c289c1d6f1908f1712cc5708 Mon Sep 17 00:00:00 2001 From: 11of12 Date: Mon, 21 Aug 2023 08:33:28 -0600 Subject: [PATCH] Removed duplicate TIR section --- book/pages/waveguides.ipynb | 57 ------------------------------------- 1 file changed, 57 deletions(-) diff --git a/book/pages/waveguides.ipynb b/book/pages/waveguides.ipynb index ae41e88..a7caf82 100644 --- a/book/pages/waveguides.ipynb +++ b/book/pages/waveguides.ipynb @@ -33,63 +33,6 @@ " \n", "\n" ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Total Internal Reflection" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "When light encounters an interface between two media of differing refractive indices, the light can be described mathematically as being partially transmitted into the second material and partially reflected back into the first material." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "
" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "$n_1$ and $n_2$ represent the refractive indices of two media and $E_i$, $E_t$, and $E_r$ represent the electric fields of the incident, transmitted, and reflected waves, respectively. $\\theta_1$ is the angle of incidence and $\\theta_2$ is the angle of refraction. The angle of incidence and the angle of refraction are related by Snell's law:\n", - "\n", - "$$n_1 \\sin \\theta_1 = n_2 \\sin \\theta_2$$\n", - "\n", - "We might imagine that there is some critical angle at which the transmitted wave is aligned with the interface between the two media, at which angle, the wave is no longer partially transmitted into the second medium, but is instead totally reflected back into the first medium. At such an angle, $\\theta_2$ would be 90 degrees:\n", - "\n", - "$$n_1 \\sin \\theta_c = n_2 \\sin 90°$$\n", - "Solving for the critical angle, we get:\n", - "$$\\theta_c = \\sin^{-1} \\left( \\frac{n_2}{n_1} \\right)$$" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "To further investigate this point, let us arrive at the same conclusion from a different perspective. Since the angle of refraction is dependent on the refractive indices of the two media and the angle of incidence, we can solve for the angle of refraction as a function of the angle of incidence and the refractive indices of the two media. The angle of refraction is given by:\n", - "\n", - "\n", - "$$\\theta_2 = \\sin^{-1} \\left( \\frac{n_1}{n_2} \\sin \\theta_1 \\right)$$\n", - "\n", - "What would happen if we supposed the angle of refraction to be greater than 90°? In this case, the sine of the angle of refraction would be greater than 1, which is impossible. \n", - "\n", - "$$\\theta_2 \\neq \\sin^{-1} \\left( \\frac{n_1}{n_2}\\sin{\\theta_1} \\right),{\\;} for {\\;} \\theta_2 > 90°$$\n", - "\n", - "This should make intuitive sense, since the angle of refraction, describes the angle of the transitted wave into the material, but there is no sense at which the wave can be transmitted into the second material at an angle of 90° or greater.\n", - "\n", - "Thus, we can conclude that for $\\theta_1$ > $\\theta_c$, there is no solution for $\\theta_2$ and the wave is totally reflected. This is known as **total internal reflection**.\n" - ] } ], "metadata": {