Optical Elements Part III

[5]:
## just for plotting later

import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from spectrumRGB import wavelength_to_rgb
%matplotlib inline
%config InlineBackend.figure_format = 'retina'

plt.rcParams.update({'font.size': 12,
                     'axes.titlesize': 18,
                     'axes.labelsize': 16,
                     'axes.labelpad': 14,
                     'lines.linewidth': 1,
                     'lines.markersize': 10,
                     'xtick.labelsize' : 16,
                     'ytick.labelsize' : 16,
                     'xtick.top' : True,
                     'xtick.direction' : 'in',
                     'ytick.right' : True,
                     'ytick.direction' : 'in',})

Lenses

The most important optical elements are lenses, which come in many different flavors. They consist of curved surfaces, which most commonly have the shape of a part of a spherical cap. It is, therefore, useful to have a look at the refraction at spherical surfaces.

Refraction at spherical surfaces

For our calculations of the refraction at spherical surfaces, we consider the sketch below.

5437959604ce4c54900baf44060e9946

Fig.: Refraction at a curved surface.

What we would like to calculate is the distance \(b\) and the angle \(\theta_2\) at which a ray crosses the optical axis if it originated at a distance \(a\) under an angle \(\theta_1\) on the left side. This will help us to obtain an imaging equation for a lens. For the above geometry we may write down Snell’s law as

\[n_{1}\sin(\alpha+\theta_1)=n_{2}\sin(\alpha-\theta_2).\]

In addition, we may write down a number of definitions for the angular functions, which will turn out to be useful.

  • \(\sin(\alpha)=\frac{y}{R}\)

  • \(\tan(\theta_1)=\frac{y}{a}\)

  • \(\tan(\theta_2)=\frac{y}{b}\)

To find now an imaging equation, we do an approximation, which is very common in optics. This is the so called paraxial approximation. It assumes that all angles involved in the calculation are small, such that we can resort to the first order approaximation of the angular functions. At the end, this will yield a linearization of these function. For small angles, we obtain

  • \(\sin(\theta)\approx \theta\)

  • \(\cos(\theta)\approx 1\)

  • \(\tan(\theta)=\frac{\sin(\theta)}{\cos(\theta)}\approx \theta\)

With the help of these approximations we can write Snell’s law for the curved surface as

\[n_1(\alpha+\theta_1)=n_2(\alpha-\theta_2).\]

With some slight transformation which you will find in the video of the online lecture we obtain, therefore,

\[\theta_2=\frac{n_2-n_1}{n_2 R}y -\frac{n_1}{n_2}\theta_1,\]

which is a purely linear equation in \(y\) and \(\theta_1\).

Let us now assume light is coming form a point a distance \(y\) from the optical axis and there is a ray traveling parallel to the optical axis hitting the spherical surface at \(y\), while a second ray is incident for \(y=0\).

f77e670ed75944549cf6707c1b77b1ea

Fig.: Image formation at a curved surface.

We may apply our obatined formula for the two cases.

\(\theta_1=0\):

\[\theta_2=\frac{n_2-n_1}{n_2}\frac{y}{R}\]
\[\theta_2=\frac{y+\Delta y}{b}\]

and thus

\[\frac{y+\Delta y}{b}=\frac{n_2-n_1}{n_2}\frac{y}{R}\]

\(y=0\):

\[n_2\frac{\Delta y}{b}=n_1\frac{y}{a}\]

Combining both equations yields

\[\frac{n_1}{a}+\frac{n_2}{b}=\frac{n_2-n_1}{ R},\]

where we define the new quantity focal length which only depends on the properties of the curved surface

\[f=\frac{n_2}{n_2-n_1}R.\]

Imaging Equation Spherical Refracting Surface

The sum of the inverse object and image distances equals the inverse focal length of the spherical refracting surface

\[\frac{n_1}{g}+\frac{n_2}{b}\approx\frac{n_2}{f},\]

where the focal length of the refracting surface is given by

\[f=\frac{n_2}{n_2-n_1}R\]

in the paraxial approximation.

Refraction with two spherical surfaces

In our previous calculation we have found a linear relation between the incident angle \(\theta_1\) with the optical axis, the incident height of the ray \(y\) and the outgoing angle \(\theta_2\):

\[\theta_2=\frac{n_2-n_1}{n_2 R_1}y -\frac{n_1}{n_2}\theta_1.\]

Remember that the refractive index \(n_1\) is the one of the medium from where we enter the lens with a refractive index \(n_2\). The radius of the first spherical surface is \(R_1\). For a lens as displayed below, we have to consider now a second refraction, where we take the outgoing angle of the first refraction as the incident angle and we have to reverse the use of the refractive indices. The radius of the second spherical surface is now \(R_2\) and its value will turn out to be negative as the curvature with respect to the optical axis has reversed.

7ff57faeea524d028181f6055fe44419

Fig.: Refraction on two spherical surfaces.

When applying our equation a second time, we also need the second height \(y^{\prime}\) for the calculation. For a thin lens, we now have a thickness \(d<<R_1, R_2\) much smaller than the radii of the spherical surfaces. From that we may assume that \(y\approx y^{\prime}\), which means that the displacement in height of paraxial rays inside the lens can be neglected. If this is the case, we may just assume, that all refracting actions happening on a plane in the center of a lens, which is drawn above as the dashed line. This plane is the so-called principle plane of the thin lens and all image construction can be reduced to the plane.

