The B-Plane Interplanetary Mission Design

Size: px
Start display at page:

Download "The B-Plane Interplanetary Mission Design"

Transcription

1 The B-Plane Interplanetary Mission Design Collin Bezrouk 2/11/2015 2/11/2015 1

2 Contents 1. Motivation for B-Plane Targeting 2. Deriving the B-Plane 3. Deriving Targetable B-Plane Elements 4. How to Target the B-Plane 5. Patched Conics (Lambert) Example 6. Mars Odyssey (JPL) Example 2/11/2015 2

3 Motivation for the B-Plane 2/11/2015 3

4 Motivation for the B-Plane We have an interplanetary transfer from Earth to Mars Mars TCM We are constructing a Trajectory Correction Maneuver (TCM) to now target our desired Mars Insertion Sun Earth 2/11/2015 4

5 Motivation for the B-Plane Target: h p = 300 km i = Mars Mars Desired orbit insertion: h p = 300 km, inc = 93.5 TCM Our current path (w/o TCM): h p = 450,000 km, inc = 50 How do we build our TCM? Sun Earth ΔV = ΔV x, ΔV y, ΔV z T =? 2/11/2015 5

6 Target: h p = 300 km i = Mars V x The target parameters (h p and i) are highly non-linear with respect to the components of the ΔV. It is hard to predict how a change in ΔV will change the target values. This is remedied by the B-Plane! V y ( 800, 130) (1200, 135) (300, 93.5) (2500, 62) (300, 5) 2/11/ (not to scale)

7 Deriving the B-Plane 2/11/2015 7

8 Definition of the B-Plane The B-Plane is a planar coordinate system that allows easy targeting for hyperbolic, two-body trajectories. We will target the B-vector, which lies n the the intersection of the B-plane and the trajectory plane. It shows where the incoming hyperbolic asymptote intersects the B-Plane. 2/11/2015 8

9 B-Plane Coordinate System The B-Plane is the T- R plane, normal to S // V in. T lies in the ecliptic plane and is normal to S R completes the orthonormal coordinates. B = b B where b is the semi-minor axis (also called the impact parameter). 2/11/2015 9

10 Deriving the B-Vector 2/11/

11 Deriving the B-Vector We will target B instead of orbital elements or states of the flyby. There are two useful method for converting to B: Method 1: Used once you re beyond preliminary mission design. Navigation solutions are given using this method. Useful if you are propagating your trajectory in a multi-body dynamics model. Requires you have five target state variables (ex. r, v) or orbital elements (ex. a, e, i, Ω, ω) that can be converted into a, e, and h (angular momentum direction). Method 2: Used for patched conics models in preliminary mission design. For example, linking two Lambert solutions to make a flyby. Requires V in and V out 2/11/

12 Example of Method 2: New Horizons V in Asymptote B-Plane V out 2/11/

13 Deriving the B-Plane: Method 1 Method 1: (given r, v) h = r v r v Note: r, v must be relative to the flyby body. e = 1 μ v2 μ r r r v v cos β = 1 e k = Ecliptic Orbit Normal: 0,0,1 T S = cos β e e + sin β h e h e T = S k S k R = S T 2/11/

14 Deriving the B-Plane: Method 2 Method 2: (given V in, V out ) S = V in V in k = Ecliptic Orbit Normal: 0,0,1 T T = S k S k R = S T 2/11/

15 Computing the B-Vector The B-vector lies in the intersection of the B-Plane and the trajectory plane. B = b B where B = S h Find b using the Hyperbola Equation: b 2 = c 2 a 2 2/11/

16 Computing the Impact Parameter Method 1: (given r, v) b 2 = c 2 a 2 a = 2 r v2 μ c = ae 1 b 2 = ae 2 a 2 b 2 = a 2 e 2 1 b = a e 2 1 2/11/

17 Computing the Impact Parameter Method 2: (given V in, V out ) b 2 = c 2 a 2 b 2 = a 2 c2 a 2 1 a μ V 2 b 2 = μ2 V 4 c a 2 1 cos β = a c = 1 + V 2 r p μ 1 b 2 = μ2 V V 2 r p μ 2 1 (continued on next slide) 2/11/

18 Computing the Impact Parameter Method 2: (continued) b 2 = μ2 V V 2 r p μ 2 1 b = μ V V 2 r p μ 2 1 Where r p = μ V 2 cos 1 π ψ 2 1 and cos ψ = V in V out V in V out 2/11/

19 B-Plane Target Parameters We can target the B-vector using its Cartesian or polar components. Cartesian: B T = B T B R = B R Polar: b = B θ = tan 1 B R B T (Use atan2(br,bt) in programming to avoid quadrant ambiguity) 2/11/

20 How to Target the B-Plane Parameters 2/11/

21 The Targeting Setup We want our spacecraft to hit the B-plane at B T and B R. Begin with the state R, V where your TCM will be performed. Compute the reference B-Plane parameters: B T, B R = f(r, V) How do we calculate V = V + ΔV such that B T, B R = f(r, V )? Sun Mars Earth TCM 2/11/

22 Deriving the Targeting Equations Use a Taylor Series Expansion about the reference parameters: B T = B T + B B R B R ΔV V V + H. O. T Move the B-Plane terms to the RHS. ΔB = B B and ΔV = V V 0 ΔB T = B ΔB R ΔV ΔV x ΔV y ΔV z Jacobian Matrix Solve this matrix equation to estimate ΔV 2/11/

23 Solving the Linear Approximation ΔB = B ΔV ΔV 2 1 = 2 3 (3 1) The Jacobian matrix is not invertible, so how do we solve? Option 1 (Worst): Fix a component of ΔV and remove the corresponding column from the Jacobian matrix. The Jacobian is (2x2) and invertible. Option 2 (Better): The problem is underdetermined, and has infinite solutions. Find the solution where ΔV is minimized. Min. Norm solution to matrix problem A x = b is given by: x = A T AA T 1 b 2/11/

24 Solving the Linear Approximation Option 3 (Best): Add an additional element to ΔB to make the Jacobian 3x3. We use the linearized time of flight as an additional target. This is useful if you wish to land at a specific planetary location. ΔV = B ΔV 1 ΔB Now, we need to compute the Jacobian matrix. 2/11/

