Hostname: page-component-8448b6f56d-gtxcr Total loading time: 0 Render date: 2024-04-23T23:43:28.468Z Has data issue: false hasContentIssue false

A Simple and Practical Algorithm for Accurate Gravitational Magnification Maps

Published online by Cambridge University Press:  19 January 2017

S. J. Walters*
Affiliation:
School of Mathematics and Physics, University of Tasmania, P.O. Box 37, Hobart, 7001, Tasmania, Australia
L. K. Forbes
Affiliation:
School of Mathematics and Physics, University of Tasmania, P.O. Box 37, Hobart, 7001, Tasmania, Australia
*
Rights & Permissions [Opens in a new window]

Abstract

In this brief communication, a new method is outlined for modelling magnification patterns on an observer’s plane using a first-order approximation to the null geodesic path equations for a point mass lens. For each ray emitted from a source, an explicit calculation is made for the change in position on the observer’s plane due to each lens mass. By counting the number of points in each small area of the observer’s plane, the magnification at that point can be determined. This allows for a very simple and transparent algorithm. A short Matlab code sample for creating simple magnification maps due to multiple point lenses is included in an appendix.

Type
Research Article
Copyright
Copyright © Astronomical Society of Australia 2017 

1 INTRODUCTION

Gravitational lensing is the deflection of light from a distant source by intervening massive objects, resulting in magnification or de-magnification of images. In some regions, areas of high magnification (caustics) are formed. By measuring this magnification, observers passing through these caustics may be able to determine properties of the lens or source. Modelling these phenomena is computationally expensive, particularly for ‘ray shooting’ methods that deflect individual rays, and then identify where these rays intersect with the source plane (or the observer’s plane), and finally calculate the magnification factor by counting the number of rays that intersect each small area (or pixel) in the plane. Several sophisticated methods have been developed that greatly improve the efficiency of this procedure [for example, see Lewis et al. (Reference Lewis, Miralda-Escudé, Richardson and Wambsganss1993), Mediavilla et al. (Reference Mediavilla, Mediavilla, Muñoz, Ariza, Lopez, Gonzalez-Morcillo and Jimenez-Vicente2011), and Metcalf & Petkova (Reference Metcalf and Petkova2014)]. Also, techniques that make use of parallel processing have been developed to reduce the time required for generating these magnification maps [for example, see Thompson et al. (Reference Thompson, Fluke, Barnes and Barsdell2010) and Bate et al. (Reference Bate, Fluke, Barsdell, Garsden and Lewis2010)].

In this note, we present an alternative ray shooting method for drawing magnification maps. For each ray emitted by the source, we will derive an expression for its location at the target as the end point of a straight line segment plus a small correction due to each lens in the system. This will be done using a linearized solution to the Schwarzschild path equations, and we will approximate the solution to first order in the small parameter rs , the Schwarzschild radius of the lens. This assumes that rs is small relative to any other lengths appearing in the equation, principally the distances of closest approach of the ray to the lenses. This linearized solution has been shown to be a good approximation to the full (non-linear) geodesic equations in Walters & Forbes (Reference Walters and Forbes2011).

The present approach does not claim to be faster to run than existing methods. However, it has the advantage that any lens can be easily modelled by simple combination of point masses. The code included in the appendix loops through a list of masses, adding up the perturbation due to each mass. Adding any additional lensing object is merely the inclusion of an item in the list, specifying the object’s x, y, and z co-ordinates and its mass. The transparency and versatility of this approach will be demonstrated by the modelling of various lens configurations.

2 KINEMATICAL APPROACH

In order to apply a fully consistent first-order approximation to a ray passing by several lenses, we begin with the first-order path equations derived from the acceleration vector for a massless test particle in the gravitational field of a massive lens located at the origin [see Walters & Forbes (Reference Walters and Forbes2014)]. These are

$$\begin{eqnarray*} \mathbf {\ddot{r}}=\frac{-3 r_s K}{2 r^5}\mathbf {r,} \nonumber \end{eqnarray*}$$

where rs is the Schwarzschild radius of the lens, K is the square of the impact parameter, and r is the normal position vector, and r = |r| is the distance from the origin. The dot-notation refers to differentiation by the proper time parameter, τ. Using a first-order expansion in rs , we approximate the light path as

(1) $$\begin{eqnarray} x&=&X_0+r_s X_1+O(r_s^2)\nonumber\\[3pt] y&=&Y_0+r_s Y_1+O(r_s^2)\nonumber\\[3pt] z&=&Z_0+r_s Z_1+O(r_s^2), \end{eqnarray}$$

