This page was generated from `/home/lectures/exp3/source/notebooks/L4/Lens Systems and Optical Instruments.ipynb`_.
Lens Systems and Optical Instruments¶
Lens Systems¶
Most of the optical instruments consist of multiple lenses that are used to image objects or to magnify them. They are combined at distances, which are either larger or smaller than the sum of their focal distances. The image below shows for example an artifical image of a lens system contained in a single microscope objctive lens, where you see multiple elements e.g. doublets and triplets of lenses. These elements as joined objects may considerably improve the performance of the optics, e.g. correct for imaging errors.
Fig.: System of of lenses inside a microscope objective lens. |
We will consider first a pair of two bi-convex lenses that are at a distance \(D>f_1+f_2\)m where \(f_1\) and \(f_2\) are their focal distances.
Fig.: System of two bi-convex lenses at a distance larger than the sum of their focal distances. |
Here the first lens creates an image at a position
Accordingly the object distance for lens 2 is then \(a_2=D-b_1\).
The second lens then images this intermediate object into
from which we can finally calculate the image location and also size with the help of \(b_1\).
Instead of doing a lengthy transformation I would like to draw your attention to a simple method which arises from the linearization of Snells law. This is called matrix optics. Matrix optics relates the outgoing angle \(\theta_2\) and height \(y_2\) of an optical element to its incident angle \(\theta_1\) and \(y_1\) via a matrix operation. Let’s have a look at an example of a bi-convex lens with a focal length \(f\). An incident ray is then expressed by a vector
which is converted by the lens into an outgoing ray vector
If you have two 2D vectors which you want to transform by a linear operation into each other, then the transformation can be described by a 2x2 matrix, which is given for a lens with
Similarly we can also define a free space propagation matrix for a propagation by a distance \(D\), which is
The propagation of light through two lenses, which are seprarated by a distance \(D\) is then the product of two matrices for the lenses and one for the free space. The transformation then in addition requires to multiply from the right side the incdent vector and we obtain on the left side the outgoing ray vector.
If you multiply the 2x2 matrices with each other, you will obtain a new 2x2 matrix with a matrix element \(C\), which should correspond to the effective focal length of that system. This is the case since the element \(C=-\frac{1}{f}\)
The result of that calculation is
which gives the effective focal length of two bi-convex lenses at a distance \(D\).
Following this equation the inverse of the total focal length of the combined lenses is just the sum of its inverse focal distances minus a term, which depends on the distance of the two lenses. If this distance is small as compared to the focal length, i.e. the lenses are close to each other, the total inverse focal is just given by the first two terms. The inverse focal distances characterize the refractive power of a lens. The larger the invserse value, the smaller is the focal distance. This refractive power is commonly measured in the unit diopter. One diopter corresponds to 1 dpt=1 :math:`m^{-1}`.
The image above shows also, that in the case of the combined lenses and a real inverted intermediate image, the final image will be upright again. Thus, if the first lens has a magnification \(M_1=-b_1/a_1\) and the second lens a magnification \(M_2=-b_2/a_2\) the total magnification is the product, which is
from which we may finally obtain with \(M=\frac{f}{f-a}\)
For more than two lenses, there is a versatile framework called Matrix Optics, which treats each optical element as a 2x2 matrix. This becomes possible as we derived earlier equations which were linear in \(y\) and \(\theta\). A whole system of different lenses, plates and other optical elements can thus be treated as a matrix multiplication, which is quite useful.