User Guide for Celestial Navigation Calculator Version 8_3_1

Size: px
Start display at page:

Download "User Guide for Celestial Navigation Calculator Version 8_3_1"

Transcription

1 User Guide for Celestial Navigation Calculator Version 8_3_1 Table of Contents (Bookmarks) Introduction This workbook contains the following Worksheets D ST ( Speed, Time & Distance calculations ) 2. Set & Drift 3. Interpolation & Data Conversions 4. Arrival Coordinates 5. Course & Distance 6. Great Circle Route 7. Nav Bodies Hc & Zn 9. Analemma 10. Meridian Transit 11. Sight Averaging 12. Calculating Ho from Hs 13. Sight Reduction Using Law of Cosines Method 14. Yellow Pages ( Nautical Almanac Increments & Corrections ) 15. USPS Form SR96a Sight Checker 16. Sight Reduction by Direct Computation 17. Two Body Fix, From a DR Position 18. Two Body Fix, From an Assumed Position 19. Three Body Fix, From a DR Position 20. Three Body Fix, From an Assumed Position 21. Sight Planning 22. Latitude by Sight on Polaris 23. Rhumb Line Distance vs. Great Circle Distance 24. Rule of 1/12 for Tide Prediction Appendix A: Installing the Excel "Solver Add-In" Appendix B: Enabling Macros Appendix C: Accuracy Several Worksheets provides Hyperlinks to the following: 28 February 2014 Page 1 of 33

2 Introduction This Excel Workbook, which contains 24 worksheets, was developed over the past ten years as a Teaching Aid for USPS Advanced Grade classes. This Excel Workbook may be used at no charge as a Teaching Aid for Celestial Navigation classes and as an aid in checking JN and N sight folders & exams. This Teaching Aid won "BEST OF SHOW" at the United States Power Squadrons District 16 Fall Conference in Note to Instructors: Excerpts from The Nautical Almanac provided with the 2008 Edition of The Navigation Course Student Manuals were taken from the 2004 Nautical Almanac. Whereas the 2007 Edition of the Junior Navigation Course Student Manuals provided Excerpts from the 1972 Nautical Almanac, which was used by all previous editions of JN & N Student Manuals since the 1973 Edition of JN and the 1975 Edition of N. I want to thank P/D/Lt/C Stanley L. Klein, SN for his suggestions & help in testing this workbook and P/C Richard Michels, SN for posting the this Excel Workbook on All cells of the workbook are protected except for the yellow user data entry cells. This prevents the inadvertent modification of cells containing formulas use to calculate the results. Most of the Worksheets have an associated Macro for clearing the user input cells of previously entered data. These Worksheet Macros are provided to prevent data from a previous problem being overlooked when entering data for a new problem. Units associated with cells use abbreviations & acronyms from The American Practical Navigator "Bowditch" Pub No Bicentennial Edition. The Nav Bodies worksheet is the core of this workbook. The date, time & DR position specified in Nav Bodies is used by many of the other worksheets. When opening the Celestial Navigation Calculator workbook you may, depending on the security level you have set for Excel, get a Security Warning Message which will allow you to Enable or Disable Macros. Select Enable Macros (See Appendix B for additional information on enabling macros). For best performance while using the Sight Averaging worksheet change the Excel Formula Calculations Options to Manual and use the Shift F9 key or the Calculate Sheet Command after entering or deleting any data values. For all other worksheets set the Excel Formula Calculations Options to Automatic. The worksheets in this workbook were formatted for viewing my HP w2558hc screen. You can resize the worksheet to fit on your computer screen by selecting the range of cells to view, then click on View then select Zoom from the drop down menu and select the appropriate size for your display screen. The print area has been pre-set, just click on Print Pre-view to see what will be on the printed page. Note: Although this workbook provides accurate results its primary purpose is for classroom instruction and is not to be used for on the water navigation purposes. Please send an to ronandsandy@olympus.net if you have a question, comment or suggestion concerning any worksheet. P/C Ron Jones, SN North Olympic Sail & Power Squadron Page 2 of 33

3 Page 3 of 33

4 Worksheet 1 60 D ST Speed, time & distance calculations. Time is entered or calculated in hours minutes & seconds. Speed is entered or calculated in knots. Distance is entered or calculated in nautical miles. Given speed & time, calculates distance. Given time & distance, calculates speed Given distance & speed, calculates time In addition to the speed, time & distance calculations, this worksheet also calculates the following: Given compass heading, deviation & variation, calculates true heading Given true heading variation & deviation, calculates compass heading Page 4 of 33

5 Worksheet 2 Set & Drift Given the DR latitude & DR longitude specified in Nav Bodies, the fix latitude & fix longitude and the elapsed time from the previous fix, this worksheet calculates set & drift. Page 5 of 33

6 Worksheet 3 Interpolation & Data Conversions Linear Interpolation: Given (X 0, Y 0 ), (X 2, Y 2 ) & X where X is between X 0 and X 1, using linear interpolation, this worksheet calculates the value of Y associated with the specified value of X from: Y = { (X X 1 )/(X 0 X 1 ) }Y 0 + { (X X 0 )/(X 1 X 0 ) }Y 1 Double Linear Interpolation: Enter a set tabular values: (X 1, Y 1, Z 11 ), (X 2, Y 1, Z 21 ), (X 1, Y 2, Z 12 ) and (X 2, Y 2, Z 22 ) into the corresponding yellow cells. Then enter the value of (X & Y) for which the value of Z is to be calculated where: ( X 1 < X < X 2 ) & (Y 1 < Y < Y 2 ) The worksheet calculates the coefficients Xc and Yc for the interpolation from: Xc = (X - X 2 )/(X 1 - X 2 ) Yc = (Y - Y 2 )/(Y 1 - Y 2 ) Next the worksheet calculates the value of the parameters A & B from: A = Z 21 + Xc (Z 11 - Z 21 ) B = Z 22 + Xc (Z 12 - Z 22 ) Then the worksheet calculates the value of Z corresponding to X & Y from: Z = B + Yc (A - B) Second Order Lagrange Interpolation: Given (X 0, Y 0 ), (X 1, Y 1 ), (X 2, Y 2 ) & X, the worksheet calculates the value of Y associated with the specified value of X using 2nd order Lagrange's interpolation formula. Third Order Lagrange Interpolation: Given (X 0, Y 0 ), (X 1, Y 1 ), (X 2, Y 2 ), (X 3, Y 3 ) & X, the worksheet calculates the value of Y associated with the specified value of X using 3rd order Lagrange's interpolation formula. Data Conversion: This worksheet also provides for converting time to arc, arc to time, decimal (Base 10) to Sexagesimal (Base 60), temperature conversions between Fahrenheit & Celsius, pressure conversions between inches Hg and Milibars, conversion of Local Mean Time to Zone Time and conversion of Zone Time to Local Mean Time. Page 6 of 33

