ANALYSIS OF LANDING TRAJECTORY USING BACKWARD PROPAGATION

Size: px
Start display at page:

Download "ANALYSIS OF LANDING TRAJECTORY USING BACKWARD PROPAGATION"

Transcription

1 ANALYSIS OF LANDING TRAJECTORY USING BACKWARD PROPAGATION Melissa M. Onishi Departent of Mechanical Engineering University of Hawai i at Mānoa Honolulu, HI ABSTRACT The past NASA landing issions such as Apollo, Vikings, Mars Pathfinder, the Mars Exploration Rovers and the Mars Science Laboratory projects have led to the necessity of designing the next generation of landers that will achieve safe and precision landing. According to the table Capabilities Roadap: EDL (Entry, Descent and Landing), safe and precision landing is one of any challenges of future issions [1, 2]. In August 6, 2012, NASA Jet Propulsion Laboratory (JPL) led Mars Science Laboratory (MSL) ission successfully landed a robotic rover, known as Curiosity. However pursuing accurate or precision landing was not a priority of this ission. As directed by the NASA EDL Roadap and inspired by this ission, further research has led to continuation of accoplishing this task of precision landing. The ain goal of this research is to study and investigate the possibilities of achieving safe and precision landing with the awareness of hazard avoidance and with efficient usage of fuel [3]. It is expected that the results of this study will lead to iproved siulations of landing trajectories with the creation of anifolds of initial and final points (conditions) for powered descent and landing. These anifolds can be created by a construction of envelopes of the landing trajectories using various ranges for trajectory and lander s paraeters. INTRODUCTION Throughout the seester I studied and worked on creating different envelope constructions using the concept of backward propagation. Soe interesting results regarding the precision landing have been obtained in Ref [4]. Previous studies of NASA related issues in precision landing have slowly decreased the distance between the designated landing site to the actual landing site [3]. It is necessary to consider algoriths which identify and locate landing hazards, react to failed systes and low powered coponents to support terrain tracking [1]. Hopefully, with tie I will be granted the opportunity to accoplish these challenges in achieving these tasks. In early May, I was able to obtain Matlab software and was given a brief tutorial on basic coand functions fro y entor. Within a short period of tie, I was given a crash course on learning the systes of equations of otion and how they pertained to precision landing. I learned how to integrate the differential equations using an ODE call on Matlab which will be further discussed in the ethod section of this report. 66

2 METHOD I created two separate codes, a ain file and a function file using Matlab software. The ain file contains initial conditions and landing selections, while the function file consists of systes of equations that were integrated. The thrust direction is opposite to the velocity direction aking thrust agnitude constant for this approach. The assuption about this direction eans that cos α = v x, cos β = v y, and cos Υ = v z, where cosα, cosβ, and cosγ are V V V the thrust direction cosines, v x, v y, and v z are the velocity coponents, and V is the agnitude of the velocity vector. To ake this application ore realistic, actual Mars Newtonian gravity was used (µ). The landing selection that was used in spherical coordinates contains θ LS = 30, where θ LS = (θ LS ) π 180 andρ LS = 60, where ρ LS = (ρ LS ) π The landing coordinates used are stated as x LS = (r LS )(cos ρ LS )(cos θ LS ), y LS = (r LS )(cos ρ LS )(sin θ LS ), and z LS = (r LS )(sin ρ LS ) where r LS is constant and defined as Mars equatorial radius. Systes of equations of otion used for integration: x = V x v x = µx + r cβ cosα y = V y v y = µy + cβ cosβ r z = V z v z = µz + r cβ cosγ = 0 βt where r = x 2 + y 2 + z 2 Variables defined: x, y, z, are the position vector coponents of the lander s center of ass, µ and β are the constants. µx, µy µz, and are the gravitational acceleration coponents, r r r cβ is the thrust acceleration agnitude. Initial Conditions: Initial tie (t 0 ) = 0 Specific Ipulse (Isp) = 220 s Gravity (g 0 ) = k/s 2 Thrust to Weight Ratio T = 3 W Initial ass ( 0 ) = 2835 kg Gravity on Mars (g ) = 3.7 k/s 2 To obtain assflow rate and final tie I did soe inor algebra to obtain the equations shown above. Below is the calculation I found for assflow rate and final tie. Calculations: c = Isp g 0, T = (c)(β) We know that: W = ( 0 )(g), T = 3 W T = 3W = 3( 0 )(g) = (c)(β) = (Isp)(g 0 )(β) β = 3( T 0)(g) (Isp)(g 0 ) = W 0(g) Isp(g 0 ) Where g is the gravitational acceleration on the surface of Mars. Given in the equations of otion we find that = 0 βt > 0. To obtain final tie we can use 1 = 0 βt 1 > 0 where 0 > 1. Solve for final tie: t 1 = 0 1 β

