A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University

Size: px
Start display at page:

Download "A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University"

Transcription

1 A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University Lecture 23 Birthday problem comments Construc<ng likelihood func<ons Markov processes Reading: Ch 10, 11 and 3 in Gregory (from before) Chapter 29 of Mackay (Monte Carlo Methods) hjp:// book.pdf An Introduc<on to MCMC for Machine Learning (Andrieu et al. 2003, Machine Learning, 50, 5 hjp://link.springer.com/ar<cle/ %2fa %3A Gene<c Algorithms: Principles of Natural Selec<on Applied to Computa<on (Stephanie. Forrest) hjp://science.sciencemag.org/content/ 261/5123/872/tab- pdf Webpage: Projects! Abstract Paper Presenta<on Ques%on: how do we construct a likelihood func<on if (a) we do not know the data PDF and (b) we cannot invoke Gaussian sta<s<cs? 1 Birthday problem Data set from class Facebook friends FormaJed and python reading code from Ross Jennings Data = phases of birthday in cycles 2 1

2 3 4 2

3 PDF Models PDF Phase (cycles) 5 Models and priors What I have ajempted: Model 1: flat, no parameters (self = prior) Model 2: constant + sine with 1- yr period A + B cos(φ φ offset ) Prior(φ offset ) = flat Prior(B) = (1/B) x ln(b max /B min ) Model 3: constant + tophat H = height of tophat B = ini<al phase of tophat C = width of tophat (held fixed at 0.25) Prior(B) = flat Prior(H) = 1- (H/H max )^2 x (3/2H max ) 6 3

4 7 8 4

5 9 10 5

6 Constructing Likelihood Functions for Unknown Underlying PDFs Likelihood Func<ons for Non- analy<cal Cases Can t argue for Gaussian sta<s<cs Other analy<cal forms are too ad hoc 6

7 Likelihood Functions for Unknown PDF Forms General situation: Given data and modeling intentions when is it best to do the inverse problem of transforming the data to estimate the model as compared to doing the forward problem of transforming the model to data space and compare model and data there? Issues: 1. Instrumental responses typically involve convolutions so the inverse problem requires the ability to deconvolve. 2. Data sets may have selection biases that have to be removed. It may be easier to apply the selection biases to simulated model data than to correct the data. 3. The likelihood approach is in the spirit of doing the forward problem on the model. Population Data and Models Measurements of M objects in a survey that has known selec<on biases e.g. a sensi<vity- limited survey covering only a frac<on of the sky Data consist of N ajributes per object e.g. (flux, spectrum, sky posi<on, distance, proper mo<on, shape parameters, <me dependences, ) Model has K parameters We want the best popula<on model e.g. Maximum likelihood parameter values + errors The sample may be stochas<c more because of sta<s<cal varia<ons in the popula<on and not because of addi<ve measurement errors How do we calculate the likelihood func<on if we don t know the mathema<cal form to describe differences between the observa<onal sample and the model? 7

8 Suppose we know the parameters of interest in a model but we do not know the function form of the underlying PDF? How do we construct a likelihood function? 1. Invoke Gaussian statistics if possible. 2. Use a parameterized function for the PDF that may allow flexibility in kurtosis and skewness as well as mean and variance. 3. Use the data to define bins in which simulated values can be accumulated, where simulations are based on physical models. A good example is a population analysis (people, stars, etc.) where we may want to know quantities like the birth rate and spatial distribution, for which we do not have an a priori PDF form. 2 Examples A galaxy survey with strong wavelength- dependent selec<on effects Possible model parameters: Number density of galaxies vs. redshin Luminosity func<on Frac<on of galaxy types (ellip<cal, spiral, irregular) Pulsar popula<ons in the Milky Way Possible model parameters: Number density vs. loca<on in Galaxy Luminosity dependence on magne<c field and spin Distribu<on of pulsar spins and magne<c fields at birth Space veloci<es (runaway popula<on) 8

9 Using MC points to evaluate the likelihood function Compare data and model in observa1on space by doing the forward model (no deconvolu1on of observa1onal filters) and using data- defined bins D D MC D 9

10 Toy example: Consider a simple case: M data points, where {y i,i=1,...,m} are drawn from a N( y, σ) PDF(butwepretendwedonotknowthis!). Assume the data are statistically independent. Then the likelihood function would be M L(θ) = f y (y j ; θ). j=1 We would maximize L as usual to get the parameters θ =(ˆµ, ˆσ). Now suppose we can generate pseudo data by Monte Carlo using some scheme based on a set of population parameters. This might involve some trial function for the PDF, for example, or it might be based on a physical model. An example is the distribution of stars in the Galaxy. How do we calculate L? Formation of a likelihood function when the underlying PDF is not known A toy example consists of MC-ing data points, using them to define bins, and then forgetting that we know the underlying PDF. By other means we develop a model for our data and use it to MC a large number of points that we bin according to our observed data points. From the combined data and MC points we calculate the likelihood function using the formalism given above. By investigating a series of models as a function of their parameters, we can find the model parameters that maximize the likelihood function over the set of models and parameter space. One can go further by calculating posterior PDFs for the parameters and finding odds ratios for pairs of models. Figure 1: Left: ten MC points selected from an N(0, 1) distribution. Middle: Bins defined by midpoints between data points. Right: Bins portrayed in the context where we do not know the underlying PDF. 6 10

