Demonstration of Data Analysis using the Gnumeric Spreadsheet Solver to Estimate the Period for Solar Rotation

Size: px
Start display at page:

Download "Demonstration of Data Analysis using the Gnumeric Spreadsheet Solver to Estimate the Period for Solar Rotation"

Transcription

1 Demonstration of Data Analysis using the Gnumeric Spreadsheet Solver to Estimate the Period for Solar Rotation Ron Larham Hart Plain Institute for Studies Introduction This paper serves two purposes, the first to show an example of data analysis and the second to demonstrate and assess the use of the non-linear optimization function (the solver) of of the spreadsheet application Gnumeric[1] compared to the equivalent functionality in Excel. The data analysis task is the determination of the apparent rotational period of the Sun from a series of photographs taken in 2004 shortly after the last solar maximum. The Solar Rotation and Sunspots (this section is substantially derived from the preamble to the Wikipedia article on Sun spots[3]) Sunspots are temporary phenomena on the surface of the Sun that appear as dark spots compared to surrounding regions. They are caused by intense magnetic activity, which inhibits convection, resulting in areas of locally lower temperature. Although they are at temperatures of roughly 3,000 4,500 Kelvin, the contrast with the surrounding material at about 5,780 Kelvin leaves them clearly visible as dark spots, as the intensity of a heated black body (closely approximated by the photosphere) is a proportional to T 4 (where T is the temperature in Kelvin). If the sunspot were isolated from its surroundings it would be blindingly bright. Sunspots expand and contract as they move across the surface of the sun and can be as large as metres in diameter, making the larger ones visible from Earth with the naked eye (look at the Sun directly without a suitable filter at your peril, it can be done, but can also result in permanent burn blind spots on the retina). Spots often occur in groups (see Figure 1) which can rotate and mutate over time before disappearing. The earliest records of sunspots are of naked eye spots and occur in Chinese records from 364 BCE. Telescopic observation of sunspots date to when they were observed by Thomas Harriot, the Fabricius brothers, Christoph Scheiner and possibly others. Similar spots on stars are commonly called starspots and both light and dark spots have been detected. From early times sunspots have been used to measure the rotation rate of the Sun by in effect timing how long it takes a spot or group of spots to cross the Sun and reappear at the other edge. The first published measurement of the solar rotation rate was by Christoph Scheiner [2] who also noted that the apparent rotation rate was faster at higher solar latitudes. In what follows I will be doing this using a set of photos that I took in 2004 and using Gnumeric do to the data reduction. The Data The raw data for the analysis of solar rotation period consists of a series of photos of 5

2 Figure 1: Detail of Sunspot Group 23th July 2004 (Photo by the Author) the Sun taken by the author between the 17th and the 23rd of July An example of such a photo is shown in Figure 1 (not strictly an example, the figure is a 4-frame integration of a sequence of photos taken in burst mode, the actual photos used where single frames). The photos where printed out, the centre of the sun on the image found and the distance of the a point midway between the two main spots in the group shown in Figure 1 from the centre measured. This allows us, with the assumption that the suns rotational axis is in the plane of the sky, to fit the data to a model which has unknown rotational period, time when the group first crossed the edge of the visible face of the Sun, and the groups solar latitude. In such a model the position of the group on the disk of the sun may be calculated: [ x y ] [ cos(2π(t t0 )/T) cos(φ) = R sin(φ) where R is the radius of the solar disk in the image, φ the solar latitude of the sunspot group, t 0 the time the group appeared at the edge of the visible disk, T the apparent period of solar rotation and t the time an image was captured. From this we may calculate the distance of the group from the centre of the image (and we don t need to know the orientation of each image with respect to the Suns rotational axis). A montage of the images used is shown in Figure 2. Then the model is fitted by adjusting the parameters φ, t 0 and T to minimize the sum of the square error between the model prediction and the observed distance of of the group from the centre of the Sun. The estimated standard deviation for the measurement of the radial distance of the group from the centre of the solar image is about 2 6 ]

3 Figure 2: Montage of Photos of the Sun Taken (bottom right to top left) on the 17th, 20th, 21st, 23rd and 24th of July 2004 (rotated into approximately the same orientation). mm. (Note technically the period T was not used as a parameter rather the angular velocity ω = 2π/T was used) The Spreadsheet Model The Gnumeric spreadsheet implementing the model is shown in Figure 3. The main dialogs to set up the solver are shown in Figures 4,5 and 6 Results The result of the fitting process can be seen in Figure 3. The least squares estimate for the solar rotation period is 27.3 days. This is a point estimate and gives us no indication of the uncertainty in our estimate. It is not obvious how to calculate the error associated with our estimation process, so we revert to a Monte-Carlo technique. Assume that the solution found by the least squares procedure is close to the true solution, generate the distance from the edge of the Sun data corresponding to the times of the actual observations and then add in normally distributed errors with zero mean and SD equal to the estimated measurement SD in the real data. Use this simulated data to fit the rotation model and record the rotational period that is found. Repeat to generated a sample of rotational periods. Doing this I generated a sample of 11 rotational periods with mean days and standard deviation 1.15 days. From this we conclude that there is no significant evidence of bias in an estimate of rotational period generated the by the method we have used (the sample mean is only sightly more than 1 SD from the true rotational period in the Monte-Carlo experiment), and that for data similar to ours we expect a SD of ~1.2 days for our estimate of rotational period. 7