3 DATA AND RESULTS In these studies, the realistic results that could be potentially used for future issions have been used. Below are the figures with different independent and dependent variables. One out of the five figures contains six subplots with six different states. Each plot in figures 2-6 is a representation of a trajectory envelope that covers acceptable ranges of landing trajectory and its paraeters. Notice that the ass vs. tie plot in Fig. 5 looks different fro the rest of the other figures. This particular plot is linear due to the liner dependence of ass on tie ( t = 0 βt). Fig. 2 displays envelope constructions of six subplots of the first six states stated in the function file. There is a seven kiloeters difference found for these plots which is in a suitable range for achieving altitude between 5 k h 10 k where h is altitude. Fig. 3 displays the envelope construction of position vs. tie. I found that there was a seventeen kiloeters distance between the highest and lowest trajectory for position. Fig. 4 displays the envelope construction of velocity vs. tie. For velocity vs. tie, there was about a 1 k/s difference between the highest and lowest trajectory. Fig. 6 displays the envelope construction of altitude vs. position. Interestingly, this particular plot stops at a certain position once it achieves a certain altitude. I found that the difference between the highest and lowest trajectory was approxiately 1 k. Figure 2 Envelope construction containing six subplots tie vs. state 68

4 Figure 3 Envelope construction Position vs. Tie Figure 4 Envelope construction Velocity vs. Tie Figure 5 Envelope construction Mass vs. Tie Figure 6 Envelope construction Altitude vs. Position DISCUSSION AND CONCLUSIONS The siulations that were found fro MATLAB software justified the purpose of using backward propagation for this application. By starting fro the designated landing site and creating ultiple trajectories fro that point, we were able to create a variety of different envelopes. With the help of a working code, we saw that each envelope construction had different distances between the highest to lowest point of trajectory. Initially, the proposed research started off as creating trajectory siulations and creating an envelope construction. There was no specific way of how I was going to create trajectory siulations. During id-seester, I decided to use backward propagation in order to achieve precision landing. There are three tasks entioned in the proposal for future studies. The next step is to achieve forward propagation using the results that were found in backward propagation using the envelopes of the trajectories and anifolds of the initial and final points of powered descent and landing trajectories. By conducting studies for forward propagation, we can increase the accuracy of envelopes that could be potentially used for future issions. In the future, I hope that y results will be useful for the next ission stated in the table year 2020 Capabilities Roadap: EDL [1,3]. 69

5 Throughout the seester, there were any challenges and strides ade to accoplish the task proposed. The ain coponent of this research was to understand the physics behind landing trajectories. It was not siple considering I had no prior knowledge or experience in understanding EDL trajectories. Secondly, getting accustoed to MATLAB was another challenge in itself such as learning new coand functions. Overall we found that backward propagation allow us to review the behavior state of vector coponents, and to create landing trajectory envelopes. By creating different variations of landing site conditions we are able to create anifolds of landing points and initial points of powered descent trajectories. The anifolds consist of initial and final points that will be used for the future studies to increase landing accuracy [5]. It is expected that optiization of landing trajectory allows us to iniize the fuel consuption while providing precision landing. REFERENCES Aziov, D.M. Extreal Analytical and Guidance Solutions for Powered Descent and Precision Landing. 23rd International Syposiu on Space Flight Dynaics. Pasadena, California, October 29- Noveber 2, Johnson, A., Klupp, A., Collier, J., Wolf, A., Lidar-based Hazard Avoidance for Safe Landing on Mars, California Institute of Technology, Jet Propulsion Laboratory. NASA Draft Entry, Descent and Landing Roadap. Technology Area 09. Noveber, Rivellini, T. The Challenges of Landing on Mars. Wolf, A. A. and etc. Perforance Trades for Mars Pinpoint Landing. IEEEAC paper #1661, Version 2. Updated January 9,

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER IEPC 003-0034 ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER A. Bober, M. Guelan Asher Space Research Institute, Technion-Israel Institute of Technology, 3000 Haifa, Israel

More information

Robustness Experiments for a Planar Hopping Control System

Robustness Experiments for a Planar Hopping Control System To appear in International Conference on Clibing and Walking Robots Septeber 22 Robustness Experients for a Planar Hopping Control Syste Kale Harbick and Gaurav S. Sukhate kale gaurav@robotics.usc.edu

More information

Performance Characterization of Supersonic Retropropulsion for Application to High-Mass Mars Entry, Descent, and Landing

Performance Characterization of Supersonic Retropropulsion for Application to High-Mass Mars Entry, Descent, and Landing Performance Characterization of Supersonic Retropropulsion for Application to High-Mass Mars Entry, Descent, and Landing Ashley M. Korzun 1 and Robert D. Braun 2 Georgia Institute of Technology, Atlanta,

More information

AiMT Advances in Military Technology

AiMT Advances in Military Technology AiT Advances in ilitary Technology Vol. 14, No. 1 (2019), pp. 47-57 ISSN 1802-2308, eissn 2533-4123 DOI 10.3849/ait.01247 odelling issile Flight Characteristics by Estiating ass and Ballistic Paraeters

More information

Ufuk Demirci* and Feza Kerestecioglu**

Ufuk Demirci* and Feza Kerestecioglu** 1 INDIRECT ADAPTIVE CONTROL OF MISSILES Ufuk Deirci* and Feza Kerestecioglu** *Turkish Navy Guided Missile Test Station, Beykoz, Istanbul, TURKEY **Departent of Electrical and Electronics Engineering,

More information

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method)

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method) Projectile Motion with Air Resistance (Nuerical Modeling, Euler s Method) Theory Euler s ethod is a siple way to approxiate the solution of ordinary differential equations (ode s) nuerically. Specifically,

More information

A Simulation Study for Practical Control of a Quadrotor