11 1. Define bins in y into which MC values can be summed. The actual data range can be divided into equal-sized bins, for example, or bins can be constrained to have 1 data points. Consider for generality bins with unequal widths y k for each bin centered on y k. 2. For M total data points the occupancy in each bin m k satisfies N bins M = m k. 3. MC a large number of points for trial values of model parameters. 4. Calculate the frequencies of occurrence f k = n k /N MC for the k th bin. Then the PDF value at y k is estimated as ˆf y (y k )= f k n k =. y k y k N MC This is an appropriate estimate because the mean number of MC points expected in the k th bin is n k = N MC f y (y k ) y k so the mean estimate is ˆf y (y k ) = k=1 n k y k N MC = f y (y k ). 5. Calculate the likehood function as a product over data points, M M n k(j) L f k(j) =, y k(j) N MC j=1 where k(j) is the bin of the j th data point. 4 j=1 Note if there are mul<ple actual data points in a bin, the product can be redefined over bins instead of data points 6. Alternatively, we could calculate L as a product over bins, taking into account the occupancy m k of actual data points: L N bins k=1 mk N f k bins = y k k=1 n k y k N MC mk. 7. The model used to generate the MC points can be varied until the likelihood is maximized, which allow point estimates of model parameters and their errors. 8. Note that we use because there are Poisson counting statistics in each bin, implying that there is a statistical error in L. 9. The number of MC points must be large enough so that each bin has MC points in them; otherwise f k =0and the likelihood function would vanish! 10. For a bad model, some of the bins will be unoccupied by either data or MC points, either case yielding lower or zero likelihood. 5 11

12 Binning and Likelihood Estimates Case 1: Small N = 20, 10 6 MC points 12

13 13

14 14

15 Binning and Likelihood Estimates Case 2: Large N = 100, 10 6 MC points 15

16 16

17 17

18 Binning and Likelihood Estimates Case 3: Large N = 100, Larger 10 7 MC points 18

19 19

20 20

21 Another Case 3: Binning and Likelihood Estimates Large N = 100, Larger 10 7 MC points N = 100 data points, N MC = 10 7 points Bins defined by midpoints between data points Shown with parent Gaussian PDF Bins shown without reference to parent popula<on 21

22 N = 100 data points, N MC = 10 7 points Bins shown without reference to parent popula<on Crude es<mate of probability based on one data point per cell Scargle approach: Can merge cells to improve the es<mate Histogram of MC points using true values of parameters 22

23 Likelihood contours for N=100 and N MC = 10 7 A more realistic model: TBD: generate figures like those on previous page but with a selection function applied. Suppose we have measurements that involve selection effects of the actual quantities of interest. An example is where f x (x; ) is the actual PDF that we would like to learn about but measurements are in effect selected from s(x)f x (x; ) where s(x) is a selection function that favors some values of x over others. The selection function is known. Observations would correspond to samples drawn from a PDF proportional to s(x)f x (x; ) and the goal of a MC analysis using a sequence of models would be to infer f x (x; ). The following procedure can be used: 1. We know the selection function s(x) and we have data points that are selected from s(x)f x (x; 0). 2. Use the data points to define bins in x. 3. A sequence of models might consist of the form f x (x; ) but with a sequence of parameter vectors,. 4. For a given parameter vector, MC a large number of points, apply the selection function s(x) (this is the forward problem), and bin the points. 5. Find the model that maximizes the likelihood function. 6. Another situation may involve not knowing the form f x (x; ) but rather a family of forms f x (j) (x; (j) ), j =1,,N models. For each of the N models models, the likelihood function can be maximized and the models compared to see which one gives the largest likelihood, as part of an exploratory analysis. 7. A proper analysis would compare pairs of models, e.g. the i th and j th models, by computation 7 of the odds ratio. 23

24 Binning and Likelihood Estimates Cases with selec<on effect applied to data and MC points Large N = 100, 10 6 MC points Excise values < σ 24

25 25

26 26

27 Binning and Likelihood Estimates Cases with selec<on effect applied to data and MC points Large N = 100, 10 6 MC points Excise values < 0. 27

28 28

29 29

30 THE VELOCITY DISTRIBUTION OF ISOLATED RADIO PULSARS Z. Arzoumanian 1 NASA Goddard Space Flight Center, Laboratory for High-Energy Astrophysics, Code 682, Greenbelt, MD 20771; zaven@milkyway.gsfc.nasa.gov D. F. Chernoff CenterforRadiophysicsandSpaceResearch, CornellUniversity, 612 SpaceSciences Building, Ithaca, NY 14853; chernoff@astro.cornell.edu and J. M. Cordes Department of Astronomy and NAIC, 512 Space Sciences Building, Cornell University, Ithaca, NY 14853; cordes@astro.cornell.edu The Astrophysical Received 2001Journal,568: ,2002March20 June 8; accepted November 21 # The American Astronomical Society. All rights reserved. Printed in U.S.A. ABSTRACT We infer the velocity distribution of radio pulsars based on large-scale 0.4 GHz pulsar surveys. We do so by modeling the evolution of the locations, velocities, spins, and radio luminosities of pulsars, calculating pulsed flux according to a beaming model and random orientation angles of spin and beam, applying selection effects of pulsar surveys, and comparing model distributions of measurable pulsar properties with survey data using a likelihood function. The surveys analyzed have well-defined characteristics and cover 95% of the sky. We maximize the likelihood in a six-dimensional space of observables P, _P,DM, b, l,and F (period, period derivative, dispersion measure, Galactic latitude, proper motion, and flux density, respectively). The models we test are described by 12 parameters that characterize a population s birth rate, luminosity, shutoff of radio emission, birth locations, and birth velocities. We infer that the radio beam luminosity (1) is comparable to the energy flux of relativistic particles in models for spin-driven magnetospheres, signifying that radio emission losses reach nearly 100% for the oldest pulsars, and (2) scales approximately as _E 1=2,whichinmagnetosphere models is proportional to the voltage drop available for acceleration of particles. We find that a two-component velocity distribution with characteristic velocities of 90 and 500 km s 1 is greatly preferred to any one-component distribution; this preference is largely immune to variations in other population parameters, such as the luminosity or distance scale or the assumed spin-down law. We explore some consequences of the preferred birth velocity distribution: (1) roughly 50% of pulsars in the solar neighborhood will escape the Galaxy, while 15% have velocities greater than 1000 km s 1 ; (2) observational bias against high-velocity pulsars is relatively unimportant for surveys that reach high Galactic z distances but is severe for spatially bounded surveys; (3) an important low-velocity population exists that increases the fraction of neutron stars retained by globular clusters and is consistent with the number of old objects that accrete from the interstellar medium; (4) under standard assumptions for supernova remnant expansion and pulsar spin-down, 10% of pulsars younger than 20 kyr will appear to lie outside of their host remnants. Finally, we comment on the ramifications of our birth velocity distribution for binary survival and the population of inspiraling binary neutron stars relevant to some GRB models and potential sources for LIGO. Subject headings: methods: statistical pulsars: general stars: neutron 30