where the zeroth-order components (straight lines) are given by

$$\begin{eqnarray*} X_0&=&C_1 \tau +C_2 \nonumber\\[3pt] Y_0&=&C_3 \tau +C_4 \nonumber\\[3pt] Z_0&=&C_5 \tau +C_6, \end{eqnarray*}$$

and the first-order corrections are

(2) $$\begin{eqnarray} X_1&=&\frac{X_0}{2 R_0}-\frac{R_0}{K_0}(C_2-B C_1)+C_{11} \tau + C_{21} \nonumber\\[3pt] Y_1&=&\frac{Y_0}{2 R_0}-\frac{R_0}{K_0}(C_4-B C_3)+C_{31} \tau + C_{41} \nonumber\\[3pt] Z_1&=&\frac{Z_0}{2 R_0}-\frac{R_0}{K_0}(C_6-B C_5)+C_{51} \tau + C_{61}. \end{eqnarray}$$

In these equations, R 0(τ) is the distance at ‘time’ τ from the lens mass to the point where the test particle would be if it were not deflected (that is, in a straight line path from the source). The constants C 1 to C 6 are determined by initial conditions, and the constant B = C 1 C 2 + C 3 C 4 + C 5 C 6. These equations are for a lens mass located at the origin. In the current study, it is convenient to place the source, rather than the lens, at the origin, as this will allow us easily to include more than one lens mass. We will specify that the ray leaves the origin at τ = 0. In this case, C 2 = C 4 = C 6 = 0, and the zeroth-order terms simplify to

$$\begin{eqnarray*} X_0&=&C_1 \tau \nonumber\\[3pt] Y_0&=&C_3 \tau \nonumber\\[3pt] Z_0&=&C_5 \tau , \end{eqnarray*}$$

and the first-order corrections are now

(3) $$\begin{eqnarray} X_1&=&\frac{X_0-x_m}{2 R_0}+\frac{R_0}{K_m}(x_m+B_m C_1)+C_{11} \tau + C_{21} \nonumber\\[3pt] Y_1&=&\frac{Y_0-y_m}{2 R_0}+\frac{R_0}{K_m}(y_m+B_m C_3)+C_{31} \tau + C_{41} \nonumber\\[3pt] Z_1&=&\frac{Z_0-z_m}{2 R_0}+\frac{R_0}{K_m}(z_m+B_m C_5)+C_{51} \tau + C_{61}. \end{eqnarray}$$

The new constants xm , ym , and zm are the co-ordinates of the massive lens (with subscript m for mass), and the other terms relating to this mass are given by

$$\begin{eqnarray*} R_0&=&\sqrt{\tau ^2 + R_m^2 + 2 B_m \tau } \nonumber\\[3pt] R_m&=&\sqrt{x_m^2+y_m^2+z_m^2} \nonumber\\[3pt] B_m&=&-(C_1 x_m+C_3 y_m+C_5 z_m) \nonumber\\[3pt] K_m&=&R_m^2-B_m^2. \nonumber \end{eqnarray*}$$

As we have specified that the light ray leaves the origin at τ = 0, Equations (3) are zero at that time. Solving defines three of the constants as follows:

$$\begin{eqnarray*} C_{21}&=&\frac{x_m}{2 R_m}-\frac{R_m(x_m + C_1 B_m)}{K_m} \nonumber\\[3pt] C_{41}&=&\frac{y_m}{2 R_m}-\frac{R_m(y_m + C_3 B_m)}{K_m} \nonumber\\[3pt] C_{61}&=&\frac{z_m}{2 R_m}-\frac{R_m(z_m + C_5 B_m)}{K_m}. \end{eqnarray*}$$

By also specifying that the ray leaves the origin at some trajectory (ϕ, θ), where ϕ is the azimuthal angle and θ is the inclination angle above the $x\text{--}y$ plane, along with the speed constraint equation, C 1 C 11 + C 3 C 31 + C 5 C 51 = 0 [see Walters & Forbes (Reference Walters and Forbes2014)], we can solve for the other constants as follows:

$$\begin{eqnarray*} C_{1}&=&\cos \phi \cos \theta \nonumber\\[3pt] C_{3}&=&\sin \phi \cos \theta \nonumber\\[3pt] C_{5}&=&\sin \theta . \nonumber\\[3pt] C_{11}&=&-(C_1 B_m + x_m)\frac{B_m}{R_m} \big (\frac{1}{K_m}+\frac{1}{2 R_m^2}\big ) \nonumber\\[3pt] C_{31}&=&-(C_3 B_m + y_m)\frac{B_m}{R_m} \big (\frac{1}{K_m}+\frac{1}{2 R_m^2}\big ) \nonumber\\[3pt] C_{51}&=&-(C_5 B_m + z_m)\frac{B_m}{R_m} \big (\frac{1}{K_m}+\frac{1}{2 R_m^2}\big ). \end{eqnarray*}$$