A Simulation Study for Practical Control of a Quadrotor A Siulation Study for Practical Control of a Quadrotor Jeongho Noh* and Yongkyu Song** *Graduate student, Ph.D. progra, ** Ph.D., Professor Departent of Aerospace and Mechanical Engineering, Korea Aerospace

More information

Physics 201, Lecture 15

Physics 201, Lecture 15 Physics 0, Lecture 5 Today s Topics q More on Linear Moentu And Collisions Elastic and Perfect Inelastic Collision (D) Two Diensional Elastic Collisions Exercise: Billiards Board Explosion q Multi-Particle

More information

Filtering and Fusion based Reconstruction of Angle of Attack

Filtering and Fusion based Reconstruction of Angle of Attack Filtering and Fusion based Reconstruction of Angle of Attack N Shantha Kuar Scientist, FMC Division NAL, Bangalore 7 E-ail: nskuar@css.nal.res.in Girija G Scientist, FMC Division NAL, Bangalore 7 E-ail:

More information

Q5 We know that a mass at the end of a spring when displaced will perform simple m harmonic oscillations with a period given by T = 2!

Q5 We know that a mass at the end of a spring when displaced will perform simple m harmonic oscillations with a period given by T = 2! Chapter 4.1 Q1 n oscillation is any otion in which the displaceent of a particle fro a fixed point keeps changing direction and there is a periodicity in the otion i.e. the otion repeats in soe way. In

More information

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact Physically Based Modeling CS 15-863 Notes Spring 1997 Particle Collision and Contact 1 Collisions with Springs Suppose we wanted to ipleent a particle siulator with a floor : a solid horizontal plane which

More information

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields.

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields. s Vector Moving s and Coputer Science Departent The University of Texas at Austin October 28, 2014 s Vector Moving s Siple classical dynaics - point asses oved by forces Point asses can odel particles

More information

Department of Physics Preliminary Exam January 3 6, 2006

Department of Physics Preliminary Exam January 3 6, 2006 Departent of Physics Preliinary Exa January 3 6, 2006 Day 1: Classical Mechanics Tuesday, January 3, 2006 9:00 a.. 12:00 p.. Instructions: 1. Write the answer to each question on a separate sheet of paper.

More information

16.30/31 September 24, 2010 Prof. J. P. How and Prof. E. Frazzoli Due: October 15, 2010 T.A. B. Luders /31 Lab #1

16.30/31 September 24, 2010 Prof. J. P. How and Prof. E. Frazzoli Due: October 15, 2010 T.A. B. Luders /31 Lab #1 16.30/31 Septeber 24, 2010 Prof. J. P. How and Prof. E. Frazzoli Due: October 15, 2010 T.A. B. Luders 16.30/31 Lab #1 1 Introduction The Quanser helicopter is a echanical device that eulates the flight

More information

Figure 1: Equivalent electric (RC) circuit of a neurons membrane

Figure 1: Equivalent electric (RC) circuit of a neurons membrane Exercise: Leaky integrate and fire odel of neural spike generation This exercise investigates a siplified odel of how neurons spike in response to current inputs, one of the ost fundaental properties of

More information

Monitoring and system identification of suspension bridges: An alternative approach

Monitoring and system identification of suspension bridges: An alternative approach Monitoring and syste identification of suspension bridges: An alternative approach Erdal Şafak Boğaziçi University, Kandilli Observatory and Earthquake Reseach Institute, Istanbul, Turkey Abstract This

More information

UAV collision avoidance based on geometric approach

UAV collision avoidance based on geometric approach Loughborough University Institutional Repository UV collision avoidance based on geoetric approach This ite was subitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

Inverted Pendulum control with pole assignment, LQR and multiple layers sliding mode control

Inverted Pendulum control with pole assignment, LQR and multiple layers sliding mode control J. Basic. Appl. Sci. Res., 3(1s)363-368, 013 013, TetRoad Publication ISSN 090-4304 Journal of Basic and Applied Scientific Research www.tetroad.co Inverted Pendulu control with pole assignent, LQR and

More information

26 Impulse and Momentum

26 Impulse and Momentum 6 Ipulse and Moentu First, a Few More Words on Work and Energy, for Coparison Purposes Iagine a gigantic air hockey table with a whole bunch of pucks of various asses, none of which experiences any friction

More information

Today s s topics are: Collisions and Momentum Conservation. Momentum Conservation

Today s s topics are: Collisions and Momentum Conservation. Momentum Conservation Today s s topics are: Collisions and P (&E) Conservation Ipulsive Force Energy Conservation How can we treat such an ipulsive force? Energy Conservation Ipulsive Force and Ipulse [Exaple] an ipulsive force

More information

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period An Approxiate Model for the Theoretical Prediction of the Velocity... 77 Central European Journal of Energetic Materials, 205, 2(), 77-88 ISSN 2353-843 An Approxiate Model for the Theoretical Prediction

More information

Lecture #8-3 Oscillations, Simple Harmonic Motion

Lecture #8-3 Oscillations, Simple Harmonic Motion Lecture #8-3 Oscillations Siple Haronic Motion So far we have considered two basic types of otion: translation and rotation. But these are not the only two types of otion we can observe in every day life.

More information

Actuators & Mechanisms Actuator sizing