7 Worksheet 4 Arrival Coordinates Given departure latitude (L 1 ),departure longitude (Lo 1 ), true course heading (C), distance (D) in nautical miles this worksheet calculates the arrival latitude (L 2 ), & arrival longitude (Lo2). L= D x COS(C) L 2 = L 1 + L Lm = (L 1 + L 2 ) / 2 ΔLo = D x SIN(C) / COS(Lm) Lo 2 = Lo 1 + ΔLo Given variation & deviation this worksheet also calculates compass course. If given speed in knots, then time in route is calculated. If given time in route then speed in knots is calculated. Page 7 of 33

8 Worksheet 5 Course & Distance Given departure latitude (L 1 ), departure longitude (Lo 1 ), arrival latitude (L 2 ), arrival longitude (Lo 2 ) & speed in knots this worksheet calculates true course heading (C), distance (D) in nautical miles. Where rhumb line distance & course heading are calculated as shown below: ΔLat = L 2 L 1 ΔLo = Lo 2 Lo 1 Δφ = ln[tan(l 2 /2+π/4)/tan(L 1 /2+π/4)] IF Δφ = 0 then β = cos(l 1 ) else β = ΔL/Δφ Distance D = [ΔL² + β².δlo²].r Course Heading C = atan2(δφ, ΔLo) Given variation & deviation this worksheet also calculates compass course. If given speed in knots, then time in route is calculated. If given time in route then speed in knots is calculated. Page 8 of 33

9 Worksheet 6 Great Circle Route Given departure latitude (L 1 ), departure longitude (Lo 1 ), arrival latitude (L 2 ) & arrival longitude (Lo 2 ), this worksheet calculates great circle distance & initial true course heading, using Law of Cosines method. Page 9 of 33

10 Worksheet 7 Nav Bodies Given latitude (L), longitude (Lo), date & zone time, this worksheet calculates the following data for the Sun: Local Mean Time (LMT), Local Apparent Time (LAT), Equation of Time, Time of Meridian Passage, Declination (DEC) of Sun, Greenwich Hour Angle (GHA) of the Sun, True Altitude (Hc) of Sun, Azimuth (Zn) of Sun, the semi-diameter SD of the Sun. Also Refraction (R 0 ) at a pressure of 1010 mb and a temperature of 10 C is calculated along with the Parallax in altitude (PA). R 0 and PA are then used with the semi-diameter of the Sun (SD) to calculate the apparent altitude (ha) of the Sun Upper Limb & the apparent altitude (ha) of the Sun Lower Limb. Times for Sunrise, Sunset, Civil Twilight, Nautical Twilight & Astronomical Twilight are also shown as they would occur at the DR position for the specified date. The time and date of the Equinoxes & Solstices are also shown for the year. In addition to the above Sun data, this worksheet also calculates GHA of Aries (γ), the Greenwich Hour Angle (GHA), Declination (Dec), Altitude (Hc), Azimuth (Zn) and the rise, transit and set times for the Planets & Moon, also the Sidereal Hour Angle (SHA), Declination (Dec), Altitude (Hc) and Azimuth (Zn) of the 57 Navigation Stars listed in the Daily Pages of the Nautical Almanac. The listed data is calculated based on the DR position, Date and Time. This worksheet also determines if a Sun ~ Moon two body fix is available at the specified time and DR position. Also the date & time of New Moon, First Quarter, Full Moon & Last Quarter are calculated and displayed. Notes attached to the cells showing First Quarter & Last Quarter dates provide suggested dates and times when a Moon ~ Sun two body fix may be available. Calculations are based Astronomical Algorithms 2nd Edition by Jean Meeus and those shown on pages 280 & 281 of the Nautical Almanac. Note: For the years 1800 through 2100 the calculated values of GHA of Aries (γ), GHA & DEC for the Sun, Moon & planets have a maximum error of approximately ±0.1 arc minutes. Cells with a small red triangle in the upper right hand corner have an attached note. To view the note place the cursor on the cell. This worksheet is useful for sight planning purposes and as a quick check on sight reductions when used in conjunction with the Sight Reduction Using Law of Cosines Method, SR96a & Sight Planning worksheets. The Planet data is based on the most important periodic terms from the French planetary theory VSOP87. For the Earth the full set of 2,425 periodic terms from the French planetary theory VSOP87 is used. The Moon's position is calculated using the most important periodic terms from the ELP-2000/82 theory and have an accuracy of 0.17' for GHA & 0.07' for Dec. See Appendix C for additional information on accuracy. Page 10 of 33

11 Worksheet 8 24 Hc & Zn This worksheet will display a graph of the Sun's altitude (Hc) & azimuth (Zn) over a 24 hour period for the date, DR latitude & DR longitude specified in the Nav Bodies worksheet. The graph of Hc is useful for visualizing how the duration of daylight & twilight periods change with latitude and time of year. Page 11 of 33

12 Worksheet 9 Analemma The Analemma is a graph of Sun declination vs. equation of time for every day of the year. The equation of time is defined as the difference between universal mean time and local apparent time at the Greenwich meridian. Local apparent time is based on the exact position of the Sun in the sky. A sundial for example indicates local apparent time. Mean & apparent time are different because of two main reasons: The eccentricity of the Earth's orbit causes the Earth to speed up or slow down in different parts its annual elliptical orbit around the Sun (Kepler's Second Law ), so we get ahead of or behind where we would be if the Earth's orbit was a perfect circle. The Earth's axis is tilted to its orbit, and so the Sun's apparent motion along the (tilted) Ecliptic has a varying effect when viewed along the Equatorial plane (which clocks use). The rate of change in the value of the equation of time varies throughout the year from a maximum of around 40 seconds per day to a minimum of less than 1 second per day. This worksheet also displays the actual values for the equation of time & declination of the Sun based on the date & time specified in the Nav Bodies worksheet. Kepler's Second Law: A line joining the Earth to the Sun sweeps out equal areas in equal times as the Earth moves in its elliptical orbit. A hyperlink is also provided to NOAAs Solar calculator to find sunrise, sunset, solar noon & solar position for any place on Earth.. A hyperlink is also provided to the U.S. Naval Observatory's Celestial Navigation Data Services, which provides computed altitudes and azimuths and other data for an assumed position and time. Page 12 of 33

13 Worksheet 10 Meridian Transit Given declination of Sun (Dec) & observed altitude (Ho) taken at meridian transit. This worksheet calculates the latitude of the observer using the DR latitude (L) specified in the Nav Bodies worksheet. A hyperlink is also provided to the U.S. Naval Observatory's Celestial Navigation Data Services, which provides computed altitudes and azimuths and other data for an assumed position and time. Page 13 of 33