31 Binning with Voronoi Tessellation For points on a plane, draw a line that is equidistant from a pair of neighboring points (seeds) and perpendicular to the line connec<ng the points. All points on the lines are equidistant to the nearest two or more seed points. Voronoi cells can be used as bins for data analysis purposes (Scargle) e.g. hjp://en.wikipedia.org/wiki/voronoi_diagram 31

Radio-loud and Radio-quiet Gamma-ray Pulsars from the Galactic Plane and the Gould Belt

Radio-loud and Radio-quiet Gamma-ray Pulsars from the Galactic Plane and the Gould Belt 22nd Texas Symposium on Relativistic Astrophysics at Stanford University, Dec. 13-17, 4 Radio-loud and Radio-quiet Gamma-ray Pulsars from the Galactic Plane and the Gould Belt P.L. Gonthier Hope College,

More information

2019 Astronomy Team Selection Test

2019 Astronomy Team Selection Test 2019 Astronomy Team Selection Test Acton-Boxborough Regional High School Written by Antonio Frigo Do not flip over this page until instructed. Instructions You will have 45 minutes to complete this exam.

More information

CS 6140: Machine Learning Spring What We Learned Last Week. Survey 2/26/16. VS. Model

CS 6140: Machine Learning Spring What We Learned Last Week. Survey 2/26/16. VS. Model Logis@cs CS 6140: Machine Learning Spring 2016 Instructor: Lu Wang College of Computer and Informa@on Science Northeastern University Webpage: www.ccs.neu.edu/home/luwang Email: luwang@ccs.neu.edu Assignment

More information

CS 6140: Machine Learning Spring 2016

CS 6140: Machine Learning Spring 2016 CS 6140: Machine Learning Spring 2016 Instructor: Lu Wang College of Computer and Informa?on Science Northeastern University Webpage: www.ccs.neu.edu/home/luwang Email: luwang@ccs.neu.edu Logis?cs Assignment

More information

Mixture Models. Michael Kuhn

Mixture Models. Michael Kuhn Mixture Models Michael Kuhn 2017-8-26 Objec

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring Lecture 9 A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2015 http://www.astro.cornell.edu/~cordes/a6523 Applications: Comparison of Frequentist and Bayesian inference

More information

The Impact of Positional Uncertainty on Gamma-Ray Burst Environment Studies

The Impact of Positional Uncertainty on Gamma-Ray Burst Environment Studies The Impact of Positional Uncertainty on Gamma-Ray Burst Environment Studies Peter Blanchard Harvard University In collaboration with Edo Berger and Wen-fai Fong arxiv:1509.07866 Topics in AstroStatistics

More information

Introduction to the Universe. What makes up the Universe?

Introduction to the Universe. What makes up the Universe? Introduction to the Universe What makes up the Universe? Objects in the Universe Astrophysics is the science that tries to make sense of the universe by - describing the Universe (Astronomy) - understanding

More information

F & B Approaches to a simple model

F & B Approaches to a simple model A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 215 http://www.astro.cornell.edu/~cordes/a6523 Lecture 11 Applications: Model comparison Challenges in large-scale surveys

More information

Introduction to the Universe

Introduction to the Universe What makes up the Universe? Introduction to the Universe Book page 642-644 Objects in the Universe Astrophysics is the science that tries to make sense of the universe by - describing the Universe (Astronomy)

More information

Modern Methods of Data Analysis - WS 07/08

Modern Methods of Data Analysis - WS 07/08 Modern Methods of Data Analysis Lecture VII (26.11.07) Contents: Maximum Likelihood (II) Exercise: Quality of Estimators Assume hight of students is Gaussian distributed. You measure the size of N students.

More information

TAKE A LOOK 2. Identify This star is in the last stage of its life cycle. What is that stage?

TAKE A LOOK 2. Identify This star is in the last stage of its life cycle. What is that stage? CHAPTER 15 2 SECTION Stars, Galaxies, and the Universe The Life Cycle of Stars BEFORE YOU READ After you read this section, you should be able to answer these questions: How do stars change over time?

More information

Probing the Cosmos with light and gravity: multimessenger astronomy in the gravitational wave era

Probing the Cosmos with light and gravity: multimessenger astronomy in the gravitational wave era Utah State University DigitalCommons@USU Colloquia and Seminars Astrophysics 9-7-2011 Probing the Cosmos with light and gravity: multimessenger astronomy in the gravitational wave era Shane L. Larson Utah

More information

Sources of GeV Photons and the Fermi Results

Sources of GeV Photons and the Fermi Results Sources of GeV Photons and the Fermi Results 1. GeV instrumentation and the GeV sky with the Fermi Gamma-ray Space Telescope 2. First Fermi Catalog of Gamma Ray Sources and the Fermi Pulsar Catalog 3.

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

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University Lecture 19 Modeling Topics plan: Modeling (linear/non- linear least squares) Bayesian inference Bayesian approaches to spectral esbmabon;