Actuators & Mechanisms Actuator sizing Course Code: MDP 454, Course Nae:, Second Seester 2014 Actuators & Mechaniss Actuator sizing Contents - Modelling of Mechanical Syste - Mechaniss and Drives The study of Mechatronics systes can be divided

More information

LAB 2 HOMEWORK: ENTRY, DESCENT AND LANDING

LAB 2 HOMEWORK: ENTRY, DESCENT AND LANDING LAB 2 HOMEWORK: ENTRY, DESCENT AND LANDING YOUR MISSION: I. Learn some of the physics (potential energy, kinetic energy, velocity, and gravity) that will affect the success of your spacecraft. II. Explore

More information

( ) 1.5. Solution: r = mv qb ( 3.2!10 "19 C ) 2.4

( ) 1.5. Solution: r = mv qb ( 3.2!10 19 C ) 2.4 Section 8.4: Motion of Charged Particles in Magnetic Fields Tutorial 1 Practice, page 401 1. Given: q 3.2 10 19 C; 6.7 10 27 kg; B 2.4 T; v 1.5 10 7 /s Analysis: r v Solution: r v 6.7!10 "27 # kg ) 1.5!10

More information

Mars Entry, Descent, and Landing Parametric Sizing and Design Space Visualization Trades

Mars Entry, Descent, and Landing Parametric Sizing and Design Space Visualization Trades Mars Entry, Descent, and Landing Parametric Sizing and Design Space Visualization Trades Kristina Alemany 1, Grant Wells 1, John Theisinger 1, Ian Clark 1, Dr. Robert Braun 2 Space Systems Design Laboratory

More information

EXTREMAL ANALYTICAL CONTROL AND GUIDANCE SOLUTIONS FOR POWERED DESCENT AND PRECISION LANDING. Dilmurat Azimov

EXTREMAL ANALYTICAL CONTROL AND GUIDANCE SOLUTIONS FOR POWERED DESCENT AND PRECISION LANDING. Dilmurat Azimov EXTREMAL ANALYTICAL CONTROL AND GUIDANCE SOLUTIONS FOR POWERED DESCENT AND PRECISION LANDING Dilmurat Azimov University of Hawaii at Manoa 254 Dole Street, Holmes 22A Phone: (88)-956-2863, E-mail: azimov@hawaii.edu

More information

y scalar component x scalar component A. 770 m 250 m file://c:\users\joe\desktop\physics 2A\PLC Assignments - F10\2a_PLC7\index.

y scalar component x scalar component A. 770 m 250 m file://c:\users\joe\desktop\physics 2A\PLC Assignments - F10\2a_PLC7\index. Page 1 of 6 1. A certain string just breaks when it is under 400 N of tension. A boy uses this string to whirl a 10-kg stone in a horizontal circle of radius 10. The boy continuously increases the speed

More information

Aeromaneuvering/Entry, Descent, Landing

Aeromaneuvering/Entry, Descent, Landing Aeromaneuvering/Entry, Descent, Landing Aeromaneuvering Case study: Mars EDL Case study: Mars Exploration Rovers Case study: Mars Science Laboratory U N I V E R S I T Y O F MARYLAND 2012 David L. Akin

More information

3. In the figure below, the coefficient of friction between the center mass and the surface is

3. In the figure below, the coefficient of friction between the center mass and the surface is Physics 04A Exa October 9, 05 Short-answer probles: Do any seven probles in your exa book. Start each proble on a new page and and clearly indicate the proble nuber for each. If you attept ore than seven

More information

ME Machine Design I. FINAL EXAM. OPEN BOOK AND CLOSED NOTES. Friday, May 8th, 2009

ME Machine Design I. FINAL EXAM. OPEN BOOK AND CLOSED NOTES. Friday, May 8th, 2009 ME 5 - Machine Design I Spring Seester 009 Nae Lab. Div. FINAL EXAM. OPEN BOOK AND LOSED NOTES. Friday, May 8th, 009 Please use the blank paper for your solutions. Write on one side of the paper only.

More information

Take-Home Midterm Exam #2, Part A

Take-Home Midterm Exam #2, Part A Physics 151 Due: Friday, March 20, 2009 Take-Hoe Midter Exa #2, Part A Roster No.: Score: NO exa tie liit. Calculator required. All books and notes are allowed, and you ay obtain help fro others. Coplete

More information

XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K. https://promotephysics.wordpress.com

XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K. https://promotephysics.wordpress.com XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K affan_414@live.co https://prootephysics.wordpress.co [MOTION] CHAPTER NO. 3 In this chapter we are going to discuss otion in one diension in which we

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com . A raindrop falls vertically under gravity through a cloud. In a odel of the otion the raindrop is assued to be spherical at all ties and the cloud is assued to consist of stationary water particles.

More information

Simple Schemes of Multi anchored Flexible Walls Dynamic Behavior

Simple Schemes of Multi anchored Flexible Walls Dynamic Behavior 6 th International Conference on Earthquake Geotechnical Engineering -4 Noveber 05 Christchurch, New Zealand Siple Schees of Multi anchored Flexible Walls Dynaic Behavior A. D. Garini ABSTRACT Siple schees

More information

SEISMIC FRAGILITY ANALYSIS

SEISMIC FRAGILITY ANALYSIS 9 th ASCE Specialty Conference on Probabilistic Mechanics and Structural Reliability PMC24 SEISMIC FRAGILITY ANALYSIS C. Kafali, Student M. ASCE Cornell University, Ithaca, NY 483 ck22@cornell.edu M. Grigoriu,

More information

Time-of-flight Identification of Ions in CESR and ERL

Time-of-flight Identification of Ions in CESR and ERL Tie-of-flight Identification of Ions in CESR and ERL Eric Edwards Departent of Physics, University of Alabaa, Tuscaloosa, AL, 35486 (Dated: August 8, 2008) The accuulation of ion densities in the bea pipe

More information

Some Perspective. Forces and Newton s Laws

Some Perspective. Forces and Newton s Laws Soe Perspective The language of Kineatics provides us with an efficient ethod for describing the otion of aterial objects, and we ll continue to ake refineents to it as we introduce additional types of

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

ma x = -bv x + F rod.

ma x = -bv x + F rod. Notes on Dynaical Systes Dynaics is the study of change. The priary ingredients of a dynaical syste are its state and its rule of change (also soeties called the dynaic). Dynaical systes can be continuous

More information

Motion Analysis of Euler s Disk

Motion Analysis of Euler s Disk Motion Analysis of Euler s Disk Katsuhiko Yaada Osaka University) Euler s Disk is a nae of a scientific toy and its otion is the sae as a spinning coin. In this study, a siple atheatical odel is proposed

