Astrophysics and Cosmology. Practical Work Autumn

Size: px
Start display at page:

Download "Astrophysics and Cosmology. Practical Work Autumn"

Transcription

1 Astrophysics and Cosmology Practical Work Autumn Laboratoire d astrophysique Ecole Polytechnique Fédérale de Lausanne (EPFL) Goal of this work: the goal of this pratical work is, through the analysis of real data, to get a taste of how modern astrophysical observations are obtained and analysed. These include digital images obtained with the four 8.2m VLTs (Very Large Telescope) of the European Southern Observatory at Cerro Paranal (Chile) and with the NASA/ESA 2.4m Hubble Space Telescope. A tour is proposed of the techniques in use by the astrophysical community, and illustrated through the study of a wide range of science areas, from the photometry of nearby stellar clusters, to the search for faint distant galaxies and clusters of galaxies. The goal is to give the student a quantitative feeling of what is possible and what is not with present-day instrumentation. It is expected at the end of this 14-week introduction and training that the student is sufficiently well prepared to attack efficiently the scientific work to be done during the spring semester and during the master. The data needed for the tasks described in this booklet can be downloaded as a single archive from Save this file in your home directory, unzip it using the command gunzip TP4 autumn.tgz, unpack it using tar xvf TP4 autumn.tar, and finally rm TP4 autumn.tar. You can then directly work in the resulting file structure. This booklet goes along with information on the computing facilities at LASTRO and languages (python) posted at 1

2 Contents 1 Introduction to Data Handling: Basic Concepts and Tools (up to 4 weeks) NGC 613: a nearby spiral galaxy Displaying images and basic measurements Characterizing the VLT images Reducing the VLT images Comparing with (already reduced) HST images Weighting Galaxies and Clusters of Galaxies (up to 3 weeks) Spiral galaxies and rotating disks Elliptical galaxies as isothermal spheres Galaxy clusters A Deep Observation of a Globular Cluster (up to 3 weeks) Aperture photometry Calibration or transforming to the standard system Fiducial sequence and isochrones Galaxy Clusters as Gravitational Lenses (3 weeks) The Cluster as a Gravitational Lens Detecting the weak lensing effect