More information

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University. Motivations: Detection & Characterization. Lecture 2.

A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University. Motivations: Detection & Characterization. Lecture 2. A6523 Modeling, Inference, and Mining Jim Cordes, Cornell University Lecture 2 Probability basics Fourier transform basics Typical problems Overall mantra: Discovery and cri@cal thinking with data + The

More information

ASTR Midterm 2 Phil Armitage, Bruce Ferguson

ASTR Midterm 2 Phil Armitage, Bruce Ferguson ASTR 1120-001 Midterm 2 Phil Armitage, Bruce Ferguson SECOND MID-TERM EXAM MARCH 21 st 2006: Closed books and notes, 1 hour. Please PRINT your name and student ID on the places provided on the scan sheet.

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

Chapter 13 2/19/2014. Lecture Outline Neutron Stars. Neutron Stars and Black Holes Neutron Stars. Units of Chapter

Chapter 13 2/19/2014. Lecture Outline Neutron Stars. Neutron Stars and Black Holes Neutron Stars. Units of Chapter 13.1 Neutron Stars Lecture Outline Chapter 13 Neutron Stars and After a Type I supernova, little or nothing remains of the original star. After a Type II supernova, part of the core may survive. It is

More information

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

Lecture Outlines. Chapter 22. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc. Lecture Outlines Chapter 22 Astronomy Today 8th Edition Chaisson/McMillan Chapter 22 Neutron Stars and Black Holes Units of Chapter 22 22.1 Neutron Stars 22.2 Pulsars 22.3 Neutron-Star Binaries 22.4 Gamma-Ray

More information

Fermi: Highlights of GeV Gamma-ray Astronomy

Fermi: Highlights of GeV Gamma-ray Astronomy Fermi: Highlights of GeV Gamma-ray Astronomy Dave Thompson NASA GSFC On behalf of the Fermi Gamma-ray Space Telescope Large Area Telescope Collaboration Neutrino Oscillation Workshop Otranto, Lecce, Italy

More information

Approximate Bayesian Computation for Astrostatistics

Approximate Bayesian Computation for Astrostatistics Approximate Bayesian Computation for Astrostatistics Jessi Cisewski Department of Statistics Yale University October 24, 2016 SAMSI Undergraduate Workshop Our goals Introduction to Bayesian methods Likelihoods,

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

DART Tutorial Sec'on 1: Filtering For a One Variable System

DART Tutorial Sec'on 1: Filtering For a One Variable System DART Tutorial Sec'on 1: Filtering For a One Variable System UCAR The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions or recommenda'ons

More information

Neutron Stars. Chapter 14: Neutron Stars and Black Holes. Neutron Stars. What s holding it up? The Lighthouse Model of Pulsars