More information

Reducing Vibration and Providing Robustness with Multi-Input Shapers

Reducing Vibration and Providing Robustness with Multi-Input Shapers 29 Aerican Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June -2, 29 WeA6.4 Reducing Vibration and Providing Robustness with Multi-Input Shapers Joshua Vaughan and Willia Singhose Abstract

More information

Kinematics and dynamics, a computational approach

Kinematics and dynamics, a computational approach Kineatics and dynaics, a coputational approach We begin the discussion of nuerical approaches to echanics with the definition for the velocity r r ( t t) r ( t) v( t) li li or r( t t) r( t) v( t) t for

More information

InSight Spacecraft Launch for Mission to Interior of Mars

InSight Spacecraft Launch for Mission to Interior of Mars InSight Spacecraft Launch for Mission to Interior of Mars InSight is a robotic scientific explorer to investigate the deep interior of Mars set to launch May 5, 2018. It is scheduled to land on Mars November

More information

Impulsive Control of a Mechanical Oscillator with Friction

Impulsive Control of a Mechanical Oscillator with Friction 9 Aerican Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June -, 9 ThC8. Ipulsive Control of a Mechanical Oscillator with Friction Yury Orlov, Raul Santiesteban, and Luis T. Aguilar Abstract

More information

667. Design and research of a laser trainer with all the functions of the G-36

667. Design and research of a laser trainer with all the functions of the G-36 667. Design and research of a laser trainer with all the functions of the G-36 A. Fedaravičius, L. Patašienė 2, M. Ragulskis 3, E. Sližys 4, A. Survila 5, 3, 5 Kaunas University of Technology, Institute

More information

FLIGHT RECONSTRUCTION OF THE MARS PATHFINDER DISK-GAP-BAND PARACHUTE DRAG COEFFICIENT

FLIGHT RECONSTRUCTION OF THE MARS PATHFINDER DISK-GAP-BAND PARACHUTE DRAG COEFFICIENT 17 th AIAA Aerodynamic Decelerator Systems AIAA-2003-2126 Technology Conference and Seminar Monterey, CA, 19-22 May 2003 FLIGHT RECONSTRUCTION OF THE MARS PATHFINDER DISK-GAP-BAND PARACHUTE DRAG COEFFICIENT

More information

Tutorial Exercises: Incorporating constraints

Tutorial Exercises: Incorporating constraints Tutorial Exercises: Incorporating constraints 1. A siple pendulu of length l ass is suspended fro a pivot of ass M that is free to slide on a frictionless wire frae in the shape of a parabola y = ax. The

More information

Lossless Convexification of Powered-Descent Guidance with Non-Convex Thrust Bound and Pointing Constraints

Lossless Convexification of Powered-Descent Guidance with Non-Convex Thrust Bound and Pointing Constraints 211 American Control Conference on O'Farrell Street, San Francisco, CA, USA June 29 - July 1, 211 Lossless Convexification of Powered-Descent Guidance with Non-Convex Thrust Bound and Pointing Constraints

More information

Physics with Health Science Applications Ch. 3 pg. 56

Physics with Health Science Applications Ch. 3 pg. 56 Physics with Health Science Applications Ch. 3 pg. 56 Questions 3.4 The plane is accelerating forward. The seat is connected to the plane and is accelerated forward. The back of the seat applies a forward

More information

In the session you will be divided into groups and perform four separate experiments:

In the session you will be divided into groups and perform four separate experiments: Mechanics Lab (Civil Engineers) Nae (please print): Tutor (please print): Lab group: Date of lab: Experients In the session you will be divided into groups and perfor four separate experients: (1) air-track

More information

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x)

Ştefan ŞTEFĂNESCU * is the minimum global value for the function h (x) 7Applying Nelder Mead s Optiization Algorith APPLYING NELDER MEAD S OPTIMIZATION ALGORITHM FOR MULTIPLE GLOBAL MINIMA Abstract Ştefan ŞTEFĂNESCU * The iterative deterinistic optiization ethod could not

More information