4 Figure 3: Gnumeric Spreadsheet with the data in the first three columns near the top and the model parameters on the left near the bottom (all distances in cm, times in hours) Figure 4: Solver dialog to set the cell with the objective to minimize, and the cells that contain the parameters to be changed to find the minimum 8

5 Figure 5: Dialog showing the solver method set to non-linear Figure 6: Dialog box showing constraints being set 9

6 So our result is that we find the apparent rotational period of the Sun to be 27.3 days with a SD on this estimate of ~1.2 days. This is for a Sun spot group at a very low solar latitude (the solar period is latitude dependent increasing with latitude). This compares with the usually accepted value of days for the equatorial rotational period of the Sun. Assessment of the Gnumeric Solver It is clear that Gnumeric and its solver performed satisfactorily for the task set it in this note. However several bugs made themselves apparent in the process: Constraints were not always observed The cell reference for the objective had the currently selected cell reference prepended every time that the solver dialog was called up A constraint with a numeric right hand side did not have the numeric value saved with the sheet In addition there was no documentation that I could find that specified the optimization method that the solver implemented. All three of the bugs I believe are in the known bugs data base on the Gnumeric site, and the second and possibly the third have been solved in the most recent release of Gnumeric. I expect that the documentation of the optimization algorithm will eventually be corrected, there is a work around which involves examining the source code but this is not entirely satisfactory. Compared to Excel the Gnumeric solver found a smaller minimum for the objective, but this did not result in a substantially different estimate of the rotational period. It is a limitation of spread sheets in general that without further automation (which is in principle possible) the number of Monte-Carlo replications achievable by hand cranking the model is limited by the patience of the analyst (in this case to 11 replications). If a larger number of replications are needed it would be better to use a system designed for such purposes such as the numerical packages like Matlab, Euler, Octave, etc. However the learning curves for such tools are relatively steep for these tools and so the use of spreadsheets for teaching data analysis can be useful. References [1] Gnumeric Project: [2] Christoph Scheiner Rosa Ursine sive solis, book 4, part 2, 1630 [3] Wikipedia, Sunspot, [accessed 9th August 2010] 10

Counting Sunspots. Parent Prompts: Are there years with lots of sunspots? Are there years with very few sunspots?

Counting Sunspots. Parent Prompts: Are there years with lots of sunspots? Are there years with very few sunspots? Counting are magnetic storms on the Sun these dark areas are a little cooler than the rest of the Sun s atmosphere. They can be easily seen when the Sun s image is projected onto a white surface, using

More information

Handy Pinhole Camera (Latin Camera Obscura) to observe the transit of Venus, eclipses and other phenomena occurring on the Sun

Handy Pinhole Camera (Latin Camera Obscura) to observe the transit of Venus, eclipses and other phenomena occurring on the Sun Lech Mankiewicz Centre for Theoretical Physics, Polish Academy of Sciences, Warsaw, Global Intelligent Robotic Telescopes Network GLORIA http://www.gloria-project.eu/ Paweł Rudawy Astronomical Institute,

More information

Exercise: Estimating the Mass of Jupiter Difficulty: Medium

Exercise: Estimating the Mass of Jupiter Difficulty: Medium Exercise: Estimating the Mass of Jupiter Difficulty: Medium OBJECTIVE The July / August observing notes for 010 state that Jupiter rises at dusk. The great planet is now starting its grand showing for

More information

Are Those Sunspots Really on the Sun?

Are Those Sunspots Really on the Sun? Are Those Sunspots Really on the Sun? Summary of Activity: Students will acquire solar images (or draw sunspots), and record coordinates of sunspots. They will calculate and plot their apparent movement

More information

Which month has larger and smaller day time?

Which month has larger and smaller day time? ACTIVITY-1 Which month has larger and smaller day time? Problem: Which month has larger and smaller day time? Aim: Finding out which month has larger and smaller duration of day in the Year 2006. Format

More information

Coordinate Systems. Orbits and Rotation