25 Numerically Computing the Jacobian The Jacobian shows how each element in B is affected by each element in ΔV. These partial derivatives are defined for the values in B and will be different as B changes. B T B T B T B ΔV = ΔV x B R ΔV x TOF ΔV y B R ΔV y TOF ΔV z B R ΔV z TOF ΔV x ΔV y ΔV z 2/11/

26 Numerically Computing the Jacobian We can calculate the partials with a forward Euler (first-order) finite difference method: u u x + Δx u(x) x = lim Δx 0 Δx Procedure: 1. [B T, B R, TOF] = f R, V 2. Perturb velocity in one direction: V + = V + ΔV x, 0,0 T 3. [B T +, B R +, TOF + ] = f R, V + 4. Compute partials: B T = B + T BT ΔV x ΔV x = B + R BR ΔV x ΔV x, B R This will provide the first column of the Jacobian. 5. Repeat with perturbations in ΔV y and ΔV z, etc. 2/11/

27 Numerically Computing the Jacobian Numerical Partial Value 2.5 x B-Plane Partials B T / V x B T / V y B R / V x B R / V y Perturbation Magnitude (km/s) Partials have a constant value for a large range of perturbing velocity magnitudes! This shows numerically that the B-Plane elements change linearly with the ΔV components. We can expect a very accurate solution from this setup. Why are the values not constant for ΔV < or ΔV > 10 0? 2/11/

28 Numerically Computing the Jacobian Numerical Partial Value 2.5 x B-Plane Partials B T / V x B T / V y B R / V x B R / V y Perturbation Magnitude (km/s) Machine Precision Round-off Errors Perturbation is outside of the linear range 2/11/

29 Completing the Targeting Recall that we ve linearized the problem by ignoring terms second order and higher in our Taylor series expansion. To remedy this, we ll need to iterate our solution until we ve reached our desired B-Plane values. Compute the ΔV, then update your reference velocity. Compute your new current B-Plane values, and repeat the procedure. V i+1 = V i + ΔV i Iterate until your B-Plane elements are within tolerance of your desired B-Plane elements. Computer your total TCM: ΔV TCM = V N V 0 = ΔV i 2/11/

30 Mars Odyssey Example Slides by Moriba Jah Formerly of CCAR 2/11/

31 Interplanetary Trajectory Earth at Arriv al 1.02 AU Vernal Equinox Launch: 07-APR AU 45.9û TCM-5 E-7 h Mars Arriv al 24-Oct-2001 TCM-4 E-12 d Mars at Launch TCM-1 L + 46 d TCM-2 L + 86 d TCM-3 E - 37 d 2/11/

32 Mission Constraints To achieve the mission, the spacecraft must: Be injected into an orbit with a period of less than 22 hours, while having a 300 km periapse altitude (+/- 25 km) and an inclination of 93.5º (+/- 0.2º), including MOI burn execution errors. This is equivalent to hitting a golf ball from NY to Paris and making it in the hole in only 4 swings. (achieved: 18:36 period km and 93.51º) Employ aerobraking over a 3-month period (walk-in, main phase, end-game/walk-out) in order to maximize payload mass and minimize propellant expense. By the end of aerobraking, stabilize in a 400 km circular, frozen, sun-synchronous orbit with a 2PM LMST AEQUAX. 2/11/

33 Mars Odyssey Navigation Navigation Major Events Injection TCM-1 TCM-2 TCM-3 TCM-4 TCM-5 (Contingency) MOI Period Reduction Maneuver 2/11/

34 Launch Target 2/11/

35 TCM-1 Design TCM-1 Execution Date: 23-May-01 2/11/

36 TCM-2 Design TCM-2 Execution Date: 02-July-01 2/11/

37 TCM-3 Design TCM-3 Execution Date: 17-Sept-01 2/11/

38 TCM-4 Design TCM-4 Execution Date: 12-Oct-01 Target Alt: 300 km Inc: Current Estimate (OD034) Alt: 324.1±11 km Inc: ±0.2 Current Miss (Est-Target) Alt: +24 km Inc: +0.6 TCM-4 to Correct Miss V: 0.08 m/s 2/11/

39 Final Navigation Solution After TCM-4 OD Knowledge at the time of TCM-4 Design (3s) 2/11/

40 Mars Orbit Insertion Burn Burn Start +00:00:00 Enter Earth Occult +00:09:37 Enter Solar Eclipse +00:09:59 Exit Solar Eclipse +00:11:46 Periapsis km +00:12:51 Burn End +00:19:44 Exit Earth Occult +00:29:24 2/11/

41 MOI Viewed From Earth Burn Start +00:00:00 Enter Earth Occult +00:09:37 Exit Earth Occult +00:29:24 2/11/

Mars Odyssey Navigation

Mars Odyssey Navigation Mars Odyssey Navigation Moriba Jah Jet Propulsion Laboratory California Institute of Technology April 2, 2002 Page - 1 Spacecraft Mission Investigate the Martian environment on a global scale, over a period

More information

Astrodynamics (AERO0024)

Astrodynamics (AERO0024) Astrodynamics (AERO0024) L06: Interplanetary Trajectories Gaëtan Kerschen Space Structures & Systems Lab (S3L) Motivation 2 Problem Statement? Hint #1: design the Earth-Mars transfer using known concepts

More information

ASEN 6008: Interplanetary Mission Design Lab Spring, 2015

ASEN 6008: Interplanetary Mission Design Lab Spring, 2015 ASEN 6008: Interplanetary Mission Design Lab Spring, 2015 Lab 4: Targeting Mars using the B-Plane Name: I d like to give credit to Scott Mitchell who developed this lab exercise. He is the lead Astrodynamicist

More information

Astrodynamics (AERO0024)

Astrodynamics (AERO0024) Astrodynamics (AERO0024) 10. Interplanetary Trajectories Gaëtan Kerschen Space Structures & Systems Lab (S3L) Motivation 2 6. Interplanetary Trajectories 6.1 Patched conic method 6.2 Lambert s problem

More information

Patch Conics. Basic Approach

Patch Conics. Basic Approach Patch Conics Basic Approach Inside the sphere of influence: Planet is the perturbing body Outside the sphere of influence: Sun is the perturbing body (no extra-solar system trajectories in this class...)

More information

Rigorous Global Optimization of Impulsive Space Trajectories