Entry, Descent and Landing Technology Advancement

Entry, Descent and Landing Technology Advancement Entry, Descent and Landing Technology Advancement Dr. Robert D. Braun May 2, 2017 EDL Technology Investments Have Enabled Seven Increasingly-Complex Successful U.S. Landings on Mars Sojourner: 25 kg, 1997

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

Uncertainty Propagation and Nonlinear Filtering for Space Navigation using Differential Algebra

Uncertainty Propagation and Nonlinear Filtering for Space Navigation using Differential Algebra Uncertainty Propagation and Nonlinear Filtering for Space Navigation using Differential Algebra M. Valli, R. Arellin, P. Di Lizia and M. R. Lavagna Departent of Aerospace Engineering, Politecnico di Milano

More information

Using a De-Convolution Window for Operating Modal Analysis

Using a De-Convolution Window for Operating Modal Analysis Using a De-Convolution Window for Operating Modal Analysis Brian Schwarz Vibrant Technology, Inc. Scotts Valley, CA Mark Richardson Vibrant Technology, Inc. Scotts Valley, CA Abstract Operating Modal Analysis

More information

Physics Dynamics: Forces. Science and Mathematics Education Research Group

Physics Dynamics: Forces. Science and Mathematics Education Research Group F FA ACULTY C U L T Y OF O F EDUCATION E D U C A T I O N Departent of Curriculu and Pedagogy Physics Dynaics: Forces Science and Matheatics Education Research Group Supported by UBC Teaching and Learning

More information

Wall Juggling of one Ball by Robot Manipulator with Visual Servo

Wall Juggling of one Ball by Robot Manipulator with Visual Servo Juggling of one Ball by obot Manipulator with Visual Servo Akira Nakashia Yosuke Kobayashi Yoshikazu Hayakawa Mechanical Science and Engineering, Graduate School of Engineering, Nagoya University, Furo-cho,

More information

BALLISTIC PENDULUM. EXPERIMENT: Measuring the Projectile Speed Consider a steel ball of mass

BALLISTIC PENDULUM. EXPERIMENT: Measuring the Projectile Speed Consider a steel ball of mass BALLISTIC PENDULUM INTRODUCTION: In this experient you will use the principles of conservation of oentu and energy to deterine the speed of a horizontally projected ball and use this speed to predict the

More information

Potential Energy 4/7/11. Lecture 22: Chapter 11 Gravity Lecture 2. Gravitational potential energy. Total energy. Apollo 14, at lift-off

Potential Energy 4/7/11. Lecture 22: Chapter 11 Gravity Lecture 2. Gravitational potential energy. Total energy. Apollo 14, at lift-off Lecture 22: Chapter 11 Gravity Lecture 2 2 Potential Energy r Gravitational potential energy Escape velocity of a point ass for ass distributions Discrete Rod Spherical shell Sphere Gravitational potential

More information

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE

MSEC MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL SOLUTION FOR MAINTENANCE AND PERFORMANCE Proceeding of the ASME 9 International Manufacturing Science and Engineering Conference MSEC9 October 4-7, 9, West Lafayette, Indiana, USA MSEC9-8466 MODELING OF DEGRADATION PROCESSES TO OBTAIN AN OPTIMAL

More information

Chapter 5, Conceptual Questions

Chapter 5, Conceptual Questions Chapter 5, Conceptual Questions 5.1. Two forces are present, tension T in the cable and gravitational force 5.. F G as seen in the figure. Four forces act on the block: the push of the spring F, sp gravitational

More information

Physics 140 D100 Midterm Exam 2 Solutions 2017 Nov 10

Physics 140 D100 Midterm Exam 2 Solutions 2017 Nov 10 There are 10 ultiple choice questions. Select the correct answer for each one and ark it on the bubble for on the cover sheet. Each question has only one correct answer. (2 arks each) 1. An inertial reference

More information

Chapter 1: Basics of Vibrations for Simple Mechanical Systems

Chapter 1: Basics of Vibrations for Simple Mechanical Systems Chapter 1: Basics of Vibrations for Siple Mechanical Systes Introduction: The fundaentals of Sound and Vibrations are part of the broader field of echanics, with strong connections to classical echanics,

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

In this lecture... Axial flow turbine Impulse and reaction turbine stages Work and stage dynamics Turbine blade cascade

In this lecture... Axial flow turbine Impulse and reaction turbine stages Work and stage dynamics Turbine blade cascade Lect- 0 1 Lect-0 In this lecture... Axial flow turbine Ipulse and reaction turbine stages Work and stage dynaics Turbine blade cascade Lect-0 Axial flow turbines Axial turbines like axial copressors usually

More information

ANALYSIS ON RESPONSE OF DYNAMIC SYSTEMS TO PULSE SEQUENCES EXCITATION

ANALYSIS ON RESPONSE OF DYNAMIC SYSTEMS TO PULSE SEQUENCES EXCITATION The 4 th World Conference on Earthquake Engineering October -7, 8, Beijing, China ANALYSIS ON RESPONSE OF DYNAMIC SYSTEMS TO PULSE SEQUENCES EXCITATION S. Li C.H. Zhai L.L. Xie Ph. D. Student, School of

More information

HORIZONTAL MOTION WITH RESISTANCE