Substituting these constants into the first-order corrections (2) and then into the path equations (1), we have the general path equations for rays leaving the origin at τ = 0 in a system containing a single lensing object:

$$\begin{eqnarray*} x&=&C_1\tau +\frac{r_s}{2}\bigg [C_1\bigg (\frac{\tau }{R_0}-\frac{B_m}{K_m}P\bigg )+x_m Q\bigg ]+O(r_s^2) \nonumber\\[3pt] y&=&C_3\tau +\frac{r_s}{2}\bigg [C_3\bigg (\frac{\tau }{R_0}-\frac{B_m}{K_m}P\bigg )+y_m Q\bigg ]+O(r_s^2) \nonumber\\[3pt] z&=&C_5\tau +\frac{r_s}{2}\bigg [C_5\bigg (\frac{\tau }{R_0}-\frac{B_m}{K_m}P\bigg )+z_m Q\bigg ]+O(r_s^2), \end{eqnarray*}$$

where $P=\frac{B_m \tau }{R_m}(3-\frac{B_m^2}{R_m^2})+2R_m-2R_0$ and $Q=\frac{1}{R_m}-\frac{1}{R_0}-\frac{P}{K_m}$ have been introduced for readability.

The correction to the straight line path is given above, accurate to first order in the small variable rs , which serves as a surrogate for the mass of the lensing object, since rs = 2GM/c 2 where M is the mass of the lens, G is Newton’s constant and c is the speed of light. In this paper, we are using geometrized units, which is G = c = 1, unless noted otherwise. The correction due to additional lensing masses may now be easily included. As the approach undertaken here has been one of linearisation of the path equations, the superposition principle holds, and the change to the path is the sum of corrections for each mass. To clarify, this comes about by making the assumption that summation of acceleration components will be accurate at least to first order in rs . Explicitly, we are saying that the acceleration due to n massive objects is

(4) $$\begin{eqnarray} \mathbf {\ddot{r}}=\sum \limits _{i=1}^n \frac{-3 (r_s)_i K_i}{2 r_i^5}\mathbf {r_i}, \end{eqnarray}$$

where the sum is over all the massive bodies in the system, each with its own value for mass (rs ), square of the angular momentum of the light ray about the mass (K), and position of the particle relative to the mass (r).

We now have the first-order path equations for x, y, and z. This enables us to solve for τ to first order in rs , for various observer locations. We can then solve the equations for that value of τ to determine the x, y, and z values at the observer’s location. This procedure will be illustrated in this paper by solving for an observer sphere and for an observer plane.

2.1 Ray intersections with an observer’s sphere

In order to evaluate the intersection of light rays with some outer sphere, centred on the source, we specify that the ray meets a sphere of radius R at some ‘time’ τ. That is, let τ = T 0 + rsT 1 + O(r 2 s ), and solve the following equation for T 0 and T 1:

$$\begin{eqnarray*} R^2&=&x^2+y^2+z^2+O(r_s^2). \end{eqnarray*}$$

The solution of this equation leads to the following zeroth-order and first-order components of τ:

$$\begin{eqnarray*} T_0&=&R \nonumber\\[3pt] T_1&=&\frac{B_m}{R_m}-\frac{R + B_m}{R_f}, \end{eqnarray*}$$

where $R_f=\sqrt{R^2+R_m^2+2 B_m R}$ is the distance from the lens to the observer. Substituting in this value of τ, the values of x, y, and z at the sphere can be calculated, given an initial trajectory (ϕ, θ). After some simplification, these final values may be written:

$$\begin{eqnarray*} x_f&=&C_1 R+\frac{r_s}{2}(x_m + C_1 B_m) F+O(r_s^2) \nonumber\\[3pt] y_f&=&C_3 R+\frac{r_s}{2}(y_m + C_3 B_m) F+O(r_s^2) \nonumber\\[3pt] z_f&=&C_5 R+\frac{r_s}{2}(z_m + C_5 B_m) F+O(r_s^2), \end{eqnarray*}$$

in which