14 Worksheet 11 Sight Averaging Given time & sextant altitude (hs) for up to10 sights taken over a short period of time, this worksheet calculates the average time & average sextant altitude (hs). A plot of sextant altitude (hs) vs. time is provided to help identify any bad sights in the string of sights. To remove a bad sight from the list of sights click on the yellow square associated with the sight to be removed. The time of each sight must be increasing with sight number. Sight number 1 must contain a valid time & sextant altitude (hs). For best performance while using this worksheet change the Formula Calculations Options to Manual and use the Shift F9 key or the Calculate Sheet Command after entering or deleting any data values. Page 14 of 33

15 Worksheet 12 Calculating Ho from Hs Provides an analytic solution for calculating observed altitude (Ho) based on sextant altitude (hs). Calculate dip (D) for a natural horizon using height of eye (h) in feet D = 0.97 * sqrt(h) Calculate apparent altitude (Ha) where (IC) is the sextant index error & (Hs) is the altitude measured with the sextant from: Ha = Hs +IC -D Calculate atmospheric refraction (Ro) at a standard temperature of 10 Celsius (C) and a pressure of 1010 milibars (mb) from: R o = /tan(Ha +7.32/(Ha+4.32)) If the temperature T C and pressure P mb are known calculate the atmospheric refraction from: R= λ * R o Where λ 0.28P/(T+273) or λ = (283/1010)P/(T+273) Calculate the parallax in altitude (PA) from the horizontal parallax (HP) and the apparent altitude (Ha) for the Sun, Moon, Venus and Mars as follows: PA = HP * cos(ha) For Jupiter, Saturn and the navigational stars HP = 0.0 For Sun HP = For Venus & Mars the HP is taken from the critical table at the bottom of page 259 of a current Nautical Almanac and converted to degrees. Obtain the semi-diameter for the Sun & Moon as follows: Sun SD taken from bottom of appropriate daily page of Nautical Almanac Moon SD = *HP Where HP is taken for the nearest hour from appropriate daily page of Nautical Almanac Calculate Ho as Ho= Ha -R +PA ± SD ( For Upper Limb subtract SD & for Lower Limb add SD ) This worksheet is primarily intended to show the JN/N students how the data on pages A2, A3 & A4 of the "Nautical Almanac" were derived. See pages 280 & 281 of the "Nautical Almanac" for additional information. See Appendix C for an extract from page 261 of the Nautical Almanac discussing accuracy of Nautical Almanac data. Page 15 of 33

16 Worksheet 13 Sight Reduction Using Law of Cosines method Using the date, time, and position specified in the Nav Bodies worksheet along with the name of the body, declination of the body & local hour angle (LHA) of the body this worksheet calculates Hc, Zn & intercept (a), by the Law of Cosines method. This worksheet also produces the Time Diagram and the Drawing on the Plane of the Observer's Celestial Meridian associated with the above sight data. Also included in this worksheet are the calculation of the parameters associated with determining the intercept and azimuth by the Nautical Almanac sight reduction tables (NASR) method. The values for H, corr1, corr2, & Hc shown in this worksheet are rounded to the nearest tenth of an arc minute, whereas the NASR tabulated values are rounded to the nearest whole arc minute. A detailed, step by step, procedure for manually constructing the meridian diagram on the plane of the observer's celestial meridian is described in columns F through Z rows 55 through 85 of this worksheet. Page 16 of 33

17 Worksheet 14 Nautical Almanac Increments & Corrections (Yellow Pages) Given UT minute this worksheet calculates increments and corrections for 0 through 60 seconds following the specified UT minute. The increments and corrections calculated by this worksheet replicate those found in Nautical Almanac on pages ii -xxxi. Note: The values shown by this worksheet are rounded to the nearest 0.01' whereas those in the Nautical Almanac are rounded to the nearest 0.1' The following formulas are used to calculate the values shown by the Yellow Pages worksheet: Calculation of GHA increment ( GHA ) Sun & Planets GHA = 15*(UTm +UTs/60)/60 Aries GHA = (15 +(36000/36525)/24)*(UTm +UTs/60)/60 Moon GHA = (14 +19/60)*(UTm +UTs/60)/60 Calculation of corr d corr = d*(utm +0.5)/60 v corr = v*(utm +0.5)/60 A hyperlink "Text Box" is also provided to the U.S. Naval Observatory's Celestial Navigation Data Services, which provides computed altitudes and azimuths and other data for an assumed position and time. A hyperlink "Text Box" is also provided to "The Online Nautical Almanac", an online service that generates daily pages like those in the "Nautical Almanac". Page 17 of 33

18 Worksheet 15 SR96a & SR96b This worksheet provides for the calculations needed to checking the data on the front page of SR 96a & SR 96b Sight Data Reduction Forms. This worksheet is primarily intended to aid JN/N Instructors & Sight Checkers when reviewing their student s sight folders. Use the Nav Bodies worksheet to specify date, time & location of the sight you are checking. Next clear the yellow user data input cells, this is very important to avoid using data from a previous sight. After clearing the user data input cells, enter the appropriate data from the Nautical Almanac and other data as required from the front of the Sight Reduction Form. This worksheet will automatically inserts the correct GHA Increments & Corrections from the Nautical Almanac Yellow Pages based on the GMT minutes and seconds associated with the sight. All cells that require user data input are color coded yellow. If a user input cell is blank the numeric value associated with that cell is treated as though a numeric value of zero had been entered. This worksheet also calculates the EP latitude & EP longitude. Note: The Nautical Almanac GHA Increments used to calculate Total GHA by this worksheet depends on the following: 1.) If the Body Name specified is Moon then the Moon Increments will be used. For Moon sights the Limb (UL or LL) is also required for the worksheet to correctly insert the correction for Moon UL sights. 2.) If the SHA specified is greater than 0 0.0' then the ARIES Increments will be used. 3.) If the name of the body is other than Moon & SHA is zero, then the Sun & Planets Increments will be used. Page 18 of 33

19 Worksheet 16 Sight Reduction by Direct Computation (SR by DC) This worksheet was added to illustrate how by using the information contained on pages 277 through 285 you can find ha, Ho, Hc, intercept (a), Zn, and estimated position (EP) by direct computation. The only data you need from a current Nautical Almanac are the following: 1. For all bodies The GHA from the daily page for the whole UT hour prior to the exact time of the sight UT hr) and the GHA for the next whole hour after the time of the sight UT hr +1). For stars also enter the SHA in addition to the GHA for Aries. 2. The declination of the body from the daily page for the whole UT hour prior to the exact time of the sight UT hr) and the declination of the body for the next whole UT hour after the time of the sight UT hr +1). 3. For the Moon the HP from the daily page for the whole UT hour prior to the exact time of the sight UT hr) and the HP of the Moon for the next whole UT hour after the time of the sight UT hr +1). Note for Venus and Mars enter the HP of these bodies from the data found at the bottom of page 259 of the Nautical Almanac. 4. For the Sun enter the semi diameter (SD) of the body from the bottom of the appropriate Nautical Almanac daily page. Input temperature in degrees Celsius ( C) and the atmospheric pressure in milibars (mb) Enter height of eye, dip short distance, sextant altitude (hs) and the sextant index correction (IC). Note for a natural horizon enter dip short distance as 0. The DR latitude & longitude used by this worksheet is the same as the DR latitude & DR longitude specified in the Nav Bodies worksheet. The worksheet will then calculate ha, Ho, Hc, intercept (a) and Zn, EP latitude & EP longitude. Note: That the Increments & Corrections table values are not required as the GHA & Dec of the body for the time of the sight are determined from the data supplied at the whole hour prior to and after the time of the sight. This worksheet provides an alternative method for a quick check of a sight. See Appendix C for an extract from page 261 of the Nautical Almanac discussing accuracy of Nautical Almanac data. Page 19 of 33

