Identifying High Redshift Dropouts. Abstract

Size: px
Start display at page:

Download "Identifying High Redshift Dropouts. Abstract"

Transcription

1 Identifying High Redshift Dropouts Jeffrey Gerber Physics REU, University of California at Davis, Davis, CA, Dr. Benjamin Cain and Dr. Marusa Bradac Cosmology Department, University of California at Davis, Davis, CA, (Dated: August 29, 2011) Abstract A high redshift dropout is an object located at a high redshift distance that shows up in red filters, but disappears in blue filters. In this experiment, images from the Hubble Space Telescope Wield Field Camera 3 were used to attempt to locate high redshift dropouts. The objects attempting to be found were at a redshift of z-7 or greater if possible. Z-7 dropouts were expected to show up in filters showing 1050 nanometer wavelength and greater, and then disappear in filters showing a wavelength of 850 nanometers and less. 1

2 I. INTRODUCTION High redshift dropouts are objects located about thirteen billion light years away (the edge of the known universe). They are classified as objects that are z-7 or greater with z being the measure of redshift. These objects are a great interest to cosmology because of the data that they could provide us about the properties of galaxies about 700 million years after the big bang. In order to see objects this far with more clarity, we used a galaxy cluster in order to take advantage of gravitational lensing. Gravitational lensing focuses the light as it approaches Earth and is captured by the Hubble Space Telescope. It has been proven to find objects in the same positions as they would be seen in the Deep Field Survey, but they have a greater clarity Redshift: Redshift is a version of the Doplar Effect that is commonly seen in astronomy. Redshift occurs because the universe is expanding. This expansion means that objects that we view are moving away from us as we observe them. As they move away, the light waves behind them gain a higher wavelength than their original emission wavelength. Because the light waves we see now have a greater wavelength (or lower frequency) than their original, the light appears redder than it was when it was emitted from the object. We can use this redshift value to tell how far away the object is from us. The higher the value for redshift than the farther away the object. Below is the equation for calculating redshift using the light s wavelength. It can also be found in a similar way using the frequency of the light. z = λ obsv λ emit λ emit (1) 2. Dropouts: A dropout is an object who emits a high wavelength of light, but nothing lower than a certain point. In our case, the z-7 objects did not emit light a wavelength below 850 nanometers because of the large amounts of hydrogen present at that distance from the Earth. The hydrogen absorbs all of the energy from the light below 850 nm, which 2

3 causes the object to dropout. Dropouts can be looked for by having multiple filters take images of the same object. Then the observer can compare the object in all of these filters to see whether or not the object existed and then disappeared. In order to look for higher redshift dropouts, one would simply expect them to dropout at a filter higher than 850 nm. For example, a z-8 dropout would not appear in a filter set to 1050 nm. 3. Gravitational Lensing: Gravitational lensing occurs when an object with a large amount of mass, such as a galaxy cluster, bends the light waves from objects as they pass through. This turns the cluster into a large magnifying glass in space that can be used to focus the light from objects behind it. Gravitational lensing allows for better clarity of images that are extremely far away. Because we were working on identifying images at such large distances, we used gravitational lensing to achieve better image data. II. DATA USED The images that were used to look for dropouts come from the Hubble Wield Field Camera 3 (wfc3), and both the IR and UVIS cameras were used. Redder filters were used to detect objects, and then bluer filters were used to see if the objects had dropped out or not. The red filters or detection filters were 1050, 1100, 1250, 1400, and 1600 nm. The blue filters were 435, 606, 625, 775, 815, and 850 nm. III. ANALYSIS OF IMAGES The images we were looking at from the wfc3 have anywhere from 1000 to 1500 objects in them as you can see from the.jpg s from the IR and UVIS cameras (figures 1 and 2, respectively). These are far too many objects for one person to scan through and see whether or not they dropout of a filter one by one. This means that most of my work went into automating the process of figuring out what objects were potential dropouts and what objects were not. The.fits images from the Hubble Telescope had already been collected. The first step was to analyze the images by identifying the objects in them. In order to do this for multiple 3

4 sets of images from multiple filters, a bash script was used to run Source Extractor multiple times. Source Extractor (Sextractor for short) is a program that scans a.fits image and creates a catalog of all the objects in the image. The catalogs can output different values for the object such as R.A and Dec., the x and y position in the image, the magnitude of the object, flux of the object, etc based on the parameters that the program is fed. 2 We mainly used Source Extractor to find the magnitude of an object in a filter and its R.A and Dec. Another helpful use for Source Extractor is that it can run two images at the same time, using one for detecting objects and another for measuring their magnitudes. This was helpful for detecting dropouts because Source Extractor could locate an object using a detection filter, and then measure that same spot in another filter and see if the object was still there. If the object did not show up, it would come across as a 99 magnitude measurement in the catalog created. The magnitude zeropoints that we used for measuring were from the Hubble ABmag zeropoints for the wfc3 cameras. The next step to cutting down the objects found to a list that one could easily go through by hand was to combine all of the catalogs that were created by the bash loop running through Sextractor. In order to do this, a c program was used that the bash script ran after running the images through Sextractor. The c program took input from multiple catalogs, and then printed them as one catalog for a detection filter with the magnitude and magnitude errors from every filter listed based on the position of the object. The program also corrected the magnitudes based on an aperture error that had been found earlier. Another adjustment that had to be made to the catalogs created was the problem that the images from different filters are different sizes. The IR filters cover much larger areas than the UVIS filters, which can be seen in the IR and UVIS.jpg s (figures 1 and 2). Some images also show different areas because of the fact that the Hubble Telescope is rotating in space as it takes images. This means that Sextractor could be identifying objects as missing because the image did not cover the same area rather than actually not show up in space. This problem was fixed by creating a region file that covered the area that all the images had in common in ds9, which was the program used to look at the.fits images. A perl program was then run on the catalogs that masked the objects that did not show up in the region file. An example of a region file can be seen in figure 3. The region file is the green line in all of the images. The green that can be seen around the star was used to exclude points picked up in that region that were caused by noise spikes from the star. 4

