"

Gravitational Lensing

Experimental Apparatus

As one could imagine, an actual measurement of a gravitational lensing object is quite time consuming. The observer must monitor literally millions of stars for months and constantly analyze data in search of the key indicators of a gravitational lens passing in front of an object. We only have a three-hour session, so completing an actual gravitational lensing measurement is not realistic. Instead, we will use acrylic lenses that have been machined to emulate the way a gravitational lens bends light.

    A digital camera, lens mount, and backdrop are mounted on a linear rail on the benchtop, as shown in Figure 4. The user can control the distance between all of the components on the rail and measure with the ruler on the side of the rail. Images and movies can be saved from the camera using the Python script run from the PC and analyzed with ImageJ.

image

Figure 3: Examples of strong lens systems that produce arcs and Einstein rings. Figure from Reference [3]

3.1 Lens Details

The details of the lens construction are contained in Reference [1]. You don’t necessarily need all these details in order to do this experiment, but it’s still pretty neat! Basically, Snell’s Law is used to relate the deflection through the lens to its thickness, arriving at a differential equation for the lenses thickness:

(7)   \begin{equation*} \cfrac{\dd T}{\dd\xi} = -\cfrac{\alpha(\xi)}{n-1}  \end{equation*}

    As discussed in Section 2, the deflection angle for a point mass is 4GM/c^2\xi. The deflection angle of more interesting, and more realistic, objects can be described by integrating their mass as a function of \xi,

(8)   \begin{equation*} \text{constant density sphere: } M \left[ 1 - \left( 1 - \cfrac{\xi^2}{R^2}\right)^{3/2}\right],\end{equation*}

(9)   \begin{equation*} \text{isothermal gas cloud: } M \left[ 1 - \left( 1 - \cfrac{\xi^2}{R^2}\right)^{1/2} + \cfrac{\xi}{R}\cos^{-1}{(\cfrac{\xi}{R})}\right], \end{equation*}

 

where Mis the total mass of the object and R is the radius of the object. Note that when \xi > R, the

image

Figure 4: Gravitational Lensing apparatus on the benchtop.

 

mass distribution is that of a point mass. The lens thickness, given by Equation (7), is then:

(10)   \begin{equation*}T(R) - \cfrac{4GM}{c^2(n-1)}\ln\left[ \cfrac{\xi}{R}\right]  \end{equation*}

point mass in Eq (10),

(11)   \begin{equation*}T(R) - \cfrac{4GM}{c^2(n-1)} \left[ \cfrac{1}{3} \left( 1 - \cfrac{\xi^2}{R^2}\right)^{3/2}+\left( 1 - \cfrac{\xi^2}{R^2}\right)^{1/2}-\ln\left[ 1 + \left( 1-\cfrac{\xi^2}{R^2}\right)^{1/2}\right] \right]  \hspace{5cm} \end{equation*}

constant density sphere in Eq (11), and,

(12)   \begin{equation*}T(R) + \cfrac{4GM}{c^2(n-1)}\left[ 2\left( 1-\cfrac{\xi^2}{R^2}\right)^{1/2}-\cfrac{\xi}{R}\cos^{-1}{\left(\cfrac{\xi}{R}\right)}-\ln\left[1+\left(1-\cfrac{\xi^2}{R^2}\right)^{1/2}\right]\right]  \end{equation*}

isothermal gas cloud in Eq (12),

    where n is the index of refraction of the lens material (usually around 1.49 for acrylic). T(R) is the thickness of the lens at the boundary of the object, and is the constant of integration that falls out of Equation (4), which lets us choose the total thickness of the lens.

3.2 Image Recording & Analysis

A Python program using OpenCV displays the webcam image, and allows the user to record frames. For measurements of the Einstein radius and shear change, the program is simply used to record a frame from the webcam for analysis with ImageJ. For measurements of changes in magnification, the Python program records the number of pixels within a defined range of colours that we call white. If the image is magnified, then the number of pixels should increase.

    ImageJ is a free image-analysis software suit you can download. The images from the webcam may not have the level of contrast required to see how the images are distorted. Users can enhance the contrast of

Figure 5: An example analysis of an Einstein ring using ImageJ.

their image under ‘Process’→‘Enhance Contrast…’. If the image contrast can be increased enough, the user draw a line through the relevant section of the image and create a ‘Plot Profile’ under the ‘Analyze’ menu. The plot profile should make it easier to make a precise determination of the Einstein radius. An example of an Einstein ring analysis is shown in Figure 5.

License

Physics 2P03 Lab Manual Copyright © by Daniel FitzGreen. All Rights Reserved.

Share This Book