Coordinate Systems. Orbits and Rotation Coordinate Systems Orbits and Rotation Earth orbit. The earth s orbit around the sun is nearly circular but not quite. It s actually an ellipse whose average distance from the sun is one AU (150 million

More information

STUDY GUIDE: Earth Sun Moon

STUDY GUIDE: Earth Sun Moon The Universe is thought to consist of trillions of galaxies. Our galaxy, the Milky Way, has billions of stars. One of those stars is our Sun. Our solar system consists of the Sun at the center, and all

More information

Shadows, Angles, and the Seasons

Shadows, Angles, and the Seasons Shadows, Angles, and the Seasons If it's cold in winter, why is Earth closer to the Sun? This activity shows the relationship between Earth-Sun positions and the seasons. From The WSU Fairmount Center

More information

Origins of the Cosmos Summer 2016. Pre-course assessment

Origins of the Cosmos Summer 2016. Pre-course assessment Origins of the Cosmos Summer 2016 Pre-course assessment In order to grant two graduate credits for the workshop, we do require you to spend some hours before arriving at Penn State. We encourage all of

More information

Phys222 Winter 2012 Quiz 4 Chapters 29-31. Name

Phys222 Winter 2012 Quiz 4 Chapters 29-31. Name Name If you think that no correct answer is provided, give your answer, state your reasoning briefly; append additional sheet of paper if necessary. 1. A particle (q = 5.0 nc, m = 3.0 µg) moves in a region

More information

This paper is also taken for the relevant Examination for the Associateship. For Second Year Physics Students Wednesday, 4th June 2008: 14:00 to 16:00

This paper is also taken for the relevant Examination for the Associateship. For Second Year Physics Students Wednesday, 4th June 2008: 14:00 to 16:00 Imperial College London BSc/MSci EXAMINATION June 2008 This paper is also taken for the relevant Examination for the Associateship SUN, STARS, PLANETS For Second Year Physics Students Wednesday, 4th June

More information

8.1 Radio Emission from Solar System objects

8.1 Radio Emission from Solar System objects 8.1 Radio Emission from Solar System objects 8.1.1 Moon and Terrestrial planets At visible wavelengths all the emission seen from these objects is due to light reflected from the sun. However at radio

More information

Observing the Sun NEVER LOOK DIRECTLY AT THE SUN!!! Image taken from the SOHO web-site http://sohowww.nascom.nasa.gov/gallery/solarcorona/uvc003.

Observing the Sun NEVER LOOK DIRECTLY AT THE SUN!!! Image taken from the SOHO web-site http://sohowww.nascom.nasa.gov/gallery/solarcorona/uvc003. name Observing the Sun NEVER LOOK DRECTLY AT THE SUN!!! mage taken from the SOHO web-site http://sohowww.nascom.nasa.gov/gallery/solarcorona/uvc003.html Explanation: The Sun is a pretty active star. You

More information

Climate Discovery Teacher s Guide

Climate Discovery Teacher s Guide Climate Discovery eacher s Guide Sunspots and Climate Unit:Little Ice Age Lesson: 7 Materials & Preparation ime: Preparation: 10 min eaching: 60 min Materials for the eacher: Overhead projector ransparencies

More information

Finding Stars and Constellations Earth & Sky

Finding Stars and Constellations Earth & Sky Finding Stars and Constellations Earth & Sky Name: Introduction If you carefully watched the night sky over a period of time, you would notice that it s not always the same. There are certain changes that

More information

Howard Eskildsen often uploads some of his wonderful and exquisite solar

Howard Eskildsen often uploads some of his wonderful and exquisite solar Solar Images Taken with Calcium K-Line Filters Howard L. Cohen January 2014 (Rev. March 2015) Howard Eskildsen s beautiful images of the Sun uploaded to the AAC website may appear strange and unfamiliar

More information

Getting Started emacs.cshrc & :+/usr/local/classes/astr1030/astron/ source.cshrc cd /usr/local/classes/astr1030 idl .compile ccdlab2 ccdlab2 exit

Getting Started emacs.cshrc & :+/usr/local/classes/astr1030/astron/ source.cshrc cd /usr/local/classes/astr1030 idl .compile ccdlab2 ccdlab2 exit Getting Started You will be looking at a series of CCD images on the computer. A widget has been designed to help you view and manipulate the images. Here s how to get your computer up and running: (1)

More information

Solar Observing in Schools

Solar Observing in Schools Solar Observing in Schools Basic solar observations and photography Prof. Ed Cackett ecackett@wayne.edu (313) 577 9355 http://physics.clas.wayne.edu/astronomy/sos.php Funded by the National Science Foundation

More information

Calculating Astronomical Unit from Venus Transit

Calculating Astronomical Unit from Venus Transit Calculating Astronomical Unit from Venus Transit A) Background 1) Parallaxes of the Sun (the horizontal parallaxes) By definition the parallaxes of the Sun is the angle β shown below: By trigonometry,

More information

High resolution images obtained with Solar Optical Telescope on Hinode. SOLAR-B Project Office National Astronomical Observatory of Japan (NAOJ)

High resolution images obtained with Solar Optical Telescope on Hinode. SOLAR-B Project Office National Astronomical Observatory of Japan (NAOJ) High resolution images obtained with Solar Optical Telescope on Hinode SOLAR-B Project Office National Astronomical Observatory of Japan (NAOJ) Temperature stratification of solar atmosphere G-band Ca

More information

Motions of Earth, Moon, and Sun

Motions of Earth, Moon, and Sun Motions of Earth, Moon, and Sun Apparent Motions of Celestial Objects An apparent motion is a motion that an object appears to make. Apparent motions can be real or illusions. When you see a person spinning

More information

DIRECT ORBITAL DYNAMICS: USING INDEPENDENT ORBITAL TERMS TO TREAT BODIES AS ORBITING EACH OTHER DIRECTLY WHILE IN MOTION

DIRECT ORBITAL DYNAMICS: USING INDEPENDENT ORBITAL TERMS TO TREAT BODIES AS ORBITING EACH OTHER DIRECTLY WHILE IN MOTION 1 DIRECT ORBITAL DYNAMICS: USING INDEPENDENT ORBITAL TERMS TO TREAT BODIES AS ORBITING EACH OTHER DIRECTLY WHILE IN MOTION Daniel S. Orton email: dsorton1@gmail.com Abstract: There are many longstanding

More information

Introduction to Astronomy. Lecture 4: Our star, the Sun