Neutron Stars. Chapter 14: Neutron Stars and Black Holes. Neutron Stars. What s holding it up? The Lighthouse Model of Pulsars Neutron Stars Form from a 8-20 M Sun star Chapter 14: Neutron Stars and Black Holes Leftover 1.4-3 M Sun core after supernova Neutron Stars consist entirely of neutrons (no protons) Neutron Star (tennis

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

How, Where and When did the Globular Clusters form?

How, Where and When did the Globular Clusters form? How, Where and When did the Globular Clusters form? Presented by Eve LoCastro December 3, 2009 PHY 689 Galaxy Formation Background : M80, HST What are the Globular Clusters? Dense: 8ghtly packed stellar

More information

Chapter 19 Reading Quiz Clickers. The Cosmic Perspective Seventh Edition. Our Galaxy Pearson Education, Inc.

Chapter 19 Reading Quiz Clickers. The Cosmic Perspective Seventh Edition. Our Galaxy Pearson Education, Inc. Reading Quiz Clickers The Cosmic Perspective Seventh Edition Our Galaxy 19.1 The Milky Way Revealed What does our galaxy look like? How do stars orbit in our galaxy? Where are globular clusters located

More information

Galaxies. Galaxy Diversity. Galaxies, AGN and Quasars. Physics 113 Goderya

Galaxies. Galaxy Diversity. Galaxies, AGN and Quasars. Physics 113 Goderya Galaxies, AGN and Quasars Physics 113 Goderya Chapter(s): 16 and 17 Learning Outcomes: Galaxies Star systems like our Milky Way Contain a few thousand to tens of billions of stars. Large variety of shapes

More information

Gravitational-Wave Data Analysis: Lecture 2

Gravitational-Wave Data Analysis: Lecture 2 Gravitational-Wave Data Analysis: Lecture 2 Peter S. Shawhan Gravitational Wave Astronomy Summer School May 29, 2012 Outline for Today Matched filtering in the time domain Matched filtering in the frequency

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2015 http://www.astro.cornell.edu/~cordes/a6523 Lecture 12 Applications: Model comparison Some Least-squares lessons

More information

- Synchrotron emission from power Law electron energy distributions

- Synchrotron emission from power Law electron energy distributions - Spectrum of synchrotron emission from a single electron - Synchrotron emission from power Law electron energy distributions - Synchrotron self absorption - Polarization of synchrotron emission - Synchrotron

More information

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

Lecture Outlines. Chapter 23. Astronomy Today 8th Edition Chaisson/McMillan Pearson Education, Inc. Lecture Outlines Chapter 23 Astronomy Today 8th Edition Chaisson/McMillan Chapter 23 The Milky Way Galaxy Units of Chapter 23 23.1 Our Parent Galaxy 23.2 Measuring the Milky Way Discovery 23-1 Early Computers

More information

Lecture 25 The Milky Way Galaxy November 29, 2017

Lecture 25 The Milky Way Galaxy November 29, 2017 Lecture 25 The Milky Way Galaxy November 29, 2017 1 2 Size of the Universe The Milky Way galaxy is very much larger than the solar system Powers of Ten interactive applet 3 Galaxies Large collections of

More information

Par$cle Filters Part I: Theory. Peter Jan van Leeuwen Data- Assimila$on Research Centre DARC University of Reading

Par$cle Filters Part I: Theory. Peter Jan van Leeuwen Data- Assimila$on Research Centre DARC University of Reading Par$cle Filters Part I: Theory Peter Jan van Leeuwen Data- Assimila$on Research Centre DARC University of Reading Reading July 2013 Why Data Assimila$on Predic$on Model improvement: - Parameter es$ma$on

More information

Youjun Lu. Na*onal Astronomical Observatory of China Collaborators: Fupeng ZHANG (SYSU) Qingjuan YU (KIAA)

Youjun Lu. Na*onal Astronomical Observatory of China Collaborators: Fupeng ZHANG (SYSU) Qingjuan YU (KIAA) Youjun Lu Na*onal Astronomical Observatory of China 2016.02.08@Aspen Collaborators: Fupeng ZHANG (SYSU) Qingjuan YU (KIAA) 2/11/16 GC conference@aspen 1 Ø Constraining the spin of the massive black hole

More information

New Binary and Millisecond Pulsars from Arecibo Drift-Scan Searches

New Binary and Millisecond Pulsars from Arecibo Drift-Scan Searches Binary Radio Pulsars ASP Conference Series, Vol. 328, 2005 F. A. Rasio and I. H. Stairs New Binary and Millisecond Pulsars from Arecibo Drift-Scan Searches M. A. McLaughlin, D. R. Lorimer, D. J. Champion

More information

ASTR 101 Introduction to Astronomy: Stars & Galaxies

ASTR 101 Introduction to Astronomy: Stars & Galaxies We observe star-gas-star cycle operating in Milky Way s disk using many different wavelengths of light! ASTR 101 Introduction to Astronomy: Stars & Galaxies Infrared light reveals stars whose visible light

More information

Astronomy C SSSS 2018

Astronomy C SSSS 2018 Astronomy C SSSS 2018 Galaxies and Stellar Evolution Written by Anna1234 School Team # Names 1 Instructions: 1. There are pictures of a number of galaxies in this test. However, as the DSO list for 2019

More information

Astronomy 102: Stars and Galaxies Examination 3 April 11, 2003

Astronomy 102: Stars and Galaxies Examination 3 April 11, 2003 Name: Seat Number: Astronomy 102: Stars and Galaxies Examination 3 April 11, 2003 Do not open the test until instructed to begin. Instructions: Write your answers in the space provided. If you need additional

More information

An Introduction to Radio Astronomy

An Introduction to Radio Astronomy An Introduction to Radio Astronomy Second edition Bernard F. Burke and Francis Graham-Smith CAMBRIDGE UNIVERSITY PRESS Contents Preface to the second edition page x 1 Introduction 1 1.1 The role of radio

More information

Astronomy Stars, Galaxies and Cosmology Exam 3. Please PRINT full name

Astronomy Stars, Galaxies and Cosmology Exam 3. Please PRINT full name Astronomy 132 - Stars, Galaxies and Cosmology Exam 3 Please PRINT full name Also, please sign the honor code: I have neither given nor have I received help on this exam The following exam is intended to

More information

21. Neutron Stars. The Crab Pulsar: On & Off. Intensity Variations of a Pulsar

21. Neutron Stars. The Crab Pulsar: On & Off. Intensity Variations of a Pulsar 21. Neutron Stars Neutron stars were proposed in the 1930 s Pulsars were discovered in the 1960 s Pulsars are rapidly rotating neutron stars Pulsars slow down as they age Neutron stars are superfluid &

More information

Least Squares Parameter Es.ma.on

Least Squares Parameter Es.ma.on Least Squares Parameter Es.ma.on Alun L. Lloyd Department of Mathema.cs Biomathema.cs Graduate Program North Carolina State University Aims of this Lecture 1. Model fifng using least squares 2. Quan.fica.on

More information

arxiv:astro-ph/ v1 27 May 2004

arxiv:astro-ph/ v1 27 May 2004 Binary Radio Pulsars ASP Conference Series, Vol. TBD, 2004 eds. F.A. Rasio & I.H. Stairs The Galactic Double-Neutron-Star Merger Rate: Most Current Estimates arxiv:astro-ph/0405564v1 27 May 2004 C. Kim

More information

Science Olympiad Astronomy C Division Event Golden Gate Invitational

Science Olympiad Astronomy C Division Event Golden Gate Invitational Science Olympiad Astronomy C Division Event Golden Gate Invitational University of California, Berkeley Berkeley, CA February 9, 2019 Team Number: Team Name: Instructions: 1) Please turn in all materials

More information

ASTR 101 Introduction to Astronomy: Stars & Galaxies

ASTR 101 Introduction to Astronomy: Stars & Galaxies ASTR 101 Introduction to Astronomy: Stars & Galaxies We observe star-gas-star cycle operating in Milky Way s disk using many different wavelengths of light Infrared light reveals stars whose visible light

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

Learning Objectives: Chapter 13, Part 1: Lower Main Sequence Stars. AST 2010: Chapter 13. AST 2010 Descriptive Astronomy

Learning Objectives: Chapter 13, Part 1: Lower Main Sequence Stars. AST 2010: Chapter 13. AST 2010 Descriptive Astronomy Chapter 13, Part 1: Lower Main Sequence Stars Define red dwarf, and describe the internal dynamics and later evolution of these low-mass stars. Appreciate the time scale of late-stage stellar evolution

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2015 http://www.astro.cornell.edu/~cordes/a6523 Lecture 4 See web page later tomorrow Searching for Monochromatic Signals

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