$$\begin{eqnarray*} F = \frac{1}{R_m}-\frac{1}{R_f} -2\frac{R_m-R_f}{K_m}-\frac{R B_m}{K_m R_m}\left(3 - \frac{B_m^2}{R_m^2}\right) . \end{eqnarray*}$$

We are now in a position to plot the points where rays from a star at the centre of an observer’s sphere intersect with that sphere. Figure 1 shows the points due to a central source, with a massive lens (rs = 1) located at (20,0,0), and a secondary lens (rs = 0.1) located at (20,11.8,0). For clarity, the rear part of the sphere has not been plotted.

Figure 1. Caustic pattern on the surface of a sphere due to a binary lens. The secondary object has one-tenth the mass of the primary.

2.2 Magnification on an observer’s plane

Solving for the magnification on a plane surface follows a similar procedure. In this case, we will solve for a plane that is perpendicular to the x-axis. This does not involve any loss of generality, as the axes can be arbitrarily positioned, each lensing object having its own x, y, and z co-ordinates. Setting the final x-position of the ray to a constant, Xf , we solve for τ and then y and z in a similar way to that in Section 2.1 above to obtain:

(5) $$\begin{eqnarray} Y_{f} = \frac{C_3 X_f}{C_1}+\frac{r_s F}{2}\left(y_m-\frac{C_3 x_m}{C_1}\right) \nonumber\\[3pt] Z_{f} = \frac{C_5 X_f}{C_1}+\frac{r_s F}{2}\left(z_m-\frac{C_5 x_m}{C_1}\right), \end{eqnarray}$$

where

(6) $$\begin{eqnarray} F&=&\frac{1}{R_m}-\frac{1}{R_c}+2\frac{R_c-R_m}{K_m}-2\frac{T_0 B_m}{K_m R_m}-\frac{T_0 B_m}{R_m^3} \nonumber\\[3pt] T_0&=&\frac{X_f}{C_1} \nonumber\\[3pt] R_c&=&\sqrt{T_0^2 + R_m^2 + 2 B_m T_0.} \end{eqnarray}$$

Using these formulae, points can be plotted on the observer’s plane. Beginning with an array of regularly spaced rays leaving the source, the final position is calculated. A magnification map can be produced by counting the number of points within each small area of the observer’s plane. In Figure 2, a source is placed at the origin, a primary mass with rs = 0.01 is at (20,0,0) and a secondary mass is at (20,0.9,0) with rs = 10−6. The intersection of each ray with a plane at x = 2000 has been calculated and a smooth binning routine (Perkins, Reference Perkins2006) has been used to assign a colour based on the number of points in each bin.

Figure 2. Caustic pattern on a plane due to the lensing action of a planetary system. The star’s mass is 10 000 times that of the planet.

To simulate a many body system, 16 masses have been placed near (20, 4, 0), using a random number generator to ensure their y co-ordinates lay in the interval 4 < y < 6, and their z co-ordinates lay in − 0.75 < z < 0.75, as may be seen from the Matlab code in the appendix. The magnification map resulting from the code provided in the appendix is shown in Figure 3. It clearly consists of many caustic patterns, due to the 16 masses.

Figure 3. Caustic pattern on a plane due to the lensing action of 16 masses. The code for this plot is included in the appendix.

A simulation of an elliptical galaxy has been developed to produce the caustic plot in Figure 4. Two hundred thousand masses have been placed randomly in an elliptical structure with an inverse squared density. The elliptical shape breaks the spherical symmetry and produces the diamond-shaped caustic pattern. For this figure, the lens approximates the central bar of the lensing galaxy in the Einstein Cross (Huchra et al. 1985; Wambsganss & Paczynski 1994) ]. The lens-source and lens-observer distances have also been set to correspond to the Einstein Cross. With the point source at the origin, the lensing galaxy is placed at 7 600, and the observer’s plane is at 8 000. All distances are in millions of light years. The lensing galaxy has a mass of 1.5 × 1010 solar masses, and a height of 0.34 arcmin as seen from the observer’s plane by an observer on the optical axis. A path through the caustic has been chosen, and the corresponding light curve is shown below the magnification map. In the lower image, a structure of 104 solar masses has been added. The small deviation can be seen in the magnification map and in the corresponding light curve below it.

Figure 4. Caustic pattern on a plane due to the lensing action of 200 000 masses placed randomly in an elliptical structure with an inverse squared density, designed to roughly approximate the central bar of the lensing galaxy in the Einstein Cross. The total mass of this galaxy is 1.5 × 1010 solar masses. Distances are in millions of light years. In the lower half of the figure, an additional substructure of 104 solar masses has been added. The magnification map and corresponding light curve show a small deviation due to this substructure.

