Historically speaking, the success rate of robotic planetary landers has been unsatisfyingly

Size: px
Start display at page:

Download "Historically speaking, the success rate of robotic planetary landers has been unsatisfyingly"

Transcription

1 Guidance for Autonomous Precision Landing on Airless Bodies Ingo Gerth and Erwin Mooij Deft University of Technology, Delft, The Netherlands, 2629 HS EXTENDED ABSTRACT Historically speaking, the success rate of robotic planetary landers has been unsatisfyingly low. The cumulative probability of failure based on historical data was about 20 % by the beginning of the last decade. 1 This may in part be traced to the limited capabilities of past systems: all landers were blind, and were unable to evade any surface hazards encountered. Because such high landing risks are unacceptable for next-generation spacecraft, much research is going into Hazard Detection and Avoidance (HDA) technologies for landers at the moment. Such systems allow landers to see using vision-based technologies and thus mitigate the risk of partial and fatal mission loss. Research has shown, for example, that the risk of failure could have been reduced by a factor of four for the Mars Science Laboratory mission. 2 Applying HDA impacts the GNC-system design significantly, and poses special requirements to guidance as well. Hence, it is the purpose of this paper to investigate the suitability of three landing guidance methods for application in GNC frameworks that use HDA technologies. The focus is on approach-phase guidance, the interval between main braking and (vertical) terminal descent. Only landings on airless bodies are considered, as atmospheric entry trajectories are typically designed very differently, calling for different guidance requirements. A second feature that is of interest for future landers and affects guidance is the capability to land precisely (landing area with a diameter D 400 m). 3 One way of achieving this level of precision is to apply optical navigation methods. This, in combination with HDA, MSc student in Spaceflight, Department of Astrodynamics and Space Missions, Deft University of Technology, Kluyverweg 1, 2629 HS, The Netherlands. Intern at ESA ESTEC, D-HSO/IL (Lunar Lander Office). AIAA student member. Assistant professor. Associate Fellow, AIAA. 1 of 6

2 broadens the envelope of possible mission scenarios. It can enlarge the accessible area by up to a factor of three, 2 and allows for landings near previously landed surface assets. Renewed interest in robotic Lunar exploration can be observed around the major space agencies in the past few years. Despite recent setbacks, ESA is investigating a robotic Lunar lander as well. 3 The work of this paper is based on the requirements stipulated by this mission. The ESA Lunar Lander shall not only demonstrate HDA, but also precision landing technologies. Accordingly, the requirements for the approach-phase guidance laws discussed in this paper are as follows: Pinpoint-landing ability. The precise landing target must be specifiable in the guidance law. Adaptivity. Because the HDA system can command diverts to alternative landing site locations if the current site should be found to be unsafe and a safer one exists guidance shall be able to re-plan the trajectory to a new target on-line. Computational efficiency. Although comparably powerful space-grade computers have emerged, the image processing needed for HDA and optical navigation will put a heavy load on the CPU. Thus, guidance will be restricted in terms of computational resources, too, and shall work as efficiently as possible. Fuel optimality. Finally, the guidance law shall be fuel optimal as to maximize the feasible payload mass. This is of elevated importance when used in combination with HDA, because divert manoeuvres may require extra propellant. An extensive literature survey considering 24 guidance algorithms has been performed with the goal of selecting three candidates for further study. Out of the 24, 17 were considered in a detailed trade-off that considered the requirements stated above. The selection was based on data found in the literature (such as References 4 and 5) and expert judgment. The requirement fulfilling algorithms that were chosen for this study are E-Guidance, 6 D Souza s guidance mode, 7 and a convex optimization-based mode. 8 All of them feature pinpoint-landing terminal-state-vector guidance, adaptivity, and fuel optimality. However, complexity is increasing from the former to the latter. Thus, one goal of this research is to identify the gain from applying more complicated algorithms. The studied algorithms are briefly introduced next. Firstly, E-Guidance is based on the principle of constraining the spacecraft s total acceleration to a linear polynomial of the form: a c = a g = c 1 + c 2 t go g (1) where a c is the commanded thrust acceleration, a the total acceleration acting on the vehicle, g is the local gravity vector, c denotes coefficients, and t go denotes the time-to-go, a 2 of 6

3 quantity decreasing from the vehicle s current position along the trajectory to zero at landing. The coefficients are computed along the trajectory as follows: c 1 = c 2 2 t go 6 t 2 go 6 t 2 go 12 t 3 go v f v 0 (2) r f r 0 v 0 t go where v denotes the velocity vector, r the position vector, and the indices f and 0 the final and current conditions respectively. As this is an underconstrained system, the time-to-go is left as a free variable. One way to estimate t go is to derive it from the rocket equation, which was found to be close to the fuel-optimal solution. This method finds the time from: t go = τ (1 exp ( V/V e )) (3) where V e is the engine s exhaust velocity, and τ and V are given by: τ = τ 0 t V = (ẋ ẋ f ) 2 + (ẏ ẏ f ) 2 + (ż ż f ) 2 (4) The characteristic time τ needs to be initialised with τ 0 shown in the previous formula. This is done by using a reasonable estimate for t go in the first few steps and computing τ 0 from this as: τ 0 = ṁ m (5) After that, a switch to the procedure outlined above occurs. Because divisions by t go occur in Equation (2), the coefficients are simply not recomputed after a threshold value of 2 s. This chosen as a trade between sacrificing some landing precision and safety. Initial results have been obtained for a Mercury landing scenario using this E-Guidance scheme. In this scenario, the lander is initially located at 20 km downrange from the landing site and has a speed of 712 m/s. Figure 1 shows the results of the time-to-go estimation. The switch over from the initialisation to the primary method and the threshold are readily observable. The graph is also almost linear, indicating a stable estimation and a consistent prediction of the flight time already early in the simulation. The trajectory resulting from the estimated values for t go is shown in Figure 2. As the arrows indicate, in this scenario the thrust is increasing along the trajectory, but guides the vehicle safely to the landing site. The reduced distance in between ticks towards the end shows that the lander is slowing down. As far as HDA is concerned, the resulting trajectory is favorable because it resembles a straight line. This ensures that the landing site can stay 3 of 6