5 Now that everything was taken into account to adjust the catalogs appropriately, cuts needed to be made to reduce the list based on whether or not objects were possible dropouts. Objects were chosen as dropouts based on color plots that plotted J-H vs. z-j (z being 850 nm, J being 1100 nm, and H being 1600 nm). An example of these plots are shown in figure 4. The criteria that the objects had to meet were a color of z-j greater than 4 and a color of J-H less than 1. It was determined that anything less than 4 for z-j was not faint enough in the z band (850 nm) to be considered a dropout. The J-H criteria was set based on the fact that anything that faint in the J band compared to the H band was an object that was not being seen very well due to dust in the galaxy cluster used for the gravitational lensing. A c program was also written to input the masked catalogs and then output a catalog of possible dropouts based on whether the objects matched the color criteria or not. Once the lists of possible dropouts had been made, the objects had to be looked at one by one to identify whether they were an actual dropout or something that was not a dropout, but had made the color cuts anyway. Examples of these include objects that dimmed in blue filters, but did not dropout (as seen in figure 5), an object that did not show up in the 850 nm filter, but reappeared in the other blue filters (as seen in figure 6), or noise that Sextractor detected as an object that did not show up in blue filters. In order to make objects easier to distinguish from background noise, the images were shown in color, and region files were created that circled every point identified as a dropout. A bash script was used to run through the list of possible dropouts and then sort into catalogs of dropouts and not dropouts. IV. RESULTS Overall five sets of images were looked at from the wfc3, which were A383, A2261, MACS1149, MACS1206, and MACS2129. An average of about 200 objects from each set matched the color cuts. From these, about objects were identified as definite z-7 dropouts. An example of a dropout from the MACS1149 data can be seen in figure 7. Some of the objects were identified as possible z-8 dropouts as they disappeared in the 1050 nm filter as well. Right now, some discrepancies were found between the dropout lists I created and ones created by Dr. Cain. These discrepancies will continue to be studied to see why they were caused. 5

6 V. FURTHER RESEARCH Further research that would be conducted on these objects would include closer observations of the objects to make sure that they are dropouts. An emission spectrum would be observed to ensure that the object does indeed dropout when it should. Z-7 dropouts could also show us information about how galaxies were when they were formed right after the Big Bang. The reason dropouts occur at this distance is that there are large amounts of hydrogen in that period of time. This hydrogen absorbs the blue light from objects causing them to dropout. Research on these objects is being conducted to try and discover what causes this large amount of hydrogen. In general, there is a lot of information that we can gain from studying objects this far in the universe. ACKNOWLEDGMENTS I d like to thank Dr. Benjamin Cain and Dr. Marusa Bradac for their help on conducting this research this past summer. I d also like to thank UC Davis for the opportunity to work on research, and the NSF for founding the REU. Also at a second address here if needed 1 Hall, Nicholas, et al Using the Bullet Cluster as a Gravitational Telescope to Study z 7 Lyman Break Galaxies 2 Emmanuel Bertin, Astromatic.net 6

7 FIGURES FIG. 1. IR JPG Image 7

8 FIG. 2. UVIS JPG Image FIG. 3. Example of a Region File 8

9 80 All Detection Filters Z-J J-H FIG. 4. Example Color Plot FIG. 5. Example of an Object that did not Dropout 9

10 FIG. 6. Example of a Noise Spike FIG. 7. Example of a Dropout 10

Exploring the Depths of the Universe

Exploring the Depths of the Universe Exploring the Depths of the Universe Jennifer Lotz Hubble Science Briefing Jan. 16, 2014 Hubble is now observing galaxies 97% of the way back to the Big Bang, during the first 500 million years 2 Challenge:

More information

Dust properties of galaxies at redshift z 5-6

Dust properties of galaxies at redshift z 5-6 Dust properties of galaxies at redshift z 5-6 Ivana Barisic 1, Supervisor: Dr. Peter L. Capak 2, and Co-supervisor: Dr. Andreas Faisst 2 1 Physics Department, University of Zagreb, Zagreb, Croatia 2 Infrared

More information

Today. Lookback time. ASTR 1020: Stars & Galaxies. Astronomy Picture of the day. April 2, 2008