20 Worksheet 17 Two Body Fix, From a DR Position This worksheet provides the calculations needed to establish the latitude & longitude of a fix from the intercepts, and Azimuths from two celestial sights. This worksheet also calculates the set & drift when the time from the previous fix is provided. To calculate a fix click on the box containing the text "Click To Solve For Fix". The parameter "ψ" indicates the approximate combined accuracy (latitude + longitude) of convergence to the fix location in minutes of arc. The parameter "Xing θ" is the crossing angle between LOPs for bodies 1 & 2. The ideal crossing angle of the LOPs for a two body fix is 90. Note: You must install the Solver "Add-In" to your copy of Excel in order to use this worksheet and you also must enable macros to run. (See Appendix A "Installing the Excel Solver Add-In" for details) The DR latitude & longitude used by this worksheet is the same as the DR latitude & longitude specified in the Nav Bodies worksheet. Page 20 of 33

21 Worksheet 18 Two Body Fix, From an Assumed Position This worksheet provides the calculations needed to establish the latitude & longitude of a fix from the intercepts, and azimuths from two celestial sights when using the Nautical Almanac Sight Reduction Tables or the HO229 Sight Reduction Tables. Booth of these methods require an assumed position (AP). To calculate the fix click on the box containing the text "Click Here To Solve For Fix". The parameter "ψ" indicates the approximate combined accuracy (latitude + longitude) of convergence to the fix location in minutes of arc. The parameter "Xing θ" is the crossing angle between LOPs of the two bodies. The ideal crossing angle of the LOPs for a two body fix is 90. Note: You must install the Solver "Add-In" to your copy of Excel in order to use this worksheet and you also must enable macros to run. (See Appendix A "Installing the Excel Solver Add-In" for details) Page 21 of 33

22 Worksheet 19 Three Body Fix, From a DR Position This worksheet provides the calculations needed to establish the latitude & longitude of a fix from the intercepts (a), and azimuths (Zn) from three celestial sights.. This worksheet also calculates the set & drift when the time from the previous fix is provided. To calculate a fix click on the box containing the text "Click To Solve For Fix". The parameter "ψ" indicates the approximate accuracy (latitude + longitude) of convergence to the coordinates of the fix location in minutes of arc. The parameter "Xing θ" is the crossing angle of each set of LOPs (e.g. The crossing angle between LOPs for bodies 1 & 2, bodies 1 & 3 and for bodies 2 & 3). The ideal crossing angle for each set of LOPs for a three body fix is 60. The set of parameters "X L" & "X Lo" specify the latitude and longitude of the intersection for each set of LOPs. This set of "X L" & "X Lo" coordinates define the vertices of a triangle. The three body fix latitude & fix longitude calculated by this worksheet approximates the center of an inscribed circle within this triangle. Clicking in sequence each of the individual boxes contain the text "Intersection between LOPs for Bodies 1&2", " Intersection between LOPs for Bodies 2&3", and Intersection between LOPs for Bodies 1&3" to solve for the positions where each set of LOPs intersect is equivalent to clicking on the box containing the text "Click To Solve For Fix". The DR latitude & longitude used by this worksheet is the same as the DR latitude & longitude specified in the Nav Bodies worksheet. Note: You must install the Solver "Add-In" to your copy of Excel in order to use this worksheet and you also must enable macros to run. (See Appendix A "Installing the Excel Solver Add-In" for details) Page 22 of 33

23 Worksheet 20 Three Body Fix, From an Assumed Position This worksheet is used to calculate the latitude & longitude of a celestial fix when using the Nautical Almanac or HO 229 Sight Reduction Tables where an assumed position (AP) is required. To calculate a fix click on the box containing the text "Click Here To Solve For Fix". The parameter "ψ" indicates the approximate accuracy (latitude + longitude) of convergence to the coordinates of the fix location in minutes of arc. The parameter "Xing Angle" is the crossing angle of each set of LOPs (e.g. The crossing angle between LOPs for bodies 1 & 2, bodies 1 & 3 and for bodies 2 & 3). The ideal crossing angle for each set of LOPs for a three body fix is 60. The three body fix latitude & fix longitude calculated by this worksheet approximates the center of an inscribed circle within the triangle formed by the three LOPs.. Note: You must install the Solver "Add-In" to your copy of Excel in order to use this worksheet and you also must enable macros to run. (See Appendix A "Installing the Excel Solver Add-In" for details) Page 23 of 33

24 Worksheet 21 Sight Planning Use the Nav Bodies worksheet to specify location & time of planned sight taking and also the altitude range & magnitude of bodies to flag as "Valid for Sight Taking". Bodies flagged as "Valid for Sight Taking" by the Nav Bodies worksheet will then be shown in columns O, P, Q & R of this worksheet. Star data is shown in rows 2 through 58. Sun, Moon & Planet data is shown in rows 60 through 65. Column O will contain the "Valid for Sight Taking" flag " ", column P will contain the name of the body & column Q will contain the Zn of the body. If no value for Zn is shown, the body is below the horizon. If a value is shown for Zn but the body is not flagged as "Valid for Sight Taking" then the body did not meet the altitude range and/or visual magnitude you specified in the Nav Bodies Worksheet. Column R will contain the Hc of the body. Time of meridian transit is shown for the Sun, Moon & Planets in column S rows 60 through 65. Using the Two Body Fix LOP Crossing Angle Calculator, select the Zn of the first body for a two body fix, the "Two Body Fix LOP Crossing Angle Calculator" then calculates the valid ranges of Zn values for the second body that would provide a crossing angle of 45 degrees or grater of the two LOPs. Given the Zn of the second body the "Two Body Fix LOP Crossing Angle Calculator" calculates the crossing angle of the two LOPs. Using the Three Body Fix LOP Crossing Angle Calculator, select the Zn of the first body the for a three body fix, the "Three Body Fix LOP Crossing Angle Calculator" then calculates the valid ranges of Zn values for a second body that would provide a crossing angle of 30 degrees or grater. Given the Zn of the second body, enable macros and run the "ValidZnRanges" macro to calculates the valid ranges of Zn for the third body. The cells labeled "Valid Zn Ranges for 3rd Body" are not valid after entering new values for "1st Body Zn" & "2nd Body Zn" until running the "ValidZnRanges" macro. Given the Zn of the third body the "Three Body Fix LOP Crossing Angle Calculator" calculates the crossing angles of the LOPs from Body 1 & Body 2, from Body 1 & Body 3 and the crossing angle of the LOPs from Body 2 & Body 3. Page 24 of 33

