This page was generated from `/home/lectures/exp3/source/notebooks/L3/Optical Elements III.ipynb`_.
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.
Fig.: Refraction at a curved surface. |
What we would like to calculate is the distance
In addition, we may write down a number of definitions for the angular functions, which will turn out to be useful.
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
With the help of these approximations we can write Snell’s law for the curved surface as
With some slight transformation which you will find in the video of the online lecture we obtain, therefore,
which is a purely linear equation in
Let us now assume light is coming form a point a distance
Fig.: Image formation at a curved surface. |
We may apply our obatined formula for the two cases.
and thus
Combining both equations yields
where we define the new quantity focal length which only depends on the properties of the curved surface
Imaging Equation Spherical Refracting Surface
The sum of the inverse object and image distances equals the inverse focal length of the spherical refracting surface
where the focal length of the refracting surface is given by
in the paraxial approximation.
Refraction with two spherical surfaces¶
In our previous calculation we have found a linear relation between the incident angle
Remember that the refractive index
Fig.: Refraction on two spherical surfaces. |
When applying our equation a second time, we also need the second height
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
where the focal length of the thin lens is given by
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 (
|
---|
Fig.: Focusing of parallel rays by a lens in air ( |
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.
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
where the negative sign is the result of the reverse orientation of the real images created by a lens.
According to our previous consideration
for
the image is upright and magnified (image is virtual however)for
the image is always reversed (image is real)for
the image is magnifiedfor
the image is shrinkedfor
the image appears at infinity with
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.
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 (
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
Imaging Equation Thick Lens
The sum of the inverse object and image distances to the principle planes (
where the inverse focal length of the thick lens is given by
in the paraxial approximation.
The location of the two principle planes are found to be
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.
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
Fig.: Different lens types. |
|
---|
Fig.: Focusing behavior of a few different lens types. |