Today. Lookback time. ASTR 1020: Stars & Galaxies. Astronomy Picture of the day. April 2, 2008 ASTR 1020: Stars & Galaxies April 2, 2008 Astronomy Picture of the day Reading: Chapter 21, sections 21.3. MasteringAstronomy Homework on Galaxies and Hubble s Law is due April 7 th. Weak Lensing Distorts

More information

Supernovae in Distant Galaxies

Supernovae in Distant Galaxies Hubble Space Telescope Cycle 11 General Observer Proposal Principal Investigator: Mr. Anthony Martorano Institution: Stony Brook University USA/NY Electronic mail: anthony.martorano@stonybrook.edu Scientific

More information

Astronomers discover an active, bright galaxy "in its infancy"

Astronomers discover an active, bright galaxy in its infancy Astronomers discover an active, bright galaxy "in its infancy" By Los Angeles Times, adapted by Newsela staff on 05.18.15 Word Count 825 The galaxy EGS-zs8-1, the most distant galaxy yet seen, was discovered

More information

Today. life the university & everything. Reminders: Review Wed & Fri Eyes to the web Final Exam Tues May 3 Check in on accomodations

Today. life the university & everything. Reminders: Review Wed & Fri Eyes to the web Final Exam Tues May 3 Check in on accomodations life the university & everything Phys 2130 Day 41: Questions? The Universe Reminders: Review Wed & Fri Eyes to the web Final Exam Tues May 3 Check in on accomodations Today Today: - how big is the universe?

More information

Astronomy 1143 Quiz 2 Review

Astronomy 1143 Quiz 2 Review Astronomy 1143 Quiz 2 Review Prof. Pradhan October 1, 2018 Light 1. What is light? Light is electromagnetic energy It is both a particle (photon) and a wave 2. How is light created and what can light interact

More information

Today: Start Ch. 18: Cosmology. Homework # 5 due next Wed. (HW #6 is online)

Today: Start Ch. 18: Cosmology. Homework # 5 due next Wed. (HW #6 is online) Today: Start Ch. 18: Cosmology Homework # 5 due next Wed. (HW #6 is online) Dark Matter! A rotation curve is a graph of how fast a something is rotating, as a function of distance from the center.! We

More information

Automated Search for Lyman Alpha Emitters in the DEEP3 Galaxy Redshift Survey

Automated Search for Lyman Alpha Emitters in the DEEP3 Galaxy Redshift Survey Automated Search for Lyman Alpha Emitters in the DEEP3 Galaxy Redshift Survey Victoria Dean Castilleja School Automated Search for Lyman-alpha Emitters in the DEEP3 Galaxy Redshift Survey Abstract This

More information

Astro 101 Slide Set: Multiple Views of an Extremely Distant Galaxy

Astro 101 Slide Set: Multiple Views of an Extremely Distant Galaxy Astro 101 Slide Set: Multiple Views of an Extremely Distant Galaxy A Discovery from the Hubble Frontier Fields Program Topic: Distant galaxies Concepts: Galaxy development, Gravitational lensing Missions:

More information

The Doppler Effect is the change in frequency observed when a source of sound waves is moving relative to an observer.

The Doppler Effect is the change in frequency observed when a source of sound waves is moving relative to an observer. Doppler Effect The Doppler Effect is the change in frequency observed when a source of sound waves is moving relative to an observer. Examples of the Doppler effect are: Hearing an increase in a car horn

More information

Chapter 26: Cosmology

Chapter 26: Cosmology Chapter 26: Cosmology Cosmology means the study of the structure and evolution of the entire universe as a whole. First of all, we need to know whether the universe has changed with time, or if it has

More information

Astronomy 102: Stars and Galaxies Review Exam 3

Astronomy 102: Stars and Galaxies Review Exam 3 October 31, 2004 Name: Astronomy 102: Stars and Galaxies Review Exam 3 Instructions: Write your answers in the space provided; indicate clearly if you continue on the back of a page. No books, notes, or

More information

The Universe and Galaxies. Adapted from:

The Universe and Galaxies. Adapted from: The Universe and Galaxies Adapted from: http://www.west-jefferson.k12.oh.us/earthandspacescience.aspx Astronomy The study of objects and matter outside the Earth s atmosphere and of their physical and

More information

9. Evolution with redshift - z > 1.5. Selection in the rest-frame UV

9. Evolution with redshift - z > 1.5. Selection in the rest-frame UV 11-5-10see http://www.strw.leidenuniv.nl/ franx/college/galaxies10 10-c09-1 11-5-10see http://www.strw.leidenuniv.nl/ franx/college/galaxies10 10-c09-2 9. Evolution with redshift - z > 1.5 Selection in

More information

Module 3: Astronomy The Universe Topic 1 Content: Cosmology Presentation Notes

Module 3: Astronomy The Universe Topic 1 Content: Cosmology Presentation Notes Pretend that you have been given the opportunity to travel through time to explore cosmology. Cosmology is the study of how the universe formed and what will happen to it. Watch through your viewport as

More information

6. Star Colors and the Hertzsprung-Russell Diagram

6. Star Colors and the Hertzsprung-Russell Diagram In addition to its brightness, light in general is characterized by its color. 6. Star Colors and the Hertzsprung-Russell Diagram http://apod.nasa.gov/apod/ Depending on the temperature of the matter at

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

How do telescopes "see" on Earth and in space?