25 Worksheet 22 Latitude by Sight on Polaris Use the Nav Bodies worksheet to specify date, time & DR Position for the Polaris sight you are using to determine Latitude. User inputs required are the Sextant altitude of Polaris (hs), Sextant IC, height of eye & dip short distance if applicable. For non-standard atmospheric pressure & temperature, this spreadsheet also provides for the input of atmospheric pressure in mili-bars temperature in degrees centigrade. This worksheet calculates the observed altitude (Ho), the Polaris Correction and the observers latitude based on the Polaris sight data. Page 25 of 33

26 Worksheet 23 Rhumb Line Distance vs. Great Circle Distance Given departure latitude (L1), departure longitude (Lo1), arrival latitude (L2) & arrival longitude (Lo2), and using spherical trigonometry equations this worksheet calculates the rhumb line course & distance and also the great circle distance & initial course heading. Note: The calculations for Rhumb Line distance and heading used in this work sheet agree with results obtained by Digital Wave's Visual Passage Planner (VPP2) used by the USPS Navigation 2009 Course. This worksheet also calculates arrival coordinates given departure latitude (L1), departure longitude (Lo1), rhumb line distance, true course heading. Page 26 of 33

27 Worksheet 24 Rule of 1/12 for Tide Prediction Given values for high and low tides this worksheet calculates intermediate tide heights for the six hours between low to high for incoming tides & intermediate tide heights for the six hours between high to low for outgoing tides. Page 27 of 33

28 Appendix A Steps to add the Solver add-in Installing the Excel Solver Add-In 1. Open Excel and click the Microsoft Office Button, and then click Excel Options. 2. Next from the pop-up window click Add-Ins, and then in the "Manage" drop down box, select "Solver Add-ins". 3. Then click on Go, which will cause the Add-Ins available box to appear. Page 28 of 33

29 4. In the Add-Ins available box, select the Solver Add-in, Analysis ToolPak & Analysis ToolPak - VBA check boxes, and then click OK. Tip: If Solver Add-in is not listed in the Add-Ins available box, click Browse to locate the Solver-add-in. If you get prompted that the Solver Add-in is not currently installed on your computer, click Yes to install it. 5. After you load the Solver Add-in, the Solver command is available in the Analysis group on the Excel Data tab. You may also need to perform the following steps to reference the Microsoft Excel Solver add-in for macros: 1. Open your workbook. 2. On the Tools menu, point to Macro, and then click Visual Basic Editor. 3. On the Tools menu, click References. 4. In the Available References list, click to select the Solver.xls check box, and then click OK. Note If you do not see Solver.xls in the Available References list, click Browse. In the Add Reference dialog box, locate and select the Page 29 of 33

30 Solver.xla file, and then click Open. The Solver.xla file is typically found in the C:\Program Files\Microsoft Office\Office\Library\Solver subfolder. Google "Excel Solver add-in" to find additional information about the Excel Solver add-in. Page 30 of 33

31 Appendix B Enabling Macros Click "Options" in the "Security Warning bar" This will pop up a "Microsoft Office Security Options" window with the following options: ʘ Help Protect me from unknown Content (Recommended) ʘ Enable this content If you select the first option the macros will remain disabled. If you select the second option the macros will run but you will need to enable them each time you open the workbook. Next select "Enable this content" and click "OK" Page 31 of 33

32 Appendix C Accuracy The values of GHA for Aries (γ), the SHA of stars, the GHA and Dec for the Sun, Moon & Planets calculated by the Nav Bodies worksheet are in general agreement with the values tabulated in the Nautical Almanac (with a difference of approximately ±0.1 arc minutes for whole hour & ±0.2 arc minutes where Nautical Almanac increments & correction are applied this is due to the rounding errors of the Nautical Almanac values). Page 166 of Meeus, Astronomical Algorithms, states that a very high accuracy (0.01 arc seconds) is obtained when use is made of the complete VSOP87 theory. Worksheet Nav Bodies uses the complete set of 2425 terms of the VSOP87 theory for the Earth & uses the most important periodic terms of the VSOP87 theory for the planets Venus, Mars, Jupiter & Saturn. Data for the Sun from Exmple 25.a of Meeus are shown below in the column labeled VSOP87 and compared with the results obtained by the Nav Bodies worksheet. The maximum difference is less than 0.01 arc seconds. UT date 13 October 1992 UT time 00:00:00 Meeus Example 25.a page 166 Nav Bodies Sun VOSP87 Difference geocentric longitude ( Θ+ Θ ) arc sec geocentric latitude ( β+ β ) arc sec Apparent longitude ( λ ) arc sec radius vector ( R ) AU AU AU right ascension (α) arc sec declination (δ) arc sec The difference in the values for the Moon's right ascension (α) and declination (δ) calculated by the Nav Bodies worksheet and the values shown in example 47.a test case on page 342 of Meeus, which were obtained by using the complete ELP-2000/82 theory are the shown in the following table. Moon ELP-2000/82 Nav Bodies Difference right ascension (α) 8 h 58 m 45 s.1 8 h 58 m 45 s.2 0 h 0 m 0 s.1 declination (δ) degrees degrees arc minutes For additional information on accuracy see chapter 2 "About Accuracy" in the second edition of "Astronomical Algorithms" by Jean Meeus. ISBN Page 32 of 33

33 Extract from Page 261 of the Nautical Almanac stating the accuracy of its data. ACCURACY 24. Main data. The quantities tabulated in this Almanac are generally correct to the nearest 0'.1; the exception is the sun's GHA which is deliberately adjusted by up to 0'.15 to reduce the error due to ignoring the v-correction. The total GHA and Dec at intermediate times cannot be obtained to this precision, since at least two quantities must be added; moreover, the v - and d -corrections are based on mean values of v and d and are taken from tables for the whole minute only. The largest error that can occur in the GHA or Dec of any body other than the Sun or Moon is less than 0'.2; it may reach 0'.25 for the GHA of the Sun and 0'.3 for that of the Moon. In practice it may be expected that only one third of the values of GHA and Dec taken out will have errors larger than 0'.05 and less than one tenth will have errors larger than 0' Altitude Corrections. The errors in the altitude corrections are nominally of the same order as those in GHA and Dec, as they result from addition of several quantities each correctly rounded off to 0'.1. But the actual values of the dip and the refraction at low altitudes may, in extreme atmospheric conditions, differ considerably from the mean values used in the tables. Page 33 of 33

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

SIGHT REDUCTION FOR NAVIGATION