Introduction to Astronomy. Lecture 4: Our star, the Sun Introduction to Astronomy Lecture 4: Our star, the Sun 1 Sun Facts Age = 4.6 x 10 9 years Mean Radius = 7.0x10 5 km = 1.1x10 2 R = 1R Volume = 1.4x10 18 km 3 = 1.3x10 6 R = 1V Mass = 2x10 30 kg = 3.3x10

More information

CELESTIAL CLOCK - THE SUN, THE MOON, AND THE STARS

CELESTIAL CLOCK - THE SUN, THE MOON, AND THE STARS INTRODUCTION CELESTIAL CLOCK - THE SUN, THE MOON, AND THE STARS This is a scientific presentation to provide you with knowledge you can use to understand the sky above in relation to the earth. Before

More information

Basic Coordinates & Seasons Student Guide

Basic Coordinates & Seasons Student Guide Name: Basic Coordinates & Seasons Student Guide There are three main sections to this module: terrestrial coordinates, celestial equatorial coordinates, and understanding how the ecliptic is related to

More information

Astromechanics. 1 solar day = 1.002737909350795 sidereal days

Astromechanics. 1 solar day = 1.002737909350795 sidereal days Astromechanics 13. Time Considerations- Local Sidereal Time The time that is used by most people is that called the mean solar time. It is based on the idea that if the Earth revolved around the Sun at

More information

The Earth, Sun, and Moon

The Earth, Sun, and Moon reflect The Sun and Moon are Earth s constant companions. We bask in the Sun s heat and light. It provides Earth s energy, and life could not exist without it. We rely on the Moon to light dark nights.

More information

Class 2 Solar System Characteristics Formation Exosolar Planets

Class 2 Solar System Characteristics Formation Exosolar Planets Class 1 Introduction, Background History of Modern Astronomy The Night Sky, Eclipses and the Seasons Kepler's Laws Newtonian Gravity General Relativity Matter and Light Telescopes Class 2 Solar System

More information

From Aristotle to Newton

From Aristotle to Newton From Aristotle to Newton The history of the Solar System (and the universe to some extent) from ancient Greek times through to the beginnings of modern physics. The Geocentric Model Ancient Greek astronomers

More information

FIRST GRADE 1 WEEK LESSON PLANS AND ACTIVITIES

FIRST GRADE 1 WEEK LESSON PLANS AND ACTIVITIES FIRST GRADE 1 WEEK LESSON PLANS AND ACTIVITIES UNIVERSE CYCLE OVERVIEW OF FIRST GRADE UNIVERSE WEEK 1. PRE: Describing the Universe. LAB: Comparing and contrasting bodies that reflect light. POST: Exploring

More information

The Celestial Sphere. Questions for Today. The Celestial Sphere 1/18/10

The Celestial Sphere. Questions for Today. The Celestial Sphere 1/18/10 Lecture 3: Constellations and the Distances to the Stars Astro 2010 Prof. Tom Megeath Questions for Today How do the stars move in the sky? What causes the phases of the moon? What causes the seasons?

More information

EDMONDS COMMUNITY COLLEGE ASTRONOMY 100 Winter Quarter 2007 Sample Test # 1

EDMONDS COMMUNITY COLLEGE ASTRONOMY 100 Winter Quarter 2007 Sample Test # 1 Instructor: L. M. Khandro EDMONDS COMMUNITY COLLEGE ASTRONOMY 100 Winter Quarter 2007 Sample Test # 1 1. An arc second is a measure of a. time interval between oscillations of a standard clock b. time

More information

Name Class Date. true

Name Class Date. true Exercises 131 The Falling Apple (page 233) 1 Describe the legend of Newton s discovery that gravity extends throughout the universe According to legend, Newton saw an apple fall from a tree and realized

More information

Lesson 1: Phases of the Moon

Lesson 1: Phases of the Moon Lesson 1: Phases of the Moon The moon takes 29.5 days to revolve around the earth. During this time, the moon you see in the sky appears to change shape. These apparent changes, which are called phases,

More information

Lenses and Telescopes

Lenses and Telescopes A. Using single lenses to form images Lenses and Telescopes The simplest variety of telescope uses a single lens. The image is formed at the focus of the telescope, which is simply the focal plane of the

More information

Exploration of the Solar System

Exploration of the Solar System Exploration of the Solar System I. Phases of the Moon all about perspective. In this section you will use WWT to explore how the moon appears to change phases from our vantage point on Earth over the course

More information

Geography affects climate.

Geography affects climate. KEY CONCEPT Climate is a long-term weather pattern. BEFORE, you learned The Sun s energy heats Earth s surface unevenly The atmosphere s temperature changes with altitude Oceans affect wind flow NOW, you

More information

Magnetism. d. gives the direction of the force on a charge moving in a magnetic field. b. results in negative charges moving. clockwise.

Magnetism. d. gives the direction of the force on a charge moving in a magnetic field. b. results in negative charges moving. clockwise. Magnetism 1. An electron which moves with a speed of 3.0 10 4 m/s parallel to a uniform magnetic field of 0.40 T experiences a force of what magnitude? (e = 1.6 10 19 C) a. 4.8 10 14 N c. 2.2 10 24 N b.

More information

Solar Matters II Teacher Page

Solar Matters II Teacher Page Solar Matters II Teacher Page Sun Misconceptions Student Objective understands why some common phrases about the Sun are incorrect can describe how the Earth s rotation affects how we perceive the Sun