How do telescopes see on Earth and in space? How do telescopes "see" on Earth and in space? By NASA, adapted by Newsela staff on 03.28.17 Word Count 933 Level 970L TOP IMAGE: The Hubble Space Telescope orbiting in space over Earth. SECOND IMAGE:

More information

6. Star Colors and the Hertzsprung-Russell Diagram

6. Star Colors and the Hertzsprung-Russell Diagram What we can learn about stars from their light: II Color In addition to its brightness, light in general is characterized by its color (actually its wavelength) 6. Star Colors and the Hertzsprung-Russell

More information

Homework on Properties of Galaxies in the Hubble Deep Field Name: Due: Friday, April 8 30 points Prof. Rieke & TA Melissa Halford

Homework on Properties of Galaxies in the Hubble Deep Field Name: Due: Friday, April 8 30 points Prof. Rieke & TA Melissa Halford Homework on Properties of Galaxies in the Hubble Deep Field Name: Due: Friday, April 8 30 points Prof. Rieke & TA Melissa Halford You are going to work with some famous astronomical data in this homework.

More information

Astronomy Hour Exam 2 March 10, 2011 QUESTION 1: The half-life of Ra 226 (radium) is 1600 years. If you started with a sample of 100 Ra 226

Astronomy Hour Exam 2 March 10, 2011 QUESTION 1: The half-life of Ra 226 (radium) is 1600 years. If you started with a sample of 100 Ra 226 Astronomy 101.003 Hour Exam 2 March 10, 2011 QUESTION 1: The half-life of Ra 226 (radium) is 1600 years. If you started with a sample of 100 Ra 226 atoms, approximately how many Ra 226 atoms would be left

More information

THE UNIVERSE CHAPTER 20

THE UNIVERSE CHAPTER 20 THE UNIVERSE CHAPTER 20 THE UNIVERSE UNIVERSE everything physical in and Includes all space, matter, and energy that has existed, now exists, and will exist in the future. How did our universe form, how

More information

Homework #7: Properties of Galaxies in the Hubble Deep Field Name: Due: Friday, October points Profs. Rieke

Homework #7: Properties of Galaxies in the Hubble Deep Field Name: Due: Friday, October points Profs. Rieke Homework #7: Properties of Galaxies in the Hubble Deep Field Name: Due: Friday, October 31 30 points Profs. Rieke You are going to work with some famous astronomical data in this homework. The image data

More information

Astronomy 102: Stars and Galaxies Final Exam Review Problems Revision 2

Astronomy 102: Stars and Galaxies Final Exam Review Problems Revision 2 Astronomy 102: Stars and Galaxies Final Exam Review Problems Revision 2 Multiple Choice Questions: The first eight questions are multiple choice. Except where explicitly noted, only one answer is correct

More information

Homework 6 Name: Due Date: June 9, 2008

Homework 6 Name: Due Date: June 9, 2008 Homework 6 Name: Due Date: June 9, 2008 1. Where in the universe does the general expansion occur? A) everywhere in the universe, including our local space upon Earth, the solar system, our galaxy and

More information

6. Star Colors and the Hertzsprung-Russell Diagram

6. Star Colors and the Hertzsprung-Russell Diagram 6. Star Colors and the Hertzsprung-Russell Diagram http://apod.nasa.gov/apod/ Supernovae Type Ia in M82 January 22, 2014 Still rising may go to m = 8 (or 10?) What we can learn about stars from their light:

More information

6. Star Colors and the Hertzsprung-Russell Diagram.

6. Star Colors and the Hertzsprung-Russell Diagram. 6. Star Colors and the Hertzsprung-Russell Diagram http://apod.nasa.gov/apod/ Supernovae Type Ia in M82 January 22, 2014 Still rising may go to m = 8 (or 10?) What we can learn about stars from their light:

More information

Study Guide Chapter 2

Study Guide Chapter 2 Section: Stars Pages 32-38 Study Guide Chapter 2 Circle the letter of the best answer for each question. 1. What do scientists study to learn about stars? a. gravity c. space b. starlight d. colors COLOR

More information

APLUS: A Data Reduction Pipeline for HST/ACS and WFC3 Images

APLUS: A Data Reduction Pipeline for HST/ACS and WFC3 Images APLUS: A Data Reduction Pipeline for HST/ACS and WFC3 Images Wei Zheng 1,AmitSaraff 2,3,LarryBradley 4,DanCoe 4,AlexViana 4 and Sara Ogaz 4 1 Department of Physics and Astronomy, Johns Hopkins University,

More information

Astronomy 102: Stars and Galaxies Sample Review Test for Examination 3

Astronomy 102: Stars and Galaxies Sample Review Test for Examination 3 October 28, 2003 Name: Astronomy 102: Stars and Galaxies Sample Review Test for Examination 3 Do not open the test until instructed to begin. Instructions: Write your answers in the space provided. No

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

A. Thermal radiation from a massive star cluster. B. Emission lines from hot gas C. 21 cm from hydrogen D. Synchrotron radiation from a black hole