SIGHT REDUCTION FOR NAVIGATION SIGHT REDUCTION FOR NAVIGATION Table of Contents I. Time A. Time Itself 2 B. Time and the Noon Sight 1. Latitude by Mer Pass at Lan 3 2. Longitude by Mer Pass, Sunrise or Sunset 3 II. The Navigational

More information

Using a Sextant Altitude The Concept Celestial Navigation. Position Lines

Using a Sextant Altitude The Concept Celestial Navigation. Position Lines Using a Sextant Altitude The Concept Celestial Navigation Position Lines Sight Calculations and Obtaining a Position Correcting a Sextant Altitude Calculating the Bearing and Distance ABC and Sight Reduction

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

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

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

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

Exercise 5.0 LUNAR MOTION, ELONGATION, AND PHASES

Exercise 5.0 LUNAR MOTION, ELONGATION, AND PHASES Exercise 5.0 LUNAR MOTION, ELONGATION, AND PHASES I. Introduction The Moon's revolution in orbit around the center of gravity (barycenter) of the Earth- Moon System results in an apparent motion of the

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

Exploring Solar Energy Variations on Earth: Changes in the Length of Day and Solar Insolation Through the Year

Exploring Solar Energy Variations on Earth: Changes in the Length of Day and Solar Insolation Through the Year Exploring Solar Energy Variations on Earth: Changes in the Length of Day and Solar Insolation Through the Year Purpose To help students understand how solar radiation varies (duration and intensity) during

More information

CHAPTER 18 TIME TIME IN NAVIGATION

CHAPTER 18 TIME TIME IN NAVIGATION CHAPTER 18 TIME TIME IN NAVIGATION 1800. Solar Time The Earth s rotation on its axis causes the Sun and other celestial bodies to appear to move across the sky from east to west each day. If a person located

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Astrock, t he A stronomical Clock

Astrock, t he A stronomical Clock Astrock, t he A stronomical Clock The astronomical clock is unlike any other clock. At first glance you ll find it has similar functions of a standard clock, however the astronomical clock can offer much

More information

Orientation to the Sky: Apparent Motions

Orientation to the Sky: Apparent Motions Chapter 2 Orientation to the Sky: Apparent Motions 2.1 Purpose The main goal of this lab is for you to gain an understanding of how the sky changes during the night and over the course of a year. We will

More information

PHSC 3033: Meteorology Seasons

PHSC 3033: Meteorology Seasons PHSC 3033: Meteorology Seasons Changing Aspect Angle Direct Sunlight is more intense and concentrated. Solar Incidence Angle is Latitude and Time/Date Dependent Daily and Seasonal Variation Zenith There

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

Solar System. 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X?

Solar System. 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X? Solar System 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X? A) Earth B) Sun C) Moon D) Polaris 2. Which object orbits Earth in both the Earth-centered

More information

Full credit for this chapter to Prof. Leonard Bachman of the University of Houston

Full credit for this chapter to Prof. Leonard Bachman of the University of Houston Chapter 6: SOLAR GEOMETRY Full credit for this chapter to Prof. Leonard Bachman of the University of Houston SOLAR GEOMETRY AS A DETERMINING FACTOR OF HEAT GAIN, SHADING AND THE POTENTIAL OF DAYLIGHT PENETRATION...

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

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

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Basic Lesson 3: Using Microsoft Excel to Analyze Weather Data: Topography and Temperature Introduction This lesson uses NCDC data to compare

More information

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL.

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. Purpose: This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. The three goals of the spreadsheet are: Given a triangle with two out of three angles known,

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

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

Tutorial 2: Using Excel in Data Analysis

Tutorial 2: Using Excel in Data Analysis Tutorial 2: Using Excel in Data Analysis This tutorial guide addresses several issues particularly relevant in the context of the level 1 Physics lab sessions at Durham: organising your work sheet neatly,

More information

Planetary Orbit Simulator Student Guide

Planetary Orbit Simulator Student Guide Name: Planetary Orbit Simulator Student Guide Background Material Answer the following questions after reviewing the Kepler's Laws and Planetary Motion and Newton and Planetary Motion background pages.

More information

Call Centre Helper - Forecasting Excel Template

Call Centre Helper - Forecasting Excel Template Call Centre Helper - Forecasting Excel Template This is a monthly forecaster, and to use it you need to have at least 24 months of data available to you. Using the Forecaster Open the spreadsheet and enable

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

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

Celestial Observations