More information

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 13.

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 13. Chapter 5. Gravitation Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 13. 5.1 Newton s Law of Gravitation We have already studied the effects of gravity through the

More information

Light and its effects

Light and its effects Light and its effects Light and the speed of light Shadows Shadow films Pinhole camera (1) Pinhole camera (2) Reflection of light Image in a plane mirror An image in a plane mirror is: (i) the same size

More information

Newton s Law of Gravity

Newton s Law of Gravity Gravitational Potential Energy On Earth, depends on: object s mass (m) strength of gravity (g) distance object could potentially fall Gravitational Potential Energy In space, an object or gas cloud has

More information

Essential Question. Enduring Understanding

Essential Question. Enduring Understanding Earth In Space Unit Diagnostic Assessment: Students complete a questionnaire answering questions about their ideas concerning a day, year, the seasons and moon phases: My Ideas About A Day, Year, Seasons

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

More information

Experimental Uncertainties (Errors)

Experimental Uncertainties (Errors) Experimental Uncertainties (Errors) Sources of Experimental Uncertainties (Experimental Errors): All measurements are subject to some uncertainty as a wide range of errors and inaccuracies can and do happen.

More information

Measuring the Doppler Shift of a Kepler Star with a Planet

Measuring the Doppler Shift of a Kepler Star with a Planet Measuring the Doppler Shift of a Kepler Star with a Planet 1 Introduction The Doppler shift of a spectrum reveals the line of sight component of the velocity vector ( radial velocity ) of the object. Doppler

More information

PROFESSIONAL REFRACTOR MODEL 78-0040 25

PROFESSIONAL REFRACTOR MODEL 78-0040 25 30 0 30 60 90 1 2 3 4 PROFESSIONAL REFRACTOR MODEL 78-0040 25 24 22 21 20 19 5 9060 18 6 7 17 16 15 8 14 13 9 11 12 10 Figure 1 1. Objective Lens 2. Mounting Screws (2) 3. Declination Axis 4. Equatorial

More information

Sun Earth Relationships

Sun Earth Relationships 1 ESCI-61 Introduction to Photovoltaic Technology Sun Earth Relationships Ridha Hamidi, Ph.D. Spring (sun aims directly at equator) Winter (northern hemisphere tilts away from sun) 23.5 2 Solar radiation

More information

Chapter 3.8 & 6 Solutions

Chapter 3.8 & 6 Solutions Chapter 3.8 & 6 Solutions P3.37. Prepare: We are asked to find period, speed and acceleration. Period and frequency are inverses according to Equation 3.26. To find speed we need to know the distance traveled

More information

APPENDIX D: SOLAR RADIATION

APPENDIX D: SOLAR RADIATION APPENDIX D: SOLAR RADIATION The sun is the source of most energy on the earth and is a primary factor in determining the thermal environment of a locality. It is important for engineers to have a working

More information

astronomy 2008 1. A planet was viewed from Earth for several hours. The diagrams below represent the appearance of the planet at four different times.

astronomy 2008 1. A planet was viewed from Earth for several hours. The diagrams below represent the appearance of the planet at four different times. 1. A planet was viewed from Earth for several hours. The diagrams below represent the appearance of the planet at four different times. 5. If the distance between the Earth and the Sun were increased,

More information

Asteroids. Earth. Asteroids. Earth Distance from sun: 149,600,000 kilometers (92,960,000 miles) Diameter: 12,756 kilometers (7,926 miles) dotted line

Asteroids. Earth. Asteroids. Earth Distance from sun: 149,600,000 kilometers (92,960,000 miles) Diameter: 12,756 kilometers (7,926 miles) dotted line Image taken by NASA Asteroids About 6,000 asteroids have been discovered; several hundred more are found each year. There are likely hundreds of thousands more that are too small to be seen from Earth.

More information

Simultaneous Heliospheric Imager and Interplanetary Scintillation observations of CMEs and CIRs

Simultaneous Heliospheric Imager and Interplanetary Scintillation observations of CMEs and CIRs Simultaneous Heliospheric Imager and Interplanetary Scintillation observations of CMEs and CIRs Gareth D. Dorrian (gdd05@aber.ac.uk) 1, Andy R. Breen 1, Jackie A. Davies 2, Alexis P. Rouillard 3, Mario

More information

AP Physics B Ch. 23 and Ch. 24 Geometric Optics and Wave Nature of Light

AP Physics B Ch. 23 and Ch. 24 Geometric Optics and Wave Nature of Light AP Physics B Ch. 23 and Ch. 24 Geometric Optics and Wave Nature of Light Name: Period: Date: MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Reflection,

More information

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas.

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas. MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA The concepts of first and second moments of area fundamental to several areas of engineering including solid mechanics and fluid mechanics. Students who are

More information

Experiment 7: Forces and Torques on Magnetic Dipoles

Experiment 7: Forces and Torques on Magnetic Dipoles MASSACHUSETTS INSTITUTE OF TECHNOLOY Department of Physics 8. Spring 5 OBJECTIVES Experiment 7: Forces and Torques on Magnetic Dipoles 1. To measure the magnetic fields due to a pair of current-carrying

More information

arxiv:astro-ph/0101553v1 31 Jan 2001