HORIZONTAL MOTION WITH RESISTANCE DOING PHYSICS WITH MATLAB MECHANICS HORIZONTAL MOTION WITH RESISTANCE Ian Cooper School of Physics, Uniersity of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS ec_fr_b. This script

More information

Variations on Backpropagation

Variations on Backpropagation 2 Variations on Backpropagation 2 Variations Heuristic Modifications Moentu Variable Learning Rate Standard Nuerical Optiization Conjugate Gradient Newton s Method (Levenberg-Marquardt) 2 2 Perforance

More information

PRELIMINARY HARDWARE DESIGN OF ATTITUDE CONTROL SUBSYSTEM OF LEONIDAS SPACECRAFT

PRELIMINARY HARDWARE DESIGN OF ATTITUDE CONTROL SUBSYSTEM OF LEONIDAS SPACECRAFT PRELIMINARY HARDWARE DESIGN OF ATTITUDE CONTROL SUBSYSTEM OF LEONIDAS SPACECRAFT Chak Shing Jackie Chan College of Engineering University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT In order to monitor

More information

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks

Intelligent Systems: Reasoning and Recognition. Artificial Neural Networks Intelligent Systes: Reasoning and Recognition Jaes L. Crowley MOSIG M1 Winter Seester 2018 Lesson 7 1 March 2018 Outline Artificial Neural Networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics UNIVERSITY OF SASKATCHEWAN Departent of Physics and Engineering Physics Physics 115.3 MIDTERM TEST October 22, 2008 Tie: 90 inutes NAME: (Last) Please Print (Given) STUDENT NO.: LECTURE SECTION (please

More information

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES

Proc. of the IEEE/OES Seventh Working Conference on Current Measurement Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Proc. of the IEEE/OES Seventh Working Conference on Current Measureent Technology UNCERTAINTIES IN SEASONDE CURRENT VELOCITIES Belinda Lipa Codar Ocean Sensors 15 La Sandra Way, Portola Valley, CA 98 blipa@pogo.co

More information

2.003 Engineering Dynamics Problem Set 2 Solutions

2.003 Engineering Dynamics Problem Set 2 Solutions .003 Engineering Dynaics Proble Set Solutions This proble set is priarily eant to give the student practice in describing otion. This is the subject of kineatics. It is strongly recoended that you study

More information

Bootstrapping Dependent Data

Bootstrapping Dependent Data Bootstrapping Dependent Data One of the key issues confronting bootstrap resapling approxiations is how to deal with dependent data. Consider a sequence fx t g n t= of dependent rando variables. Clearly

More information

Computergestuurde Regeltechniek exercise session Case study : Quadcopter

Computergestuurde Regeltechniek exercise session Case study : Quadcopter Coputergestuurde Regeltechniek exercise session Case study : Quadcopter Oscar Mauricio Agudelo, Bart De Moor (auricio.agudelo@esat.kuleuven.be, bart.deoor@esat.kuleuven.be) February 5, 016 Proble description

More information

I. Understand get a conceptual grasp of the problem

I. Understand get a conceptual grasp of the problem MASSACHUSETTS INSTITUTE OF TECHNOLOGY Departent o Physics Physics 81T Fall Ter 4 Class Proble 1: Solution Proble 1 A car is driving at a constant but unknown velocity,, on a straightaway A otorcycle is

More information

Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN USA

Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN USA μ-synthesis Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN 55455 USA Keywords: Robust control, ultivariable control, linear fractional transforation (LFT),

More information

PY241 Solutions Set 9 (Dated: November 7, 2002)

PY241 Solutions Set 9 (Dated: November 7, 2002) PY241 Solutions Set 9 (Dated: Noveber 7, 2002) 9-9 At what displaceent of an object undergoing siple haronic otion is the agnitude greatest for the... (a) velocity? The velocity is greatest at x = 0, the

More information

Field Mass Generation and Control. Chapter 6. The famous two slit experiment proved that a particle can exist as a wave and yet

Field Mass Generation and Control. Chapter 6. The famous two slit experiment proved that a particle can exist as a wave and yet 111 Field Mass Generation and Control Chapter 6 The faous two slit experient proved that a particle can exist as a wave and yet still exhibit particle characteristics when the wavefunction is altered by

More information

Basic Ascent Performance Analyses

Basic Ascent Performance Analyses Basic Ascent Performance Analyses Ascent Mission Requirements Ideal Burnout Solution Constant & Average Gravity Models Gravity Loss Concept Effect of Drag on Ascent Performance Drag Profile Approximation

More information

Waves Unit I Activity: Kinematic Equations for SHM

Waves Unit I Activity: Kinematic Equations for SHM Nae Date Period Waves Unit I Activity: Kineatic Equations for SHM You have seen four different graphs in the wor you have done on ass-spring systes oscillating in siple haronic otion (SHM). Now we will

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016/2017 Lessons 9 11 Jan 2017 Outline Artificial Neural networks Notation...2 Convolutional Neural Networks...3

More information

OPTIMIZATION OF SPECIFIC FACTORS TO PRODUCE SPECIAL ALLOYS

OPTIMIZATION OF SPECIFIC FACTORS TO PRODUCE SPECIAL ALLOYS 5 th International Conference Coputational Mechanics and Virtual Engineering COMEC 2013 24-25 October 2013, Braşov, Roania OPTIMIZATION OF SPECIFIC FACTORS TO PRODUCE SPECIAL ALLOYS I. Milosan 1 1 Transilvania

More information

Autonomous optimal trajectory design employing convex optimization for powered descent on an asteroid

Autonomous optimal trajectory design employing convex optimization for powered descent on an asteroid Graduate Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 2016 Autonomous optimal trajectory design employing convex optimization for powered descent on an asteroid Robin

More information

Elastic Force: A Force Balance: Elastic & Gravitational Force: Force Example: Determining Spring Constant. Some Other Forces

Elastic Force: A Force Balance: Elastic & Gravitational Force: Force Example: Determining Spring Constant. Some Other Forces Energy Balance, Units & Proble Solving: Mechanical Energy Balance ABET Course Outcoes: 1. solve and docuent the solution of probles involving eleents or configurations not previously encountered (e) (e.g.

More information

Attitude control of a hopping robot: a feasibility study

Attitude control of a hopping robot: a feasibility study Attitude control of a hopping robot: a feasibility study Tammepõld, R. and Kruusmaa, M. Tallinn University of Technology, Estonia Fiorini, P. University of Verona, Italy Summary Motivation Small mobile

More information

Analyzing Simulation Results

Analyzing Simulation Results Analyzing Siulation Results Dr. John Mellor-Cruey Departent of Coputer Science Rice University johnc@cs.rice.edu COMP 528 Lecture 20 31 March 2005 Topics for Today Model verification Model validation Transient

More information

The dynamic game theory methods applied to ship control with minimum risk of collision

The dynamic game theory methods applied to ship control with minimum risk of collision Risk Analysis V: Siulation and Hazard Mitigation 293 The dynaic gae theory ethods applied to ship control with iu risk of collision J. Lisowski Departent of Ship Autoation, Gdynia Maritie University, Poland

More information

UNCERTAINTIES IN THE APPLICATION OF ATMOSPHERIC AND ALTITUDE CORRECTIONS AS RECOMMENDED IN IEC STANDARDS

UNCERTAINTIES IN THE APPLICATION OF ATMOSPHERIC AND ALTITUDE CORRECTIONS AS RECOMMENDED IN IEC STANDARDS Paper Published on the16th International Syposiu on High Voltage Engineering, Cape Town, South Africa, 2009 UNCERTAINTIES IN THE APPLICATION OF ATMOSPHERIC AND ALTITUDE CORRECTIONS AS RECOMMENDED IN IEC

More information

ROTATIONAL MOTION FROM TRANSLATIONAL MOTION

ROTATIONAL MOTION FROM TRANSLATIONAL MOTION ROTATIONAL MOTION FROM TRANSLATIONAL MOTION Velocity Acceleration 1-D otion 3-D otion Linear oentu TO We have shown that, the translational otion of a acroscopic object is equivalent to the translational

More information

NB1140: Physics 1A - Classical mechanics and Thermodynamics Problem set 2 - Forces and energy Week 2: November 2016

NB1140: Physics 1A - Classical mechanics and Thermodynamics Problem set 2 - Forces and energy Week 2: November 2016 NB1140: Physics 1A - Classical echanics and Therodynaics Proble set 2 - Forces and energy Week 2: 21-25 Noveber 2016 Proble 1. Why force is transitted uniforly through a assless string, a assless spring,

More information

Estimating Parameters for a Gaussian pdf

Estimating Parameters for a Gaussian pdf Pattern Recognition and achine Learning Jaes L. Crowley ENSIAG 3 IS First Seester 00/0 Lesson 5 7 Noveber 00 Contents Estiating Paraeters for a Gaussian pdf Notation... The Pattern Recognition Proble...3

More information

CHAPTER 7 TEST REVIEW -- MARKSCHEME

CHAPTER 7 TEST REVIEW -- MARKSCHEME AP PHYSICS Nae: Period: Date: Points: 53 Score: IB Curve: DEVIL PHYSICS BADDEST CLASS ON CAMPUS 50 Multiple Choice 45 Single Response 5 Multi-Response Free Response 3 Short Free Response 2 Long Free Response

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016 Lessons 7 14 Dec 2016 Outline Artificial Neural networks Notation...2 1. Introduction...3... 3 The Artificial

More information

16.333: Lecture # 7. Approximate Longitudinal Dynamics Models

16.333: Lecture # 7. Approximate Longitudinal Dynamics Models 16.333: Lecture # 7 Approxiate Longitudinal Dynaics Models A couple ore stability derivatives Given ode shapes found identify sipler odels that capture the ain responses Fall 24 16.333 6 1 More Stability

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lessons 7 20 Dec 2017 Outline Artificial Neural networks Notation...2 Introduction...3 Key Equations... 3 Artificial

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

Curiosity Overview Nasa

Curiosity Overview Nasa Curiosity Overview Nasa 1 / 6 2 / 6 3 / 6 Curiosity Overview Nasa NASA.gov brings you the latest images, videos and news from America's space agency. Get the latest updates on NASA missions, watch NASA

More information

An improved self-adaptive harmony search algorithm for joint replenishment problems

An improved self-adaptive harmony search algorithm for joint replenishment problems An iproved self-adaptive harony search algorith for joint replenishent probles Lin Wang School of Manageent, Huazhong University of Science & Technology zhoulearner@gail.co Xiaojian Zhou School of Manageent,

More information