Celestial Observations Celestial Observations Earth experiences two basic motions: Rotation West-to-East spinning of Earth on its axis (v rot = 1770 km/hr) (v rot Revolution orbit of Earth around the Sun (v orb = 108,000 km/hr)

More information

GOTOSTAR HAND CONTROLLER AND DUAL-AXIS DC SERVO-MOTOR DRIVER

GOTOSTAR HAND CONTROLLER AND DUAL-AXIS DC SERVO-MOTOR DRIVER GOTOSTAR HAND CONTROLLER AND DUAL-AXIS DC SERVO-MOTOR DRIVER The new GOTOSTAR hand controller and our specially designed dual-axis DC servomotor driver is our new patent product. The controlling accuracy

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

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

Where on Earth are the daily solar altitudes higher and lower than Endicott?

Where on Earth are the daily solar altitudes higher and lower than Endicott? Where on Earth are the daily solar altitudes higher and lower than Endicott? In your notebooks, write RELATIONSHIPS between variables we tested CAUSE FIRST EFFECT SECOND EVIDENCE As you increase the time

More information

User s Guide MARK 15 #026 MARK 25 #025 INDEX SHADES INDEX MIRROR. HORIZON MIRROR (Beam Converger on Mark 25 only) ADJUSTMENT SCREW HORIZON SHADES

User s Guide MARK 15 #026 MARK 25 #025 INDEX SHADES INDEX MIRROR. HORIZON MIRROR (Beam Converger on Mark 25 only) ADJUSTMENT SCREW HORIZON SHADES User s Guide INDEX SHADES INDEX MIRROR HORIZON MIRROR (Beam Converger on Mark 25 only) ADJUSTMENT SCREW HORIZON SHADES TELESCOPE MICROMETER DRUM QUICK RELEASE LEVERS LED ILLUMINATION (Mark 25 only) INDEX

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

A SOFTWARE CODE FOR DESIGN AND SIMULATION OF SUN DIALS

A SOFTWARE CODE FOR DESIGN AND SIMULATION OF SUN DIALS MONCLASSICO 30 maggio - 1 giugno 2008 A SOFTWARE CODE FOR DESIGN AND SIMULATION OF SUN DIALS Gianpiero Casalegno giancasalegno@yahoo.it Program features Operating System : XP / 2000 / Vista (WINE compatible)

More information

Earth In Space Chapter 3

Earth In Space Chapter 3 Earth In Space Chapter 3 Shape of the Earth Ancient Greeks Earth casts a circular shadow on the moon during a lunar eclipse Shape of the Earth Ancient Greeks Ships were observed to disappear below the

More information

The following words and their definitions should be addressed before completion of the reading:

The following words and their definitions should be addressed before completion of the reading: Seasons Vocabulary: The following words and their definitions should be addressed before completion of the reading: sphere any round object that has a surface that is the same distance from its center

More information

The Analemma for Latitudinally-Challenged People

The Analemma for Latitudinally-Challenged People The Analemma for Latitudinally-Challenged People Teo Shin Yeow An academic exercise presented in partial fulfillment for the degree of Bachelor of Science with Honours in Mathematics Supervisor : Associate

More information

Notes on Excel Forecasting Tools. Data Table, Scenario Manager, Goal Seek, & Solver

Notes on Excel Forecasting Tools. Data Table, Scenario Manager, Goal Seek, & Solver Notes on Excel Forecasting Tools Data Table, Scenario Manager, Goal Seek, & Solver 2001-2002 1 Contents Overview...1 Data Table Scenario Manager Goal Seek Solver Examples Data Table...2 Scenario Manager...8

More information

Celestial Sphere. Celestial Coordinates. Lecture 3: Motions of the Sun and Moon. ecliptic (path of Sun) ecliptic (path of Sun)

Celestial Sphere. Celestial Coordinates. Lecture 3: Motions of the Sun and Moon. ecliptic (path of Sun) ecliptic (path of Sun) Lecture 3: Motions of the and Moon ecliptic (path of ) ecliptic (path of ) The 23.5 degree tilt of Earth s spin axis relative to its orbital axis around the causes the seasons Celestial Sphere Celestial

More information

A Dialogue Box. dialogue box.

A Dialogue Box. dialogue box. The Sky An introduction and review 1. Open TheSky (version 6, the blue icon). The screen should show the view of the sky looking due south. Even if the sun is above the horizon, the sky will look black

More information

ASTRONOMY 161. Introduction to Solar System Astronomy

ASTRONOMY 161. Introduction to Solar System Astronomy ASTRONOMY 161 Introduction to Solar System Astronomy Seasons & Calendars Monday, January 8 Season & Calendars: Key Concepts (1) The cause of the seasons is the tilt of the Earth s rotation axis relative

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

The Mathematics of the Longitude

The Mathematics of the Longitude The Mathematics of the Longitude Wong Lee Nah An academic exercise presented in partial fulfilment for the degree of Bachelor of Science with Honours in Mathematics. Supervisor : Associate Professor Helmer

More information

The following questions refer to Chapter 19, (PAGES 259 278 IN YOUR MANUAL, 7 th ed.)

The following questions refer to Chapter 19, (PAGES 259 278 IN YOUR MANUAL, 7 th ed.) GEOLOGY 306 Laboratory Instructor: TERRY J. BOROUGHS NAME: Locating the Planets (Chapter 19) and the Moon and Sun (Chapter 21) For this assignment you will require: a calculator, colored pencils, a metric

More information

Reasons for Seasons. Question: TRUE OR FALSE. Question: TRUE OR FALSE? What causes the seasons? What causes the seasons?

Reasons for Seasons. Question: TRUE OR FALSE. Question: TRUE OR FALSE? What causes the seasons? What causes the seasons? Reasons for Seasons Question: TRUE OR FALSE? Earth is closer to the Sun in summer and farther from the Sun in winter. Question: TRUE OR FALSE? Earth is closer to the Sun in summer and farther from the

More information

Introduction to the TI-Nspire CX

Introduction to the TI-Nspire CX Introduction to the TI-Nspire CX Activity Overview: In this activity, you will become familiar with the layout of the TI-Nspire CX. Step 1: Locate the Touchpad. The Touchpad is used to navigate the cursor

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

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

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Local Sidereal Time is the hour angle of the First Point of Aries, and is equal to the hour angle plus right ascension of any star.

Local Sidereal Time is the hour angle of the First Point of Aries, and is equal to the hour angle plus right ascension of any star. 1 CHAPTER 7 TIME In this chapter we briefly discuss the several time scales that are in use in astronomy, such as Universal Time, Mean Solar Time, Ephemeris Time, Terrestrial Dynamical Time, and the several

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

Figure 1. An embedded chart on a worksheet.

Figure 1. An embedded chart on a worksheet. 8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the

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

DATA VISUALIZATION WITH TABLEAU PUBLIC. (Data for this tutorial at www.peteraldhous.com/data)

DATA VISUALIZATION WITH TABLEAU PUBLIC. (Data for this tutorial at www.peteraldhous.com/data) DATA VISUALIZATION WITH TABLEAU PUBLIC (Data for this tutorial at www.peteraldhous.com/data) Tableau Public allows you to create a wide variety of interactive graphs, maps and tables and organize them

More information

Lines of Latitude and Longitude

Lines of Latitude and Longitude ED 5661 Mathematics & Navigation Teacher Institute Keith Johnson Lesson Plan Lines of Latitude and Longitude Lesson Overview: This lesson plan will introduce students to latitude and longitude along with

More information

Data representation and analysis in Excel

Data representation and analysis in Excel Page 1 Data representation and analysis in Excel Let s Get Started! This course will teach you how to analyze data and make charts in Excel so that the data may be represented in a visual way that reflects

More information

CELESTIAL MOTIONS. In Charlottesville we see Polaris 38 0 above the Northern horizon. Earth. Starry Vault

CELESTIAL MOTIONS. In Charlottesville we see Polaris 38 0 above the Northern horizon. Earth. Starry Vault CELESTIAL MOTIONS Stars appear to move counterclockwise on the surface of a huge sphere the Starry Vault, in their daily motions about Earth Polaris remains stationary. In Charlottesville we see Polaris

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Step Sheet: Creating a Data Table and Charts

Step Sheet: Creating a Data Table and Charts Step Sheet: Creating a Data Table and Charts Using Microsoft Excel Spreadsheets with Data This step sheet will help you build a data table and convert the data into histograms and circle graphs for your

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Microsoft Excel Tutorial

Microsoft Excel Tutorial Microsoft Excel Tutorial by Dr. James E. Parks Department of Physics and Astronomy 401 Nielsen Physics Building The University of Tennessee Knoxville, Tennessee 37996-1200 Copyright August, 2000 by James

More information

The Four Seasons. A Warm Up Exercise. A Warm Up Exercise. A Warm Up Exercise. The Moon s Phases

The Four Seasons. A Warm Up Exercise. A Warm Up Exercise. A Warm Up Exercise. The Moon s Phases The Four Seasons A Warm Up Exercise What fraction of the Moon s surface is illuminated by the Sun (except during a lunar eclipse)? a) Between zero and one-half b) The whole surface c) Always half d) Depends

More information

Lunar Phase Simulator Student Guide

Lunar Phase Simulator Student Guide Name: Lunar Phase Simulator Student Guide Part I: Background Material Answer the following questions after reviewing the background pages for the simulator. Page 1 Introduction to Moon Phases Is there