arxiv:astro-ph/0101553v1 31 Jan 2001 Evidence for Large Stellar Disks in Elliptical Galaxies. Andreas Burkert and Thorsten Naab Max-Planck-Institut für Astronomie, D-69242 Heidelberg, Germany arxiv:astro-ph/0101553v1 31 Jan 2001 Abstract.

More information

Today FIRST HOMEWORK DUE NEXT TIME. Seasons/Precession Recap. Phases of the Moon. Eclipses. Lunar, Solar. Ancient Astronomy

Today FIRST HOMEWORK DUE NEXT TIME. Seasons/Precession Recap. Phases of the Moon. Eclipses. Lunar, Solar. Ancient Astronomy Today FIRST HOMEWORK DUE NEXT TIME Seasons/Precession Recap Phases of the Moon Eclipses Lunar, Solar Ancient Astronomy How do we mark the progression of the seasons? We define four special points: summer

More information

5- Minute Refresher: Daily Observable Patterns in the Sky

5- Minute Refresher: Daily Observable Patterns in the Sky 5- Minute Refresher: Daily Observable Patterns in the Sky Key Ideas Daily Observable Patterns in the Sky include the occurrence of day and night, the appearance of the moon, the location of shadows and

More information

Physics 121 Sample Common Exam 3 NOTE: ANSWERS ARE ON PAGE 6. Instructions: 1. In the formula F = qvxb:

Physics 121 Sample Common Exam 3 NOTE: ANSWERS ARE ON PAGE 6. Instructions: 1. In the formula F = qvxb: Physics 121 Sample Common Exam 3 NOTE: ANSWERS ARE ON PAGE 6 Signature Name (Print): 4 Digit ID: Section: Instructions: Answer all questions 24 multiple choice questions. You may need to do some calculation.

More information

Physics 41, Winter 1998 Lab 1 - The Current Balance. Theory

Physics 41, Winter 1998 Lab 1 - The Current Balance. Theory Physics 41, Winter 1998 Lab 1 - The Current Balance Theory Consider a point at a perpendicular distance d from a long straight wire carrying a current I as shown in figure 1. If the wire is very long compared

More information

1.1 A Modern View of the Universe" Our goals for learning: What is our place in the universe?"

1.1 A Modern View of the Universe Our goals for learning: What is our place in the universe? Chapter 1 Our Place in the Universe 1.1 A Modern View of the Universe What is our place in the universe? What is our place in the universe? How did we come to be? How can we know what the universe was

More information

Solar Angles and Latitude

Solar Angles and Latitude Solar Angles and Latitude Objectives The student will understand that the sun is not directly overhead at noon in most latitudes. The student will research and discover the latitude ir classroom and calculate

More information

AST 114 Spring 2016 Introduction to the Night Sky INTRODUCTION TO THE NIGHT SKY

AST 114 Spring 2016 Introduction to the Night Sky INTRODUCTION TO THE NIGHT SKY NAME: INTRODUCTION TO THE NIGHT SKY What will you learn in this Lab? This lab will introduce you to the layout of the night sky: constellations and stars, their names and the patterns they make, and the

More information

Astronomy 1140 Quiz 1 Review

Astronomy 1140 Quiz 1 Review Astronomy 1140 Quiz 1 Review Prof. Pradhan September 15, 2015 What is Science? 1. Explain the difference between astronomy and astrology. (a) Astrology: nonscience using zodiac sign to predict the future/personality

More information

waves rays Consider rays of light from an object being reflected by a plane mirror (the rays are diverging): mirror object

waves rays Consider rays of light from an object being reflected by a plane mirror (the rays are diverging): mirror object PHYS1000 Optics 1 Optics Light and its interaction with lenses and mirrors. We assume that we can ignore the wave properties of light. waves rays We represent the light as rays, and ignore diffraction.

More information

Data Provided: A formula sheet and table of physical constants is attached to this paper. DARK MATTER AND THE UNIVERSE

Data Provided: A formula sheet and table of physical constants is attached to this paper. DARK MATTER AND THE UNIVERSE Data Provided: A formula sheet and table of physical constants is attached to this paper. DEPARTMENT OF PHYSICS AND ASTRONOMY Autumn Semester (2014-2015) DARK MATTER AND THE UNIVERSE 2 HOURS Answer question

More information

1-2. What is the name given to the path of the Sun as seen from Earth? a.) Equinox b.) Celestial equator c.) Solstice d.

1-2. What is the name given to the path of the Sun as seen from Earth? a.) Equinox b.) Celestial equator c.) Solstice d. Chapter 1 1-1. How long does it take the Earth to orbit the Sun? a.) one sidereal day b.) one month c.) one year X d.) one hour 1-2. What is the name given to the path of the Sun as seen from Earth? a.)

More information

Statistical Distributions in Astronomy

Statistical Distributions in Astronomy Data Mining In Modern Astronomy Sky Surveys: Statistical Distributions in Astronomy Ching-Wa Yip cwyip@pha.jhu.edu; Bloomberg 518 From Data to Information We don t just want data. We want information from

More information

Blackbody radiation. Main Laws. Brightness temperature. 1. Concepts of a blackbody and thermodynamical equilibrium.

Blackbody radiation. Main Laws. Brightness temperature. 1. Concepts of a blackbody and thermodynamical equilibrium. Lecture 4 lackbody radiation. Main Laws. rightness temperature. Objectives: 1. Concepts of a blackbody, thermodynamical equilibrium, and local thermodynamical equilibrium.. Main laws: lackbody emission:

More information

The purposes of this experiment are to test Faraday's Law qualitatively and to test Lenz's Law.

The purposes of this experiment are to test Faraday's Law qualitatively and to test Lenz's Law. 260 17-1 I. THEORY EXPERIMENT 17 QUALITATIVE STUDY OF INDUCED EMF Along the extended central axis of a bar magnet, the magnetic field vector B r, on the side nearer the North pole, points away from this

More information

Phases of the Moon. Preliminaries:

Phases of the Moon. Preliminaries: Phases of the Moon Sometimes when we look at the Moon in the sky we see a small crescent. At other times it appears as a full circle. Sometimes it appears in the daylight against a bright blue background.

More information

Creo Simulate 1.0 April 2011

Creo Simulate 1.0 April 2011 Creo Simulate 1.0 April 2011 Creo Simulate a Creo family app Installed / Un-installed separately Creo Simulate in two modes: Embedded mode module of Creo Parametric Standalone mode In Standalone mode:

More information

Using Photometric Data to Derive an HR Diagram for a Star Cluster

Using Photometric Data to Derive an HR Diagram for a Star Cluster Using Photometric Data to Derive an HR Diagram for a Star Cluster In In this Activity, we will investigate: 1. How to use photometric data for an open cluster to derive an H-R Diagram for the stars and

More information

Science Standard 4 Earth in Space Grade Level Expectations

Science Standard 4 Earth in Space Grade Level Expectations Science Standard 4 Earth in Space Grade Level Expectations Science Standard 4 Earth in Space Our Solar System is a collection of gravitationally interacting bodies that include Earth and the Moon. Universal

More information

F N A) 330 N 0.31 B) 310 N 0.33 C) 250 N 0.27 D) 290 N 0.30 E) 370 N 0.26

F N A) 330 N 0.31 B) 310 N 0.33 C) 250 N 0.27 D) 290 N 0.30 E) 370 N 0.26 Physics 23 Exam 2 Spring 2010 Dr. Alward Page 1 1. A 250-N force is directed horizontally as shown to push a 29-kg box up an inclined plane at a constant speed. Determine the magnitude of the normal force,

More information

Problem Set 12: Kinetic Theory; Mechanical Equivalent of Heat Solutions

Problem Set 12: Kinetic Theory; Mechanical Equivalent of Heat Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Physics 8.01T Fall Term 2004 Problem Set 12: Kinetic Theory; Mechanical Equivalent of Heat Solutions Problem 1: Isothermal Ideal Gas Atmosphere

More information

Geodynamics Lecture 2 Kinematics of plate tectonics

Geodynamics Lecture 2 Kinematics of plate tectonics Geodynamics Lecture 2 Kinematics of plate tectonics Lecturer: David Whipp david.whipp@helsinki.fi! 4.9.2013 Geodynamics www.helsinki.fi/yliopisto 1 Goals of this lecture Present the three types of plate

More information

The Moon. Nicola Loaring, SAAO

The Moon. Nicola Loaring, SAAO The Moon Nicola Loaring, SAAO Vital Statistics Mean distance from Earth Orbital Period Rotational Period Diameter 384,400 km 27.322 days 27.322 days 3476 km (0.272 x Earth) Mass 7.3477 10 22 kg (0.0123

More information

An Introduction to Astronomy and Cosmology. 1) Astronomy - an Observational Science

An Introduction to Astronomy and Cosmology. 1) Astronomy - an Observational Science An Introduction to Astronomy and Cosmology 1) Astronomy - an Observational Science Why study Astronomy 1 A fascinating subject in its own right. The origin and Evolution of the universe The Big Bang formation

More information

Chapter Overview. Seasons. Earth s Seasons. Distribution of Solar Energy. Solar Energy on Earth. CHAPTER 6 Air-Sea Interaction

Chapter Overview. Seasons. Earth s Seasons. Distribution of Solar Energy. Solar Energy on Earth. CHAPTER 6 Air-Sea Interaction Chapter Overview CHAPTER 6 Air-Sea Interaction The atmosphere and the ocean are one independent system. Earth has seasons because of the tilt on its axis. There are three major wind belts in each hemisphere.

More information

Earth-Sun Relationships. The Reasons for the Seasons

Earth-Sun Relationships. The Reasons for the Seasons Earth-Sun Relationships The Reasons for the Seasons Solar Radiation The earth intercepts less than one two-billionth of the energy given off by the sun. However, the radiation is sufficient to provide

More information

Be Stars. By Carla Morton

Be Stars. By Carla Morton Be Stars By Carla Morton Index 1. Stars 2. Spectral types 3. B Stars 4. Be stars 5. Bibliography How stars are formed Stars are composed of gas Hydrogen is the main component of stars. Stars are formed

More information

Calculation of gravitational forces of a sphere and a plane

Calculation of gravitational forces of a sphere and a plane Sphere and plane 1 Calculation of gravitational forces of a sphere and a plane A paper by: Dipl. Ing. Matthias Krause, (CID) Cosmological Independent Department, Germany, 2007 Objective The purpose of

More information

Astronomy 110 Homework #04 Assigned: 02/06/2007 Due: 02/13/2007. Name:

Astronomy 110 Homework #04 Assigned: 02/06/2007 Due: 02/13/2007. Name: Astronomy 110 Homework #04 Assigned: 02/06/2007 Due: 02/13/2007 Name: Directions: Listed below are twenty (20) multiple-choice questions based on the material covered by the lectures this past week. Choose

More information

Sound absorption and acoustic surface impedance

Sound absorption and acoustic surface impedance Sound absorption and acoustic surface impedance CHRISTER HEED SD2165 Stockholm October 2008 Marcus Wallenberg Laboratoriet för Ljud- och Vibrationsforskning Sound absorption and acoustic surface impedance

More information

1. Units of a magnetic field might be: A. C m/s B. C s/m C. C/kg D. kg/c s E. N/C m ans: D

1. Units of a magnetic field might be: A. C m/s B. C s/m C. C/kg D. kg/c s E. N/C m ans: D Chapter 28: MAGNETIC FIELDS 1 Units of a magnetic field might be: A C m/s B C s/m C C/kg D kg/c s E N/C m 2 In the formula F = q v B: A F must be perpendicular to v but not necessarily to B B F must be

More information

Chapter 27 Magnetic Field and Magnetic Forces

Chapter 27 Magnetic Field and Magnetic Forces Chapter 27 Magnetic Field and Magnetic Forces - Magnetism - Magnetic Field - Magnetic Field Lines and Magnetic Flux - Motion of Charged Particles in a Magnetic Field - Applications of Motion of Charged

More information

Note S1: Eclipses & Predictions

Note S1: Eclipses & Predictions The Moon's Orbit The first part of this note gives reference information and definitions about eclipses [14], much of which would have been familiar to ancient Greek astronomers, though not necessarily

More information

Stellarium a valuable resource for teaching astronomy in the classroom and beyond

Stellarium a valuable resource for teaching astronomy in the classroom and beyond Stellarium 1 Stellarium a valuable resource for teaching astronomy in the classroom and beyond Stephen Hughes Department of Physical and Chemical Sciences, Queensland University of Technology, Gardens

More information

Cabri Geometry Application User Guide

Cabri Geometry Application User Guide Cabri Geometry Application User Guide Preview of Geometry... 2 Learning the Basics... 3 Managing File Operations... 12 Setting Application Preferences... 14 Selecting and Moving Objects... 17 Deleting

More information

Green Heating. Pupil Research Brief. Teachers Notes. Syllabus Coverage Subject Knowledge and Understanding. Route through the Brief UPIL ESEARCHER

Green Heating. Pupil Research Brief. Teachers Notes. Syllabus Coverage Subject Knowledge and Understanding. Route through the Brief UPIL ESEARCHER R P UPIL ESEARCHER Green Heating I NITIATIVE Pupil Research Brief Teachers Notes Syllabus Coverage Subject Knowledge and Understanding all types of electromagnetic radiation form a continuous spectrum

More information

Douglas Adams The Hitchhikers Guide to the Galaxy

Douglas Adams The Hitchhikers Guide to the Galaxy There is a theory which states that if ever anybody discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.

More information

Earth, Sun and Moon is a set of interactives designed to support the teaching of the QCA primary science scheme of work 5e - 'Earth, Sun and Moon'.

Earth, Sun and Moon is a set of interactives designed to support the teaching of the QCA primary science scheme of work 5e - 'Earth, Sun and Moon'. is a set of interactives designed to support the teaching of the QCA primary science scheme of work 5e - ''. Learning Connections Primary Science Interactives are teaching tools which have been created

More information

Lab 8: Ballistic Pendulum

Lab 8: Ballistic Pendulum Lab 8: Ballistic Pendulum Equipment: Ballistic pendulum apparatus, 2 meter ruler, 30 cm ruler, blank paper, carbon paper, masking tape, scale. Caution In this experiment a steel ball is projected horizontally

More information

The ecliptic - Earth s orbital plane

The ecliptic - Earth s orbital plane The ecliptic - Earth s orbital plane The line of nodes descending node The Moon s orbital plane Moon s orbit inclination 5.45º ascending node celestial declination Zero longitude in the ecliptic The orbit

More information

The changing phases of the Moon originally inspired the concept of the month

The changing phases of the Moon originally inspired the concept of the month The changing phases of the Moon originally inspired the concept of the month Motions of the Moon The Moon is in orbit around the Earth, outside the atmosphere. The Moon `shines via reflected light (12%)

More information

California Standards Grades 9 12 Boardworks 2009 Science Contents Standards Mapping

California Standards Grades 9 12 Boardworks 2009 Science Contents Standards Mapping California Standards Grades 912 Boardworks 2009 Science Contents Standards Mapping Earth Sciences Earth s Place in the Universe 1. Astronomy and planetary exploration reveal the solar system s structure,

More information

Examples of Uniform EM Plane Waves

Examples of Uniform EM Plane Waves Examples of Uniform EM Plane Waves Outline Reminder of Wave Equation Reminder of Relation Between E & H Energy Transported by EM Waves (Poynting Vector) Examples of Energy Transport by EM Waves 1 Coupling

More information

Scanners and How to Use Them

Scanners and How to Use Them Written by Jonathan Sachs Copyright 1996-1999 Digital Light & Color Introduction A scanner is a device that converts images to a digital file you can use with your computer. There are many different types

More information