4 60 tgo [s t go switch-over t go threshold 0 t Figure 1. Results from the time-to-go estimation for the Mercury landing scenario. in the field of view of the cameras for HDA during the entire descent. In this preliminary 3-DOF simulation, the landing errors in position and velocity are negligibly small. y [km x Figure 2. The guided landing trajectory following from E-Guidance. No results have been obtained for the other two algorithms yet. Nevertheless they are briefly introduced next. The fuel mode proposed by D Souza optimizes the following performance index: 7 min J = Γt f tf t 0 a T a dt (6) where Γ is a weighting on the final time, which can be used to adjust the trajectory. Tuning Γ can be used for avoiding sub-terranean trajectories, for example. Using the calculus of variations, it can be shown that the optimal control accelerations are: a c = 4 v t go 6 r t 2 go g (7) where r = r r f, and v = v v f, and g = (0 0 g) T. The time-to-go can then be obtained by solving the following quartic equation, which is analytically shown in the corresponding paper: 7 ( ) Γ + g2 t 4 go 2v T vt 2 go 12v T r t go 18r T r = 0 (8) 2 4 of 6

5 The method is thus an explicit, three-dimensional guidance mode. Necessary and sufficient optimality conditions are fulfilled. Note the similarity to E-Guidance in terms of the commanded acceleration. Finally, the mode based on convex optimization theory 9 solves the following problem: 8 tf min a(t)t a(t) dt t f,a( ) 0 ṁ(t) = α T(t), z 0, β l β β u (9) m(0) = m 0, r(0) = r 0, ṙ(0) = ṙ 0, r(t f ) = r f, ṙ(t f ) = 0 where ṁ is the mass flow, z stands for the vertical component of the position vector with respect to the local surface horizontal, and β denotes the viewing angle between the camera and the landing site with the upper and lower limits u and l. Hence, the optimizer will solve an explicitly constrained problem that takes HDA limitations into account, which the other two algorithms cannot. Because this guidance mode is too complex to be briefly introduced here, the detailed discussion is deferred to later work. Further research will focus on the implementation of all three guidance modes in a highfidelity simulator that takes HDA into account. The algorithms will then be thoroughly tested and compared in a cardinal fashion as proposed by Steinfeldt, Braun, and Stephen. 10 This allows for a quantitative comparison of all guidance modes. Possible improvements of the algorithms will be identified and documented. The expected result is thus the identification of the best guidance law for autonomous robotic landings on airless bodies, where HDA is taken into account. Sensitivity and robustness testing will be performed for the chosen law. Initial results could be obtained for E-Guidance, showing promising suitability for HDA and precision landing. It is expected that even better results can be obtained for the other two guidance algorithms. References 1 Strandmoe, S. E., Jean-Marius, T., and Trinh, S., Toward a vision based autonomous planetary lander, AIAA Guidance, Navigation and Control Conference, AIAA , Huertas, A., Cheng, Y., and Matthies, L., Real-time Hazard Detection for Landers, NASA Science Technology Conference, Fisackerly, R., Pradier, A., Gardini, B., Houdou, B., Philippe, C., De Rosa, D., and Carpenter, J., The ESA Lunar Lander Mission, AIAA SPACE 2011 Conference & Exposition, AIAA , Steinfeldt, B. A., Grant, M. J., Matz, D. M., Braun, R. D., and Barton, G. H., Guidance, Navigation, and Control Technology System Trades for Mars Pinpoint Landing, AIAA Atmospheric Flight Mechanics Conference and Exhibit, AIAA , Atlanta, GA, of 6

6 5 Sostaric, R. R. and Rea, J. R., Powered Descent Guidance Methods For The Moon and Mars, AIAA Guidance, Navigation, and Control Conference and Exhibit, AIAA , Cherry, G. W., A general, explicit, optimizing guidance law for rocket-propelled spaceflight, AIAA/ION Astrodynamics Guidance and Control Conference, AIAA , D Souza, C. N., An optimal guidance law for planetary landing, AIAA/AAS Astrodynamics Specialist Conference and Exhibit, AIAA , Acikmense, B. and Ploen, S. R., Convex Programming Approach to Powered Descent Guidance for Mars Landing, Journal of Guidance, Control, and Dynamics, Vol. 30, No. 5, Sept. 2007, pp Boyd, S. and Vandenberghe, L., Convex Optimization, Cambridge University Press, Steinfeldt, B. A., Braun, R. D., and Paschall, S. C. I., Guidance and Control Algorithm Robustness Baseline Indexing, AIAA/AAS Astrodynamics Specialist Conference and Exhibit, AIAA , of 6

Crater detection with segmentation-based image processing algorithm

Crater detection with segmentation-based image processing algorithm Template reference : 100181708K-EN Crater detection with segmentation-based image processing algorithm M. Spigai, S. Clerc (Thales Alenia Space-France) V. Simard-Bilodeau (U. Sherbrooke and NGC Aerospace,

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS DIDO OPTIMIZATION OF A LUNAR LANDING TRAJECTORY WITH RESPECT TO AUTONOMOUS LANDING HAZARD AVOIDANCE TECHNOLOGY by Michael R. Francis September 2009

More information

WEIGHTLESS WONDER Reduced Gravity Flight

WEIGHTLESS WONDER Reduced Gravity Flight WEIGHTLESS WONDER Reduced Gravity Flight Instructional Objectives Students will use trigonometric ratios to find vertical and horizontal components of a velocity vector; derive a formula describing height

More information

G U I D E T O A P P L I E D O R B I T A L M E C H A N I C S F O R K E R B A L S P A C E P R O G R A M

G U I D E T O A P P L I E D O R B I T A L M E C H A N I C S F O R K E R B A L S P A C E P R O G R A M G U I D E T O A P P L I E D O R B I T A L M E C H A N I C S F O R K E R B A L S P A C E P R O G R A M CONTENTS Foreword... 2 Forces... 3 Circular Orbits... 8 Energy... 10 Angular Momentum... 13 FOREWORD

More information

1 of 7 9/5/2009 6:12 PM

1 of 7 9/5/2009 6:12 PM 1 of 7 9/5/2009 6:12 PM Chapter 2 Homework Due: 9:00am on Tuesday, September 8, 2009 Note: To understand how points are awarded, read your instructor's Grading Policy. [Return to Standard Assignment View]

More information

Lecture L14 - Variable Mass Systems: The Rocket Equation

Lecture L14 - Variable Mass Systems: The Rocket Equation J. Peraire, S. Widnall 16.07 Dynamics Fall 2008 Version 2.0 Lecture L14 - Variable Mass Systems: The Rocket Equation In this lecture, we consider the problem in which the mass of the body changes during

More information

Does currently available technology have the capacity to facilitate a manned mission to Mars?

Does currently available technology have the capacity to facilitate a manned mission to Mars? Furze Platt Senior School Does currently available technology have the capacity to facilitate a manned mission to Mars? Daniel Messias Date: 8/03/2015 Candidate Number: 7158 Centre Number: 51519 Contents

More information

Journal of Engineering Science and Technology Review 2 (1) (2009) 76-81. Lecture Note

Journal of Engineering Science and Technology Review 2 (1) (2009) 76-81. Lecture Note Journal of Engineering Science and Technology Review 2 (1) (2009) 76-81 Lecture Note JOURNAL OF Engineering Science and Technology Review www.jestr.org Time of flight and range of the motion of a projectile

More information

Design Considerations for Water-Bottle Rockets. The next few pages are provided to help in the design of your water-bottle rocket.

Design Considerations for Water-Bottle Rockets. The next few pages are provided to help in the design of your water-bottle rocket. Acceleration= Force OVER Mass Design Considerations for Water-Bottle Rockets The next few pages are provided to help in the design of your water-bottle rocket. Newton s First Law: Objects at rest will

More information

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVI - Fault Accomodation Using Model Predictive Methods - Jovan D. Bošković and Raman K.

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVI - Fault Accomodation Using Model Predictive Methods - Jovan D. Bošković and Raman K. FAULT ACCOMMODATION USING MODEL PREDICTIVE METHODS Scientific Systems Company, Inc., Woburn, Massachusetts, USA. Keywords: Fault accommodation, Model Predictive Control (MPC), Failure Detection, Identification

More information

Can Hubble be Moved to the International Space Station? 1

Can Hubble be Moved to the International Space Station? 1 Can Hubble be Moved to the International Space Station? 1 On January 16, NASA Administrator Sean O Keefe informed scientists and engineers at the Goddard Space Flight Center (GSFC) that plans to service

More information

A MONTE CARLO DISPERSION ANALYSIS OF A ROCKET FLIGHT SIMULATION SOFTWARE

A MONTE CARLO DISPERSION ANALYSIS OF A ROCKET FLIGHT SIMULATION SOFTWARE A MONTE CARLO DISPERSION ANALYSIS OF A ROCKET FLIGHT SIMULATION SOFTWARE F. SAGHAFI, M. KHALILIDELSHAD Department of Aerospace Engineering Sharif University of Technology E-mail: saghafi@sharif.edu Tel/Fax:

More information

Lecture L5 - Other Coordinate Systems

Lecture L5 - Other Coordinate Systems S. Widnall, J. Peraire 16.07 Dynamics Fall 008 Version.0 Lecture L5 - Other Coordinate Systems In this lecture, we will look at some other common systems of coordinates. We will present polar coordinates

More information

Lecture L17 - Orbit Transfers and Interplanetary Trajectories

Lecture L17 - Orbit Transfers and Interplanetary Trajectories S. Widnall, J. Peraire 16.07 Dynamics Fall 008 Version.0 Lecture L17 - Orbit Transfers and Interplanetary Trajectories In this lecture, we will consider how to transfer from one orbit, to another or to

More information

State Newton's second law of motion for a particle, defining carefully each term used.

State Newton's second law of motion for a particle, defining carefully each term used. 5 Question 1. [Marks 20] An unmarked police car P is, travelling at the legal speed limit, v P, on a straight section of highway. At time t = 0, the police car is overtaken by a car C, which is speeding

More information

Mars Sample Return Campaign: An Overview. Dr. Firouz Naderi Associate Director NASA s JPL

Mars Sample Return Campaign: An Overview. Dr. Firouz Naderi Associate Director NASA s JPL Mars Sample Return Campaign: An Overview Dr. Firouz Naderi Associate Director NASA s JPL 1 Why Sample Return? Why Now? Compelling Science Informed Landing Site Selection International Interest Good Engineering

More information

Speed, velocity and acceleration

Speed, velocity and acceleration Chapter Speed, velocity and acceleration Figure.1 What determines the maximum height that a pole-vaulter can reach? 1 In this chapter we look at moving bodies, how their speeds can be measured and how

More information

State Newton's second law of motion for a particle, defining carefully each term used.

State Newton's second law of motion for a particle, defining carefully each term used. 5 Question 1. [Marks 28] An unmarked police car P is, travelling at the legal speed limit, v P, on a straight section of highway. At time t = 0, the police car is overtaken by a car C, which is speeding

More information

Procedure for Marine Traffic Simulation with AIS Data

Procedure for Marine Traffic Simulation with AIS Data http://www.transnav.eu the International Journal on Marine Navigation and Safety of Sea Transportation Volume 9 Number 1 March 2015 DOI: 10.12716/1001.09.01.07 Procedure for Marine Traffic Simulation with

More information

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion S. Widnall 6.07 Dynamics Fall 009 Version.0 Lecture L - Degrees of Freedom and Constraints, Rectilinear Motion Degrees of Freedom Degrees of freedom refers to the number of independent spatial coordinates

More information

Spacecraft Power for Cassini

Spacecraft Power for Cassini NASA Fact Sheet Spacecraft Power for Cassini Cassini s electrical power source Radioisotope Thermoelectric Generators (RTGs) have provided electrical power for some of the U.S. space program s greatest

More information

Performance. 13. Climbing Flight

Performance. 13. Climbing Flight Performance 13. Climbing Flight In order to increase altitude, we must add energy to the aircraft. We can do this by increasing the thrust or power available. If we do that, one of three things can happen:

More information

Chapter 28 Fluid Dynamics

Chapter 28 Fluid Dynamics Chapter 28 Fluid Dynamics 28.1 Ideal Fluids... 1 28.2 Velocity Vector Field... 1 28.3 Mass Continuity Equation... 3 28.4 Bernoulli s Principle... 4 28.5 Worked Examples: Bernoulli s Equation... 7 Example

More information

Physics 11 Assignment KEY Dynamics Chapters 4 & 5

Physics 11 Assignment KEY Dynamics Chapters 4 & 5 Physics Assignment KEY Dynamics Chapters 4 & 5 ote: for all dynamics problem-solving questions, draw appropriate free body diagrams and use the aforementioned problem-solving method.. Define the following

More information

Name: Earth 110 Exploration of the Solar System Assignment 1: Celestial Motions and Forces Due in class Tuesday, Jan. 20, 2015

Name: Earth 110 Exploration of the Solar System Assignment 1: Celestial Motions and Forces Due in class Tuesday, Jan. 20, 2015 Name: Earth 110 Exploration of the Solar System Assignment 1: Celestial Motions and Forces Due in class Tuesday, Jan. 20, 2015 Why are celestial motions and forces important? They explain the world around

More information

Physics Kinematics Model

Physics Kinematics Model Physics Kinematics Model I. Overview Active Physics introduces the concept of average velocity and average acceleration. This unit supplements Active Physics by addressing the concept of instantaneous

More information

Conceptual Questions: Forces and Newton s Laws

Conceptual Questions: Forces and Newton s Laws Conceptual Questions: Forces and Newton s Laws 1. An object can have motion only if a net force acts on it. his statement is a. true b. false 2. And the reason for this (refer to previous question) is

More information

Problem 12.33. s s o v o t 1 2 a t2. Ball B: s o 0, v o 19 m s, a 9.81 m s 2. Apply eqn. 12-5: When the balls pass each other: s A s B. t 2.

Problem 12.33. s s o v o t 1 2 a t2. Ball B: s o 0, v o 19 m s, a 9.81 m s 2. Apply eqn. 12-5: When the balls pass each other: s A s B. t 2. ENPH 131 Assignment # Solutions Tutorial Problem (Rocket Height) A rocket, initially at rest on the ground, accelerates straight upward with a constant acceleration of 3. m s. The rocket accelerates for

More information

AIDA: Asteroid Impact & Deflection Assessment A Joint ESA-NASA Mission. Joint ESA NASA AIDA Team

AIDA: Asteroid Impact & Deflection Assessment A Joint ESA-NASA Mission. Joint ESA NASA AIDA Team AIDA: Asteroid Impact & Deflection Assessment A Joint ESA-NASA Mission Joint ESA NASA AIDA Team Chelyabinsk Meteor on 15 February 2013 AIDA Asteroid Deflection Test AIDA international cooperation First

More information

Chapter 3 Falling Objects and Projectile Motion

Chapter 3 Falling Objects and Projectile Motion Chapter 3 Falling Objects and Projectile Motion Gravity influences motion in a particular way. How does a dropped object behave?!does the object accelerate, or is the speed constant?!do two objects behave

More information

Penn State University Physics 211 ORBITAL MECHANICS 1

Penn State University Physics 211 ORBITAL MECHANICS 1 ORBITAL MECHANICS 1 PURPOSE The purpose of this laboratory project is to calculate, verify and then simulate various satellite orbit scenarios for an artificial satellite orbiting the earth. First, there

More information

ACCELERATION DUE TO GRAVITY

ACCELERATION DUE TO GRAVITY EXPERIMENT 1 PHYSICS 107 ACCELERATION DUE TO GRAVITY Skills you will learn or practice: Calculate velocity and acceleration from experimental measurements of x vs t (spark positions) Find average velocities

More information

Lecture L6 - Intrinsic Coordinates

Lecture L6 - Intrinsic Coordinates S. Widnall, J. Peraire 16.07 Dynamics Fall 2009 Version 2.0 Lecture L6 - Intrinsic Coordinates In lecture L4, we introduced the position, velocity and acceleration vectors and referred them to a fixed

More information

Ground Rules. PC1221 Fundamentals of Physics I. Kinematics. Position. Lectures 3 and 4 Motion in One Dimension. Dr Tay Seng Chuan

Ground Rules. PC1221 Fundamentals of Physics I. Kinematics. Position. Lectures 3 and 4 Motion in One Dimension. Dr Tay Seng Chuan Ground Rules PC11 Fundamentals of Physics I Lectures 3 and 4 Motion in One Dimension Dr Tay Seng Chuan 1 Switch off your handphone and pager Switch off your laptop computer and keep it No talking while

More information

TITAN EXPLORER ENTRY, DESCENT AND LANDING TRAJECTORY DESIGN

TITAN EXPLORER ENTRY, DESCENT AND LANDING TRAJECTORY DESIGN AAS 06-077 TITAN EXPLORER ENTRY, DESCENT AND LANDING TRAJECTORY DESIGN Jody L. Fisher and Robert E. Lindberg National Institute of Aerospace and Mary Kae Lockwood Johns Hopkins Applied Physics Laboratory

More information

Matlab Based Interactive Simulation Program for 2D Multisegment Mechanical Systems

Matlab Based Interactive Simulation Program for 2D Multisegment Mechanical Systems Matlab Based Interactive Simulation Program for D Multisegment Mechanical Systems Henryk Josiński,, Adam Świtoński,, Karol Jędrasiak, Andrzej Polański,, and Konrad Wojciechowski, Polish-Japanese Institute

More information

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Adaptive Cruise Control of a assenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Somphong Thanok, Manukid arnichkun School of Engineering and Technology, Asian Institute of Technology,

More information

How Rockets Work Newton s Laws of Motion

How Rockets Work Newton s Laws of Motion How Rockets Work Whether flying a small model rocket or launching a giant cargo rocket to Mars, the principles of how rockets work are exactly the same. Understanding and applying these principles means

More information

Automated Spacecraft Scheduling The ASTER Example

Automated Spacecraft Scheduling The ASTER Example Automated Spacecraft Scheduling The ASTER Example Ron Cohen ronald.h.cohen@jpl.nasa.gov Ground System Architectures Workshop 2002 Jet Propulsion Laboratory The Concept Scheduling by software instead of

More information

To define concepts such as distance, displacement, speed, velocity, and acceleration.

To define concepts such as distance, displacement, speed, velocity, and acceleration. Chapter 7 Kinematics of a particle Overview In kinematics we are concerned with describing a particle s motion without analysing what causes or changes that motion (forces). In this chapter we look at

More information

Orbital Mechanics. Angular Momentum

Orbital Mechanics. Angular Momentum Orbital Mechanics The objects that orbit earth have only a few forces acting on them, the largest being the gravitational pull from the earth. The trajectories that satellites or rockets follow are largely

More information

Vectors. Objectives. Assessment. Assessment. Equations. Physics terms 5/15/14. State the definition and give examples of vector and scalar variables.

Vectors. Objectives. Assessment. Assessment. Equations. Physics terms 5/15/14. State the definition and give examples of vector and scalar variables. Vectors Objectives State the definition and give examples of vector and scalar variables. Analyze and describe position and movement in two dimensions using graphs and Cartesian coordinates. Organize and

More information

Space Technologies for UV in the Regional Project STEPS Maria Antonietta Perino Thales Alenia Space Italia, Turin, Italy

Space Technologies for UV in the Regional Project STEPS Maria Antonietta Perino Thales Alenia Space Italia, Turin, Italy Template reference : 100181685K-EN Space Technologies for UV in the Regional Project STEPS Maria Antonietta Perino Thales Alenia Space Italia, Turin, Italy The Future of Aerospace Unmanned Vehicles & Systems,

More information

Work, Power, Energy Multiple Choice. PSI Physics. Multiple Choice Questions

Work, Power, Energy Multiple Choice. PSI Physics. Multiple Choice Questions Work, Power, Energy Multiple Choice PSI Physics Name Multiple Choice Questions 1. A block of mass m is pulled over a distance d by an applied force F which is directed in parallel to the displacement.

More information

Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1)

Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1) Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1) In discussing motion, there are three closely related concepts that you need to keep straight. These are: If x(t) represents the