The result of the above calculation is leading to the imaging equation for the thin lens.

Imaging Equation Thin Lens

The sum of the inverse object and image distances equals the inverse focal length of the thin lens

\[\frac{1}{a}+\frac{1}{b}\approx\frac{n_2-n_1}{n_1}\left (\frac{1}{R_1}-\frac{1}{R_2}\right )=\frac{1}{f},\]

where the focal length of the thin lens is given by

\[f=\frac{n_1}{n_2-n_1}\left ( \frac{R_1 R_2}{R_2 -R_1}\right)\]

in the paraxial approximation.

The equation for the focal length has some important consequence. It says that if the difference of the refractive indices inside (\(n_2\)) and outside \(n_1\) get smaller, the focal length becomes larger and finally infinity. This can be nicely observed by placing a lens outside and inside a water filled basin as shown below.

6ce0c96706b744158232ae110c1249fa 8b8f330a2f4148f4947e2268cb712a8a

Fig.: Focusing of parallel rays by a lens in air (\(n_1=1\), left) and in water (\(n_1=1.36\), right). The images clearly show the change in focal length between the two situations.

Image Construction

Images of objects can be now constructed if we refer to rays which do not emerge from a position on the optical axis only. In this case, we consider three different rays (two are actually enough). If we use as in the case of a concave mirror a central and a parallel ray, we will find a position where all rays cross on the other side. The conversion of the rays is exactly the same as in the case of a spherical mirror. The relation between the position of the object and the image along the optical axis is described by the imaging equation.

77b77724f9264fb9910c9d98d7c2ad1b

Fig.: Image construction on a thin lens.

Similar to the concave mirror, we may now also find out the image size or the magnification of the lens.

Magnification of a Lens

The magnification is given by

\[M=\frac{h_{\rm image}}{h_{\rm object}}=-\frac{b}{a}=\frac{f}{f-a}\]

where the negative sign is the result of the reverse orientation of the real images created by a lens.

According to our previous consideration \(M<0\) corresponds to a reversed image, while it is upright as the object for \(M>0\). We, therefore, easily see the following:

  • for \(a<f\) the image is upright and magnified (image is virtual however)

  • for \(a>f\) the image is always reversed (image is real)

  • for \(2f>a>f\) the image is magnified

  • for \(a>2f\) the image is shrinked

  • for \(a=f\) the image appears at infinity with \(M=\infty\)

The image below shows the construction of images in 4 of the above cases for a bi-convex lens including the gerenation of a virtual image.

93360e47dfd04d18bc596000359d565f

Fig.: Image construction on a biconvex lens with a parallel and a central ray for different object distances.

Thick lens

For a thin lens, the displacement of the beam in height (\(y,y^{\prime}\)) due to the thickness has been neglected. That means that we can reduce all refracting action of the lens to a single plane, which we call a principle plane. This approximation is (independent of the paraxial approximation) not anymore true for lenses if the displacement \(\Delta\) of the ray as in the image below cannot be neglected. Such lenses are called thick lenses and they do not have a single principle plane anymore. In fact, the principle plane splits up into two principle planes at a distance \(h\).

7a89f69c939a441fbf5a539d107b70c3

Fig.: Thick lens principle planes.

As indicated in the sketch above, an incident ray which is not deflected can be extended to its intersection with the optical axis at a point, which is a distance \(h_1\) behind the lens surface. This is the location for the first principle plane. The position of the second principle plane at a distance \(h_2\) before the back surface is found for by reversing the ray path. According to that, both principle planes have a distance \(h=d-h_1+h_2\) (mind the sign of the \(h\)). Using some mathematical effort, one can show that the same imaging equation as for a thins lens can be used with a new definition of the focal length and taking into account that object and image distances refer to their principle planes.

Imaging Equation Thick Lens

The sum of the inverse object and image distances to the principle planes (\(H_1,H_2\)) equals the inverse focal length of the thin lens

\[\frac{1}{a}+\frac{1}{b}\approx\frac{1}{f},\]

where the inverse focal length of the thick lens is given by

\[\frac{1}{f}=n-1\left (\frac{1}{R_1}-\frac{1}{R_2}+\frac{(n-1)d}{n R_1 R_2}\right )\]

in the paraxial approximation.

The location of the two principle planes are found to be

\[h_{1}=-\frac{(n-1)f d}{n R_2}\]
\[h_{2}=-\frac{(n-1)f d}{n R_1}\]

As compared to the construction of an image on a thin lens, we now have to consider some pecularities for the thick lens. An incident parallel ray, which turns into a focal ray is now refracted at the second principle plane. The reverse must, therefore, be true for an incident focal ray. This ray is refracted on the first principle plane. The central ray is deflected on both principle planes. It is incident under a certain angle at the first principle plane and outgoing with the same principle angle to the second principle plane. The sketch below summarizes these issues for a thick lens.

563cea3f5c8548d19a09323d913aeb43

Fig.: Thick lens image construction.

Lens types

Depending on the radii of curvature and their sign, one can now construct different types of lenses, that are used in many applications. Modern microscopy lenses, for example, contain sometimes up to 20 different lenses with

20dec6963a3c4d619ac43e0eecee6012

Fig.: Different lens types.

2705f52ba53643cdb7b197a07297c294 3612d9d55b03462eac06f9a484d04cd7 4858608ebb3f4c0a80a677de21ec7e75

Fig.: Focusing behavior of a few different lens types.