A. Thermal radiation from a massive star cluster. B. Emission lines from hot gas C. 21 cm from hydrogen D. Synchrotron radiation from a black hole ASTR 1040 Accel Astro: Stars & Galaxies Prof. Juri Toomre TA: Nicholas Nelson Lecture 26 Thur 14 Apr 2011 zeus.colorado.edu/astr1040-toomre toomre HST Abell 2218 Reading clicker what makes the light? What

More information

Python Tutorial on Reading in & Manipulating Fits Images and Creating Image Masks (with brief introduction on DS9)

Python Tutorial on Reading in & Manipulating Fits Images and Creating Image Masks (with brief introduction on DS9) 1 Tyler James Metivier Professor Whitaker Undergrad. Research February 26, 2017 Python Tutorial on Reading in & Manipulating Fits Images and Creating Image Masks (with brief introduction on DS9) Abstract:

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION doi:10.1038/nature12001 Sample Selection The dusty-spectrum sources targeted for the ALMA observations described here were found in the SPT survey. The full survey comprises 2540 deg 2 of mapped sky, but

More information

Exam 3 Astronomy 100, Section 3. Some Equations You Might Need

Exam 3 Astronomy 100, Section 3. Some Equations You Might Need Exam 3 Astronomy 100, Section 3 Some Equations You Might Need modified Kepler s law: M = [a(au)]3 [p(yr)] (a is radius of the orbit, p is the rotation period. You 2 should also remember that the period

More information

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

Lecture Outlines. Chapter 26. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc. Lecture Outlines Chapter 26 Astronomy Today 8th Edition Chaisson/McMillan Chapter 26 Cosmology Units of Chapter 26 26.1 The Universe on the Largest Scales 26.2 The Expanding Universe 26.3 The Fate of the

More information

Studying the universe

Studying the universe Studying the universe What is astronomy? A branch of science that deals with study of stars, planets, the universe as a whole The idea is that we live in a clockwork universe and is governed by laws that

More information

13 - EXTRASOLAR PLANETS

13 - EXTRASOLAR PLANETS NSCI 314 LIFE IN THE COSMOS 13 - EXTRASOLAR PLANETS Dr. Karen Kolehmainen Department of Physics, CSUSB http://physics.csusb.edu/~karen/ EXTRASOLAR PLANETS? DO PLANETS ORBIT AROUND OTHER STARS? WE WOULD

More information

Questions on Universe

Questions on Universe Questions on Universe 1. The Doppler shift may be used in the study of distant galaxies. Explain what is meant by a Doppler shift and how it is used to deduce the motion of distant galaxies. You may be

More information

what scientist believe happened to form the universe, and it is called the Big Bang Theory.

what scientist believe happened to form the universe, and it is called the Big Bang Theory. Schjelderup 1 Ari Schjelderup David Schaffer PHYS-1040-009 10/30/11 The Big Bang Theory When I was a little girl I asked my mom how long god had been around. She told me he had been around forever. When

More information

The Making of the Hubble Ultra Deep Field

The Making of the Hubble Ultra Deep Field The Making of the Hubble Ultra Deep Field Hubble Science Briefing October 4, 2012 Massimo Stiavelli Space Telescope Science Institute Bold methods and new technology - What happens if you point the most

More information

Expanding Universe. 1) Hubble s Law 2) Expanding Universe 3) Fate of the Universe. Final Exam will be held in Ruby Diamond Auditorium

Expanding Universe. 1) Hubble s Law 2) Expanding Universe 3) Fate of the Universe. Final Exam will be held in Ruby Diamond Auditorium Expanding Universe November 20, 2002 1) Hubble s Law 2) Expanding Universe 3) Fate of the Universe Final Exam will be held in Ruby Diamond Auditorium NOTE THIS!!! not UPL Dec. 11, 2002 10am-noon Review

More information

The Hubble Redshift Distance Relation

The Hubble Redshift Distance Relation The Hubble Redshift Distance Relation Student Manual A Manual to Accompany Software for the Introductory Astronomy Lab Exercise Document SM 3: Version 1 Department of Physics Gettysburg College Gettysburg,

More information

Ari Schjelderup David Schaffer PHYS /30/11 The Big Bang Theory

Ari Schjelderup David Schaffer PHYS /30/11 The Big Bang Theory Schjelderup 1 Ari Schjelderup David Schaffer PHYS-1040-009 10/30/11 The Big Bang Theory When I was a little girl I asked my mom how long God had been around. She told me he had been around forever. When

More information

Obtain one of the laminated sheets, and classify the numbered objects by color (hopefully obvious) and by shape:

Obtain one of the laminated sheets, and classify the numbered objects by color (hopefully obvious) and by shape: Astronomy 100 Name(s): Exercise 8: Galaxies and the Hubble Law The large-scale structure of the universe is governed by gravity. The Sun orbits the center of our galaxy, the Milky Way. The Milky Way, in

More information

8/30/2010. Classifying Stars. Classifying Stars. Classifying Stars

8/30/2010. Classifying Stars. Classifying Stars. Classifying Stars Classifying Stars In the early 1900s, Ejnar Hertzsprung and Henry Russell made some important observations. They noticed that, in general, stars with higher temperatures also have brighter absolute magnitudes.

More information

Cosmology. Lecture Topics. Colliding Galaxy Simulations The expanding universe Cosmology. The Age of the Universe The Big Bang