More information

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid.

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Fluid Statics When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Consider a small wedge of fluid at rest of size Δx, Δz, Δs

More information

Duality in General Programs. Ryan Tibshirani Convex Optimization 10-725/36-725

Duality in General Programs. Ryan Tibshirani Convex Optimization 10-725/36-725 Duality in General Programs Ryan Tibshirani Convex Optimization 10-725/36-725 1 Last time: duality in linear programs Given c R n, A R m n, b R m, G R r n, h R r : min x R n c T x max u R m, v R r b T

More information

USING MS EXCEL FOR DATA ANALYSIS AND SIMULATION

USING MS EXCEL FOR DATA ANALYSIS AND SIMULATION USING MS EXCEL FOR DATA ANALYSIS AND SIMULATION Ian Cooper School of Physics The University of Sydney i.cooper@physics.usyd.edu.au Introduction The numerical calculations performed by scientists and engineers

More information

Slope and Rate of Change

Slope and Rate of Change Chapter 1 Slope and Rate of Change Chapter Summary and Goal This chapter will start with a discussion of slopes and the tangent line. This will rapidly lead to heuristic developments of limits and the

More information

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS DUSP 11.203 Frank Levy Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding

More information

Physics Midterm Review Packet January 2010

Physics Midterm Review Packet January 2010 Physics Midterm Review Packet January 2010 This Packet is a Study Guide, not a replacement for studying from your notes, tests, quizzes, and textbook. Midterm Date: Thursday, January 28 th 8:15-10:15 Room:

More information

Why Go Metric? Robert Lipsett, Engineering Manager Thomson Industries, Inc. Wood Dale, IL 540-633-3549 www.thomsonlinear.com

Why Go Metric? Robert Lipsett, Engineering Manager Thomson Industries, Inc. Wood Dale, IL 540-633-3549 www.thomsonlinear.com Why Go Metric? Robert Lipsett, Engineering Manager Thomson Industries, Inc. Wood Dale, IL 540-633-3549 www.thomsonlinear.com The U.S. is a multi-lingual country, in its measurement units as well as its

More information

Practice Test SHM with Answers

Practice Test SHM with Answers Practice Test SHM with Answers MPC 1) If we double the frequency of a system undergoing simple harmonic motion, which of the following statements about that system are true? (There could be more than one

More information

Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization

Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization 2.1. Introduction Suppose that an economic relationship can be described by a real-valued

More information

4 Lyapunov Stability Theory

4 Lyapunov Stability Theory 4 Lyapunov Stability Theory In this section we review the tools of Lyapunov stability theory. These tools will be used in the next section to analyze the stability properties of a robot controller. We

More information

Definition: A vector is a directed line segment that has and. Each vector has an initial point and a terminal point.

Definition: A vector is a directed line segment that has and. Each vector has an initial point and a terminal point. 6.1 Vectors in the Plane PreCalculus 6.1 VECTORS IN THE PLANE Learning Targets: 1. Find the component form and the magnitude of a vector.. Perform addition and scalar multiplication of two vectors. 3.

More information

2. Orbits. FER-Zagreb, Satellite communication systems 2011/12

2. Orbits. FER-Zagreb, Satellite communication systems 2011/12 2. Orbits Topics Orbit types Kepler and Newton laws Coverage area Influence of Earth 1 Orbit types According to inclination angle Equatorial Polar Inclinational orbit According to shape Circular orbit

More information

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 20 Conservation Equations in Fluid Flow Part VIII Good morning. I welcome you all

More information

1.3.1 Position, Distance and Displacement

1.3.1 Position, Distance and Displacement In the previous section, you have come across many examples of motion. You have learnt that to describe the motion of an object we must know its position at different points of time. The position of an

More information

Physics Notes Class 11 CHAPTER 3 MOTION IN A STRAIGHT LINE

Physics Notes Class 11 CHAPTER 3 MOTION IN A STRAIGHT LINE 1 P a g e Motion Physics Notes Class 11 CHAPTER 3 MOTION IN A STRAIGHT LINE If an object changes its position with respect to its surroundings with time, then it is called in motion. Rest If an object

More information

Chapter 2. Mission Analysis. 2.1 Mission Geometry

Chapter 2. Mission Analysis. 2.1 Mission Geometry Chapter 2 Mission Analysis As noted in Chapter 1, orbital and attitude dynamics must be considered as coupled. That is to say, the orbital motion of a spacecraft affects the attitude motion, and the attitude

More information

HSC Mathematics - Extension 1. Workshop E4

HSC Mathematics - Extension 1. Workshop E4 HSC Mathematics - Extension 1 Workshop E4 Presented by Richard D. Kenderdine BSc, GradDipAppSc(IndMaths), SurvCert, MAppStat, GStat School of Mathematics and Applied Statistics University of Wollongong

More information

Projectile motion simulator. http://www.walter-fendt.de/ph11e/projectile.htm

Projectile motion simulator. http://www.walter-fendt.de/ph11e/projectile.htm More Chapter 3 Projectile motion simulator http://www.walter-fendt.de/ph11e/projectile.htm The equations of motion for constant acceleration from chapter 2 are valid separately for both motion in the x

More information

Linear Programming. Solving LP Models Using MS Excel, 18

Linear Programming. Solving LP Models Using MS Excel, 18 SUPPLEMENT TO CHAPTER SIX Linear Programming SUPPLEMENT OUTLINE Introduction, 2 Linear Programming Models, 2 Model Formulation, 4 Graphical Linear Programming, 5 Outline of Graphical Procedure, 5 Plotting

More information

= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy.

= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy. ERROR PROPAGATION For sums, differences, products, and quotients, propagation of errors is done as follows. (These formulas can easily be calculated using calculus, using the differential as the associated

More information

Technologies for Re-entry Vehicles. SHEFEX and REX FreeFlyer, DLR s Re-Entry Program. Hendrik Weihs. Folie 1. Vortrag > Autor > Dokumentname > Datum

Technologies for Re-entry Vehicles. SHEFEX and REX FreeFlyer, DLR s Re-Entry Program. Hendrik Weihs. Folie 1. Vortrag > Autor > Dokumentname > Datum Technologies for Re-entry Vehicles SHEFEX and REX FreeFlyer, DLR s Re-Entry Program Hendrik Weihs Folie 1 DLR`s Re-Entry Program, Why? Re-entry or return technology respectively, is a strategic key competence

More information

APP Aircraft Performance Program Demo Notes Using Cessna 172 as an Example

APP Aircraft Performance Program Demo Notes Using Cessna 172 as an Example APP Aircraft Performance Program Demo Notes Using Cessna 172 as an Example Prepared by DARcorporation 1. Program Layout & Organization APP Consists of 8 Modules, 5 Input Modules and 2 Calculation Modules.

More information

Design-Simulation-Optimization Package for a Generic 6-DOF Manipulator with a Spherical Wrist

Design-Simulation-Optimization Package for a Generic 6-DOF Manipulator with a Spherical Wrist Design-Simulation-Optimization Package for a Generic 6-DOF Manipulator with a Spherical Wrist MHER GRIGORIAN, TAREK SOBH Department of Computer Science and Engineering, U. of Bridgeport, USA ABSTRACT Robot

More information

Exam 1 Review Questions PHY 2425 - Exam 1

Exam 1 Review Questions PHY 2425 - Exam 1 Exam 1 Review Questions PHY 2425 - Exam 1 Exam 1H Rev Ques.doc - 1 - Section: 1 7 Topic: General Properties of Vectors Type: Conceptual 1 Given vector A, the vector 3 A A) has a magnitude 3 times that

More information

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

More information

Solar-Electric Ion Engines Using Molecular Nanotechnology

Solar-Electric Ion Engines Using Molecular Nanotechnology Solar-Electric Ion Engines Using Molecular Nanotechnology Dr. Thomas L McKendree Engineering Fellow 4 May 2013 Copyright 2013 Raytheon Company. All rights reserved. Customer Success Is Our Mission is a

More information

Mechanics 1: Conservation of Energy and Momentum

Mechanics 1: Conservation of Energy and Momentum Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation

More information

Lab 8: Ballistic Pendulum

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

More information

In order to describe motion you need to describe the following properties.

In order to describe motion you need to describe the following properties. Chapter 2 One Dimensional Kinematics How would you describe the following motion? Ex: random 1-D path speeding up and slowing down In order to describe motion you need to describe the following properties.

More information

Developing Sample Return Technology using the Earth's Moon as a Testing Ground

Developing Sample Return Technology using the Earth's Moon as a Testing Ground Developing Sample Return Technology using the Earth's Moon as a Testing Ground Submitted to The Inner Planets Panel, NRC Decadal Survey for the Planetary Sciences Division, Science Mission Directorate,

More information

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

PROBLEM SET. Practice Problems for Exam #1. Math 2350, Fall 2004. Sept. 30, 2004 ANSWERS

PROBLEM SET. Practice Problems for Exam #1. Math 2350, Fall 2004. Sept. 30, 2004 ANSWERS PROBLEM SET Practice Problems for Exam #1 Math 350, Fall 004 Sept. 30, 004 ANSWERS i Problem 1. The position vector of a particle is given by Rt) = t, t, t 3 ). Find the velocity and acceleration vectors

More information

SPEED, VELOCITY, AND ACCELERATION

SPEED, VELOCITY, AND ACCELERATION reflect Look at the picture of people running across a field. What words come to mind? Maybe you think about the word speed to describe how fast the people are running. You might think of the word acceleration

More information

Motion. Complete Table 1. Record all data to three decimal places (e.g., 4.000 or 6.325 or 0.000). Do not include units in your answer.

Motion. Complete Table 1. Record all data to three decimal places (e.g., 4.000 or 6.325 or 0.000). Do not include units in your answer. Labs for College Physics: Mechanics Worksheet Experiment 2-1 Motion As you work through the steps in the lab procedure, record your experimental values and the results on this worksheet. Use the exact

More information

NASA Space Technology Programs ISS Research and Development Conference June 27, 2012 Richard B. Leshner, Ph.D. Program Executive SBIR/STTR

NASA Space Technology Programs ISS Research and Development Conference June 27, 2012 Richard B. Leshner, Ph.D. Program Executive SBIR/STTR NASA Space Technology Programs ISS Research and Development Conference June 27, 2012 Richard B. Leshner, Ph.D. Program Executive SBIR/STTR Office of the Chief Technologist In 2010 NASA established the

More information

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross CHAPTER 13 SECTION 13-1 Geometry and Algebra The Distance Formula COORDINATE PLANE consists of two perpendicular number lines, dividing the plane into four regions called quadrants X-AXIS - the horizontal

More information

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

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

More information

Uniformly Accelerated Motion

Uniformly Accelerated Motion Uniformly Accelerated Motion Under special circumstances, we can use a series of three equations to describe or predict movement V f = V i + at d = V i t + 1/2at 2 V f2 = V i2 + 2ad Most often, these equations

More information

Forces on the Rocket. Rocket Dynamics. Equation of Motion: F = Ma

Forces on the Rocket. Rocket Dynamics. Equation of Motion: F = Ma Rocket Dynamics orces on the Rockets - Drag Rocket Stability Rocket Equation Specific Impulse Rocket otors Thrust orces on the Rocket Equation of otion: = a orces at through the Center of ass Center of

More information

Performance. Power Plant Output in Terms of Thrust - General - Arbitrary Drag Polar

Performance. Power Plant Output in Terms of Thrust - General - Arbitrary Drag Polar Performance 11. Level Flight Performance and Level flight Envelope We are interested in determining the maximum and minimum speeds that an aircraft can fly in level flight. If we do this for all altitudes,

More information

Section 4: The Basics of Satellite Orbits

Section 4: The Basics of Satellite Orbits Section 4: The Basics of Satellite Orbits MOTION IN SPACE VS. MOTION IN THE ATMOSPHERE The motion of objects in the atmosphere differs in three important ways from the motion of objects in space. First,

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

3. KINEMATICS IN TWO DIMENSIONS; VECTORS.

3. KINEMATICS IN TWO DIMENSIONS; VECTORS. 3. KINEMATICS IN TWO DIMENSIONS; VECTORS. Key words: Motion in Two Dimensions, Scalars, Vectors, Addition of Vectors by Graphical Methods, Tail to Tip Method, Parallelogram Method, Negative Vector, Vector

More information

Astrodynamics (AERO0024)

Astrodynamics (AERO0024) Astrodynamics (AERO0024) 6. Interplanetary Trajectories Gaëtan Kerschen Space Structures & Systems Lab (S3L) Course Outline THEMATIC UNIT 1: ORBITAL DYNAMICS Lecture 02: The Two-Body Problem Lecture 03:

More information

M1. (a) (i) 4.5 allow 1 mark for correct substitution i.e. 9 2 2

M1. (a) (i) 4.5 allow 1 mark for correct substitution i.e. 9 2 2 M. (a) (i) 4.5 allow mark for correct substitution i.e. 9 (ii) m/s accept answer given in (a)(i) if not contradicted here (iii) (iv) speed straight line from the origin passing through (s, 9m/s) allow

More information

INSTRUCTOR WORKBOOK Quanser Robotics Package for Education for MATLAB /Simulink Users

INSTRUCTOR WORKBOOK Quanser Robotics Package for Education for MATLAB /Simulink Users INSTRUCTOR WORKBOOK for MATLAB /Simulink Users Developed by: Amir Haddadi, Ph.D., Quanser Peter Martin, M.A.SC., Quanser Quanser educational solutions are powered by: CAPTIVATE. MOTIVATE. GRADUATE. PREFACE

More information

5. Forces and Motion-I. Force is an interaction that causes the acceleration of a body. A vector quantity.

5. Forces and Motion-I. Force is an interaction that causes the acceleration of a body. A vector quantity. 5. Forces and Motion-I 1 Force is an interaction that causes the acceleration of a body. A vector quantity. Newton's First Law: Consider a body on which no net force acts. If the body is at rest, it will

More information

ENGINEERING COUNCIL DYNAMICS OF MECHANICAL SYSTEMS D225 TUTORIAL 1 LINEAR AND ANGULAR DISPLACEMENT, VELOCITY AND ACCELERATION

ENGINEERING COUNCIL DYNAMICS OF MECHANICAL SYSTEMS D225 TUTORIAL 1 LINEAR AND ANGULAR DISPLACEMENT, VELOCITY AND ACCELERATION ENGINEERING COUNCIL DYNAMICS OF MECHANICAL SYSTEMS D225 TUTORIAL 1 LINEAR AND ANGULAR DISPLACEMENT, VELOCITY AND ACCELERATION This tutorial covers pre-requisite material and should be skipped if you are

More information

5 Numerical Differentiation

5 Numerical Differentiation D. Levy 5 Numerical Differentiation 5. Basic Concepts This chapter deals with numerical approximations of derivatives. The first questions that comes up to mind is: why do we need to approximate derivatives

More information

Stability Analysis of Small Satellite Formation Flying and Reconfiguration Missions in Deep Space

Stability Analysis of Small Satellite Formation Flying and Reconfiguration Missions in Deep Space Stability Analysis of Small Satellite Formation Flying and Reconfiguration Missions in Deep Space Saptarshi Bandyopadhyay, Chakravarthini M. Saaj, and Bijnan Bandyopadhyay, Member, IEEE Abstract Close-proximity

More information

INTRUSION PREVENTION AND EXPERT SYSTEMS

INTRUSION PREVENTION AND EXPERT SYSTEMS INTRUSION PREVENTION AND EXPERT SYSTEMS By Avi Chesla avic@v-secure.com Introduction Over the past few years, the market has developed new expectations from the security industry, especially from the intrusion

More information

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass Centre of Mass A central theme in mathematical modelling is that of reducing complex problems to simpler, and hopefully, equivalent problems for which mathematical analysis is possible. The concept of

More information

CFD Modelling and Real-time testing of the Wave Surface Glider (WSG) Robot

CFD Modelling and Real-time testing of the Wave Surface Glider (WSG) Robot 21st International Congress on Modelling and Simulation, Gold Coast, Australia, 29 Nov to 4 Dec 2015 www.mssanz.org.au/modsim2015 CFD Modelling and Real-time testing of the Wave Surface Glider (WSG) Robot

More information

Numerical Solution of Differential Equations

Numerical Solution of Differential Equations Numerical Solution of Differential Equations Dr. Alvaro Islas Applications of Calculus I Spring 2008 We live in a world in constant change We live in a world in constant change We live in a world in constant

More information

1. Mass, Force and Gravity

1. Mass, Force and Gravity STE Physics Intro Name 1. Mass, Force and Gravity Before attempting to understand force, we need to look at mass and acceleration. a) What does mass measure? The quantity of matter(atoms) b) What is the

More information