Compact Binaries - 3 ASTR2110 Sarazin

Compact Binaries - 3 ASTR2110 Sarazin Compact Binaries - 3 ASTR2110 Sarazin Zoology of Binary Stars X-ray Binary Pulsar Spin-Up Accreted material has high angular momentum Spins up neutron star (true of ~all X-ray binary pulsars) Millisecond

More information

Searching for gravitational waves. with LIGO detectors

Searching for gravitational waves. with LIGO detectors Werner Berger, ZIB, AEI, CCT Searching for gravitational waves LIGO Hanford with LIGO detectors Gabriela González Louisiana State University On behalf of the LIGO Scientific Collaboration KITP Colloquium,

More information

A100 Exploring the Universe: The Milky Way as a Galaxy. Martin D. Weinberg UMass Astronomy

A100 Exploring the Universe: The Milky Way as a Galaxy. Martin D. Weinberg UMass Astronomy A100 Exploring the Universe: The Milky Way as a Galaxy Martin D. Weinberg UMass Astronomy astron100-mdw@courses.umass.edu November 12, 2014 Read: Chap 19 11/12/14 slide 1 Exam #2 Returned and posted tomorrow

More information

Question 1. Question 2. Correct. Chapter 16 Homework. Part A

Question 1. Question 2. Correct. Chapter 16 Homework. Part A Chapter 16 Homework Due: 11:59pm on Thursday, November 17, 2016 To understand how points are awarded, read the Grading Policy for this assignment. Question 1 Following are a number of distinguishing characteristics

More information

GRAVITATIONAL WAVE ASTRONOMY

GRAVITATIONAL WAVE ASTRONOMY GRAVITATIONAL WAVE ASTRONOMY A. Melatos (Melbourne) 1. GW: physics & astronomy 2. Current- & next-gen detectors & searches 3. Burst sources: CBC, SN GR, cosmology 4. Periodic sources: NS subatomic physics

More information

Computer Vision. Pa0ern Recogni4on Concepts Part I. Luis F. Teixeira MAP- i 2012/13

Computer Vision. Pa0ern Recogni4on Concepts Part I. Luis F. Teixeira MAP- i 2012/13 Computer Vision Pa0ern Recogni4on Concepts Part I Luis F. Teixeira MAP- i 2012/13 What is it? Pa0ern Recogni4on Many defini4ons in the literature The assignment of a physical object or event to one of

More information

Arvind Borde / AST 10, Week 2: Our Home: The Milky Way

Arvind Borde / AST 10, Week 2: Our Home: The Milky Way Arvind Borde / AST 10, Week 2: Our Home: The Milky Way The Milky Way is our home galaxy. It s a collection of stars, gas and dust. (1) What holds it together? Its self-gravity. (2) What did the last slide

More information

- Synchrotron emission: A brief history. - Examples. - Cyclotron radiation. - Synchrotron radiation. - Synchrotron power from a single electron

- Synchrotron emission: A brief history. - Examples. - Cyclotron radiation. - Synchrotron radiation. - Synchrotron power from a single electron - Synchrotron emission: A brief history - Examples - Cyclotron radiation - Synchrotron radiation - Synchrotron power from a single electron - Relativistic beaming - Relativistic Doppler effect - Spectrum

More information

ASTRO 310: Galac/c & Extragalac/c Astronomy Prof. Jeff Kenney

ASTRO 310: Galac/c & Extragalac/c Astronomy Prof. Jeff Kenney ASTRO 310: Galac/c & Extragalac/c Astronomy Prof. Jeff Kenney Class 9 September 26, 2018 Introduc/on to Stellar Dynamics: Poten/al Theory & Mass Distribu/ons & Mo/ons Gravity & Stellar Systems ~Only force

More information

CS 6140: Machine Learning Spring What We Learned Last Week 2/26/16

CS 6140: Machine Learning Spring What We Learned Last Week 2/26/16 Logis@cs CS 6140: Machine Learning Spring 2016 Instructor: Lu Wang College of Computer and Informa@on Science Northeastern University Webpage: www.ccs.neu.edu/home/luwang Email: luwang@ccs.neu.edu Sign

More information

The Galactic Double-Neutron-Star Merger Rate: Most Current Estimates

The Galactic Double-Neutron-Star Merger Rate: Most Current Estimates Binary Radio Pulsars ASP Conference Series, Vol. 328, 2005 F. A. Rasio and I. H. Stairs The Galactic Double-Neutron-Star Merger Rate: Most Current Estimates C. Kim 1, V. Kalogera 1, D. R. Lorimer 2, M.

More information

Ac#ve Galaxies, Colliding Galaxies

Ac#ve Galaxies, Colliding Galaxies Ac#ve Galaxies, Colliding Galaxies M82 composite: HST (Visible), Spitzer (Infrared) and Chandra (X- ray) (NASA/JPL- Caltech/STScI/CXC/UofA/ESA/AURA/JHU) Reading: Chapter 24 (and sec#on 23.1) Ac#ve Galaxies

More information

Gamma-Ray Astronomy. Astro 129: Chapter 1a

Gamma-Ray Astronomy. Astro 129: Chapter 1a Gamma-Ray Bursts Gamma-Ray Astronomy Gamma rays are photons with energies > 100 kev and are produced by sub-atomic particle interactions. They are absorbed by our atmosphere making observations from satellites

More information

(Astronomy for Dummies) remark : apparently I spent more than 1 hr giving this lecture

(Astronomy for Dummies) remark : apparently I spent more than 1 hr giving this lecture (Astronomy for Dummies) remark : apparently I spent more than 1 hr giving this lecture A.D. 125? Ptolemy s geocentric model Planets ( ) wander among stars ( ) For more info: http://aeea.nmns.edu.tw/aeea/contents_list/universe_concepts.html