Cosmology. Lecture Topics. Colliding Galaxy Simulations The expanding universe Cosmology. The Age of the Universe The Big Bang Cosmology Lecture 27: Cosmology 27 1 APOD: GOODS project Lecture Topics Colliding Galaxy Simulations The expanding universe Cosmology The cosmological principle The Age of the Universe The Big Bang 2 27-1

More information

Chapter 25: Beyond our Solar System The Universe pp

Chapter 25: Beyond our Solar System The Universe pp Chapter 25: Beyond our Solar System 25.3 The Universe pp 715-721 The Milky Way Galaxy On a clear and moonless night, away from city lights, you might see a a band of light in the sky. This band is The

More information

Astronomers push the edges of final frontier, find farthest galaxy

Astronomers push the edges of final frontier, find farthest galaxy Astronomers push the edges of final frontier, find farthest galaxy By Associated Press, adapted by Newsela staff on 03.14.16 Word Count 688 This image provided by the Space Telescope Science Institute,

More information

The Big Bang Theory. Rachel Fludd and Matthijs Hoekstra

The Big Bang Theory. Rachel Fludd and Matthijs Hoekstra The Big Bang Theory Rachel Fludd and Matthijs Hoekstra Theories from Before the Big Bang came from a black hole from another universe? our universe is part of a multiverse? just random particles? The Big

More information

PHYS 160 Astronomy Test #2 Fall 2017 Version A

PHYS 160 Astronomy Test #2 Fall 2017 Version A PHYS 160 Astronomy Test #2 Fall 2017 Version A I. True/False (1 point each) Circle the T if the statement is true, or F if the statement is false on your answer sheet. 1. A blackbody emits all of its radiation

More information

Mass Estimates of Shear Selected Galaxy Clusters

Mass Estimates of Shear Selected Galaxy Clusters Mass Estimates of Shear Selected Galaxy Clusters Aaron Nowack UC Davis September 14, 2009 Abstract The detection of galaxy clusters has traditionally been done through optical selection methods by detecting

More information

Separating Stars and Galaxies Based on Color

Separating Stars and Galaxies Based on Color Separating Stars and Galaxies Based on Color Victoria Strait Furman University, 3300 Poinsett Hwy, Greenville, SC 29613 and University of California, Davis, 1 Shields Ave., Davis, CA, 95616 Using photometric

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

Evidence is Clear. Students consider observations and inferences about the Steady State and Big Bang theories.

Evidence is Clear. Students consider observations and inferences about the Steady State and Big Bang theories. The Evidence is Clear! Summary Students consider observations and inferences about the Steady State and Big Bang theories. Objectives Distinguish between data collected from empirical observations and

More information

2011 Arizona State University Page 1 of 6

2011 Arizona State University Page 1 of 6 AST 114 Spring 2017 NAME: HUBBLE EXPANSION What will you learn in this Lab? In this lab, you will reproduce the 20 th century discovery by Edwin Hubble that the Universe is expanding. You will determine

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

A Search for High Redshift Galaxies behind Gravitationally Lensing Clusters

A Search for High Redshift Galaxies behind Gravitationally Lensing Clusters A Search for High Redshift Galaxies behind Gravitationally Lensing Clusters Ota et al.2011 submitted to Monthly Notices of the Royal Astronomical Society Kazuaki Ota (Kyoto U) Johan Richard (Obs.Lyon),

More information

Lecture 8: What we can learn via light

Lecture 8: What we can learn via light Lecture 8: What we can learn via light As with all course material (including homework, exams), these lecture notes are not be reproduced, redistributed, or sold in any form. Lecture 8: What we can learn

More information

Lecture Outlines. Chapter 25. Astronomy Today 7th Edition Chaisson/McMillan Pearson Education, Inc.

Lecture Outlines. Chapter 25. Astronomy Today 7th Edition Chaisson/McMillan Pearson Education, Inc. Lecture Outlines Chapter 25 Astronomy Today 7th Edition Chaisson/McMillan Chapter 25 Galaxies and Dark Matter Units of Chapter 25 25.1 Dark Matter in the Universe 25.2 Galaxy Collisions 25.3 Galaxy Formation

More information

Astronomy 1143: Assignment 2

Astronomy 1143: Assignment 2 Astronomy 1143: Assignment 2 This assignment is due at the beginning of class on Friday, September 28. You may consult with others in the class when you are working on the homework, but you should make

More information

A brief outline of the lab procedure, the steps will be walked through later on.

A brief outline of the lab procedure, the steps will be walked through later on. Name: Partner(s): Lab #12 The Hubble Law Objectives In this lab you will use simple observational evidence to recreate the most profound discovery in cosmology. By calculating the distance to other galaxies

More information

University of Groningen. The opacity of spiral galaxy disks. Holwerda, Benne

University of Groningen. The opacity of spiral galaxy disks. Holwerda, Benne University of Groningen The opacity of spiral galaxy disks. Holwerda, Benne IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check

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

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

Big Bang Theory PowerPoint

Big Bang Theory PowerPoint Big Bang Theory PowerPoint Name: # Period: 1 2 3 4 5 6 Recombination Photon Epoch Big Bang Nucleosynthesis Hadron Epoch Hadron Epoch Quark Epoch The Primordial Era Electroweak Epoch Inflationary Epoch

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