Rigorous Global Optimization of Impulsive Space Trajectories Rigorous Global Optimization of Impulsive Space Trajectories P. Di Lizia, R. Armellin, M. Lavagna K. Makino, M. Berz Fourth International Workshop on Taylor Methods Boca Raton, December 16 19, 2006 Motivation

More information

ASEN 5050 SPACEFLIGHT DYNAMICS Interplanetary

ASEN 5050 SPACEFLIGHT DYNAMICS Interplanetary ASEN 5050 SPACEFLIGHT DYNAMICS Interplanetary Prof. Jeffrey S. Parker University of Colorado Boulder Lecture 29: Interplanetary 1 HW 8 is out Due Wednesday, Nov 12. J2 effect Using VOPs Announcements Reading:

More information

Two-Point Boundary Value Problem and Optimal Feedback Control based on Differential Algebra

Two-Point Boundary Value Problem and Optimal Feedback Control based on Differential Algebra Two-Point Boundary Value Problem and Optimal Feedback Control based on Differential Algebra Politecnico di Milano Department of Aerospace Engineering Milan, Italy Taylor Methods and Computer Assisted Proofs

More information

Flight and Orbital Mechanics

Flight and Orbital Mechanics Flight and Orbital Mechanics Lecture slides Challenge the future 1 Flight and Orbital Mechanics AE-104, lecture hours 1-4: Interplanetary flight Ron Noomen October 5, 01 AE104 Flight and Orbital Mechanics

More information

Interplanetary Mission Opportunities

Interplanetary Mission Opportunities Interplanetary Mission Opportunities Introduction The quest for unravelling the mysteries of the universe is as old as human history. With the advent of new space technologies, exploration of space became

More information

Lecture D30 - Orbit Transfers

Lecture D30 - Orbit Transfers J. Peraire 16.07 Dynamics Fall 004 Version 1.1 Lecture D30 - Orbit Transfers In this lecture, we will consider how to transfer from one orbit, or trajectory, to another. One of the assumptions that we

More information

Orbital Mechanics MARYLAND

Orbital Mechanics MARYLAND Orbital Mechanics Energy and velocity in orbit Elliptical orbit parameters Orbital elements Coplanar orbital transfers Noncoplanar transfers Time in orbit Interplanetary trajectories Planetary launch and

More information

Global Optimization of Impulsive Interplanetary Transfers

Global Optimization of Impulsive Interplanetary Transfers Global Optimization of Impulsive Interplanetary Transfers R. Armellin, Dipartimento di Ingegneria Aerospaziale, Politecnico di Milano Taylor Methods and Computer Assisted Proofs Barcelona, June, 3 7, 2008

More information

ASTRIUM. Interplanetary Path Early Design Tools at ASTRIUM Space Transportation. Nathalie DELATTRE ASTRIUM Space Transportation.

ASTRIUM. Interplanetary Path Early Design Tools at ASTRIUM Space Transportation. Nathalie DELATTRE ASTRIUM Space Transportation. Interplanetary Path Early Design Tools at Space Transportation Nathalie DELATTRE Space Transportation Page 1 Interplanetary missions Prime approach: -ST has developed tools for all phases Launch from Earth

More information

Feasible Mission Designs for Solar Probe Plus to Launch in 2015, 2016, 2017, or November 19, 2008

Feasible Mission Designs for Solar Probe Plus to Launch in 2015, 2016, 2017, or November 19, 2008 Feasible Mission Designs for Solar Probe Plus to Launch in 2015, 2016, 2017, or 2018 2007 Solar Probe Study & Mission Requirements Trajectory study and mission design trades were conducted in the fall

More information

Extending the Patched-Conic Approximation to the Restricted Four-Body Problem

Extending the Patched-Conic Approximation to the Restricted Four-Body Problem Monografías de la Real Academia de Ciencias de Zaragoza 3, 133 146, (6). Extending the Patched-Conic Approximation to the Restricted Four-Body Problem Thomas R. Reppert Department of Aerospace and Ocean

More information

Satellite Orbital Maneuvers and Transfers. Dr Ugur GUVEN

Satellite Orbital Maneuvers and Transfers. Dr Ugur GUVEN Satellite Orbital Maneuvers and Transfers Dr Ugur GUVEN Orbit Maneuvers At some point during the lifetime of most space vehicles or satellites, we must change one or more of the orbital elements. For example,

More information

Previous Lecture. Orbital maneuvers: general framework. Single-impulse maneuver: compatibility conditions

Previous Lecture. Orbital maneuvers: general framework. Single-impulse maneuver: compatibility conditions 2 / 48 Previous Lecture Orbital maneuvers: general framework Single-impulse maneuver: compatibility conditions closed form expression for the impulsive velocity vector magnitude interpretation coplanar

More information

Orbital Dynamics and Impact Probability Analysis

Orbital Dynamics and Impact Probability Analysis Orbital Dynamics and Impact Probability Analysis (ISAS/JAXA) 1 Overview This presentation mainly focuses on a following point regarding planetary protection. - How to prove that a mission satisfies the

More information

Powered Space Flight

Powered Space Flight Powered Space Flight KOIZUMI Hiroyuki ( 小泉宏之 ) Graduate School of Frontier Sciences, Department of Advanced Energy & Department of Aeronautics and Astronautics ( 基盤科学研究系先端エネルギー工学専攻, 工学系航空宇宙工学専攻兼担 ) Scope

More information

Orbit Design Marcelo Suárez. 6th Science Meeting; Seattle, WA, USA July 2010

Orbit Design Marcelo Suárez. 6th Science Meeting; Seattle, WA, USA July 2010 Orbit Design Marcelo Suárez Orbit Design Requirements The following Science Requirements provided drivers for Orbit Design: Global Coverage: the entire extent (100%) of the ice-free ocean surface to at

More information

ESMO Mission Analysis

ESMO Mission Analysis Changing the economics of space ESMO Mission Analysis SRR Workshop Alison Gibbings 22 nd 26 th March 2010 Review of the existing baseline Sensitivity analysis Contents At lunar Injection Along the WSB-Moon

More information

ISAS MERCURY ORBITER MISSION TRAJECTORY DESIGN STRATEGY. Hiroshi Yamakawa

ISAS MERCURY ORBITER MISSION TRAJECTORY DESIGN STRATEGY. Hiroshi Yamakawa ISAS MERCURY ORBITER MISSION TRAJECTORY DESIGN STRATEGY Hiroshi Yamakawa Institute of Space and Astronautical Science (ISAS) 3-1-1 Yoshinodai, Sagamihara, Kanagawa, 229-851 Japan E-mail:yamakawa@pub.isas.ac.jp