Computational time for this procedure is proportional to the number of rays multiplied by the number of lensing masses. For the elliptical galaxy with 200 000 stars, an array of 4 × 106 light rays was used. The running time for each of these maps on a desktop pc (Core I7) with four cores was 6 h.

3 CONCLUSION

This short paper has presented a new method for generating magnification patterns due to the gravitational effects of massive objects on light rays from a source. An algorithm has been described for solving the linearised first-order path equations for rays from the origin passing through a lens and intersecting with a viewing surface. This general algorithm has been illustrated by solutions for two simple viewing surfaces, a sphere surrounding the source, and a plane.

Once the solution has been derived for the linearised path equations, the final locations for an initial array of light rays can be found by first calculating the value of the time parameter at the observer’s location, and from that, the small deviations due to each mass in the system can be obtained. As the path equations have been linearised, the superposition principle holds and the total deflection can be found as the sum of the deflections due to each of the massive objects. This makes it simple to add many lensing objects to the system. It is hoped that the method and code presented here may be helpful for quickly identifying the magnification patterns for any desired lens configuration.

An interesting area of future research would be to solve the equations for incoming angle at the observer’s position rather than for position over the observer’s plane. This would allow a modelling of macro-lensing effects, and reproduction of the observer’s view of the Einstein Cross at a single point, rather than of the spatially extended magnification map.

A further modification would be to generate light curves that reflect the motion of the lensing objects over the time period, in the case where there is significant change in the configuration of the lens during the traversal of the magnification map. In the approach covered in this note, this presents a significant challenge, as it involves continually creating new sections of the magnification map as the lens configuration changes.

ACKNOWLEDGEMENTS

The authors gratefully acknowledge the financial support for this work provided by Australian Research Council Discovery Grant DP140100094.

The authors are also indebted to Dr L. Wyrzykowski for helpful comments on an earlier draft of this paper.

A APPENDIX

The code presented here is a very basic implementation of the planar solution described in the text.

References

REFERENCES

Bate, N. F., Fluke, C. J., Barsdell, B. R., Garsden, H., & Lewis, G. F. 2010, NewA, 15, 726 CrossRefGoogle Scholar
Huchra, J., Gorenstein, M., Kent, S., Shapiro, I., Smith, G., Horine, E., & Perley, R. 1985, AJ, 90, 691 CrossRefGoogle Scholar
Lewis, G. F., Miralda-Escudé, J., Richardson, D. C., & Wambsganss, J. 1993, MNRAS, 261, 647 CrossRefGoogle Scholar
Mediavilla, E., Mediavilla, T., Muñoz, J. A., Ariza, O., Lopez, P., Gonzalez-Morcillo, C., & Jimenez-Vicente, J. 2011, ApJ, 741, 42 CrossRefGoogle Scholar
Metcalf, R. B., & Petkova, M. 2014, MNRAS, 445 (2), 1942 CrossRefGoogle Scholar
Perkins, P. 2006, MatLab Central File Exchange, http://www.mathworks.com.au/matlabcentral/fileexchange/13352-smoothhist2d (accessed April 24, 2015)Google Scholar
Thompson, A. C., Fluke, C. J., Barnes, D. G., & Barsdell, B. R. 2010, NewA, 15, 16 CrossRefGoogle Scholar
Walters, S. J., & Forbes, L. K. 2011, MNRAS, 416, 3067 CrossRefGoogle Scholar
Walters, S. J., & Forbes, L. K. 2014, MNRAS, 444, 2470 Google Scholar
Wambsganss, J., & Paczynski, B. 1994, AJ, 108, 1156 Google Scholar
Figure 0

Figure 1. Caustic pattern on the surface of a sphere due to a binary lens. The secondary object has one-tenth the mass of the primary.

Figure 1

Figure 2. Caustic pattern on a plane due to the lensing action of a planetary system. The star’s mass is 10 000 times that of the planet.

Figure 2

Figure 3. Caustic pattern on a plane due to the lensing action of 16 masses. The code for this plot is included in the appendix.

Figure 3

Figure 4. Caustic pattern on a plane due to the lensing action of 200 000 masses placed randomly in an elliptical structure with an inverse squared density, designed to roughly approximate the central bar of the lensing galaxy in the Einstein Cross. The total mass of this galaxy is 1.5 × 1010 solar masses. Distances are in millions of light years. In the lower half of the figure, an additional substructure of 104 solar masses has been added. The magnification map and corresponding light curve show a small deviation due to this substructure.