More information

Survey of Astronomy ASTRO 110-5

Survey of Astronomy ASTRO 110-5 Survey of Astronomy ASTRO 110-5 Prof. Istvan Szapudi Institute for Astronomy IfA B204/WAT 401 Phone: 956 6196 Email: szapudi@ifa.hawaii.edu Class meets TTh 12:00 to 13:15 WAT 112 Office Hours after class

More information

LIGO Status and Advanced LIGO Plans. Barry C Barish OSTP 1-Dec-04

LIGO Status and Advanced LIGO Plans. Barry C Barish OSTP 1-Dec-04 LIGO Status and Advanced LIGO Plans Barry C Barish OSTP 1-Dec-04 Science Goals Physics» Direct verification of the most relativistic prediction of general relativity» Detailed tests of properties of gravitational

More information

Science Olympiad Astronomy C Division Event University of Chicago Invitational

Science Olympiad Astronomy C Division Event University of Chicago Invitational Science Olympiad Astronomy C Division Event University of Chicago Invitational The University of Chicago Chicago, IL January 12, 2019 Team Number: Team Name: Instructions: 1) Please turn in all materials

More information

Astronomy 110: SURVEY OF ASTRONOMY. 11. Dead Stars. 1. White Dwarfs and Supernovae. 2. Neutron Stars & Black Holes

Astronomy 110: SURVEY OF ASTRONOMY. 11. Dead Stars. 1. White Dwarfs and Supernovae. 2. Neutron Stars & Black Holes Astronomy 110: SURVEY OF ASTRONOMY 11. Dead Stars 1. White Dwarfs and Supernovae 2. Neutron Stars & Black Holes Low-mass stars fight gravity to a standstill by becoming white dwarfs degenerate spheres

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

Ensemble Data Assimila.on for Climate System Component Models

Ensemble Data Assimila.on for Climate System Component Models Ensemble Data Assimila.on for Climate System Component Models Jeffrey Anderson Na.onal Center for Atmospheric Research In collabora.on with: Alicia Karspeck, Kevin Raeder, Tim Hoar, Nancy Collins IMA 11

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

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

Physics HW Set 3 Spring 2015

Physics HW Set 3 Spring 2015 1) If the Sun were replaced by a one solar mass black hole 1) A) life here would be unchanged. B) we would still orbit it in a period of one year. C) all terrestrial planets would fall in immediately.

More information

Module 3: Astronomy The Universe Topic 2 Content: The Milky Way Galaxy Presentation Notes

Module 3: Astronomy The Universe Topic 2 Content: The Milky Way Galaxy Presentation Notes On a clear night, you can go outside and view the Moon and the stars scattered throughout the night sky. At times, you can also see neighboring planets. When you look at the sky and these objects, almost

More information

BERTINORO 2 (JVW) Yet more probability Bayes' Theorem* Monte Carlo! *The Reverend Thomas Bayes