More information

Activity 3: Observing the Moon

Activity 3: Observing the Moon Activity 3: Observing the Moon Print Name: Signature: 1.) KEY. 2.). 3.). 4.). Activity: Since the dawn of time, our closest neighbor the moon has fascinated humans. In this activity we will explore the

More information

Excel Reports and Macros

Excel Reports and Macros Excel Reports and Macros Within Microsoft Excel it is possible to create a macro. This is a set of commands that Excel follows to automatically make certain changes to data in a spreadsheet. By adding

More information

Navigation: Latitude and Longitude

Navigation: Latitude and Longitude Sextants and Chronometers Help Sailors Find Their Position at Sea Latitude lines run horizontally across the globe and are used to measure distances north and south of the equator. Sailors used a sextant

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

ASTR 1030 Astronomy Lab 65 Celestial Motions CELESTIAL MOTIONS

ASTR 1030 Astronomy Lab 65 Celestial Motions CELESTIAL MOTIONS ASTR 1030 Astronomy Lab 65 Celestial Motions CELESTIAL MOTIONS SYNOPSIS: The objective of this lab is to become familiar with the apparent motions of the Sun, Moon, and stars in the Boulder sky. EQUIPMENT:

More information

Basic principles of celestial navigation

Basic principles of celestial navigation Basic principles of celestial navigation James A. Van Allen a) Department of Physics and Astronomy, The University of Iowa, Iowa City, Iowa 52242 Received 16 January 2004; accepted 10 June 2004 Celestial

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Barycenter of Solar System Earth-Moon barycenter? Moon orbits what?

Barycenter of Solar System Earth-Moon barycenter? Moon orbits what? Barycenter of Solar System Earth-Moon barycenter? Moon orbits what? Dr. Scott Schneider Friday Feb 24 th, 2006 Sponsored by the Society of Physics Students (SPS) Webpage : http://qbx6.ltu.edu/s_schneider/astro/astroweek_2006.shtml

More information

CHAPTER 7 DEAD RECKONING

CHAPTER 7 DEAD RECKONING CHAPTER 7 DEAD RECKONING DEFINITION AND PURPOSE 700. Definition and Use Dead reckoning is the process of determining one s present position by projecting course(s) and speed(s) from a known past position,

More information

CJA 20. Automated Billing Program Attorney Training Guide EXCEL BILLING FOR CJA CASES. Page 1

CJA 20. Automated Billing Program Attorney Training Guide EXCEL BILLING FOR CJA CASES. Page 1 CJA 20 Automated Billing Program Attorney Training Guide EXCEL BILLING FOR CJA CASES Page 1 NOTES ABOUT MICROSOFT EXCEL Microsoft Excel was selected as the program to drive this billing program because

More information

Cycles in the Sky. Teacher Guide: Cycles in the Sky Page 1 of 8 2008 Discovery Communications, LLC

Cycles in the Sky. Teacher Guide: Cycles in the Sky Page 1 of 8 2008 Discovery Communications, LLC Cycles in the Sky What is a Fun damental? Each Fun damental is designed to introduce your younger students to some of the basic ideas about one particular area of science. The activities in the Fun damental

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

Explain the Big Bang Theory and give two pieces of evidence which support it.

Explain the Big Bang Theory and give two pieces of evidence which support it. Name: Key OBJECTIVES Correctly define: asteroid, celestial object, comet, constellation, Doppler effect, eccentricity, eclipse, ellipse, focus, Foucault Pendulum, galaxy, geocentric model, heliocentric

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

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

Dealing with Data in Excel 2010

Dealing with Data in Excel 2010 Dealing with Data in Excel 2010 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for dealing

More information

Measuring Your Latitude from the Angle of the Sun at Noon

Measuring Your Latitude from the Angle of the Sun at Noon Measuring Your Latitude from the Angle of the Sun at Noon Background: You can measure your latitude in earth's northern hemisphere by finding out the altitude of the celestial equator from the southern

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Sign Inventory and Management (SIM) Program Introduction

Sign Inventory and Management (SIM) Program Introduction Sign Inventory and Management (SIM) Program Introduction A Sign Inventory and Management (SIM) Program is an area of asset management that focuses specifically on creating an inventory of traffic signs

More information

Seasons on Earth LESSON

Seasons on Earth LESSON LESSON 4 Seasons on Earth On Earth, orange and red autumn leaves stand out against the blue sky. NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION (NOAA) PHOTO LIBRARY/NOAA CENTRAL LIBRARY INTRODUCTION Nearly

More information

1. In the diagram below, the direct rays of the Sun are striking the Earth's surface at 23 º N. What is the date shown in the diagram?

1. In the diagram below, the direct rays of the Sun are striking the Earth's surface at 23 º N. What is the date shown in the diagram? 1. In the diagram below, the direct rays of the Sun are striking the Earth's surface at 23 º N. What is the date shown in the diagram? 5. During how many days of a calendar year is the Sun directly overhead

More information

Working with Excel in Origin

Working with Excel in Origin Working with Excel in Origin Limitations When Working with Excel in Origin To plot your workbook data in Origin, you must have Excel version 7 (Microsoft Office 95) or later installed on your computer

More information

Chapter 3 The Science of Astronomy

Chapter 3 The Science of Astronomy Chapter 3 The Science of Astronomy Days of the week were named for Sun, Moon, and visible planets. What did ancient civilizations achieve in astronomy? Daily timekeeping Tracking the seasons and calendar

More information

Sunlight and its Properties. EE 495/695 Y. Baghzouz

Sunlight and its Properties. EE 495/695 Y. Baghzouz Sunlight and its Properties EE 495/695 Y. Baghzouz The sun is a hot sphere of gas whose internal temperatures reach over 20 million deg. K. Nuclear fusion reaction at the sun's core converts hydrogen to

More information

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

More information

Microsoft Excel 2007 Level 2

Microsoft Excel 2007 Level 2 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

Tropical Horticulture: Lecture 2

Tropical Horticulture: Lecture 2 Lecture 2 Theory of the Tropics Earth & Solar Geometry, Celestial Mechanics The geometrical relationship between the earth and sun is responsible for the earth s climates. The two principal movements of

More information

Guide to Viewing Maps in Google Earth

Guide to Viewing Maps in Google Earth Guide to Viewing Maps in Google Earth The BCT made the decision to provide the GIS (Geographic Information System) resources for Bat Groups in the form of Google Earth maps because they do not require

More information

The Earth Really is Flat! The Globe and Coordinate Systems. Long History of Mapping. The Earth is Flat. Long History of Mapping

The Earth Really is Flat! The Globe and Coordinate Systems. Long History of Mapping. The Earth is Flat. Long History of Mapping The Earth Really is Flat! The Globe and Coordinate Systems Intro to Mapping & GIS The Earth is Flat Day to day, we live life in a flat world sun rises in east, sets in west sky is above, ground is below

More information

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

More information