Continuous Low-Thrust Trajectory Optimization: Techniques and Applications

Total Page:16

File Type:pdf, Size:1020Kb

Continuous Low-Thrust Trajectory Optimization: Techniques and Applications Continuous Low-Thrust Trajectory Optimization: Techniques and Applications Mischa Kim Dipl.Ing. – Technische Universit¨at Wien – 2001 M.S. – Virginia Polytechnic Institute and State University – 2003 Dissertation submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Aerospace Engineering Dr. Christopher D. Hall, Committee Chair Dr. Scott L. Hendricks, Committee Member Dr. Hanspeter Schaub, Committee Member Dr. Daniel J. Stilwell, Committee Member Dr. Craig A. Woolsey, Committee Member April 18, 2005 Blacksburg, Virginia Keywords: Trajectory Optimization, Low-Thrust Propulsion, Symmetry Copyright c 2005 by Mischa Kim Continuous Low-Thrust Trajectory Optimization: Techniques and Applications Mischa Kim (Abstract) Trajectory optimization is a powerful technique to analyze mission feasibility during mission design. High-thrust trajectory optimization problems are typically formulated as discrete optimization problems and are numerically well-behaved. Low-thrust sys- tems, on the other hand, operate for significant periods of the mission time. As a result, the solution approach requires continuous optimization; the associated optimal control problems are in general numerically ill-conditioned. In addition, case studies comparing the performance of low-thrust technologies for space travel have not received adequate attention in the literature and are in most instances incomplete. The objective of this dissertation is therefore to design an efficient optimal control algorithm and to apply it to the minimum-time transfer problem of low-thrust spacecraft. We devise a cas- caded computational scheme based on numerical and analytical methods. Whereas other conventional optimization packages rely on numerical solution approaches, we employ analytical and semi-analytical techniques such as symmetry and homotopy methods to assist in the solution-finding process. The first objective is to obtain a single optimized trajectory that satisfies some given boundary conditions. The initialization phase for this first trajectory includes a global, stochastic search based on Adaptive Simulated Anneal- ing; the fine tuning of optimization parameters – the local search – is accomplished by Quasi-Newton and Newton methods. Once an optimized trajectory has been obtained, we use system symmetry and homotopy techniques to generate additional optimal con- trol solutions efficiently. We obtain optimal trajectories for several interrelated problem families that are described as Multi-Point Boundary Value Problems. We present and prove two theorems describing system symmetries for solar sail spacecraft and discuss symmetry properties and symmetry breaking for electric spacecraft systems models. We demonstrate how these symmetry properties can be used to significantly simplify the solution-finding process. f¨ur mine eltra und min bruadr edi iii Acknowledgments I would like to acknowledge my advisor, and mentor Dr. Chris D. Hall, for giving me the opportunity to study at Virginia Tech. His guidance and motivation have been an integral part in helping me to pursue my career goals. I also wish to express my gratitude to the members of my committee, Dr. Scott L. Hendricks, Dr. Hanspeter Schaub, Dr. Daniel J. Stilwell, and Dr. Craig A. Woolsey for their patience and support. I extend my appreciation and sincere thanks to all the professors that I had the pleasure to learn from during my time at Virginia Tech. I would like to thank the aerospace and ocean engineering staff of Mrs. Gail Coe, Mr. Luke Scharf, Mrs. Wanda Foushee, and Mrs. Betty Williams, who were always able to lend a helping hand whenever needed. Furthermore, I must acknowledge the funding agencies who made my graduate career possible: NASA Goddard Space Flight Center, Society of Satellite Professionals Interna- tional, Osterreichisches¨ Bundesministerium f¨ur Bildung, Wissenschaft und Kunst, Aus- trian Space Agency, and Virginia Space Grant Consortium. Finally, and most importantly, I would like to thank those closest to me. I am greatly indebted to my parents and my brother Edgar for all the moral and loving support and for their unshakable confidence in my abilities. A very special thank-you goes to my girlfriend, Kim Locraft, for her dedication within the past year. She has given me relentless encouragement and has stood by my side through both the good times and bad times. Lastly, I thank all my friends for sharing with me some of the most precious moments of my life. iv Contents Abstract ii Dedication iii Acknowledgements iv List of Figures viii List of Tables xi List of Symbols, Constants and Acronyms xii 1 Introduction 1 1.1 Trajectory Optimization for Low-Thrust Space Travel . ........ 1 1.2 Dissertation Objectives and Problem Statement . ..... 2 1.3 DissertationOverview ............................ 3 2 Literature Review 5 2.1 Trajectory Optimization via Direct Methods . ...... 5 2.2 Trajectory Optimization via Indirect Methods . ....... 8 2.3 StochasticTrajectoryOptimization . 10 2.4 New Trends and Developments in the Field of Trajectory Optimization . 11 2.5 Summary ................................... 13 3 Trajectory Optimization 14 3.1 Low-ThrustTrajectoryOptimization . 14 3.1.1 Trajectory optimization objectives . 15 v 3.1.2 Low-thrust versus high-thrust trajectory optimization ....... 16 3.1.3 Missionscenarios ........................... 17 3.2 OptimizationTheory ............................. 17 3.2.1 Theoptimalcontrolproblem. 18 3.2.2 Directandindirectmethods . 19 3.2.3 Optimizationtechniques . 21 3.2.4 AdditionalmethodstosolveMPBVP . 31 3.3 Developing an Optimization Algorithm . 35 3.4 Summary ................................... 35 4 System Models and Motion Equations 37 4.1 SystemModels ................................ 37 4.2 ElectricPropulsionSpacecraft . 38 4.2.1 Nuclear-electric propulsion systems . 40 4.2.2 Solar-electric propulsion systems . 40 4.2.3 Motion equations for electric propulsion system . 41 4.3 SolarSailSpacecraft ............................. 42 4.3.1 Solarradiationpressuremodel. 42 4.3.2 Motion equations for solar sail system . 43 4.4 Summary ................................... 44 5 Optimal Control Analysis 45 5.1 Two-dimensionalAnalysis . 45 5.1.1 Nuclear-electric propulsion systems . 46 5.1.2 Solar-electric propulsion systems . 48 5.1.3 Solar sail spacecraft . 49 5.1.4 Symmetryanalysis .......................... 50 5.1.5 Results and propulsion system performance comparison . 54 5.2 Three-dimensionalAnalysis . 62 5.2.1 Nuclear-electric propulsion systems . 65 5.2.2 Solar sail spacecraft . 70 5.2.3 Coordinate transformation of solution trajectories . ....... 73 5.2.4 Definingahomotopyproblem . 74 5.2.5 Results and propulsion system performance comparison . 75 5.3 Summary ................................... 77 vi 6 Work in Progress and Future Challenges 80 6.1 Integrating Satellite Attitude Dynamics . ....... 80 6.2 Control system design considerations . 81 6.3 Systemmodelsandmotionequations . 82 6.4 Optimal control analysis for solar sail spacecraft . ...... 85 6.4.1 Spacecraft design parameters . 86 6.4.2 Optimalityconditions . 87 6.4.3 Singular control arc analysis . 88 6.5 Optimal control analysis for nuclear-electric spacecraft .......... 90 6.6 Simulationresults............................... 91 6.7 Summaryandconclusions .......................... 92 7 Summary and Conclusions 95 Bibliography 98 A Optimal Control of Time-Continuous Systems 108 B Nondimensional Motion Equations 112 C Orbital Elements and Cartesian Coordinates 115 Vita 119 vii List of Figures 3.1 Flowchart of the Adaptive Simulated Annealing algorithm . ....... 24 3.2 Interval reduction with Golden Section search algorithm ......... 27 3.3 Numeric and algebraic continuation . 35 3.4 Cascaded numerical algorithm for solving the optimal control problem . 36 4.1 Dynamical systems representations in two dimensions . ..... 39 4.2 Dynamical systems representations in three dimensions . ...... 39 5.1 System symmetry shown with three transfer trajectories for β = 0.33784 53 5.2 Transfer trajectory and solar sail orientation angle history for an Earth- to-Mars transfer with β = 0.16892...................... 55 5.3 Transfer trajectory and solar sail orientation angle history for an Earth- to-Mars transfer with β = 0.33784...................... 56 5.4 Transfer trajectory and thrust angle history for an Earth-to-Mars transfer with τ0 = 0.16892 and κ = 0.50604 ..................... 56 5.5 Transfer trajectory and thrust angle history for an Mars-to-Earth transfer with τ0 = 0.16892 and κ = 0.50604 ..................... 57 5.6 Transfer time as a function of target orbit radius for solar sail spacecraft (solid-dotted lines) and nuclear-electric propulsion spacecraft (solid lines). Theinitialorbitradiusis1AU . 57 5.7 Minimum-time Earth-Mars-Earth double orbit transfer trajectory and so- lar sail orientation angle history for β = 0.33784.............. 59 viii 5.8 Minimum-time Earth-Mars-Earth double orbit transfer trajectory and thrust angle history for τ = 0.16892 and κ = 1.01208 ............... 59 5.9 Minimum-time Mars-to-Earth rendezvous trajectories at first crossover point for β = 0.135136 ............................ 60 5.10 Minimum transfer time for Mars-to-Earth rendezvous for β = 0.16892 . 61 5.11 Minimum-time Mars-to-Earth rendezvous trajectories for second crossover point and for β = 0.33784 .......................... 62 5.12 Trajectory geometry comparison for sleep-type and catch-type solution trajectories
Recommended publications
  • Multi-Body Trajectory Design Strategies Based on Periapsis Poincaré Maps
    MULTI-BODY TRAJECTORY DESIGN STRATEGIES BASED ON PERIAPSIS POINCARÉ MAPS A Dissertation Submitted to the Faculty of Purdue University by Diane Elizabeth Craig Davis In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy August 2011 Purdue University West Lafayette, Indiana ii To my husband and children iii ACKNOWLEDGMENTS I would like to thank my advisor, Professor Kathleen Howell, for her support and guidance. She has been an invaluable source of knowledge and ideas throughout my studies at Purdue, and I have truly enjoyed our collaborations. She is an inspiration to me. I appreciate the insight and support from my committee members, Professor James Longuski, Professor Martin Corless, and Professor Daniel DeLaurentis. I would like to thank the members of my research group, past and present, for their friendship and collaboration, including Geoff Wawrzyniak, Chris Patterson, Lindsay Millard, Dan Grebow, Marty Ozimek, Lucia Irrgang, Masaki Kakoi, Raoul Rausch, Matt Vavrina, Todd Brown, Amanda Haapala, Cody Short, Mar Vaquero, Tom Pavlak, Wayne Schlei, Aurelie Heritier, Amanda Knutson, and Jeff Stuart. I thank my parents, David and Jeanne Craig, for their encouragement and love throughout my academic career. They have cheered me on through many years of studies. I am grateful for the love and encouragement of my husband, Jonathan. His never-ending patience and friendship have been a constant source of support. Finally, I owe thanks to the organizations that have provided the funding opportunities that have supported me through my studies, including the Clare Booth Luce Foundation, Zonta International, and Purdue University and the School of Aeronautics and Astronautics through the Graduate Assistance in Areas of National Need and the Purdue Forever Fellowships.
    [Show full text]
  • Perturbation Theory in Celestial Mechanics
    Perturbation Theory in Celestial Mechanics Alessandra Celletti Dipartimento di Matematica Universit`adi Roma Tor Vergata Via della Ricerca Scientifica 1, I-00133 Roma (Italy) ([email protected]) December 8, 2007 Contents 1 Glossary 2 2 Definition 2 3 Introduction 2 4 Classical perturbation theory 4 4.1 The classical theory . 4 4.2 The precession of the perihelion of Mercury . 6 4.2.1 Delaunay action–angle variables . 6 4.2.2 The restricted, planar, circular, three–body problem . 7 4.2.3 Expansion of the perturbing function . 7 4.2.4 Computation of the precession of the perihelion . 8 5 Resonant perturbation theory 9 5.1 The resonant theory . 9 5.2 Three–body resonance . 10 5.3 Degenerate perturbation theory . 11 5.4 The precession of the equinoxes . 12 6 Invariant tori 14 6.1 Invariant KAM surfaces . 14 6.2 Rotational tori for the spin–orbit problem . 15 6.3 Librational tori for the spin–orbit problem . 16 6.4 Rotational tori for the restricted three–body problem . 17 6.5 Planetary problem . 18 7 Periodic orbits 18 7.1 Construction of periodic orbits . 18 7.2 The libration in longitude of the Moon . 20 1 8 Future directions 20 9 Bibliography 21 9.1 Books and Reviews . 21 9.2 Primary Literature . 22 1 Glossary KAM theory: it provides the persistence of quasi–periodic motions under a small perturbation of an integrable system. KAM theory can be applied under quite general assumptions, i.e. a non– degeneracy of the integrable system and a diophantine condition of the frequency of motion.
    [Show full text]
  • On Optimal Two-Impulse Earth–Moon Transfers in a Four-Body Model
    Noname manuscript No. (will be inserted by the editor) On Optimal Two-Impulse Earth–Moon Transfers in a Four-Body Model F. Topputo Received: date / Accepted: date Abstract In this paper two-impulse Earth–Moon transfers are treated in the restricted four-body problem with the Sun, the Earth, and the Moon as primaries. The problem is formulated with mathematical means and solved through direct transcription and multiple shooting strategy. Thousands of solutions are found, which make it possible to frame known cases as special points of a more general picture. Families of solutions are defined and characterized, and their features are discussed. The methodology described in this paper is useful to perform trade-off analyses, where many solutions have to be produced and assessed. Keywords Earth–Moon transfer low-energy transfer ballistic capture trajectory optimization · · · · restricted three-body problem restricted four-body problem · 1 Introduction The search for trajectories to transfer a spacecraft from the Earth to the Moon has been the subject of countless works. The Hohmann transfer represents the easiest way to perform an Earth–Moon transfer. This requires placing the spacecraft on an ellipse having the perigee on the Earth parking orbit and the apogee on the Moon orbit. By properly switching the gravitational attractions along the orbit, the spacecraft’s motion is governed by only the Earth for most of the transfer, and by only the Moon in the final part. More generally, the patched-conics approximation relies on a Keplerian decomposition of the solar system dynamics (Battin 1987). Although from a practical point of view it is desirable to deal with analytical solutions, the two-body problem being integrable, the patched-conics approximation inherently involves hyperbolic approaches upon arrival.
    [Show full text]
  • Wobbling Stars and Planets in This Activity, You
    Activity: Wobbling Stars and Planets In this activity, you will investigate the effect of the relative masses and distances of objects that are in orbit around a star or planet. The most common understanding of how the planets orbit around the Sun is that the Sun is stationary while the planets revolve around the Sun. That is not quite true and is a little more complicated. PBS An important parameter when considering orbits is the center of mass. The concept of the center of mass is that of an average of the masses factored by their distances from one another. This is also commonly referred to as the center of gravity. For example, the balancing of a ETIC seesaw about a pivot point demonstrates the center of mass of two objects of different masses. Another important parameter to consider is the barycenter. The barycenter is the center of mass of two or more bodies that are orbiting each other, and is the point around which both of them orbit. When the two bodies have similar masses, the barycenter may be located between NASA the two bodies (outside of either of bodies) and both objects will follow an orbit around the center of mass. This is the case for a system such as the Sun and Jupiter. In the case where the two objects have very different masses, the center of mass and barycenter may be located within the more massive body. This is the case for the Earth-Moon system. scienceprojectideasforkids.com Classroom Activity Part 1 Materials • Wooden skewers 1.
    [Show full text]
  • THE BINARY COLLISION APPROXIMATION: Iliiilms BACKGROUND and INTRODUCTION Mark T
    O O i, j / O0NF-9208146--1 DE92 040887 Invited paper for Proceedings of the International Conference on Computer Simulations of Radiation Effects in Solids, Hahn-Meitner Institute Berlin Berlin, Germany August 23-28 1992 The submitted manuscript has been authored by a contractor of the U.S. Government under contract No. DE-AC05-84OR214O0. Accordingly, the U S. Government retains a nonexclusive, royalty* free licc-nc to publish or reproduce the published form of uiii contribution, or allow othen to do jo, for U.S. Government purposes." THE BINARY COLLISION APPROXIMATION: IliiilMS BACKGROUND AND INTRODUCTION Mark T. Robinson >._« « " _>i 8 « g i. § 8 " E 1.2 .§ c « •o'c'lf.S8 ° °% as SOLID STATE DIVISION OAK RIDGE NATIONAL LABORATORY Managed by MARTIN MARIETTA ENERGY SYSTEMS, INC. Under Contract No. DE-AC05-84OR21400 § g With the ••g ^ U. S. DEPARTMENT OF ENERGY OAK RIDGE, TENNESSEE August 1992 'g | .11 DISTRIBUTION OP THIS COOL- ::.•:•! :•' !S Ui^l J^ THE BINARY COLLISION APPROXIMATION: BACKGROUND AND INTRODUCTION Mark T. Robinson Solid State Division, Oak Ridge National Laboratory, Oak Ridge, Tennessee 37831-6032, U. S. A. ABSTRACT The binary collision approximation (BCA) has long been used in computer simulations of the interactions of energetic atoms with solid targets, as well as being the basis of most analytical theory in this area. While mainly a high-energy approximation, the BCA retains qualitative significance at low energies and, with proper formulation, gives useful quantitative information as well. Moreover, computer simulations based on the BCA can achieve good statistics in many situations where those based on full classical dynamical models require the most advanced computer hardware or are even impracticable.
    [Show full text]
  • Exploring the Orbital Evolution of Planetary Systems
    Exploring the orbital evolution of planetary systems Tabar´e Gallardo∗ Instituto de F´ısica, Facultad de Ciencias, Udelar. (Dated: January 22, 2017) The aim of this paper is to encourage the use of orbital integrators in the classroom to discover and understand the long term dynamical evolution of systems of orbiting bodies. We show how to perform numerical simulations and how to handle the output data in order to reveal the dynamical mechanisms that dominate the evolution of arbitrary planetary systems in timescales of millions of years using a simple but efficient numerical integrator. Trough some examples we reveal the fundamental properties of the planetary systems: the time evolution of the orbital elements, the free and forced modes that drive the oscillations in eccentricity and inclination, the fundamental frequencies of the system, the role of the angular momenta, the invariable plane, orbital resonances and the Kozai-Lidov mechanism. To be published in European Journal of Physics. 2 I. INTRODUCTION With few exceptions astronomers cannot make experiments, they are limited to observe the universe. The laboratory for the astronomer usually takes the form of computer simulations. This is the most important instrument for the study of the dynamical behavior of gravitationally interacting bodies. A planetary system, for example, evolves mostly due to gravitation acting over very long timescales generating what is called a secular evolution. This secular evolution can be deduced analytically by means of the theory of perturbations, but can also be explored in the classroom by means of precise numerical integrators. Some facilities exist to visualize and experiment with the gravitational interactions between massive bodies1–3.
    [Show full text]
  • Orbital Mechanics
    Orbital Mechanics Part 1 Orbital Forces Why a Sat. remains in orbit ? Bcs the centrifugal force caused by the Sat. rotation around earth is counter- balanced by the Earth's Pull. Kepler’s Laws The Satellite (Spacecraft) which orbits the earth follows the same laws that govern the motion of the planets around the sun. J. Kepler (1571-1630) was able to derive empirically three laws describing planetary motion I. Newton was able to derive Keplers laws from his own laws of mechanics [gravitation theory] Kepler’s 1st Law (Law of Orbits) The path followed by a Sat. (secondary body) orbiting around the primary body will be an ellipse. The center of mass (barycenter) of a two-body system is always centered on one of the foci (earth center). Kepler’s 1st Law (Law of Orbits) The eccentricity (abnormality) e: a 2 b2 e a b- semiminor axis , a- semimajor axis VIN: e=0 circular orbit 0<e<1 ellip. orbit Orbit Calculations Ellipse is the curve traced by a point moving in a plane such that the sum of its distances from the foci is constant. Kepler’s 2nd Law (Law of Areas) For equal time intervals, a Sat. will sweep out equal areas in its orbital plane, focused at the barycenter VIN: S1>S2 at t1=t2 V1>V2 Max(V) at Perigee & Min(V) at Apogee Kepler’s 3rd Law (Harmonic Law) The square of the periodic time of orbit is proportional to the cube of the mean distance between the two bodies. a 3 n 2 n- mean motion of Sat.
    [Show full text]
  • Orbital Resonance and Solar Cycles by P.A.Semi
    Orbital resonance and Solar cycles by P.A.Semi Abstract We show resonance cycles between most planets in Solar System, of differing quality. The most precise resonance - between Earth and Venus, which not only stabilizes orbits of both planets, locks planet Venus rotation in tidal locking, but also affects the Sun: This resonance group (E+V) also influences Sunspot cycles - the position of syzygy between Earth and Venus, when the barycenter of the resonance group most closely approaches the Sun and stops for some time, relative to Jupiter planet, well matches the Sunspot cycle of 11 years, not only for the last 400 years of measured Sunspot cycles, but also in 1000 years of historical record of "severe winters". We show, how cycles in angular momentum of Earth and Venus planets match with the Sunspot cycle and how the main cycle in angular momentum of the whole Solar system (854-year cycle of Jupiter/Saturn) matches with climatologic data, assumed to show connection with Solar output power and insolation. We show the possible connections between E+V events and Solar global p-Mode frequency changes. We futher show angular momentum tables and charts for individual planets, as encoded in DE405 and DE406 ephemerides. We show, that inner planets orbit on heliocentric trajectories whereas outer planets orbit on barycentric trajectories. We further TRY to show, how planet positions influence individual Sunspot groups, in SOHO and GONG data... [This work is pending...] Orbital resonance Earth and Venus The most precise orbital resonance is between Earth and Venus planets. These planets meet 5 times during 8 Earth years and during 13 Venus years.
    [Show full text]
  • Retrograde-Rotating Exoplanets Experience Obliquity Excitations in an Eccentricity- Enabled Resonance
    The Planetary Science Journal, 1:8 (15pp), 2020 June https://doi.org/10.3847/PSJ/ab8198 © 2020. The Author(s). Published by the American Astronomical Society. Retrograde-rotating Exoplanets Experience Obliquity Excitations in an Eccentricity- enabled Resonance Steven M. Kreyche1 , Jason W. Barnes1 , Billy L. Quarles2 , Jack J. Lissauer3 , John E. Chambers4, and Matthew M. Hedman1 1 Department of Physics, University of Idaho, Moscow, ID, USA; [email protected] 2 Center for Relativistic Astrophysics, School of Physics, Georgia Institute of Technology, Atlanta, GA, USA 3 Space Science and Astrobiology Division, NASA Ames Research Center, Moffett Field, CA, USA 4 Department of Terrestrial Magnetism, Carnegie Institution of Washington, Washington, DC, USA Received 2019 December 2; revised 2020 February 28; accepted 2020 March 18; published 2020 April 14 Abstract Previous studies have shown that planets that rotate retrograde (backward with respect to their orbital motion) generally experience less severe obliquity variations than those that rotate prograde (the same direction as their orbital motion). Here, we examine retrograde-rotating planets on eccentric orbits and find a previously unknown secular spin–orbit resonance that can drive significant obliquity variations. This resonance occurs when the frequency of the planet’s rotation axis precession becomes commensurate with an orbital eigenfrequency of the planetary system. The planet’s eccentricity enables a participating orbital frequency through an interaction in which the apsidal precession of the planet’s orbit causes a cyclic nutation of the planet’s orbital angular momentum vector. The resulting orbital frequency follows the relationship f =-W2v , where v and W are the rates of the planet’s changing longitude of periapsis and longitude of ascending node, respectively.
    [Show full text]
  • Numerical Solutions for the Orbital Motion of the Solar System Over the Past 100 Myr: Limits and New Results*
    The Astronomical Journal, 154:193 (13pp), 2017 November https://doi.org/10.3847/1538-3881/aa8cce © 2017. The American Astronomical Society. All rights reserved. Numerical Solutions for the Orbital Motion of the Solar System over the Past 100 Myr: Limits and New Results* Richard E. Zeebe SOEST, University of Hawaii at Manoa, 1000 Pope Road, MSB 629, Honolulu, HI 96822, USA; [email protected] Received 2017 June 6; revised 2017 September 10; accepted 2017 September 12; published 2017 October 20 Abstract I report results from accurate numerical integrations of solar system orbits over the past 100Myr with the integrator package HNBody. The simulations used different integrator algorithms, step sizes, and initial conditions, and included effects from general relativity, different models of the Moon, the Sun’s quadrupole moment, and up to 16 asteroids. I also probed the potential effect of a hypothetical Planet9, using one set of possible orbital elements. The most expensive integration (Bulirsch–Stoer) required 4months of wall-clock time with a maximum -13 relative energy error 310´ . The difference in Earth’s eccentricity (De ) was used to track the difference between two solutions, considered to diverge at time τ when max ∣∣De irreversibly crossed ∼10% of mean e (~´0.028 0.1). The results indicate that finding a unique orbital solution is limited by initial conditions from current ephemerides and asteroid perturbations to ∼54Myr. Bizarrely, the 4-month Bulirsch–Stoer integration and a symplectic integration that required only 5hr of wall-clock time (12-day time step, with the Moon as a simple quadrupole perturbation), agree to ∼63Myr.
    [Show full text]
  • SPK Tutorial
    NAIF Navigation Ancillary Information Facility SPK: The SPICE Ephemeris Subsystem A Tutorial April 1998 Prologue NAIF Navigation Ancillary Information Facility This document provides a brief tutorial for the SPICE ephemeris subsystem–the so-called SPK files and the SPK subroutine family found in the NAIF Toolkit SPICELIB library. Caution: the examples used are not necessarily appropriate solutions to any particular application, and not all relevant application design issues are discussed. See the last page of this tutorial for a listing of references for further information. SPK File Contents NAIF Navigation Ancillary Information Facility • An SPK file holds ephemeris data for any number/types of solar system objects – “Ephemeris data” ⇒ position and velocity of one object relative to another – “Solar system object” ⇒ any spacecraft, planet (mass center or barycenter), satellite, comet or asteroid. Also, the sun and the solar system barycenter. Can also be a designated point on an object (e.g. a DSN station). • A single SPK file can hold data for just one, or for any combination of objects – Examples: » Cassini spacecraft » MGS orbiter, M98 lander, Mars, Phobos and the sun SPICE Ephemeris Objects NAIF Navigation Ancillary Information Facility Z COMET • SPACECRAFT SUN MASS CENTER • PLANET Y BARYCENTER SOLAR OBJECT ON PLANET SURFACE SYSTEM CENTER BARYCENTER OF FIGURE • •• PLANET CENTER X OF MASS ASTEROID SATELLITE Examples of Generic SPK Files Obtained from NAIF NAIF Navigation Ancillary Information Facility DExxx JUPxxx + DE zzz Planetary
    [Show full text]
  • Measurements at Comet 67P/Churyumov-Gerasimenko
    A&A 583, A15 (2015) Astronomy DOI: 10.1051/0004-6361/201526400 & c ESO 2015 Astrophysics Rosetta mission results pre-perihelion Special feature Dust Impact Monitor (SESAME-DIM) measurements at comet 67P/Churyumov-Gerasimenko Harald Krüger1, Klaus J. Seidensticker2, Hans-Herbert Fischer3, Thomas Albin1;4, Istvan Apathy5, Walter Arnold6;7, Alberto Flandes8;1, Attila Hirn5;1, Masanori Kobayashi9, Alexander Loose1, Attila Péter5, and Morris Podolak10 1 Max-Planck-Institut für Sonnensystemforschung, Justus-von-Liebig-Weg 3, 37077 Göttingen, Germany e-mail: [email protected] 2 Deutsches Zentrum für Luft- und Raumfahrt, Institut für Planetenforschung, Rutherfordstraße 2, 12489 Berlin, Germany 3 Deutsches Zentrum für Luft- und Raumfahrt, MUSC, Linder Höhe, 51147 Köln, Germany 4 Medical Radiation Physics, Faculty VI, Carl von Ossietzky University, Oldenburg, Germany 5 MTA Centre for Energy Research, Hungarian Academy of Sciences, 1121 Budapest, Hungary 6 Department of Material Science and Material Technology, Saarland University, 66123 Saarbrücken, Germany 7 1. Physikalisches Institut, Universität Göttingen, Friedrich-Hund-Platz 1, 37077 Göttingen, Germany 8 Ciencias Espaciales, Instituto de Geofísica, Universidad Nacional Autónoma de México, Coyoacán 04510 D.F., Mexico 9 Planetary Exploration Research Center, Chiba Institute of Technology, Narashino, 275-0016 Chiba, Japan 10 Department of Geosciences, Tel Aviv University, 69978 Tel Aviv, Israel Received 24 April 2015 / Accepted 15 September 2015 ABSTRACT Context. The Rosetta lander Philae successfully landed on the nucleus of comet 67P/Churyumov-Gerasimenko on 12 November 2014. Philae carries the Dust Impact Monitor (DIM) on board, which is part of the Surface Electric Sounding and Acoustic Monitoring Experiment (SESAME). DIM employs piezoelectric PZT sensors to detect impacts by submillimeter- and millimeter-sized ice and dust particles that are emitted from the nucleus and transported into the cometary coma.
    [Show full text]