BERTINORO 2 (JVW) Yet more probability Bayes' Theorem* Monte Carlo! *The Reverend Thomas Bayes BERTINORO 2 (JVW) Yet more probability Bayes' Theorem* Monte Carlo! *The Reverend Thomas Bayes 1702-61 1 The Power-law (Scale-free) Distribution N(>L) = K L (γ+1) (integral form) dn = (γ+1) K L γ dl (differential

More information

Statistics - Lecture One. Outline. Charlotte Wickham 1. Basic ideas about estimation

Statistics - Lecture One. Outline. Charlotte Wickham  1. Basic ideas about estimation Statistics - Lecture One Charlotte Wickham wickham@stat.berkeley.edu http://www.stat.berkeley.edu/~wickham/ Outline 1. Basic ideas about estimation 2. Method of Moments 3. Maximum Likelihood 4. Confidence

More information

DART Tutorial Part IV: Other Updates for an Observed Variable

DART Tutorial Part IV: Other Updates for an Observed Variable DART Tutorial Part IV: Other Updates for an Observed Variable UCAR The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions or recommenda'ons

More information

Astronomy 422! Lecture 7: The Milky Way Galaxy III!

Astronomy 422! Lecture 7: The Milky Way Galaxy III! Astronomy 422 Lecture 7: The Milky Way Galaxy III Key concepts: The supermassive black hole at the center of the Milky Way Radio and X-ray sources Announcements: Test next Tuesday, February 16 Chapters

More information

Pan-STARRS1 Photometric Classifica7on of Supernovae using Ensemble Decision Tree Methods

Pan-STARRS1 Photometric Classifica7on of Supernovae using Ensemble Decision Tree Methods Pan-STARRS1 Photometric Classifica7on of Supernovae using Ensemble Decision Tree Methods George Miller, Edo Berger Harvard-Smithsonian Center for Astrophysics PS1 Medium Deep Survey 1.8m f/4.4 telescope

More information

ASTRO 310: Galactic & Extragalactic Astronomy Prof. Jeff Kenney. Class 2 August 29, 2018 The Milky Way Galaxy: Stars in the Solar Neighborhood

ASTRO 310: Galactic & Extragalactic Astronomy Prof. Jeff Kenney. Class 2 August 29, 2018 The Milky Way Galaxy: Stars in the Solar Neighborhood ASTRO 310: Galactic & Extragalactic Astronomy Prof. Jeff Kenney Class 2 August 29, 2018 The Milky Way Galaxy: Stars in the Solar Neighborhood What stars are we seeing in an optical image of a galaxy? Milky

More information

PERSPECTIVES of HIGH ENERGY NEUTRINO ASTRONOMY. Paolo Lipari Vulcano 27 may 2006

PERSPECTIVES of HIGH ENERGY NEUTRINO ASTRONOMY. Paolo Lipari Vulcano 27 may 2006 PERSPECTIVES of HIGH ENERGY NEUTRINO ASTRONOMY Paolo Lipari Vulcano 27 may 2006 High Energy Neutrino Astrophysics will CERTAINLY become an essential field in a New Multi-Messenger Astrophysics What is

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

Gravity with the SKA

Gravity with the SKA Gravity with the SKA Strong-field tests of gravity using Pulsars and Black Holes Michael Kramer Jodrell Bank Observatory University of Manchester With Don Backer, Jim Cordes, Simon Johnston, Joe Lazio

More information

Pulsars. Table of Contents. Introduction

Pulsars. Table of Contents. Introduction Pulsars Table of Contents Introduction... 1 Discovery...2 Observation...2 Binary Pulsars...3 Pulsar Classes... 3 The Significance of Pulsars... 3 Sources...4 Introduction Pulsars are neutron stars which

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

Chapter 23: Dark Matter, Dark Energy & Future of the Universe. Galactic rotation curves

Chapter 23: Dark Matter, Dark Energy & Future of the Universe. Galactic rotation curves Chapter 23: Dark Matter, Dark Energy & Future of the Universe Galactic rotation curves Orbital speed as a function of distance from the center: rotation_of_spiral_galaxy.htm Use Kepler s Third Law to get

More information

Descriptive Statistics. Population. Sample

Descriptive Statistics. Population. Sample Sta$s$cs Data (sing., datum) observa$ons (such as measurements, counts, survey responses) that have been collected. Sta$s$cs a collec$on of methods for planning experiments, obtaining data, and then then

More information

arxiv:astro-ph/ v1 10 Nov 1999

arxiv:astro-ph/ v1 10 Nov 1999 Pulsar Astronomy 2000 and Beyond ASP Conference Series, Vol. e iπ + 1, 2000 M. Kramer, N. Wex, and R. Wielebinski, eds. The Parkes Multibeam Pulsar Survey arxiv:astro-ph/9911185v1 10 Nov 1999 F. Camilo

More information

Today in Astronomy 102: the Galactic center

Today in Astronomy 102: the Galactic center Today in Astronomy 102: the Galactic center The center of the Milky Way Galaxy: compelling evidence for a 3.6- million-solar-mass black hole. Image: wide-angle photo and overlay key of the Sagittarius

More information

Compact Binaries as Gravitational-Wave Sources

Compact Binaries as Gravitational-Wave Sources Compact Binaries as Gravitational-Wave Sources Chunglee Kim Lund Observatory Extreme Astrophysics for All 10 February, 2009 Outline Introduction Double-neutron-star systems = NS-NS binaries Neutron star

More information

Chapter 19: Our Galaxy

Chapter 19: Our Galaxy Chapter 19 Lecture Chapter 19: Our Galaxy Our Galaxy 19.1 The Milky Way Revealed Our goals for learning: What does our galaxy look like? How do stars orbit in our galaxy? What does our galaxy look like?

More information

The hazy band of the Milky Way is our wheel-shaped galaxy seen from within, but its size

The hazy band of the Milky Way is our wheel-shaped galaxy seen from within, but its size C H A P T E R 15 THE MILKY WAY GALAXY 15-1 THE NATURE OF THE MILKY WAY GALAXY How do astronomers know we live in a galaxy? The hazy band of the Milky Way is our wheel-shaped galaxy seen from within, but

More information

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring Lecture 8 A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2015 http://www.astro.cornell.edu/~cordes/a6523 Applications: Bayesian inference: overview and examples Introduction

More information

Uncertainty Quantification and Validation Using RAVEN. A. Alfonsi, C. Rabiti. Risk-Informed Safety Margin Characterization. https://lwrs.inl.

Uncertainty Quantification and Validation Using RAVEN. A. Alfonsi, C. Rabiti. Risk-Informed Safety Margin Characterization. https://lwrs.inl. Risk-Informed Safety Margin Characterization Uncertainty Quantification and Validation Using RAVEN https://lwrs.inl.gov A. Alfonsi, C. Rabiti North Carolina State University, Raleigh 06/28/2017 Assumptions

More information

Introduction to Particle Filters for Data Assimilation

Introduction to Particle Filters for Data Assimilation Introduction to Particle Filters for Data Assimilation Mike Dowd Dept of Mathematics & Statistics (and Dept of Oceanography Dalhousie University, Halifax, Canada STATMOS Summer School in Data Assimila5on,

More information

The Big Bang Theory (page 854)

The Big Bang Theory (page 854) Name Class Date Space Homework Packet Homework #1 Hubble s Law (pages 852 853) 1. How can astronomers use the Doppler effect? 2. The shift in the light of a galaxy toward the red wavelengths is called

More information

Exam # 3 Tue 12/06/2011 Astronomy 100/190Y Exploring the Universe Fall 11 Instructor: Daniela Calzetti

Exam # 3 Tue 12/06/2011 Astronomy 100/190Y Exploring the Universe Fall 11 Instructor: Daniela Calzetti Exam # 3 Tue 12/06/2011 Astronomy 100/190Y Exploring the Universe Fall 11 Instructor: Daniela Calzetti INSTRUCTIONS: Please, use the `bubble sheet and a pencil # 2 to answer the exam questions, by marking

More information

Introduction The Role of Astronomy p. 3 Astronomical Objects of Research p. 4 The Scale of the Universe p. 7 Spherical Astronomy Spherical

Introduction The Role of Astronomy p. 3 Astronomical Objects of Research p. 4 The Scale of the Universe p. 7 Spherical Astronomy Spherical Introduction The Role of Astronomy p. 3 Astronomical Objects of Research p. 4 The Scale of the Universe p. 7 Spherical Astronomy Spherical Trigonometry p. 9 The Earth p. 12 The Celestial Sphere p. 14 The

More information