3 1 Introduction to Data Handling: Basic Concepts and Tools (up to 4 weeks) The goal of this first chapter is to understand the basics of image reduction and to get used to the tools used to process astronomical data and to display them. Reducing data is the first mandatory step when dealing with an observational astrophysical project. Depending on the complexity of the instrument, it can be very simple (e.g., for simple imaging) or it can involve the development of new specific softwares that are as important as the development of the instrument that took the data itself. In the present work we keep things very simple and propose to process nice-looking images of the nearby spiral galaxy NGC 613, and to characterize them. Two sets of data are available, taken with the ESO VLT ( and with the Hubble Space Telescope ( Although all the data are already on your disk, it is proposed to follow the lines of work without skipping steps! This will allow to discover NGC 613 with instruments of increasing quality in terms of spatial resolution. 1.1 NGC 613: a nearby spiral galaxy You can have a quick look at the galaxy we will study, through the ESO Digital-Sky-Survey (DSS) web page ( where a digital map of the whole sky is available. This archive has been constructed by scanning old (but very wide field) photographic plates obtained at Palomar observatory and in Australia. Enter the name of the galaxy in the appropriate field and display it as a gif image. Download it as well on your disk as a FITS image. FITS is the standard format to store data in astrophysics. All data will be processed in this format. 1.2 Displaying images and basic measurements Open IRAF and its graphical display ds9 in order to see the FITS image. Use the command display to change the cut levels and try to see the extended very faint parts of the galaxy. You note that the signal between two objects, also called empty sky regions is not zero. This is due to the fact that the night sky is not so dark as one may think. It is emitting a small but measurable amount of light. This amount of light is sufficient to affect the observations. The sky level is often higher than the object brightness itself! This is why observatories must be located far away from any source of light pollution. Lets carry out basic measurments on these data: 1. Assuming that the Hubble constant is H 0 =65 km s 1 Mpc 1 and using the measured radial velocity V r =1479 km s 1 of NGC 613, compute the distance to the galaxy. The Hubble law for the expansion of the Uniserve is applicable to NGC 613. Why can t you use it for large distances, like several thousands of Mpc (Mega parsecs; 1 pc = 3.26 light years)? 2. What is the pixel size (in arcseconds) of this image? Using straightforward trigonometry, compute the diameter of the galaxy, in light-years and in parsecs. How does this compare with our own Milky Way? 3. Using the iraf command imexa, measure the resolution of the image in arcseconds, i.e., the Full-Width-Half-Maximum of the (unsaturated) stars in the image. How does this translates in parsecs or light years? What is the largest globular cluster in the Milky Way? What is its size (have a look on the web!)? Would you be able to resolve it if it was in the image you have of NGC 613? Same question for the planetary nebula M 57. 3

4 1.3 Characterizing the VLT images 1. The list of the observations is on your disk as an ASCII file. Have a look at it. Display the raw images on NGC The pixel size of the FORS1 instrument (see the ESO web page) is 0.2 arcsecond. What is the size of the galaxy using these new and much deeper observations. Deeper means that much fainter light levels are reached. 3. Measure the resolution (called seeing ) in arcseconds in the three images taken in the blue (B), green (V) and red (R) filters. Do this using several isolated stars in order to get a precise mean value and an estimate of the error bar on your measurement. Is there a difference in resolution between the three filters? The three images are taken one after the other, with little changes of the atmospheric conditions between each exposure. If you measured a different seeing in the images, give a possible explanation for it. Note that the atmosphere acts as a prism on light rays. 4. Compute the theoretical diffration limit for the VLT which has a diameter of 8.2m. What are the values in arcsecond for the three filters B (4300Å), V(5500Å), R(6500Å). 5. Compare the behaviours of the measured and theoretical resolutions as function of wavelength. Is the measured trend compatible with the theoretical expectations? You guess correctly that the answer is no. Try to imagine why. 1.4 Reducing the VLT images A raw astronomical image, right after it is acquired at the telescope can be interpreted as a signal D(x,y), which gives the intensity or the flux level recorded, as a function of the position (x,y) on the CCD array. It can be written as: D(x, y) = [I(x, y) + Sky(x, y)] F (x, y) + B(x, y), (1) where I(x, y) is the signal of sicentific interest, Sky(x, y) is the sky level, F (x, y) is the pixel-to-pixel response of the camera, called the flat-field. B(x, y) is called the bias level. It is an arbitrary positive constant set in the hardware of the camera, aimed at avoiding any negative value in the image, due to the readout noise. The goal of data reduction is to extract I from the data D, given a number of calibration frames that we will use in the following: 1. Display the bias images and the flat fields. What is the mean flux level in the bias images? In the flat fields? Take the mean of the 2 biases, 3 biases, 4 biases. Compare the noise with one single bias. By how much is it improved and how does this factor compare with the number of biases in the mean bias image? 2. Using python, plot the standard deviation in the 4 biases you just created (i.e., single or combined), as a function of the number of images in the combined bias. 3. Subtract the best mean bias from each flat field. 4. Normalise the flat fields so that their mean level is Flat field the images following the equation above. 6. Subtract the sky from all the images. This can be approximated by a constant value measure in the areas free of any object. Measure it in many places in the image. Compare the mean value of the sky level with the sky noise (standard deviation of the pixels in a part of the image with sky only). Is the sky level really constant accross the image? Compare the sky level at different location in the frames and compare its variation with the sky noise. 4

5 7. Bring all the images to a common resolution using the convolution task gauss in IRAF and assuming the stars are perfect gaussians. To do that, convolve each image with the appropriate Gaussian, so that all images have the same resolution. Of course the common resolution is the worse one of the three. 8. Use the task rgbsun in the color context of IRAF to construct a true-color image using the B, V and R frames. To do this, first type color into IRAF (you will see the prompt change from cl> to co>), then the command epar rgbsun. Change the option swap to yes, and procede as usual for the rest. Don t give any extension for the output filename. Once the task has run, you can open and convert the colour image using The Gimp. An alternative to IRAF s rgbsun is to use the stiff software (unrelated to IRAF), that directly outputs a TIFF file. Where do you think the star forming regions are? Where do you think dust is present? Why? Remember that dust absorbs blue light more than red light and that hot young stars have a higher temperature than the others (this of the black body radiation). 9. The color image can be complemented by a color map of the galaxy. Compute the ratio between the R and B image and take the logarithm. In that way, you obtain an image of the color of the galaxy. High R/B traces red regions while a lower ratio traces blue regions. 1.5 Comparing with (already reduced) HST images 1. Reducing images obtained with the Hubble Space Telescope is very similar to the reduction of VLT images. Because space data are more stable in time than ground based data (e.g., constant weather condition), the reduction process can be automatized easily. The Space Telescope Science Institute has developped a pipeline that does this work for you and reduced images can be retreived directly on the web. We have downloaded these data for you. Have a look at them. 2. Measure the resolution in each image. The pixel size is arcsec. Does the resolution match the theoretical one this time? Why? What is the smallest detail you can resolve in NGC 613, in parsecs? 3. Convolve all the images to the same resolution and compute the true-color image and the color map of the galaxy. Compare with the VLT image. 4. A supermassive black hole with a mass between 10 9 M and M resides in the center of this galaxy. Calculate the radius of the black hole, assuming that it is defined as the distance at which a photon can not escape the black hole anymore. This radius is called the Schwarzschild radius r s. What is the Schwarschild radius of the black hole in parcsecs? Would you be able to see it with the HST (assuming it can still emit light!)? What would be the diameter of the telescope needed to see it? Can you think of any (realistic) technical solution to reach such high angular resolutions? 5

6 2 Weighting Galaxies and Clusters of Galaxies (up to 3 weeks) There exist a large number of ways of estimating masses of objects at cosmological distances, such as galaxies and clusters of galaxies. All but one are indirect and model dependent. They rely on the measurement of the radial velocity of different parts of galaxies. We will review these methods, in a much simplified way, and see how another more recent method called gravitational lensing (the deviation of light by massive bodies) can be used as a model-independent way to carry out mass measurements. We will see that both methods are sensitive to dark matter, but gravitational lensing does not need to assume any prior knowledge on how this dark matter is distributed in galaxies to give precise mass measurements. 2.1 Spiral galaxies and rotating disks There are essentially two types of galaxies. Elliptical galaxies, that can be seen (at least to the zero order) as a cloud of stars, and spiral galaxies that include a rotating disk made of stars, dust and gas, and of a bulge that is comparable to a small elliptical galaxy. Both types of galaxies often harbour a central black hole that can be modeled as a point mass given its small size compared with the whole galaxy, and are thought to reside in a large halo of dark matter which precise shape has not been unveiled yet and which is often taken as spherical in most theoretical models of galaxies. Spectrographs are used to measure the Doppler velocity shift, either along the long or small axis of the galaxy. This radial velocity measured at a distance r away from the center of the galaxy is called the rotation curve. It is related to the mass contained within a circle of radius r. Since the system is in equilibrium, the centrifugal force seen by a test particle of mass m at radius r is compensated by the centripetal force (i.e. the gravitational force): m v2 circ r = F disk + F halo + F CM (2) where the three forces involved are produced respectively by the disk, dark matter halo and central mass components of the galaxy. This circular velocity v circ at distance r must be multiplied by the sinus of the inclination i of the spiral along the line of sight before any comparisons can be made with the observations (Doppler shifts measure only radial velocities). No measurements can be made of face-on galaxies since sin i = 0 in that case. ( π ) v r = v circ cos 2 i = v circ sin i (3) The gravitational potential generated by the disk at distance r from the galaxy s center can be expressed as: G M disk Φ disk = r2 + (a + z ) 2 + cte G M disk + cte (4) r2 + a2 where M disk is the total mass of the disk, a is its scale length, and z is its thickness. We can take z = 0 to make things easier and since disks in spiral galaxies are very thin. G is the constant of gravitation. The potential generated by the dark matter halo is expressed as a function of its mass density ρ 0 and its scale length r 0 : 6

7 Φ halo = 4πG ρ 0 r 2 0 { [ ( ) ] 2 1 r 2 ln r ( ) } 0 r r 0 r arctan + cte (5) r 0 Finally, the potential due to the central mass of the galaxy is given by: Φ CM = G M CM r + cte (6) The gravitational force can then be computed from F = m Φ. We will attempt to use this simple three-components model of the velocity curve of a spiral galaxy to weight it. 1. First of all, orders of magnitude are necessary and we need to work out the correct units. Based on your knowledge of spiral galaxies, or through the web, try to estimate all the necessary parameters in the model. What are typical sizes for disks, and halos of galaxies? What are their typical masses? Estimate, even roughly, the density ρ 0 of a dark matter halo. Express r in kpc, the velocity in km s 1, masses in M and mass densities in M pc 3. The mass of the sun is M = kg, 1 pc = m, and G = N m 2 kg We will now plot the velocity curve v circ as a function of the distance r from the center. You can do all this directly in python, using matplotlib. Plot each of the three components separately for a set of parameters that spread a plausible range for real galaxies. Plot also the total velocity v circ. This should help you define which component (disk, halo, or central mass) is responsible for the flatness of the rotation curve at large r. 3. Looking at the image of NGC 3198 estimate roughly the inclination of the disk. Radial velocities have been measured in function of the distance r from the center. Plot the observed rotation curve of NGC 3198, and estimate all the model parameters, in order to match the data (knowing that NGC 3198 lies 9.2 Mpc away from us). Do not forget the inclination! What are the masses involved? You can compute them through numerical integration (scipy.integrate) of the mass densities, which are given by the Poisson s law 2 φ = 4πG ρ. Remember the coordinates are not cartesian. What is the total mass of the galaxy in solar masses? Approximate its error bars, by estimating the range of models with different parameters that match the data equally well. 2.2 Elliptical galaxies as isothermal spheres Elliptical galaxies are essentially composed of stars and contain very little quantities of gas and dust. Therefore they can be approximated as large clouds of stars. One can see such a system as a gas of particles, where each particle is a star, and where the interaction between the particle is described by the gravitational force. If this system is in a steady state, one gets, by applying statistical mechanics, the following expression (known as a statement of the virial theorem) : 2T + U = 0 where T = 1 2 M v2 and U = 1 G M 2 (7) 2 r g where T is the kinetic energy, U is the potential energy, v 2 is the mean-square speed of the system s stars, M is the mass of the galaxy, and r g is the gravitational radius. In many stellar systems, one can approximate r g r h /0.4, where r h is the median radius, which is defined to be the radius within which lies half the system s mass. We shall suppose that the considered galaxy has a nearly spherical symmetry and that the velocity distribution of the stars is gaussian, then we can express the mean-square speed in function of the radial velocity dispersion σ r : 7

8 v 2 = σ 2 = σ 2 x + σ 2 y + σ 2 z = 3 σ 2 r (8) Observations show that spectra of elliptical galaxies are very similar to those of red giant stars. And indeed, red giants are known to be the main contributors to the visible light in elliptical galaxies. An interesting point is that the observed absorption lines in the galaxy spectra appear broader than in the stellar spectra. This is simply explained by the fact that the stars are moving around within the galaxy, with velocities that follow a given velocity distribution. Because of this velocities and of the Doppler effect, one observes broadened absorption lines in the galaxy spectra. By examining to which extend these lines are broadened, one can estimate the velocity dispersion in the galaxy, and eventually the mass of the galaxy. Have a look at the spectrum S of the K0 III star and at the spectrum G of an elliptical galaxy. You could do this by using the splot command in IRAF (part of the onedspec package, so type onedspec first). Or you can do this in python, using the module pyfits to read the FITS file as well as it s header, and matplotlib to draw interactive plots. From the equation of the Doppler shift (λ λ 0 )/λ 0 = v r /c, one has: v r c = dλ λ = d ln(λ) = ln(10) d log(λ) (9) This means that if you want to sample a spectrum linearly in velocity, you have to sample it in function of the logarithm of the wavelength. This is why the S and G spectra are sampled in log λ. Identify the following important lines in the spectra: λ [Å] element Ca, K band Ca, H band CH molecules, G band H β Mg band Na doublet H α Calculate the sampling of the spectra (i.e. 1 pixel =? km/s). If you are not using python to read the FITS file, you can convert the contents of the FITS file into columns of a plain text file using the wspectext command of IRAF. If F (v r ) is the radial velocity distribution in the galaxy, one can express the observed galaxy spectrum as the convolution of the star spectrum with this velocity distribution: G(v r ) = F (v r ) S(v r ) (10) Determine the radial velocity dispersion σ r in the galaxy by supposing that the velocity distribution is gaussian. If working with IRAF, you can use the gauss command to convolve the stellar spectrum with a gaussian function, which σ is directly linked to the radial velocity dispersion σ r (be careful with the units, gauss requires σ to be expressed in pixels). If working 8

9 in python, scipy.ndimage.filters has the easy-to-use gaussian convolution functions you need. Try several values of σ to estimate which one gives the best match between G and F S. Using IRAF, this could simply be done by computing G (F S) with the imarith command, and then examining the results with imstat. Using python, you can think of even more advanced possibilities. From the best-fit radial velocity dispersion estimate the mass of the galaxy (expressed in solar masses) if its gravitational radius is r g = 0.8 kpc. 2.3 Galaxy clusters One can weight a whole cluster of galaxies in a similar way than we did for the elliptical galaxy. Whereas, this time, we consider whole galaxies as our theoretical gas particles, in order to apply the virial theorem. Spectroscopy of the galaxies enables us to determine their mean radial velocities. For a cluster containing N galaxies, the radial velocity dispersion is then given by: σ 2 r = 1 N 1 N (v r,i v r ) 2 (11) i=1 where v r is the mean radial velocity of the galaxies. From the radial velocity dispersion you can infer the mass of the cluster. The redshift of an object is defined as z = (λ λ 0 )/λ 0. From the spectra of 20 galaxies of the galaxy cluster Abell 370, estimate the redshift of each galaxy, and then the mean redshift of the cluster. Again, you could use python or the IRAF command splot to plot a spectrum. With splot you can zoom on the spectrum by hitting w, and then twice e. A gaussian fit of a given absorption line is obtained by pressing k on each edge of the line. Use several absorption lines in each spectrum to get a better estimate of its redshift. Convert the redshifts into radial velocities. Determine the radial velocity dispersion and the mass of the cluster (r g = 0.62 Mpc). Given the fact that the cluster contains approximately one hundred galaxies, what can you conclude about its mass? The measured radial velocities are rather high. Is there any correction we should have thought about, when converting the redshifts into velocities? Or, equivalently, how should radial velocities be computed in a (large enough) comoving volume? 9

10 3 A Deep Observation of a Globular Cluster (up to 3 weeks) Globular star clusters (GC s) usually contain about 10 5 stars. The stars are spherically distributed, and the central densities are about ten times larger than in open clusters. The globular clusters are among the oldest stars in the Milky Way, and are therefore of great importance for studies of stellar evolution. Very small heavy element abundances, down to about 10 3 times the solar value, have been detected in some halo globular clusters. They therefore give important information about the production of elements in the early Universe and during the formation of the Milky Way. There are about globular clusters in the Milky Way. The H-R diagrams of stellar clusters, can be constructed in a self-consistent way without knowledge of the exact distances to them. Since the dimensions of a typical cluster are small relative to its distance from Earth, little error is introduced by assuming that each member of the cluster has the same distance modulus. As a result, plotting the apparent magnitude, rather than the absolute magnitude only amounts to shifting the position of each star in the diagram vertically by the same amount. By matching the observational main sequence of the cluster to a main sequence calibrated in absolute magnitude, the distance modulus of the cluster can be determined, giving the cluster s distance from the observer. This method of distance determination is known as main-sequence fitting. Rather than attempting to determine the effective temperatures of every member of a cluster by undertaking a detailed spectral line analysis of each star, it is much faster to determine their color indices (B-V). With knowledge of the apparent magnitude and the color index of each star, a color-magnitude diagram (CMD) can be constructed. B and V CCD images of the metal-poor Galactic GC M15 (= NGC 7078) have been obtained from the ESO FORS2 imager attached to one of the four VLT units. The images have already been reduced (i.e. bias substracted and flat-fielded): construct a calibrated CMD for M15; describe its morphology, i.e. link the different regions of the diagram with the phases of stellar evolution; remove the interstellar reddening, assuming E B V = 0.10; fit the main-sequence with a calibrated zero-age main-sequence (ZAMS) in order to find the distance of the cluster; estimate its age by fitting isochrones to the CMD fiducial sequence (isochrone = curve connecting the positions of stars of various masses and same composition and age); locate the main-sequence turn-off point (TO), i.e. the point where the stars are currently leaving the main-sequence; estimate its radius (hint: see the very beginning of this practical work); estimate its luminosity (hint: determine M15 apparent magnitude first); estimate its mass assuming the cluster consists in solar-type stars only (rough approximation!). 3.1 Aperture photometry Aperture photometry is the most straightforward way to compute magnitudes in uncrowded or moderately crowded stellar fields. The instrumental magnitude m of a star is computed as follows: 10

11 ( ) Ctot ac sky m = 2.5 log + m 0 (12) t exp where C tot is the total count (star + sky) in the photometry aperture; a is area of the aperture in pixels squared and is roughly equal to πr 2 where r is the radius of the photometry aperture in pixels; c sky is the estimated sky value in counts per pixel squared computed in a sky annulus centered on the star; t exp is exposure time and m 0 is zero point offset for the magnitude scale. In practice the aperture photometry is carried out using the sextractor software. An introduction to this software will be given, but some information as well as the required configuration files can be found on our online documentation on computing at LASTRO. 3.2 Calibration or transforming to the standard system Conversion from instrumental (b, v) magnitudes to the calibrated (B, V ) magnitudes follows a simple linear model: b = B + b 0 + b 1 X + b 2 (B V ) (13) v = V + v 0 + v 1 X + v 2 (B V ) (14) where X is the airmass ( sec z where z is the altitude of the star measured from zenith). For the extinction coefficients b 1 and v 1, one can use the average atmospheric absorption coefficients measured at Paranal : b 1 = 0.26 [mag / airmass], and v 1 = 0.17 [mag / airmass]. The constants b 0 and v 0 and the color coefficients b 2 and v 2 can be determined using standard stars, that is stars with determined magnitudes and colours, observed with the same instrument and filters and under identical conditions as the M15 cluster. You will find this material in the directory 3 M15/STD. 3.3 Fiducial sequence and isochrones The so-called fiducial sequence is a smoothed sequence of M15 obtained by e.g. P.R. Durrell and W.E. Harris (1993, AJ 105, 1420), which just represents some kind of best fit to the observed sequence. You can use it to check the quality of the fit of your magnitudes to the standard system. To determine the ages, your need isochrones corresponding to the metallicity of M15, namely [F e/h] = 2.15, which corresponds to a fraction of heavy elements Z = Such isochrones were computed by Vandenberg (1985, ApJS 58, 561) for similar metallicities and are stored in the file vb85iso.txt. See the file ReadMe.txt for a detailed description of this file. 11

12 4 Galaxy Clusters as Gravitational Lenses (3 weeks) In this practical work, we will make use of deep images of the massive galaxy cluster Abell 370 (A370 in the following). You have been given three frames obtained with the ESO VLT through three filters. They consist of numerous short exposures that have already been reduced as explained in Chapter 1 of this booklet. The reduced exposures have also been combined into one single frame that allow to see very faint objects. Among the numerous objects in the images are distant galaxies, nearby galactic stars and a massive galaxy cluster. We will use the images in order to estimate the mass of the galaxy cluster, to study the color distribution of galaxies in the cluster and to detect the effect of weak gravitational lensing on galaxies in the background of A The Cluster as a Gravitational Lens Following Einstein s equivalence principle between gravity and inertial forces, all bodies even with no mass, are under the influence of gravitation. As a direct consequence, a photon can be attracted by a massive body such as a galaxy or a galaxy cluster. As an optical lens does, a mass modifies the path followed by photons and therefore acts as a gravitational lens. The angle by which the light rays are bended by an object with a mass M can be calculated in the context of Einstein s theory of general relativity, as: ˆα = 4GM c 2 ξ, (15) where ξ is the impact parameter of the light ray (see Fig. 1). Compute the value of ˆα for the mass of the sun. The impact parameter can be approximated by the radius of the sun. Fig. 1 gives a schematic description of the phenomenon of gravitational lensing, where a source S is lensed by a massive object in the lens plane (labeled L). The source is not seen at its real angular position β by the observer O, but is displaced by an angle α that depends on the true deflection angle ˆα. Figure 1: Schematic view of the gravitational lensing effect. The observer O sees the image L of the source S at a position θ on the plane of the sky. The source S is never observable. The lensing galaxy is also called the deflector, hence the indices used to label the different distances. If we assume that the distances between the different objects are known show that, when the source, the lens and the observer are almost perfectly aligned (i.e., β 0): 12

13 α = ˆα Dds D s (16) When the source is perfectly aligned with the observer and then lens (i.e., β = 0), it is imaged into a ring called an Einstein ring. Using Fig. 1 and simple geometrical considerations, show that the Einstein radius is: θ E = 4GM c 2 D ds D d D s (17) All the above is true only when the distances involved in the calculations are angular diameter distances. As the reference used to measure distances changes with redshift (i.e., the ruler you are using to measure distances is changing with the redshift), angular diameter distances are given under the form of an integral. The distance between two objects at redshifts z 1 and z 2 (z 1 < z 2 ) is given by: D 12 = z 2 f K (x 12 ) (18) with 1/ ( K ) K sin x K > 0 f K (x) = x K = 0, 1/ K sinh ( K x ) K < 0 (19) and x 12 = c H 0 z2 z 1 K ( H0 c ) 2 (Ω M + Ω Λ 1) (20) dz (1 ΩM Ω Λ )(1 + z) 2 + Ω M (1 + z) 3 + Ω Λ, (21) where H 0 is the Hubble parameter, Ω M is the density of matter of the universe, normalised to its total density and Ω Λ is the density associated to the vacuum. From the most recent studies using distant supernovae, the current values of these parameters are Ω M = 0.3 and Ω Λ = 0.7. The value of H 0 is still poorly known. The currently more accepted (but probably biased) value is H 0 = 72 km s 1 Mpc 1. As the integral above can not be calculated explicitly, integrate it numerically to compute the distance between us (z 1 = 0) and an object at redshift z 2. You could code your own elementary integration, or use one of scipy.integrate s numerous possibilities. Make a graph showing the distance as a function of redshift. Also plot the Hubble relation for comparison. Of course this relation is valid only at very low redshifts. At z > 1 it would even imply that galaxies have velocities larger than the speed of light. The Hubble law, in its original form does not take relativistic corrections into account. Using the three VLT images of A370, make a color image, as was done for NGC 613. You can use for instance stiff or the log scale option of the IRAF task rgbsun. Later you can fine-tune the color scale using the color editor in xv or gimp in order to emphasize the color contrast between the different objects in the field of view. You notice immediately an overdensity of galaxies that seem to have the same color. These galaxies belong to the A370. Give a plausible reason for them being of the same color. 13

14 An arc-like structure is seen close to the center of the cluster. This arc is not physically in the cluster but corresponds to a gravitationally lensed galaxy in the background of the cluster. The redshift of the arc is z = 0.72 while the redshift of the cluster is z = Compute the angular diameter distances to the cluster and to the arc as well as the distance between the cluster and the arc. The pixel scale in the image is 0.2 arcseconds. Considering the arc as a part of an Einstein ring, measure the angular Einstein radius of the cluster. Give an estimate of the mass of the cluster. If the lensing mass is considered as an isothermal sphere, its Einstein radius can be expressed as a function of the velocity dispersion following: θ E = 4πσ2 v c 2 D ds D s (22) Give an estimate of the velocity dispersion of the lens. How does this compare with the velocity dispersion measured in the second chapter for the same object? If you find a difference, try to explain it. 4.2 Detecting the weak lensing effect The large arc is a heavily distorted galaxy in the background of A370. The distorsion is so large that one speaks of strong lensing. When the alignment between the lens, the observer and the background source is not perfect, the distorsion is not so obvious any more and one speaks of weak lensing. Try to find other objects in the field of view that seem to be affected by weak gravitational lensing. Give their (x, y) coordinates. We will now carry out a photometric study of the cluster using the V and R images. A color-magnitude diagram will be constructed in a way similar to the case of the globular cluster M15. However, since galaxies are not point sources, their flux can not be integrated anymore using circular apertures. Sextractor is a program that carries out photometry through elliptical apertures. Use it to obtain photometric catalogues of the objects in the cluster in V and R. Write a python script that reads the two photometric catalogues and matchs them in order to infer a V R color for each object. Plot the color magnitude diagram V R vs. R. Note that we do not need to perform a photometric calibration in the present case as we will work with color differences between objects. Identify the cluster member galaxies on the color magnitude diagram. Remember that they are among the brightest objects in the field of view and that they are all at the same redshift. Create a catalogue containing the position of each object, its V and R magnitude, its ellipticity and FWHM. Plot a diagram with the FWHM of each object versus its ellipticity. Identify the stars in this diagram. Based on this, create a new photometric catalogue where the stars have been removed. The galaxies in the background of A370 are gravitationally lensed by the cluster. Create a catalogue with only the galaxies in the background of A370, and a catalogue with only the galaxies of the cluster. For the two catalogues plot the mean ellipticity of galaxies as a function of angular distance to the center of the cluster. Do you detect the effect of gravitational lensing? 14

AST1100 Lecture Notes

AST1100 Lecture Notes AST1100 Lecture Notes 4 Stellar orbits and dark matter 1 Using Kepler s laws for stars orbiting the center of a galaxy We will now use Kepler s laws of gravitation on much larger scales. We will study

More information

Survey of Astrophysics A110

Survey of Astrophysics A110 Goals: Galaxies To determine the types and distributions of galaxies? How do we measure the mass of galaxies and what comprises this mass? How do we measure distances to galaxies and what does this tell

More information

PROJECT GLOBULAR CLUSTERS

PROJECT GLOBULAR CLUSTERS PROJECT 5 GLOBULAR CLUSTERS Objective: The objective of this exercise is the calculation of the core and tidal radius of a globular cluster in the Milky Way. Measure the tidal radius of a globular cluster

More information

AstroBITS: Open Cluster Project

AstroBITS: Open Cluster Project AstroBITS: Open Cluster Project I. Introduction The observational data that astronomers have gathered over many years indicate that all stars form in clusters. In a cloud of hydrogen gas, laced with helium

More information

The cosmic distance scale

The cosmic distance scale The cosmic distance scale Distance information is often crucial to understand the physics of astrophysical objects. This requires knowing the basic properties of such an object, like its size, its environment,

More information

Open Cluster Research Project

Open Cluster Research Project Open Cluster Research Project I. Introduction The observational data indicate that all stars form in clusters. In a cloud of hydrogen gas, laced with helium and a trace of other elements, something triggers

More information

Galaxies. The majority of known galaxies fall into one of three major classes: spirals (78 %), ellipticals (18 %) and irregulars (4 %).

Galaxies. The majority of known galaxies fall into one of three major classes: spirals (78 %), ellipticals (18 %) and irregulars (4 %). Galaxies Collection of stars, gas and dust bound together by their common gravitational pull. Galaxies range from 10,000 to 200,000 light-years in size. 1781 Charles Messier 1923 Edwin Hubble The distribution

More information

LECTURE 1: Introduction to Galaxies. The Milky Way on a clear night

LECTURE 1: Introduction to Galaxies. The Milky Way on a clear night LECTURE 1: Introduction to Galaxies The Milky Way on a clear night VISIBLE COMPONENTS OF THE MILKY WAY Our Sun is located 28,000 light years (8.58 kiloparsecs from the center of our Galaxy) in the Orion

More information

Color-Magnitude Diagram Lab Manual

Color-Magnitude Diagram Lab Manual Color-Magnitude Diagram Lab Manual Due Oct. 21, 2011 1 Pre-Lab 1.1 Photometry and the Magnitude Scale The brightness of stars is represented by its value on the magnitude scale. The ancient Greek astronomer

More information

Hubble s Law and the Cosmic Distance Scale

Hubble s Law and the Cosmic Distance Scale Lab 7 Hubble s Law and the Cosmic Distance Scale 7.1 Overview Exercise seven is our first extragalactic exercise, highlighting the immense scale of the Universe. It addresses the challenge of determining

More information

Chapter 5: Telescopes

Chapter 5: Telescopes Chapter 5: Telescopes You don t have to know different types of reflecting and refracting telescopes. Why build bigger and bigger telescopes? There are a few reasons. The first is: Light-gathering power:

More information

Astro 242. The Physics of Galaxies and the Universe: Lecture Notes Wayne Hu

Astro 242. The Physics of Galaxies and the Universe: Lecture Notes Wayne Hu Astro 242 The Physics of Galaxies and the Universe: Lecture Notes Wayne Hu Syllabus Text: An Introduction to Modern Astrophysics 2nd Ed., Carroll and Ostlie First class Wed Jan 3. Reading period Mar 8-9

More information

The Milky Way Galaxy (ch. 23)

The Milky Way Galaxy (ch. 23) The Milky Way Galaxy (ch. 23) [Exceptions: We won t discuss sec. 23.7 (Galactic Center) much in class, but read it there will probably be a question or a few on it. In following lecture outline, numbers

More information

The distance modulus in the presence of absorption is given by

The distance modulus in the presence of absorption is given by Problem 4: An A0 main sequence star is observed at a distance of 100 pc through an interstellar dust cloud. Furthermore, it is observed with a color index B-V = 1.5. What is the apparent visual magnitude

More information

Galaxies and the expansion of the Universe

Galaxies and the expansion of the Universe Review of Chapters 14, 15, 16 Galaxies and the expansion of the Universe 5/4/2009 Habbal Astro 110-01 Review Lecture 36 1 Recap: Learning from Light How does light tell us what things are made of? Every

More information

The Milky Way, Hubble Law, the expansion of the Universe and Dark Matter Chapter 14 and 15 The Milky Way Galaxy and the two Magellanic Clouds.

The Milky Way, Hubble Law, the expansion of the Universe and Dark Matter Chapter 14 and 15 The Milky Way Galaxy and the two Magellanic Clouds. The Milky Way, Hubble Law, the expansion of the Universe and Dark Matter Chapter 14 and 15 The Milky Way Galaxy and the two Magellanic Clouds. Image taken from the European Southern Observatory in Chile

More information

The phenomenon of gravitational lenses

The phenomenon of gravitational lenses The phenomenon of gravitational lenses The phenomenon of gravitational lenses If we look carefully at the image taken with the Hubble Space Telescope, of the Galaxy Cluster Abell 2218 in the constellation

More information

Astronomy 114. Lecture 27: The Galaxy. Martin D. Weinberg. UMass/Astronomy Department

Astronomy 114. Lecture 27: The Galaxy. Martin D. Weinberg. UMass/Astronomy Department Astronomy 114 Lecture 27: The Galaxy Martin D. Weinberg weinberg@astro.umass.edu UMass/Astronomy Department A114: Lecture 27 18 Apr 2007 Read: Ch. 25,26 Astronomy 114 1/23 Announcements Quiz #2: we re

More information

The Milky Way Galaxy. Some thoughts. How big is it? What does it look like? How did it end up this way? What is it made up of?

The Milky Way Galaxy. Some thoughts. How big is it? What does it look like? How did it end up this way? What is it made up of? Some thoughts The Milky Way Galaxy How big is it? What does it look like? How did it end up this way? What is it made up of? Does it change 2 3 4 5 This is not a constant zoom The Milky Way Almost everything

More information

29:50 Stars, Galaxies, and the Universe Final Exam December 13, 2010 Form A

29:50 Stars, Galaxies, and the Universe Final Exam December 13, 2010 Form A 29:50 Stars, Galaxies, and the Universe Final Exam December 13, 2010 Form A There are 40 questions. Read each question and all of the choices before choosing. Budget your time. No whining. Walk with Ursus!

More information

Jodrell Bank Discovery Centre

Jodrell Bank Discovery Centre A-level Physics: Radio Telescopes Consolidation questions For these questions, we will be considering galaxy NGC 660 (below), a rare polar-ring galaxy in the constellation of Pisces. NGC 660 consists of

More information

Number of Stars: 100 billion (10 11 ) Mass : 5 x Solar masses. Size of Disk: 100,000 Light Years (30 kpc)

Number of Stars: 100 billion (10 11 ) Mass : 5 x Solar masses. Size of Disk: 100,000 Light Years (30 kpc) THE MILKY WAY GALAXY Type: Spiral galaxy composed of a highly flattened disk and a central elliptical bulge. The disk is about 100,000 light years (30kpc) in diameter. The term spiral arises from the external

More information

The Milky Way. Mass of the Galaxy, Part 2. Mass of the Galaxy, Part 1. Phys1403 Stars and Galaxies Instructor: Dr. Goderya

The Milky Way. Mass of the Galaxy, Part 2. Mass of the Galaxy, Part 1. Phys1403 Stars and Galaxies Instructor: Dr. Goderya Foundations Chapter of Astronomy 15 13e Our Milky Way Seeds Phys1403 Stars and Galaxies Instructor: Dr. Goderya Selected Topics in Chapter 15 A view our Milky Way? The Size of our Milky Way The Mass of

More information

Galaxy formation and evolution. Astro 850

Galaxy formation and evolution. Astro 850 Galaxy formation and evolution Astro 850 Introduction What are galaxies? Systems containing many galaxies, e.g. 10 11 stars in the Milky Way. But galaxies have different properties. Properties of individual

More information

Our Galaxy. We are located in the disk of our galaxy and this is why the disk appears as a band of stars across the sky.

Our Galaxy. We are located in the disk of our galaxy and this is why the disk appears as a band of stars across the sky. Our Galaxy Our Galaxy We are located in the disk of our galaxy and this is why the disk appears as a band of stars across the sky. Early attempts to locate our solar system produced erroneous results.

More information

ASTRONOMY II Spring 1995 FINAL EXAM. Monday May 8th 2:00pm

ASTRONOMY II Spring 1995 FINAL EXAM. Monday May 8th 2:00pm ASTRONOMY II - 79202 Spring 1995 FINAL EXAM Monday May 8th 2:00pm Name: You have three hours to complete this exam. I suggest you read through the entire exam before you spend too much time on any one

More information

Lab 1: Dark Matter in Galaxy Clusters Dynamical Masses, Strong Lensing

Lab 1: Dark Matter in Galaxy Clusters Dynamical Masses, Strong Lensing Dark Matters, Sept. 24-26 2012, KICP Dark Matters, Sept. 24-26, 2012 Lab 1: Dark Matter in Galaxy Clusters Dynamical Masses, Strong Lensing Introduction Although the distribution of galaxies on large scales

More information

View of the Galaxy from within. Lecture 12: Galaxies. Comparison to an external disk galaxy. Where do we lie in our Galaxy?

View of the Galaxy from within. Lecture 12: Galaxies. Comparison to an external disk galaxy. Where do we lie in our Galaxy? Lecture 12: Galaxies View of the Galaxy from within The Milky Way galaxy Rotation curves and dark matter External galaxies and the Hubble classification scheme Plotting the sky brightness in galactic coordinates,

More information

Lecture PowerPoints. Chapter 33 Physics: Principles with Applications, 7 th edition Giancoli

Lecture PowerPoints. Chapter 33 Physics: Principles with Applications, 7 th edition Giancoli Lecture PowerPoints Chapter 33 Physics: Principles with Applications, 7 th edition Giancoli This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching

More information

Chapter 19 Galaxies. Hubble Ultra Deep Field: Each dot is a galaxy of stars. More distant, further into the past. halo

Chapter 19 Galaxies. Hubble Ultra Deep Field: Each dot is a galaxy of stars. More distant, further into the past. halo Chapter 19 Galaxies Hubble Ultra Deep Field: Each dot is a galaxy of stars. More distant, further into the past halo disk bulge Barred Spiral Galaxy: Has a bar of stars across the bulge Spiral Galaxy 1

More information

Cosmologists dedicate a great deal of effort to determine the density of matter in the universe. Type Ia supernovae observations are consistent with

Cosmologists dedicate a great deal of effort to determine the density of matter in the universe. Type Ia supernovae observations are consistent with Notes for Cosmology course, fall 2005 Dark Matter Prelude Cosmologists dedicate a great deal of effort to determine the density of matter in the universe Type Ia supernovae observations are consistent

More information

M31 - Andromeda Galaxy M110 M32

M31 - Andromeda Galaxy M110 M32 UNIT 4 - Galaxies XIV. The Milky Way galaxy - a huge collection of millions or billions of stars, gas, and dust, isolated in space and held together by its own gravity M110 M31 - Andromeda Galaxy A. Structure

More information

Chapter 15 The Milky Way Galaxy. The Milky Way

Chapter 15 The Milky Way Galaxy. The Milky Way Chapter 15 The Milky Way Galaxy The Milky Way Almost everything we see in the night sky belongs to the Milky Way We see most of the Milky Way as a faint band of light across the sky From the outside, our

More information

PHY323:Lecture 7 Dark Matter with Gravitational Lensing

PHY323:Lecture 7 Dark Matter with Gravitational Lensing PHY323:Lecture 7 Dark Matter with Gravitational Lensing Strong Gravitational Lensing Theory of Gravitational Lensing Weak Gravitational Lensing Large Scale Structure Experimental Evidence for Dark Matter

More information

OPTICAL PHOTOMETRY. Observational Astronomy (2011) 1

OPTICAL PHOTOMETRY. Observational Astronomy (2011) 1 OPTICAL PHOTOMETRY Observational Astronomy (2011) 1 The optical photons coming from an astronomical object (star, galaxy, quasar, etc) can be registered in the pixels of a frame (or image). Using a ground-based

More information

Hubble s Law. Tully-Fisher relation. The redshift. λ λ0. Are there other ways to estimate distances? Yes.

Hubble s Law. Tully-Fisher relation. The redshift. λ λ0. Are there other ways to estimate distances? Yes. Distances to galaxies Cepheids used by Hubble, 1924 to show that spiral nebulae like M31 were further from the Sun than any part of the Milky Way, therefore galaxies in their own right. Review of Cepheids

More information

Techniques for measuring astronomical distances generally come in two variates, absolute and relative.

Techniques for measuring astronomical distances generally come in two variates, absolute and relative. Chapter 6 Distances 6.1 Preliminaries Techniques for measuring astronomical distances generally come in two variates, absolute and relative. Absolute distance measurements involve objects possibly unique

More information

OPTION E, ASTROPHYSICS TEST REVIEW

OPTION E, ASTROPHYSICS TEST REVIEW IB PHYSICS Name: DEVIL PHYSICS Period: Date: # Marks: XX Raw Score: IB Curve: BADDEST CLASS ON CAMPUS OPTION E, ASTROPHYSICS TEST REVIEW S1. This question is about the nature of certain stars on the Hertzsprung-Russell

More information

OPEN CLUSTER PRELAB The first place to look for answers is in the lab script!

OPEN CLUSTER PRELAB The first place to look for answers is in the lab script! NAME: 1. Define using complete sentences: Globular Cluster: OPEN CLUSTER PRELAB The first place to look for answers is in the lab script! Open Cluster: Main Sequence: Turnoff point: Answer the following

More information

3 The lives of galaxies

3 The lives of galaxies Discovering Astronomy : Galaxies and Cosmology 24 3 The lives of galaxies In this section, we look at how galaxies formed and evolved, and likewise how the large scale pattern of galaxies formed. But before

More information

AS1001:Extra-Galactic Astronomy

AS1001:Extra-Galactic Astronomy AS1001:Extra-Galactic Astronomy Lecture 5: Dark Matter Simon Driver Theatre B spd3@st-andrews.ac.uk http://www-star.st-and.ac.uk/~spd3 Stars and Gas in Galaxies Stars form from gas in galaxy In the high-density

More information

ASTR 200 : Lecture 22 Structure of our Galaxy

ASTR 200 : Lecture 22 Structure of our Galaxy ASTR 200 : Lecture 22 Structure of our Galaxy 1 The 'Milky Way' is known to all cultures on Earth (perhaps, unfortunately, except for recent city-bound dwellers) 2 Fish Eye Lens of visible hemisphere (but

More information

OPTION E, ASTROPHYSICS TEST REVIEW

OPTION E, ASTROPHYSICS TEST REVIEW IB PHYSICS Name: DEVIL PHYSICS Period: Date: BADDEST CLASS ON CAMPUS OPTION E, ASTROPHYSICS TEST REVIEW S1. This question is about the nature of certain stars on the Hertzsprung-Russell diagram and determining

More information

Chapter 16 Dark Matter, Dark Energy, & The Fate of the Universe

Chapter 16 Dark Matter, Dark Energy, & The Fate of the Universe 16.1 Unseen Influences Chapter 16 Dark Matter, Dark Energy, & The Fate of the Universe Dark Matter: An undetected form of mass that emits little or no light but whose existence we infer from its gravitational

More information

Astronomy 422. Lecture 15: Expansion and Large Scale Structure of the Universe

Astronomy 422. Lecture 15: Expansion and Large Scale Structure of the Universe Astronomy 422 Lecture 15: Expansion and Large Scale Structure of the Universe Key concepts: Hubble Flow Clusters and Large scale structure Gravitational Lensing Sunyaev-Zeldovich Effect Expansion and age

More information

Galaxy Classification and the Hubble Deep Field

Galaxy Classification and the Hubble Deep Field Galaxy Classification and the Hubble Deep Field A. The Hubble Galaxy Classification Scheme Adapted from the UW Astronomy Dept., 1999 Introduction A galaxy is an assembly of between a billion (10 9 ) and

More information

Galaxies. CESAR s Booklet

Galaxies. CESAR s Booklet What is a galaxy? Figure 1: A typical galaxy: our Milky Way (artist s impression). (Credit: NASA) A galaxy is a huge collection of stars and interstellar matter isolated in space and bound together by

More information

The Cosmological Redshift. Cepheid Variables. Hubble s Diagram

The Cosmological Redshift. Cepheid Variables. Hubble s Diagram SOME NEGATIVE EFFECTS OF THE EXPANSION OF THE UNIVERSE. Lecture 22 Hubble s Law and the Large Scale Structure of the Universe PRS: According to modern ideas and observations, what can be said about the

More information

Part two of a year-long introduction to astrophysics:

Part two of a year-long introduction to astrophysics: ASTR 3830 Astrophysics 2 - Galactic and Extragalactic Phil Armitage office: JILA tower A909 email: pja@jilau1.colorado.edu Spitzer Space telescope image of M81 Part two of a year-long introduction to astrophysics:

More information

Our View of the Milky Way. 23. The Milky Way Galaxy

Our View of the Milky Way. 23. The Milky Way Galaxy 23. The Milky Way Galaxy The Sun s location in the Milky Way galaxy Nonvisible Milky Way galaxy observations The Milky Way has spiral arms Dark matter in the Milky Way galaxy Density waves produce spiral

More information

The shapes of faint galaxies: A window unto mass in the universe

The shapes of faint galaxies: A window unto mass in the universe Lecture 15 The shapes of faint galaxies: A window unto mass in the universe Intensity weighted second moments Optimal filtering Weak gravitational lensing Shear components Shear detection Inverse problem:

More information

24.1 Hubble s Galaxy Classification

24.1 Hubble s Galaxy Classification Chapter 24 Galaxies Units of Chapter 24 24.1 Hubble s Galaxy Classification 24.2 The Distribution of Galaxies in Space 24.3 Hubble s Law 24.4 XXActive Galactic Nuclei XXRelativistic Redshifts and Look-Back

More information

Today in Astronomy 142: the Milky Way

Today in Astronomy 142: the Milky Way Today in Astronomy 142: the Milky Way The shape of the Galaxy Stellar populations and motions Stars as a gas: Scale height, velocities and the mass per area of the disk Missing mass in the Solar neighborhood

More information

Lecture Outlines. Chapter 24. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc.

Lecture Outlines. Chapter 24. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc. Lecture Outlines Chapter 24 Astronomy Today 8th Edition Chaisson/McMillan Chapter 24 Galaxies Units of Chapter 24 24.1 Hubble s Galaxy Classification 24.2 The Distribution of Galaxies in Space 24.3 Hubble

More information

AST-1002 Section 0459 Review for Final Exam Please do not forget about doing the evaluation!

AST-1002 Section 0459 Review for Final Exam Please do not forget about doing the evaluation! AST-1002 Section 0459 Review for Final Exam Please do not forget about doing the evaluation! Bring pencil #2 with eraser No use of calculator or any electronic device during the exam We provide the scantrons

More information

BROCK UNIVERSITY. Test 2, March 2015 Number of pages: 9 Course: ASTR 1P02 Number of Students: 420 Date of Examination: March 5, 2015

BROCK UNIVERSITY. Test 2, March 2015 Number of pages: 9 Course: ASTR 1P02 Number of Students: 420 Date of Examination: March 5, 2015 BROCK UNIVERSITY Page 1 of 9 Test 2, March 2015 Number of pages: 9 Course: ASTR 1P02 Number of Students: 420 Date of Examination: March 5, 2015 Number of hours: 50 min Time of Examination: 18:00 18:50

More information

Ay 20 Basic Astronomy and the Galaxy Problem Set 2

Ay 20 Basic Astronomy and the Galaxy Problem Set 2 Ay 20 Basic Astronomy and the Galaxy Problem Set 2 October 19, 2008 1 Angular resolutions of radio and other telescopes Angular resolution for a circular aperture is given by the formula, θ min = 1.22λ

More information

telescopes resolve it into many faint (i.e. distant) stars What does it tell us?

telescopes resolve it into many faint (i.e. distant) stars What does it tell us? The Milky Way From a dark site the Milky Way can be seen as a broad band across the sky What is it? telescopes resolve it into many faint (i.e. distant) stars What does it tell us? that we live in a spiral

More information

Clusters: Context and Background

Clusters: Context and Background Clusters: Context and Background We re about to embark on a subject rather different from what we ve treated before, so it is useful to step back and think again about what we want to accomplish in this

More information

Results better than Quiz 5, back to normal Distribution not ready yet, sorry Correct up to 4 questions, due Monday, Apr. 26

Results better than Quiz 5, back to normal Distribution not ready yet, sorry Correct up to 4 questions, due Monday, Apr. 26 Brooks observing April 19-22: 9:00 PM to at least 10:15 PM Tonight is a go! April 26-29: 9:30 PM to at least 10:45 PM Regular Friday evening public observing after planetarium shows also an option Begins

More information

ASTRON 331 Astrophysics TEST 1 May 5, This is a closed-book test. No notes, books, or calculators allowed.

ASTRON 331 Astrophysics TEST 1 May 5, This is a closed-book test. No notes, books, or calculators allowed. ASTRON 331 Astrophysics TEST 1 May 5, 2003 Name: This is a closed-book test. No notes, books, or calculators allowed. Orders of Magnitude (20 points): simply circle the correct answer. 1. The brightest

More information

Universe Now. 2. Astronomical observations

Universe Now. 2. Astronomical observations Universe Now 2. Astronomical observations 2. Introduction to observations Astronomical observations are made in all wavelengths of light. Absorption and emission can reveal different things on different

More information

Reminders! Observing Projects: Both due Monday. They will NOT be accepted late!!!

Reminders! Observing Projects: Both due Monday. They will NOT be accepted late!!! Reminders! Website: http://starsarestellar.blogspot.com/ Lectures 1-15 are available for download as study aids. Reading: You should have Chapters 1-14 read. Read Chapters 15-17 by the end of the week.

More information

Remember from Stefan-Boltzmann that 4 2 4

Remember from Stefan-Boltzmann that 4 2 4 Lecture 17 Review Most stars lie on the Main sequence of an H&R diagram including the Sun, Sirius, Procyon, Spica, and Proxima Centauri. This figure is a plot of logl versus logt. The main sequence is

More information

The Milky Way & Galaxies

The Milky Way & Galaxies The Milky Way & Galaxies The Milky Way Appears as a milky band of light across the sky A small telescope reveals that it is composed of many stars (Galileo again!) Our knowledge of the Milky Way comes

More information

AU/Mpc km/au s 1 (2) = s 1 (3) n(t 0 ) = ɛ(t 0) mc 2 (7) m(h) = m p = kg (8)

AU/Mpc km/au s 1 (2) = s 1 (3) n(t 0 ) = ɛ(t 0) mc 2 (7) m(h) = m p = kg (8) Cosmology Solutions Useful constants: 1AU = 1.50 10 11 m 1pc = 206, 265AU G = 6.67 10 11 kg 1 m 3 s 2 M sun = 1.99 10 30 kg m proton = 1.67 10 27 kg 1. Cosmic density (a) Calculate the energy density of

More information

Chapter 14 The Milky Way Galaxy

Chapter 14 The Milky Way Galaxy Chapter 14 The Milky Way Galaxy Spiral Galaxy M81 - similar to our Milky Way Galaxy Our Parent Galaxy A galaxy is a giant collection of stellar and interstellar matter held together by gravity Billions

More information

80 2 Observational Cosmology L and the mean energy

80 2 Observational Cosmology L and the mean energy 80 2 Observational Cosmology fluctuations, short-wavelength modes have amplitudes that are suppressed because these modes oscillated as acoustic waves during the radiation epoch whereas the amplitude of

More information

Big Galaxies Are Rare! Cepheid Distance Measurement. Clusters of Galaxies. The Nature of Galaxies

Big Galaxies Are Rare! Cepheid Distance Measurement. Clusters of Galaxies. The Nature of Galaxies Big Galaxies Are Rare! Potato Chip Rule: More small things than large things Big, bright spirals are easy to see, but least common Dwarf ellipticals & irregulars are most common Faint, hard to see Mostly

More information

Active Galaxies and Galactic Structure Lecture 22 April 18th

Active Galaxies and Galactic Structure Lecture 22 April 18th Active Galaxies and Galactic Structure Lecture 22 April 18th FINAL Wednesday 5/9/2018 6-8 pm 100 questions, with ~20-30% based on material covered since test 3. Do not miss the final! Extra Credit: Thursday

More information

COSMOLOGY PHYS 30392 OBSERVING THE UNIVERSE Part I Giampaolo Pisano - Jodrell Bank Centre for Astrophysics The University of Manchester - January 2013 http://www.jb.man.ac.uk/~gp/ giampaolo.pisano@manchester.ac.uk

More information

Telescopes. Optical Telescope Design. Reflecting Telescope

Telescopes. Optical Telescope Design. Reflecting Telescope Telescopes The science of astronomy was revolutionized after the invention of the telescope in the early 17th century Telescopes and detectors have been constantly improved over time in order to look at

More information

SEQUENCING THE STARS

SEQUENCING THE STARS SEQUENCING THE STARS ROBERT J. VANDERBEI Using images acquired with modern CCD cameras, amateur astronomers can make Hertzsprung-Russell diagrams from their own images of clusters. In this way, we can

More information

National Aeronautics and Space Administration. Glos. Glossary. of Astronomy. Terms. Related to Galaxies

National Aeronautics and Space Administration. Glos. Glossary. of Astronomy. Terms. Related to Galaxies National Aeronautics and Space Administration Glos of Astronomy Glossary Terms Related to Galaxies Asterism: A pattern formed by stars not recognized as one of the official 88 constellations. Examples

More information

Astronomy 113. Dr. Joseph E. Pesce, Ph.D. Distances & the Milky Way. The Curtis View. Our Galaxy. The Shapley View 3/27/18

Astronomy 113. Dr. Joseph E. Pesce, Ph.D. Distances & the Milky Way. The Curtis View. Our Galaxy. The Shapley View 3/27/18 Astronomy 113 Dr. Joseph E. Pesce, Ph.D. Distances & the Milky Way 14-2 Historical Overview: the Curtis-Shapley Debate ³What is the size of our galaxy? ³What is the nature of spiral nebula? The Curtis

More information

Astronomy 113. Dr. Joseph E. Pesce, Ph.D. Dr. Joseph E. Pesce, Ph.D.

Astronomy 113. Dr. Joseph E. Pesce, Ph.D. Dr. Joseph E. Pesce, Ph.D. Astronomy 113 Dr. Joseph E. Pesce, Ph.D. Distances & the Milky Way Historical Overview: the Curtis-Shapley Debate ³What is the size of our galaxy? ³What is the nature of spiral nebula? 14-2 ³Occurred in

More information

STRUCTURE OF GALAXIES

STRUCTURE OF GALAXIES STRUCTURE OF GALAXIES 2., classification, surface photometry Piet van der Kruit Kapteyn Astronomical Institute University of Groningen the Netherlands February 2010, classification, surface photometry

More information

Normal Galaxies ASTR 2120 Sarazin

Normal Galaxies ASTR 2120 Sarazin Normal Galaxies ASTR 2120 Sarazin Test #2 Monday, April 8, 11-11:50 am ASTR 265 (classroom) Bring pencils, paper, calculator You may not consult the text, your notes, or any other materials or any person

More information

Structure of the Milky Way. Structure of the Milky Way. The Milky Way

Structure of the Milky Way. Structure of the Milky Way. The Milky Way Key Concepts: Lecture 29: Our first steps into the Galaxy Exploration of the Galaxy: first attempts to measure its structure (Herschel, Shapley). Structure of the Milky Way Initially, star counting was

More information

Clusters of galaxies

Clusters of galaxies Clusters of galaxies Most galaxies belong to some larger bound structure. Conventionally consider groups and clusters, with characteristic properties: Groups Clusters Core radius 250 h -1 kpc 250 h -1

More information

Review of Lecture 15 3/17/10. Lecture 15: Dark Matter and the Cosmic Web (plus Gamma Ray Bursts) Prof. Tom Megeath

Review of Lecture 15 3/17/10. Lecture 15: Dark Matter and the Cosmic Web (plus Gamma Ray Bursts) Prof. Tom Megeath Lecture 15: Dark Matter and the Cosmic Web (plus Gamma Ray Bursts) Prof. Tom Megeath A2020 Disk Component: stars of all ages, many gas clouds Review of Lecture 15 Spheroidal Component: bulge & halo, old

More information

Chapter 23 Lecture. The Cosmic Perspective Seventh Edition. Dark Matter, Dark Energy, and the Fate of the Universe Pearson Education, Inc.

Chapter 23 Lecture. The Cosmic Perspective Seventh Edition. Dark Matter, Dark Energy, and the Fate of the Universe Pearson Education, Inc. Chapter 23 Lecture The Cosmic Perspective Seventh Edition Dark Matter, Dark Energy, and the Fate of the Universe Curvature of the Universe The Density Parameter of the Universe Ω 0 is defined as the ratio

More information

Our Solar System: A Speck in the Milky Way

Our Solar System: A Speck in the Milky Way GALAXIES Lesson 2 Our Solar System: A Speck in the Milky Way The Milky Way appears to be curved when we view it but in reality it is a straight line. It is curved due to the combination of pictures taken

More information

Physics of Galaxies 2016 Exercises with solutions batch I

Physics of Galaxies 2016 Exercises with solutions batch I Physics of Galaxies 2016 Exercises with solutions batch I 1. Distance and brightness at low redshift You discover an interesting galaxy in the local Universe and measure its redshift to be z 0.053 and

More information

Accretion Disks. Review: Stellar Remnats. Lecture 12: Black Holes & the Milky Way A2020 Prof. Tom Megeath 2/25/10. Review: Creating Stellar Remnants

Accretion Disks. Review: Stellar Remnats. Lecture 12: Black Holes & the Milky Way A2020 Prof. Tom Megeath 2/25/10. Review: Creating Stellar Remnants Lecture 12: Black Holes & the Milky Way A2020 Prof. Tom Megeath Review: Creating Stellar Remnants Binaries may be destroyed in white dwarf supernova Binaries be converted into black holes Review: Stellar

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Earth, Atmospheric, and Planetary Sciences Department. Final Exam

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Earth, Atmospheric, and Planetary Sciences Department. Final Exam MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Earth, Atmospheric, and Planetary Sciences Department Physics 8.282J EAPS 12.402J May 20, 2005 Final Exam Name Last First (please print) 1. Do any

More information

Astronomy. Optics and Telescopes

Astronomy. Optics and Telescopes Astronomy A. Dayle Hancock adhancock@wm.edu Small 239 Office hours: MTWR 10-11am Optics and Telescopes - Refraction, lenses and refracting telescopes - Mirrors and reflecting telescopes - Diffraction limit,

More information

International Olympiad on Astronomy and Astrophysics (IOAA)

International Olympiad on Astronomy and Astrophysics (IOAA) Syllabus of International Olympiad on Astronomy and Astrophysics (IOAA) General Notes 1. Extensive contents in basic astronomical concepts are required in theoretical and practical problems. 2. Basic concepts

More information

Data Reduction - Optical / NIR Imaging. Chian-Chou Chen Ph319

Data Reduction - Optical / NIR Imaging. Chian-Chou Chen Ph319 Data Reduction - Optical / NIR Imaging Chian-Chou Chen (T.C.) @ Ph319 Images at different wavelengths... Images at different wavelengths... However, the raw data are always not as pretty Why? The total

More information

ASTRONOMY 460: PROJECT INTRO - GALACTIC ROTATION CURVE

ASTRONOMY 460: PROJECT INTRO - GALACTIC ROTATION CURVE ASTRONOMY 460: PROJECT INTRO - GALACTIC ROTATION CURVE Snežana Stanimirović, October 6, 2014 1. Introduction This project has two goals: we want to measure the Milky Way (or Galactic) rotation curve by

More information

Spatial distribution of stars in the Milky Way

Spatial distribution of stars in the Milky Way Spatial distribution of stars in the Milky Way What kinds of stars are present in the Solar neighborhood, and in what numbers? How are they distributed spatially? How do we know? How can we measure this?

More information

SKINAKAS OBSERVATORY. Astronomy Projects for University Students PROJECT GALAXIES

SKINAKAS OBSERVATORY. Astronomy Projects for University Students PROJECT GALAXIES PROJECT 7 GALAXIES Objective: The topics covered in the previous lessons target celestial objects located in our neighbourhood, i.e. objects which are within our own Galaxy. However, the Universe extends

More information

Astronomy 102: Stars and Galaxies Examination 3 Review Problems

Astronomy 102: Stars and Galaxies Examination 3 Review Problems Astronomy 102: Stars and Galaxies Examination 3 Review Problems Multiple Choice Questions: The first eight questions are multiple choice. Except where explicitly noted, only one answer is correct for each

More information

Chapter 25: Galaxy Clusters and the Structure of the Universe

Chapter 25: Galaxy Clusters and the Structure of the Universe Chapter 25: Galaxy Clusters and the Structure of the Universe Distribution of galaxies Evolution of galaxies Study of distant galaxies Distance derived from redshift Hubble s constant age of the Universe:

More information

Lecture 29. Our Galaxy: "Milky Way"

Lecture 29. Our Galaxy: Milky Way Lecture 29 The Milky Way Galaxy Disk, Bulge, Halo Rotation Curve Galactic Center Apr 3, 2006 Astro 100 Lecture 29 1 Our Galaxy: "Milky Way" Milky, diffuse band of light around sky known to ancients. Galileo

More information

Beyond Our Solar System Chapter 24

Beyond Our Solar System Chapter 24 Beyond Our Solar System Chapter 24 PROPERTIES OF STARS Distance Measuring a star's distance can be very difficult Stellar parallax Used for measuring distance to a star Apparent shift in a star's position

More information

Telescopes. Lecture 7 2/7/2018

Telescopes. Lecture 7 2/7/2018 Telescopes Lecture 7 2/7/2018 Tools to measure electromagnetic radiation Three essentials for making a measurement: A device to collect the radiation A method of sorting the radiation A device to detect

More information

Lab 4: Stellar Spectroscopy

Lab 4: Stellar Spectroscopy Name:... Astronomy 101: Observational Astronomy Fall 2006 Lab 4: Stellar Spectroscopy 1 Observations 1.1 Objectives and Observation Schedule During this lab each group will target a few bright stars of

More information

Our Galaxy. Milky Way Galaxy = Sun + ~100 billion other stars + gas and dust. Held together by gravity! The Milky Way with the Naked Eye

Our Galaxy. Milky Way Galaxy = Sun + ~100 billion other stars + gas and dust. Held together by gravity! The Milky Way with the Naked Eye Our Galaxy Milky Way Galaxy = Sun + ~100 billion other stars + gas and dust Held together by gravity! The Milky Way with the Naked Eye We get a special view of our own galaxy because we are part of it!

More information

Brief update (3 mins/2 slides) on astrophysics behind final project

Brief update (3 mins/2 slides) on astrophysics behind final project Nov 1, 2017 Brief update (3 mins/2 slides) on astrophysics behind final project Evidence for Dark Matter Next Wed: Prelim #2, similar to last one (30 mins). Review especially lecture slides, PEs and non-project

More information