More information

Orbital Mechanics MARYLAND U N I V E R S I T Y O F. Orbital Mechanics. ENAE 483/788D - Principles of Space Systems Design

Orbital Mechanics MARYLAND U N I V E R S I T Y O F. Orbital Mechanics. ENAE 483/788D - Principles of Space Systems Design Planetary launch and entry overview Energy and velocity in orbit Elliptical orbit parameters Orbital elements Coplanar orbital transfers Noncoplanar transfers Time in orbit Interplanetary trajectories

More information

FIRE SAIL: MESSENGER S USE OF SOLAR RADIATION PRESSURE FOR ACCURATE MERCURY FLYBYS

FIRE SAIL: MESSENGER S USE OF SOLAR RADIATION PRESSURE FOR ACCURATE MERCURY FLYBYS AAS 09-014 FIRE SAIL: MESSENGER S USE OF SOLAR RADIATION PRESSURE FOR ACCURATE MERCURY FLYBYS Daniel J. O Shaughnessy *, James V. McAdams, Kenneth E. Williams and Brian R. Page MESSENGER (MErcury Surface,

More information

MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 4 Due Thursday, July 30.

MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 4 Due Thursday, July 30. MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 4 Due Thursday, July 30. Guidelines: Please turn in a neat and clean homework that gives all the formulae that you have used as well as details that

More information

A Study of the Close Approach Between a Planet and a Cloud of Particles

A Study of the Close Approach Between a Planet and a Cloud of Particles A Study of the Close Approach Between a Planet a Cloud of Particles IIAN MARTINS GOMES, ANTONIO F. B. A. PRADO National Institute for Space Research INPE - DMC Av. Dos Astronautas 1758 São José dos Campos

More information

Verified High-Order Optimal Control in Space Flight Dynamics

Verified High-Order Optimal Control in Space Flight Dynamics Verified High-Order Optimal Control in Space Flight Dynamics R. Armellin, P. Di Lizia, F. Bernelli-Zazzera K. Makino and M. Berz Fourth International Workshop on Taylor Methods Boca Raton, December 16

More information

Orbital Mechanics MARYLAND U N I V E R S I T Y O F. Orbital Mechanics. ENAE 483/788D - Principles of Space Systems Design

Orbital Mechanics MARYLAND U N I V E R S I T Y O F. Orbital Mechanics. ENAE 483/788D - Principles of Space Systems Design Lecture #05 September 15, 2015 Planetary launch and entry overview Energy and velocity in orbit Elliptical orbit parameters Orbital elements Coplanar orbital transfers Noncoplanar transfers Time in orbit

More information

Abstract A COUPLED INTERPLANETARY ENTRY, DESCENT AND LANDING TARGETING PROCEDURE. Jeremy David Shidner, M.S., National Institute of Aerospace

Abstract A COUPLED INTERPLANETARY ENTRY, DESCENT AND LANDING TARGETING PROCEDURE. Jeremy David Shidner, M.S., National Institute of Aerospace Abstract Title of Thesis: A COUPLED INTERPLANETARY ENTRY, DESCENT AND LANDING TARGETING PROCEDURE Jeremy David Shidner, M.S., 006 Thesis Directed by: Dr. Robert Tolson National Institute of Aerospace In

More information

VLBA Astrometry of Planetary Orbiters

VLBA Astrometry of Planetary Orbiters VLBA Astrometry of Planetary Orbiters Dayton Jones (1), Ed Fomalont (2), Vivek Dhawan (2), Jon Romney (2), William Folkner (1), Robert Jacobson (1), Gabor Lanyi (1), and James Border (1) (1) Jet Propulsion

More information

MARYLAND U N I V E R S I T Y O F. Orbital Mechanics. Principles of Space Systems Design

MARYLAND U N I V E R S I T Y O F. Orbital Mechanics. Principles of Space Systems Design Energy and velocity in orbit Elliptical orbit parameters Orbital elements Coplanar orbital transfers Noncoplanar transfers Time and flight path angle as a function of orbital position Relative orbital

More information

Orbital Mechanics MARYLAND. Orbital Mechanics. ENAE 483/788D - Principles of Space Systems Design

Orbital Mechanics MARYLAND. Orbital Mechanics. ENAE 483/788D - Principles of Space Systems Design Lecture #08 September 22, 2016 Planetary launch and entry overview Energy and velocity in orbit Elliptical orbit parameters Orbital elements Coplanar orbital transfers Noncoplanar transfers Time in orbit

More information

Mission Design Options for Solar-C Plan-A

Mission Design Options for Solar-C Plan-A Solar-C Science Definition Meeting Nov. 18, 2008, ISAS Mission Design Options for Solar-C Plan-A Y. Kawakatsu (JAXA) M. Morimoto (JAXA) J. A. Atchison (Cornell U.) J. Kawaguchi (JAXA) 1 Introduction 2

More information

Patched Conic Interplanetary Trajectory Design Tool

Patched Conic Interplanetary Trajectory Design Tool Copyright by Martin James Brennan 2011 The Thesis committee for Martin James Brennan Certifies that this is the approved version of the following thesis: Patched Conic Interplanetary Trajectory Design

More information

INTERPLANETARY TRANSFER TRAJECTORIES USING THE INVARIANT MANIFOLDS OF HALO ORBITS. A Thesis. presented to

INTERPLANETARY TRANSFER TRAJECTORIES USING THE INVARIANT MANIFOLDS OF HALO ORBITS. A Thesis. presented to INTERPLANETARY TRANSFER TRAJECTORIES USING THE INVARIANT MANIFOLDS OF HALO ORBITS A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of

More information

Chapter 4. Integrated Algorithm for Impact Lunar Transfer Trajectories. using Pseudo state Technique

Chapter 4. Integrated Algorithm for Impact Lunar Transfer Trajectories. using Pseudo state Technique Chapter 4 Integrated Algorithm for Impact Lunar Transfer Trajectories using Pseudo state Technique Abstract A new integrated algorithm to generate the design of one-way direct transfer trajectory for moon

More information

ORBITAL CHARACTERISTICS DUE TO THE THREE DIMENSIONAL SWING-BY IN THE SUN-JUPITER SYSTEM

ORBITAL CHARACTERISTICS DUE TO THE THREE DIMENSIONAL SWING-BY IN THE SUN-JUPITER SYSTEM ORBITAL CHARACTERISTICS DUE TO THE THREE DIMENSIONAL SWING-BY IN THE SUN-JUPITER SYSTEM JORGE K. S. FORMIGA 1,2 and ANTONIO F B A PRADO 2 National Institute for Space Research -INPE 1 Technology Faculty-FATEC-SJC

More information

Velocity Requirements for a Soft Landing «3j on Phobos or Deimos in 1969

Velocity Requirements for a Soft Landing «3j on Phobos or Deimos in 1969 AEROSPACE REPORT NO TOR-02O0(44BSj t 00 GO *> to Velocity Requirements for a Soft Landing «3j on Phobos or Deimos in 1969 Prepared by J. M. BAKER Elecrronics Division July!968 Prepared for SPACE AND MISSILE

More information

ANNEX 1. DEFINITION OF ORBITAL PARAMETERS AND IMPORTANT CONCEPTS OF CELESTIAL MECHANICS

ANNEX 1. DEFINITION OF ORBITAL PARAMETERS AND IMPORTANT CONCEPTS OF CELESTIAL MECHANICS ANNEX 1. DEFINITION OF ORBITAL PARAMETERS AND IMPORTANT CONCEPTS OF CELESTIAL MECHANICS A1.1. Kepler s laws Johannes Kepler (1571-1630) discovered the laws of orbital motion, now called Kepler's laws.

More information

10 Orbit and Constellation Design Selecting the Right Orbit

10 Orbit and Constellation Design Selecting the Right Orbit Orbit and Constellation Design Selecting the Right Orbit.7 Design of Interplanetary Orbits Faster Trajectories Ron Noomen, Delft University of Technology Using the recipe given in Table -9, one can compute

More information

Spacecraft Dynamics and Control

Spacecraft Dynamics and Control Spacecraft Dynamics and Control Matthew M. Peet Arizona State University Lecture 5: Hyperbolic Orbits Introduction In this Lecture, you will learn: Hyperbolic orbits Hyperbolic Anomaly Kepler s Equation,

More information

Interplanetary Mission Analysis

Interplanetary Mission Analysis Interplanetary Mission Analysis Stephen Kemble Senior Expert EADS Astrium stephen.kemble@astrium.eads.net Page 1 Contents 1. Conventional mission design. Advanced mission design options Page 1. Conventional

More information

Mars Atmosphere and Volatile Evolution Mission (MAVEN) Status of the MAVEN Mission at Mars 18 May 2018

Mars Atmosphere and Volatile Evolution Mission (MAVEN) Status of the MAVEN Mission at Mars 18 May 2018 Mars Atmosphere and Volatile Evolution Mission (MAVEN) Status of the MAVEN Mission at Mars 18 May 2018 Bruce Jakosky Laboratory for Atmospheric and Space Physics University of Colorado at Boulder USA MAVEN

More information

A Simple Semi-Analytic Model for Optimum Specific Impulse Interplanetary Low Thrust Trajectories

A Simple Semi-Analytic Model for Optimum Specific Impulse Interplanetary Low Thrust Trajectories A Simple Semi-Analytic Model for Optimum Specific Impulse Interplanetary Low Thrust Trajectories IEPC-2011-010 * Presented at the 32nd International Electric Propulsion Conference, Wiesbaden Germany David

More information

Lesson 11: Orbital Transfers II. 10/6/2016 Robin Wordsworth ES 160: Space Science and Engineering: Theory and ApplicaCons

Lesson 11: Orbital Transfers II. 10/6/2016 Robin Wordsworth ES 160: Space Science and Engineering: Theory and ApplicaCons Lesson 11: Orbital Transfers II 10/6/2016 Robin Wordsworth ES 160: Space Science and Engineering: Theory and ApplicaCons ObjecCves Introduce concept of sphere of influence Study the patched conics approach

More information

Experimental Analysis of Low Earth Orbit Satellites due to Atmospheric Perturbations

Experimental Analysis of Low Earth Orbit Satellites due to Atmospheric Perturbations Experimental Analysis of Low Earth Orbit Satellites due to Atmospheric Perturbations Aman Saluja #1, Manish Bansal #2, M Raja #3, Mohd Maaz #4 #Aerospace Department, University of Petroleum and Energy

More information

ROBOTIC MARS EXPLORATION TRAJECTORIES USING HALL THRUSTERS

ROBOTIC MARS EXPLORATION TRAJECTORIES USING HALL THRUSTERS AAS 14-364 ROBOTIC MARS EXPLORATION TRAJECTORIES USING HALL THRUSTERS Theresa D. Kowalkowski, * Zachary J. Bailey, Robert E. Lock, Erick J. Sturm, and Ryan C. Woolley ** INTRODUCTION A variety of Mars

More information

Swing-By Maneuvers for a Cloud of Particles with Planets of the Solar System

Swing-By Maneuvers for a Cloud of Particles with Planets of the Solar System Swing-By Maneuvers for a Cloud of Particles with Planets of the Solar System VIVIAN MARTINS GOMES, ANTONIO F. B. A. PRADO National Institute for Space Research INPE - DMC Av. Dos Astronautas 1758 São José

More information

Design of Orbits and Spacecraft Systems Engineering. Scott Schoneman 13 November 03

Design of Orbits and Spacecraft Systems Engineering. Scott Schoneman 13 November 03 Design of Orbits and Spacecraft Systems Engineering Scott Schoneman 13 November 03 Introduction Why did satellites or spacecraft in the space run in this orbit, not in that orbit? How do we design the

More information

NAVIGATION & MISSION DESIGN BRANCH

NAVIGATION & MISSION DESIGN BRANCH c o d e 5 9 5 National Aeronautics and Space Administration Michael Mesarch Michael.A.Mesarch@nasa.gov NAVIGATION & MISSION DESIGN BRANCH www.nasa.gov Outline Orbital Elements Orbital Precession Differential

More information

Escape Trajectories from the L 2 Point of the Earth-Moon System

Escape Trajectories from the L 2 Point of the Earth-Moon System Trans. Japan Soc. Aero. Space Sci. Vol. 57, No. 4, pp. 238 244, 24 Escape Trajectories from the L 2 Point of the Earth-Moon System By Keita TANAKA Þ and Jun ichiro KAWAGUCHI 2Þ Þ Department of Aeronautics

More information

Optimal Gravity Assisted Orbit Insertion for Europa Orbiter Mission

Optimal Gravity Assisted Orbit Insertion for Europa Orbiter Mission Optimal Gravity Assisted Orbit Insertion for Europa Orbiter Mission Deepak Gaur 1, M. S. Prasad 2 1 M. Tech. (Avionics), Amity Institute of Space Science and Technology, Amity University, Noida, U.P.,

More information

Interplanetary Travel

Interplanetary Travel Interplanetary Travel Interplanetary Travel Concept Patched Conic Hypothesis Departure & Arrival Manoeuvres Interplanetary Travel Concept Interplanetary travel is concerned with motion of manmade objects

More information

THE TRAJECTORY CONTROL STRATEGIES FOR AKATSUKI RE-INSERTION INTO THE VENUS ORBIT

THE TRAJECTORY CONTROL STRATEGIES FOR AKATSUKI RE-INSERTION INTO THE VENUS ORBIT THE TRAJECTORY CONTROL STRATEGIES FOR AKATSUKI RE-INSERTION INTO THE VENUS ORBIT Chikako Hirose (), Nobuaki Ishii (), Yasuhiro Kawakatsu (), Chiaki Ukai (), and Hiroshi Terada () () JAXA, 3-- Yoshinodai

More information

What is the InterPlanetary Superhighway?

What is the InterPlanetary Superhighway? What is the InterPlanetary Superhighway? Kathleen Howell Purdue University Lo and Ross Trajectory Key Space Technology Mission-Enabling Technology Not All Technology is hardware! The InterPlanetary Superhighway

More information

arxiv: v1 [physics.pop-ph] 29 May 2009

arxiv: v1 [physics.pop-ph] 29 May 2009 Gravity assist in 3D like in Ulysses mission Herbert Morales Escuela de Física, Universidad de Costa Rica, San José, Costa Rica arxiv:0905.4788v1 [physics.pop-ph] 29 May 2009 (Dated: October 22, 2018)

More information

Analysis of Relative Motion of Collocated Geostationary Satellites with Geometric Constraints

Analysis of Relative Motion of Collocated Geostationary Satellites with Geometric Constraints www.dlr.de Chart 1 Analysis of Relative Motion of Collocated Geostationary Satellites with Geometric Constraints SFFMT2013, München F. de Bruijn & E. Gill 31 May 2013 www.dlr.de Chart 2 Presentation Outline

More information

OPTIMAL MANEUVERS IN THREE-DIMENSIONAL SWING-BY TRAJECTORIES

OPTIMAL MANEUVERS IN THREE-DIMENSIONAL SWING-BY TRAJECTORIES OPTIMAL MANEUVERS IN THREE-DIMENSIONAL SWING-BY TRAJECTORIES Gislaine de Felipe and Antonio Fernando Bertachini de Almeida Prado Instituto Nacional de Pesquisas Espaciais - São José dos Campos - SP - 12227-010

More information

AST111, Lecture 1b. Measurements of bodies in the solar system (overview continued) Orbital elements

AST111, Lecture 1b. Measurements of bodies in the solar system (overview continued) Orbital elements AST111, Lecture 1b Measurements of bodies in the solar system (overview continued) Orbital elements Planetary properties (continued): Measuring Mass The orbital period of a moon about a planet depends

More information

JUICE/Laplace Mission Summary & Status

JUICE/Laplace Mission Summary & Status JUICE/Laplace Mission Summary & Status C. Erd JUICE Instrument WS, Darmstadt 9/11/2011 Activities during the Reformulation Phase 1. Feasible JGO s/c as a starting point a. no re-design of s/c necessary

More information

Orbital Mechanics MARYLAND. Orbital Mechanics. ENAE 483/788D - Principles of Space Systems Design

Orbital Mechanics MARYLAND. Orbital Mechanics. ENAE 483/788D - Principles of Space Systems Design Lecture #08 September 20, 2018 Planetary launch and entry overview Energy and velocity in orbit Elliptical orbit parameters Orbital elements Coplanar orbital transfers Noncoplanar transfers Time in orbit

More information

Effect of Coordinate Switching on Translunar Trajectory Simulation Accuracy

Effect of Coordinate Switching on Translunar Trajectory Simulation Accuracy Effect of Coordinate Switching on Translunar Trajectory Simulation Accuracy Mana P. Vautier Auburn University, Auburn, AL, 36849, USA This paper focuses on the affect of round-off error in the accurate

More information

Exploration of Distant Retrograde Orbits Around Europa AAS

Exploration of Distant Retrograde Orbits Around Europa AAS Exploration of Distant Retrograde Orbits Around Europa AAS 05-110 Try Lam Gregory J. Whiffen 2005 AAS/AIAA Space Flight Mechanics Meeting Copper Mountain, Colorado 23-27 January 2005 Agenda 1/24/2005 Motivation

More information

AN ANALYTICAL SOLUTION TO QUICK-RESPONSE COLLISION AVOIDANCE MANEUVERS IN LOW EARTH ORBIT

AN ANALYTICAL SOLUTION TO QUICK-RESPONSE COLLISION AVOIDANCE MANEUVERS IN LOW EARTH ORBIT AAS 16-366 AN ANALYTICAL SOLUTION TO QUICK-RESPONSE COLLISION AVOIDANCE MANEUVERS IN LOW EARTH ORBIT Jason A. Reiter * and David B. Spencer INTRODUCTION Collision avoidance maneuvers to prevent orbital

More information

Mission Trajectory Design to a Nearby Asteroid

Mission Trajectory Design to a Nearby Asteroid Mission Trajectory Design to a Nearby Asteroid A project present to The Faculty of the Department of Aerospace Engineering San Jose State University in partial fulfillment of the requirements for the degree

More information

Astromechanics. 6. Changing Orbits

Astromechanics. 6. Changing Orbits Astromechanics 6. Changing Orbits Once an orbit is established in the two body problem, it will remain the same size (semi major axis) and shape (eccentricity) in the original orbit plane. In order to

More information

Introduction to Astronomy

Introduction to Astronomy Introduction to Astronomy AST0111-3 (Astronomía) Semester 2014B Prof. Thomas H. Puzia Newton s Laws Big Ball Fail Universal Law of Gravitation Every mass attracts every other mass through a force called

More information

Trajectories to the Moons (incl. a trajectory for an Enceladus orbiter)

Trajectories to the Moons (incl. a trajectory for an Enceladus orbiter) Trajectories to the Moons (incl. a trajectory for an Enceladus orbiter) Stefano Campagnola 1,Ryan Russell 2, and Nathan Strange 3 JPL-Caltech/CDS Meetings, August 3rd 2009 1 Aerospace and Mechanical Engineering,

More information

Design of a Multi-Moon Orbiter

Design of a Multi-Moon Orbiter C C Dynamical A L T E C S H Design of a Multi-Moon Orbiter Shane D. Ross Control and Dynamical Systems and JPL, Caltech W.S. Koon, M.W. Lo, J.E. Marsden AAS/AIAA Space Flight Mechanics Meeting Ponce, Puerto

More information

Orbit Characteristics

Orbit Characteristics Orbit Characteristics We have shown that the in the two body problem, the orbit of the satellite about the primary (or vice-versa) is a conic section, with the primary located at the focus of the conic

More information

Astrodynamics of Moving Asteroids

Astrodynamics of Moving Asteroids Astrodynamics of Moving Asteroids Damon Landau, Nathan Strange, Gregory Lantoine, Tim McElrath NASA-JPL/CalTech Copyright 2014 California Institute of Technology. Government sponsorship acknowledged. Capture

More information

CHAPTER 3 PERFORMANCE

CHAPTER 3 PERFORMANCE PERFORMANCE 3.1 Introduction The LM-3A performance figures given in this chapter are based on the following assumptions: Launching from XSLC (Xichang Satellite Launch Center, Sichuan Province, China),

More information

MARYLAND U N I V E R S I T Y O F. Orbital Mechanics. Principles of Space Systems Design

MARYLAND U N I V E R S I T Y O F. Orbital Mechanics. Principles of Space Systems Design Energy and velocity in orbit Elliptical orbit parameters Orbital elements Coplanar orbital transfers Noncoplanar transfers Time and flight path angle as a function of orbital position Relative orbital

More information

Fundamentals of Astrodynamics and Applications

Fundamentals of Astrodynamics and Applications Fundamentals of Astrodynamics and Applications Third Edition David A. Vallado with technical contributions by Wayne D. McClain Space Technology Library Published Jointly by Microcosm Press Hawthorne, CA

More information

SELENE TRANSLUNAR TRAJECTORY AND LUNAR ORBIT INJECTION

SELENE TRANSLUNAR TRAJECTORY AND LUNAR ORBIT INJECTION SELENE TRANSLUNAR TRAJECTORY AND LUNAR ORBIT INJECTION Yasuihiro Kawakatsu (*1) Ken Nakajima (*2), Masahiro Ogasawara (*3), Yutaka Kaneko (*1), Yoshisada Takizawa (*1) (*1) National Space Development Agency

More information

Space Travel on a Shoestring: CubeSat Beyond LEO

Space Travel on a Shoestring: CubeSat Beyond LEO Space Travel on a Shoestring: CubeSat Beyond LEO Massimiliano Vasile, Willem van der Weg, Marilena Di Carlo Department of Mechanical and Aerospace Engineering University of Strathclyde, Glasgow 5th Interplanetary

More information

ADVANCED NAVIGATION STRATEGIES FOR AN ASTEROID SAMPLE RETURN MISSION

ADVANCED NAVIGATION STRATEGIES FOR AN ASTEROID SAMPLE RETURN MISSION AAS 11-499 ADVANCED NAVIGATION STRATEGIES FOR AN ASTEROID SAMPLE RETURN MISSION J. Bauman,* K. Getzandanner, B. Williams,* K. Williams* The proximity operations phases of a sample return mission to an

More information

Targeting Mars. 19th June University of Ljubljana. Faculty of Mathematic and Physics. Seminar: 4. year-university program

Targeting Mars. 19th June University of Ljubljana. Faculty of Mathematic and Physics. Seminar: 4. year-university program University of Ljubljana Faculty of Mathematic and Physics Targeting Mars Seminar: 4. year-university program 19th June 016 Author: Jo²t Vrabi Koren Advisor: Prof. Dr. Tomaº Zwitter Ljubljana, June 016

More information

INDIRECT PLANETARY CAPTURE VIA PERIODIC ORBIT ABOUT LIBRATION POINTS

INDIRECT PLANETARY CAPTURE VIA PERIODIC ORBIT ABOUT LIBRATION POINTS 6 th International Conference on Astrodynamics Tools and Technique (ICATT) INDIRECT PLANETARY CAPTURE VIA PERIODIC ORBIT LI Xiangyu, Qiao Dong, Cui Pingyuan Beijing Institute of Technology Institute of

More information

CHAPTER 3 PERFORMANCE

CHAPTER 3 PERFORMANCE PERFORMANCE 3.1 Introduction The LM-3B performance figures given in this chapter are based on the following assumptions: Launching from XSLC (Xichang Satellite Launch Center, Sichuan Province, China),

More information

ANALYSIS OF VARIOUS TWO SYNODIC PERIOD EARTH-MARS CYCLER TRAJECTORIES

ANALYSIS OF VARIOUS TWO SYNODIC PERIOD EARTH-MARS CYCLER TRAJECTORIES AIAA/AAS Astrodynamics Specialist Conference and Exhibit 5-8 August 2002, Monterey, California AIAA 2002-4423 ANALYSIS OF VARIOUS TWO SYNODIC PERIOD EARTH-MARS CYCLER TRAJECTORIES Dennis V. Byrnes Jet

More information

Chapter 8. Orbits. 8.1 Conics

Chapter 8. Orbits. 8.1 Conics Chapter 8 Orbits 8.1 Conics Conic sections first studied in the abstract by the Greeks are the curves formed by the intersection of a plane with a cone. Ignoring degenerate cases (such as a point, or pairs

More information

MARS RECONNAISSANCE ORBITER AEROBRAKING DAILY OPERATIONS AND COLLISION AVOIDANCE

MARS RECONNAISSANCE ORBITER AEROBRAKING DAILY OPERATIONS AND COLLISION AVOIDANCE MARS RECONNAISSANCE ORBITER AEROBRAKING DAILY OPERATIONS AND COLLISION AVOIDANCE 1. Introduction Stacia M. Long 1, Tung-Han You, C. Allen Halsell 3, Ramachand S. Bhat 4, Stuart W. Demcak 4, Eric J. Graat

More information

Interplanetary Trajectory Optimization using a Genetic Algorithm

Interplanetary Trajectory Optimization using a Genetic Algorithm Interplanetary Trajectory Optimization using a Genetic Algorithm Abby Weeks Aerospace Engineering Dept Pennsylvania State University State College, PA 16801 Abstract Minimizing the cost of a space mission

More information

New Worlds Observer Final Report Appendix J. Appendix J: Trajectory Design and Orbit Determination Lead Author: Karen Richon

New Worlds Observer Final Report Appendix J. Appendix J: Trajectory Design and Orbit Determination Lead Author: Karen Richon Appendix J: Trajectory Design and Orbit Determination Lead Author: Karen Richon The two NWO spacecraft will orbit about the libration point created by the Sun and Earth/Moon barycenter at the far side

More information

A STUDY OF POWERED SWING-BY. Antonio Fernando Bertachini de Almeida PRADO

A STUDY OF POWERED SWING-BY. Antonio Fernando Bertachini de Almeida PRADO A STUDY OF POWERED SWING-BY Antonio Fernando Bertachini de Almeida PRADO Instituto Nacional de Pesquisas Espaciais - INPE - São José dos Campos - SP - 7- - Brazil Phone ()-8977 E. 6 - Fax ()-87 - E-mail:

More information

ASE 366K Spacecraft Dynamics

ASE 366K Spacecraft Dynamics ASE 366K Spacecraft Dynamics Homework 2 Solutions 50 Points Total: 10 points each for 1.16, 1.19, 2.6, 2.7, and 10 points for completing the rest. 1.13 Show that the position vector is a min or max at

More information

Numerical analysis of the compliance of interplanetary CubeSats with planetary protection requirements

Numerical analysis of the compliance of interplanetary CubeSats with planetary protection requirements Numerical analysis of the compliance of interplanetary CubeSats with planetary protection requirements Francesca Letizia, Camilla Colombo University of Southampton 5th Interplanetary CubeSat Workshop Session

More information

Results found by the CNES team (team #4)

Results found by the CNES team (team #4) 3 rd Global Trajectory Optimisation Competition (GTOC3) organized by the Aerospace Propulsion Group of the Dipartimento di Energetica at Politecnico di Torino Results found by the CNES team (team #4) Presented

More information

MINIMUM IMPULSE TRANSFERS TO ROTATE THE LINE OF APSIDES

MINIMUM IMPULSE TRANSFERS TO ROTATE THE LINE OF APSIDES AAS 05-373 MINIMUM IMPULSE TRANSFERS TO ROTATE THE LINE OF APSIDES Connie Phong and Theodore H. Sweetser While an optimal scenario for the general two-impulse transfer between coplanar orbits is not known,

More information

Navigation and the Mars Global Surveyor Mission

Navigation and the Mars Global Surveyor Mission d Navigation and the Mars Global Surveyor Mission P. Esposito, V. Alwar, S. Demcak, J. Giorgini, E. Graat, and M. Johnston Jet Propulsion Laboratory, California Institute of Technology 4800 Oak Grove Drive

More information

Chapter 3 Kinematics in Two Dimensions; Vectors

Chapter 3 Kinematics in Two Dimensions; Vectors Chapter 3 Kinematics in Two Dimensions; Vectors Vectors and Scalars Addition of Vectors Graphical Methods (One and Two- Dimension) Multiplication of a Vector by a Scalar Subtraction of Vectors Graphical

More information

Identifying Safe Zones for Planetary Satellite Orbiters

Identifying Safe Zones for Planetary Satellite Orbiters AIAA/AAS Astrodynamics Specialist Conference and Exhibit 16-19 August 2004, Providence, Rhode Island AIAA 2004-4862 Identifying Safe Zones for Planetary Satellite Orbiters M.E. Paskowitz and D.J. Scheeres

More information

Chapter 8. Precise Lunar Gravity Assist Trajectories. to Geo-stationary Orbits

Chapter 8. Precise Lunar Gravity Assist Trajectories. to Geo-stationary Orbits Chapter 8 Precise Lunar Gravity Assist Trajectories to Geo-stationary Orbits Abstract A numerical search technique for designing a trajectory that transfers a spacecraft from a high inclination Earth orbit

More information

Some Methods for Global Trajectory Optimisation

Some Methods for Global Trajectory Optimisation Some Methods for Global Trajectory Optimisation used in the First ACT Competition on Global Trajectory Optimisation European Space Agency Team 11: Jet Propulsion Laboratory California Institute of Technology

More information

INTERPLANETARY AND LUNAR TRANSFERS USING LIBRATION POINTS

INTERPLANETARY AND LUNAR TRANSFERS USING LIBRATION POINTS INTERPLANETARY AND LUNAR TRANSFERS USING LIBRATION POINTS Francesco Topputo (), Massimiliano Vasile () and Franco Bernelli-Zazzera () () Dipartimento di Ingegneria Aerospaziale, Politecnico di Milano,

More information

APPENDIX B SUMMARY OF ORBITAL MECHANICS RELEVANT TO REMOTE SENSING

APPENDIX B SUMMARY OF ORBITAL MECHANICS RELEVANT TO REMOTE SENSING APPENDIX B SUMMARY OF ORBITAL MECHANICS RELEVANT TO REMOTE SENSING Orbit selection and sensor characteristics are closely related to the strategy required to achieve the desired results. Different types

More information

Escape Trajectories from Sun Earth Distant Retrograde Orbits

Escape Trajectories from Sun Earth Distant Retrograde Orbits Trans. JSASS Aerospace Tech. Japan Vol. 4, No. ists30, pp. Pd_67-Pd_75, 06 Escape Trajectories from Sun Earth Distant Retrograde Orbits By Yusue OKI ) and Junichiro KAWAGUCHI ) ) Department of Aeronautics

More information

MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 2 Due Tuesday, July 14, in class.

MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 2 Due Tuesday, July 14, in class. MAE 180A: Spacecraft Guidance I, Summer 2009 Homework 2 Due Tuesday, July 14, in class. Guidelines: Please turn in a neat and clean homework that gives all the formulae that you have used as well as details

More information