Prelab 9: The Hubble Redshift Distance Relation

Prelab 9: The Hubble Redshift Distance Relation Name: Section: Date: Prelab 9: The Hubble Redshift Distance Relation The Doppler Effect: When objects are moving, the frequency or pitch of waves can change. Think of the noise a car makes when you are

More information

Astronomy 102: Stars and Galaxies Spring 2003 Final Exam Review Topics

Astronomy 102: Stars and Galaxies Spring 2003 Final Exam Review Topics Astronomy 102: Stars and Galaxies Spring 2003 Final Exam Review Topics The final exam will cover material from the whole course (including the galaxies and cosmology material from after Exam 3). The topics

More information

3. It became unstable and exploded 2. This point was. Timeline of Events 4. This outward expansion

3. It became unstable and exploded 2. This point was. Timeline of Events 4. This outward expansion NOTES BB.notebook The Universe started as a single point of highly concentrated matter 3. It became unstable and exploded 2. This point was extremely dense Density: the amount of mass contained in a certain

More information

CHAPTER 28 STARS AND GALAXIES

CHAPTER 28 STARS AND GALAXIES CHAPTER 28 STARS AND GALAXIES 28.1 A CLOSER LOOK AT LIGHT Light is a form of electromagnetic radiation, which is energy that travels in waves. Waves of energy travel at 300,000 km/sec (speed of light Ex:

More information

A 103 Notes, Week 14, Kaufmann-Comins Chapter 15

A 103 Notes, Week 14, Kaufmann-Comins Chapter 15 NEARBY GALAXIES I. Brief History A 103 Notes, Week 14, Kaufmann-Comins Chapter 15 A. Kant B. Curtis-Shapley debate C. Distance to Andromeda II. Classification of nearby galaxies: Spirals, Ellipticals,

More information

Modern Physics notes Spring 2005 Paul Fendley Lecture 38

Modern Physics notes Spring 2005 Paul Fendley Lecture 38 Modern Physics notes Spring 2005 Paul Fendley fendley@virginia.edu Lecture 38 Dark matter and energy Cosmic Microwave Background Weinberg, chapters II and III cosmological parameters: Tegmark et al, http://arxiv.org/abs/astro-ph/0310723

More information

Chapter 30. Galaxies and the Universe. Chapter 30:

Chapter 30. Galaxies and the Universe. Chapter 30: Chapter 30 Galaxies and the Universe Chapter 30: Galaxies and the Universe Chapter 30.1: Stars with varying light output allowed astronomers to map the Milky Way, which has a halo, spiral arm, and a massive

More information

Prelab Questions for Hubble Expansion Lab. 1. Why does the pitch of a firetruck s siren change as it speeds past you?

Prelab Questions for Hubble Expansion Lab. 1. Why does the pitch of a firetruck s siren change as it speeds past you? AST 114 Spring 2011 NAME: Prelab Questions for Lab 1. Why does the pitch of a firetruck s siren change as it speeds past you? 2. What color light has a longer wavelength blue or red? 3. What are the typical

More information

Writing very large numbers

Writing very large numbers 19.1 Tools of Astronomers Frequently in the news we hear about discoveries that involve space. Since the 1970s, space probes have been sent to all of the planets in the solar system and we have seen them

More information

THE ORIGIN OF THE UNIVERSE AND BLACK HOLES

THE ORIGIN OF THE UNIVERSE AND BLACK HOLES THE ORIGIN OF THE UNIVERSE AND BLACK HOLES WHAT IS COSMOGONY? Cosmogony (or cosmogeny) is any model explaining the origin of the universe. Cosmogony = Coming into existence WHAT IS COSMOLOGY Cosmology

More information

Science with the New Hubble Instruments. Ken Sembach STScI Hubble Project Scientist

Science with the New Hubble Instruments. Ken Sembach STScI Hubble Project Scientist Science with the New Hubble Instruments Ken Sembach STScI Hubble Project Scientist 1 Hubble Has Improved Over Time Servicing missions have improved Hubble s vision. Hubble sees farther and with greater

More information

Phys333 - sample questions for final

Phys333 - sample questions for final Phys333 - sample questions for final USEFUL INFO: c=300,000 km/s ; AU = 1.5 x 10 11 m ; 1000 nm hc/ev ; ev/k 10 4 K; H-ionization energy is 13.6 ev Name MULTIPLE CHOICE. Choose the one alternative that

More information

o Terms to know o Big Bang Theory o Doppler Effect o Redshift o Universe

o Terms to know o Big Bang Theory o Doppler Effect o Redshift o Universe Standard 1: Students will understand the scientific evidence that supports theories that explain how the universe and the solar system developed. They will compare Earth to other objects in the solar system.

More information

The ALMA z=4 Survey (AR4S)

The ALMA z=4 Survey (AR4S) The ALMA z=4 Survey (AR4S) ALMA studies of massive z~4-5 galaxies Corentin Schreiber Leiden University October 21 2016 In collaboration with: Maurilio Pannella, David Elbaz, Roger Leiton, Tao Wang, and

More information

TA Final Review. Class Announcements. Objectives Today. Compare True and Apparent brightness. Finding Distances with Cepheids

TA Final Review. Class Announcements. Objectives Today. Compare True and Apparent brightness. Finding Distances with Cepheids Class Announcements Vocab Quiz 4 deadline is Saturday Midterm 4 has started, ends Monday Lab was in the Planetarium. You still need to do the 2 questions Check PS100 webpage, make sure your clicker is

More information

LESSON 1. Solar System

LESSON 1. Solar System Astronomy Notes LESSON 1 Solar System 11.1 Structure of the Solar System axis of rotation period of rotation period of revolution ellipse astronomical unit What is the solar system? 11.1 Structure of the

More information

KNOWLEDGE TO GET FROM TODAY S CLASS MEETING Class Meeting #12, Monday, February 15 th

KNOWLEDGE TO GET FROM TODAY S CLASS MEETING Class Meeting #12, Monday, February 15 th KNOWLEDGE TO GET FROM TODAY S CLASS MEETING Class Meeting #12, Monday, February 15 th 1) Taking a look at the 10-micrometer wavelength world.. 2) The decrease in RECEIVED RADIANT ENERGY as you move away

More information

Galaxies and the Universe

Galaxies and the Universe Standard 7.3.1: Recognize and describe that the Sun is a medium-sized star located near the edge of a diskshaped galaxy of stars and that the universe contains many billions of galaxies and each galaxy

More information

AST 101 General Astronomy: Stars & Galaxies

AST 101 General Astronomy: Stars & Galaxies Summary Distance Ladder to measure universe REVIEW AST 101 General Astronomy: Stars & Galaxies Different standard candles are useful for different distances Distance measurements allowed to make a MAJOR

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

AST 301 Introduction to Astronomy

AST 301 Introduction to Astronomy AST 301 Introduction to Astronomy John Lacy RLM 16.332 471-1469 lacy@astro.as.utexas.edu Myoungwon Jeon RLM 16.216 471-0445 myjeon@astro.as.utexas.edu Bohua Li RLM 16.212 471-8443 bohuali@astro.as.utexas.edu

More information

Next Homework Due March 6. Coming up: The Sun (Chapter 10)

Next Homework Due March 6. Coming up: The Sun (Chapter 10) Today Summary of Chapter 3: Light All of Chapter 4: Spectra & Atoms Optional: Ast. Toolbox 4-2 Optional: Stephan-Boltzmann Law Next Homework Due March 6 Coming up: The Sun (Chapter 10) Extra Credit Astro-talks:

More information

Hubble Space Telescope Frontier Fields MidTerm Review

Hubble Space Telescope Frontier Fields MidTerm Review Hubble Space Telescope Frontier Fields MidTerm Review *Membership: James Bullock (UC-Irvine) [Chair], Mark Dickinson (NOAO), Richard Ellis (Caltech), Mariska Kriek (UC-Berkeley), Sally Oey (U. Michigan),

More information

Age-redshift relation. The time since the big bang depends on the cosmological parameters.

Age-redshift relation. The time since the big bang depends on the cosmological parameters. Age-redshift relation The time since the big bang depends on the cosmological parameters. Lyman Break Galaxies High redshift galaxies are red or absent in blue filters because of attenuation from the neutral

More information

What is the solar system?

What is the solar system? Notes Astronomy What is the solar system? 11.1 Structure of the Solar System Our solar system includes planets and dwarf planets, their moons, a star called the Sun, asteroids and comets. Planets, dwarf

More information

Homework 13 (not graded; only some example ques!ons for the material from the last week or so of class)

Homework 13 (not graded; only some example ques!ons for the material from the last week or so of class) Homework 13 (not graded; only some example ques!ons for the material from the last week or so of class)! This is a preview of the draft version of the quiz Started: Apr 28 at 9:27am Quiz Instruc!ons Question

More information

The Science Missions of Columbia

The Science Missions of Columbia The Science Missions of Columbia Tools for Viewing The Universe Tools for Viewing The Universe & Columbia Shuttle Added Corrective Optics to the Hubble Space Telescope Hubble Discovers a New View of The

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

High Redshift Universe

High Redshift Universe High Redshift Universe Finding high z galaxies Lyman break galaxies (LBGs) Photometric redshifts Deep fields Starburst galaxies Extremely red objects (EROs) Sub-mm galaxies Lyman α systems Finding high

More information

X Rays must be viewed from space used for detecting exotic objects such as neutron stars and black holes also observing the Sun.

X Rays must be viewed from space used for detecting exotic objects such as neutron stars and black holes also observing the Sun. 6/25 How do we get information from the telescope? 1. Galileo drew pictures. 2. With the invention of photography, we began taking pictures of the view in the telescope. With telescopes that would rotate

More information

How Did the Universe Begin?

How Did the Universe Begin? How Did the Universe Begin? As we will discuss in this lecture, it looks like the Universe started about 14 billion years ago and has been expanding (space stretching) ever since. The model of what happened

More information

The Contents of the Universe (or/ what do we mean by dark matter and dark energy?)

The Contents of the Universe (or/ what do we mean by dark matter and dark energy?) The Contents of the Universe (or/ what do we mean by dark matter and dark energy?) Unseen Influences Dark Matter: An undetected form of mass that emits little or no light but whose existence we infer from

More information