The Perturbed Simple Pendulums Route to Chaos

Total Page:16

File Type:pdf, Size:1020Kb

The Perturbed Simple Pendulums Route to Chaos The perturbed simple pendulums route to chaos Tjalle Rens Galama July 19, 2018 Bachelor thesis Mathematics Supervisor: prof. dr. Ale Jan Homburg Korteweg-de Vries Institute for Mathematics Faculty of Sciences University of Amsterdam Abstract The purpose of this thesis is to review the use of the Melnikov method in the detec- tion of chaotic dynamics. The first chapter focuses on definitions from the theory of dynamical systems and the mathematical objects necessary for the discussion. The second chapter continues this path and studies homoclinic bifurcation. The third chapter deals with the Melnikov method and chaotic dynamics. This type of dynamics is explained through the horseshoe map, invented by S. Smale in the 1960s. Some symbolic dynamics will be included. The Smale-Birkhoff homoclinic theorem will be presented, that connects the existence of transverse homoclinic points to chaotic dynamics. The conclusion concerns application of the Melnikov method. This method introduced by Poincar´eand developed by Melnikov is still used today to prove the existence of chaotic dynamics in various fields of analysis (and physics). This thesis will be ended with a comprehensible summary. Title: The perturbed simple pendulums route to chaos Authors: Tjalle Rens Galama, [email protected], 10542310 Supervisor: prof. dr. Ale Jan Homburg, Second grader: dr. Chris Stolk, End date: July 19, 2018 Korteweg-de Vries Institute for Mathematics University of Amsterdam Science Park 904, 1098 XH Amsterdam http://www.kdvi.uva.nl 2 Contents 1 Introduction 4 1.1 Basic setup . .4 1.2 The system that will be investigated . .5 1.3 Equilibria and stability . .6 1.4 Hyperbolicity . .7 1.5 First glimpse of chaos . .8 2 Homoclinic bifurcation 9 2.1 Come-from . .9 2.2 Unfolding around a hyperbolic equilibrium . .9 2.3 Premises and set-up for the homoclinic bifurcation theorem . 10 2.4 Homoclinic bifurcation theorem . 12 3 Melnikov's method for nonautonomous perturbations 14 3.1 Derivation of the Melnikov function . 14 3.2 Melnikov's method for nonautonomous perturbations . 16 3.2.1 Bounding and expanding the perturbed flow . 18 3.3 Expressions for the Melnikov function . 19 3.4 Finding transverse homoclinic points with the Melnikov function . 20 3.5 Homoclinic tangle . 21 3.6 Smale horseshoe map . 21 3.7 Cantor set of transverse homoclinic points . 22 3.8 Symbolic dynamics . 24 4 Application and conclusion 26 5 Summary 29 Bibliography 31 3 1 Introduction 1.1 Basic setup In this introductory chapter we review some basic topics in the theory of ordinary differ- ential equations. You can have a look at the introduction of [4] to find a more extensive approach, which has plenty of correlations with the following explanation. For the purposes of this thesis it is generally sufficient to regard a differential equation as a system dx :=x _ = f(x); (1.1) dt n where x = x(t) 2 R is a vector valued function of an independent variable (usually n time) and f : U ! R is a smooth (meaning sufficiently often differentiable) function n defined on some subset U ⊂ R . We say that the vector field f generates a flow n φt : U ! R ; where φt(x) = φ(x; t) is a smooth function defined for all x 2 U and t in some interval I = (a; b) ⊂ R, and φ satisfies the differential equation in the sense that d (φ(x; t))j = f(φ(x; τ)) dt t=τ for all x 2 U and τ 2 I. We note that φt satisfies the group properties φ0 = id and φt+s = φt ◦φs. Systems of the form (1.1), in which the vector field does not contain time explicitly, are called autonomous. Often we are given an initial condition x(0) = x0 2 U; in which case we seek a solution φ(x0; t) such that φ(x0; 0) = x0: n In this case φ(x0; ·): I ! R defines a solution curve, trajectory or orbit of the differential equation (1.1) based at x0. Definition 1. The orbit of x 2 M is the set fφ(x; t) := φt(x) j t 2 Ig, which we call periodic if there exist t 6= s with s; t 2 R for which φt(x) = φs(x). Since the vector field of the autonomous system is invariant with respect to translations in time, solutions based at times t0 6= 0 can always be translated to t0 = 0. We shall be concerned with individual solution curves and with families of such curves, such as the global behavior of the flow. We now state, without proof, the basic local existence and uniqueness theorem. 4 Theorem 1. Let U ⊂ R be an open subset of real Euclidean space (or of a differentiable n 1 manifold M), let f : U ! R be a continuously differentiable (C ) map and let x0 2 U. Then there is some constant c > 0 and a unique solution φ(x0; ·):(−c; c) ! U satisfying the differential equationx _ = f(x) with initial condition x(0) = x0. This theorem becomes global when we work on compact manifolds M instead of open n spaces like R , since there is no way in which solutions can escape from such manifolds. Therefore, we will also use a more general concept of a dynamical system as a flow on a differentiable compact manifold M arising from a vector field, regarded as a map f : M ! TM where TM is the tangent bundle of M. So here a vector field is an image that assigns to every point x in M a vector f(x) with basepoint x. Again, now within this more general d concept, the vector field can be seen as a differential equation dt x = f(x). Example 1. The vector field f(x; y) = (x2 + y; y) corresponds to the dynamical system d 2 d dt x = x + y , dt y = y. 1.2 The system that will be investigated Another example of such a system is the simple unperturbed planar pendulum. We will take such a system and perturb it later on but first we will start with understanding the unperturbed system. To get intuitive: a simple unperturbed planar pendulum has a fixed length and point mass and is acted on by a constant gravitational field. The values of these constants describe the parameters of the system. The phase space consists of possible values of the pendulum's position, represented by an angle and its angular velocity. Motion occurs only in two dimensions - the point mass does not trace an ellipse but an arc. The motion does not lose energy to friction or air resistance. The differential equation that represents the motion of this simple pendulum is d2θ g + sin(θ) = 0 dt2 l where g is acceleration due to gravity, l is the length of the pendulum, and θ angle between the pendulum and the (from the fixed centre) downward vertical direction. We g assum l = 1. We can rewrite this system into a pair of first order differential equations: θ_ = v v_ = − sin(θ): dθ dv The so called phase space is given by plotting (θ(t); dt (t) = v(t)) such that dt (t) = d2θ − sin(θ), coming from dt2 = − sin(θ). We illustrate this in figure 1.1 where the vector field as well as some solution curves are drawn. 5 Figure 1.1: Phase space of the simple unperturbed pendulum [8]. 1.3 Equilibria and stability We will now expand our knowledge with an important class of solutions of a differential equation, namely the fixed points, which are also called equilibria. n Definition 2. The point p 2 R we call an equilibrium point for a differential equation d dt x = f(t; x) if f(t; p) = 0 for all t. Differently put, we define it as a constant solution for the differential equation. So when f is not explicitly dependent on time, the ordinary d differential equation dt x = f(x) has an equilibrium solution x(t) = p if f(p) = 0. So, fixed points are defined by the vanishing of the vector field (when f(p) = 0). We continue with another fundamental definition. Definition 3. The stable set of a fixed point p is given by s W (p) := fx 2 M : lim φt(x) ! pg: t!+1 And the unstable set of a fixed point p is defined by u W (p) := fx 2 M : lim φt(x) ! pg; t→−∞ which are both invariant and not empty. These sets are connected when we consider a continuous differentiable dynamical system, such as the simple planar pendulum. And now we're ready to understand the following concepts, which will also be fre- quently used in the following chapters. Definition 4 (Heteroclinic orbit). Let p, q be equilibria and p 6= q. An orbit Γ is called heteroclinic if for each x 2 Γ we have that φt(x) ! p for t ! 1 and φt(x) ! q for t ! −∞ (where φt(p) = p and φt(q) = q for all t since they are fixed points). Definition 5 (Homoclinic orbit). Let p be an equilibrium. An orbit Γ is called homo- clinic if for each x 2 Γ we have that φt(x) ! p for t ! 1 and φt(x) ! p for t ! −∞ (where φt(p) = p for all t since it is a fixed point). 6 1.4 Hyperbolicity Definition 6. An equilibrium p0 of the vector field f0(x) is called hyperbolic if none of the eigenvalues of Df0(p0) have zero real part. We see that our system contains such a point. When the pendulum depicted on the front page is hanging motionless on the vertical axis, when the velocity equals 0 and the angle of the pendulum is −180◦ or 180◦ (which is the same position).
Recommended publications
  • Approximating Stable and Unstable Manifolds in Experiments
    PHYSICAL REVIEW E 67, 037201 ͑2003͒ Approximating stable and unstable manifolds in experiments Ioana Triandaf,1 Erik M. Bollt,2 and Ira B. Schwartz1 1Code 6792, Plasma Physics Division, Naval Research Laboratory, Washington, DC 20375 2Department of Mathematics and Computer Science, Clarkson University, P.O. Box 5815, Potsdam, New York 13699 ͑Received 5 August 2002; revised manuscript received 23 December 2002; published 12 March 2003͒ We introduce a procedure to reveal invariant stable and unstable manifolds, given only experimental data. We assume a model is not available and show how coordinate delay embedding coupled with invariant phase space regions can be used to construct stable and unstable manifolds of an embedded saddle. We show that the method is able to capture the fine structure of the manifold, is independent of dimension, and is efficient relative to previous techniques. DOI: 10.1103/PhysRevE.67.037201 PACS number͑s͒: 05.45.Ac, 42.60.Mi Many nonlinear phenomena can be explained by under- We consider a basin saddle of Eq. ͑1͒ which lies on the standing the behavior of the unstable dynamical objects basin boundary between a chaotic attractor and a period-four present in the dynamics. Dynamical mechanisms underlying periodic attractor. The chosen parameters are in a region in chaos may be described by examining the stable and unstable which the chaotic attractor disappears and only a periodic invariant manifolds corresponding to unstable objects, such attractor persists along with chaotic transients due to inter- as saddles ͓1͔. Applications of the manifold topology have secting stable and unstable manifolds of the basin saddle.
    [Show full text]
  • Hartman-Grobman and Stable Manifold Theorem
    THE HARTMAN-GROBMAN AND STABLE MANIFOLD THEOREM SLOBODAN N. SIMIC´ This is a summary of some basic results in dynamical systems we discussed in class. Recall that there are two kinds of dynamical systems: discrete and continuous. A discrete dynamical system is map f : M → M of some space M.A continuous dynamical system (or flow) is a collection of maps φt : M → M, with t ∈ R, satisfying φ0(x) = x and φs+t(x) = φs(φt(x)), for all x ∈ M and s, t ∈ R. We call M the phase space. It is usually either a subset of a Euclidean space, a metric space or a smooth manifold (think of surfaces in 3-space). Similarly, f or φt are usually nice maps, e.g., continuous or differentiable. We will focus on smooth (i.e., differentiable any number of times) discrete dynamical systems. Let f : M → M be one such system. Definition 1. The positive or forward orbit of p ∈ M is the set 2 O+(p) = {p, f(p), f (p),...}. If f is invertible, we define the (full) orbit of p by k O(p) = {f (p): k ∈ Z}. We can interpret a point p ∈ M as the state of some physical system at time t = 0 and f k(p) as its state at time t = k. The phase space M is the set of all possible states of the system. The goal of the theory of dynamical systems is to understand the long-term behavior of “most” orbits. That is, what happens to f k(p), as k → ∞, for most initial conditions p ∈ M? The first step towards this goal is to understand orbits which have the simplest possible behavior, namely fixed and periodic ones.
    [Show full text]
  • Chapter 3 Hyperbolicity
    Chapter 3 Hyperbolicity 3.1 The stable manifold theorem In this section we shall mix two typical ideas of hyperbolic dynamical systems: the use of a linear approxi- mation to understand the behavior of nonlinear systems, and the examination of the behavior of the system along a reference orbit. The latter idea is embodied in the notion of stable set. Denition 3.1.1: Let (X, f) be a dynamical system on a metric space X. The stable set of a point x ∈ X is s ∈ k k Wf (x)= y X lim d f (y),f (x) =0 . k→∞ ∈ s In other words, y Wf (x) if and only if the orbit of y is asymptotic to the orbit of x. If no confusion will arise, we drop the index f and write just W s(x) for the stable set of x. Clearly, two stable sets either coincide or are disjoint; therefore X is the disjoint union of its stable sets. Furthermore, f W s(x) W s f(x) for any x ∈ X. The twin notion of unstable set for homeomorphisms is dened in a similar way: Denition 3.1.2: Let f: X → X be a homeomorphism of a metric space X. Then the unstable set of a ∈ point x X is u ∈ k k Wf (x)= y X lim d f (y),f (x) =0 . k→∞ u s In other words, Wf (x)=Wf1(x). Again, unstable sets of homeomorphisms give a partition of the space. On the other hand, stable sets and unstable sets (even of the same point) might intersect, giving rise to interesting dynamical phenomena.
    [Show full text]
  • Invariant Manifolds and Their Interactions
    Understanding the Geometry of Dynamics: Invariant Manifolds and their Interactions Hinke M. Osinga Department of Mathematics, University of Auckland, Auckland, New Zealand Abstract Dynamical systems theory studies the behaviour of time-dependent processes. For example, simulation of a weather model, starting from weather conditions known today, gives information about the weather tomorrow or a few days in advance. Dynamical sys- tems theory helps to explain the uncertainties in those predictions, or why it is pretty much impossible to forecast the weather more than a week ahead. In fact, dynamical sys- tems theory is a geometric subject: it seeks to identify critical boundaries and appropriate parameter ranges for which certain behaviour can be observed. The beauty of the theory lies in the fact that one can determine and prove many characteristics of such bound- aries called invariant manifolds. These are objects that typically do not have explicit mathematical expressions and must be found with advanced numerical techniques. This paper reviews recent developments and illustrates how numerical methods for dynamical systems can stimulate novel theoretical advances in the field. 1 Introduction Mathematical models in the form of systems of ordinary differential equations arise in numer- ous areas of science and engineering|including laser physics, chemical reaction dynamics, cell modelling and control engineering, to name but a few; see, for example, [12, 14, 35] as en- try points into the extensive literature. Such models are used to help understand how different types of behaviour arise under a variety of external or intrinsic influences, and also when system parameters are changed; examples include finding the bursting threshold for neurons, determin- ing the structural stability limit of a building in an earthquake, or characterising the onset of synchronisation for a pair of coupled lasers.
    [Show full text]
  • Computation of Stable and Unstable Manifolds of Hyperbolic Trajectories in Two-Dimensional, Aperiodically Time-Dependent Vector fields Ana M
    Physica D 182 (2003) 188–222 Computation of stable and unstable manifolds of hyperbolic trajectories in two-dimensional, aperiodically time-dependent vector fields Ana M. Mancho a, Des Small a, Stephen Wiggins a,∗, Kayo Ide b a School of Mathematics, University of Bristol, University Walk, Bristol, BS8 1TW, UK b Department of Atmospheric Sciences, and Institute of Geophysics and Planetary Physics, UCLA, Los Angeles, CA 90095-1565, USA Received 14 October 2002; received in revised form 29 January 2003; accepted 31 March 2003 Communicated by E. Kostelich Abstract In this paper, we develop two accurate and fast algorithms for the computation of the stable and unstable manifolds of hyperbolic trajectories of two-dimensional, aperiodically time-dependent vector fields. First we develop a benchmark method in which all the trajectories composing the manifold are integrated from the neighborhood of the hyperbolic trajectory. This choice, although very accurate, is not fast and has limited usage. A faster and more powerful algorithm requires the insertion of new points in the manifold as it evolves in time. Its numerical implementation requires a criterion for determining when to insert those points in the manifold, and an interpolation method for determining where to insert them. We compare four different point insertion criteria and four different interpolation methods. We discuss the computational requirements of all of these methods. We find two of the four point insertion criteria to be accurate and robust. One is a variant of a criterion originally proposed by Hobson. The other is a slight variant of a method due to Dritschel and Ambaum arising from their studies of contour dynamics.
    [Show full text]
  • INVARIANT MANIFOLDS AS PULLBACK ATTRACTORS of NONAUTONOMOUS DIFFERENTIAL EQUATIONS Bernd Aulbach1 and Martin Rasmussen2 Stefan S
    DISCRETE AND CONTINUOUS Website: http://aimSciences.org DYNAMICAL SYSTEMS Volume 15, Number 2, June 2006 pp. 579-596 INVARIANT MANIFOLDS AS PULLBACK ATTRACTORS OF NONAUTONOMOUS DIFFERENTIAL EQUATIONS Bernd Aulbach1 and Martin Rasmussen2 Department of Mathematics University of Augsburg D-86135 Augsburg, Germany Stefan Siegmund3 Department of Mathematics University of Frankfurt D-60325 Frankfurt am Main, Germany (Communicated by Glenn F. Webb) Abstract. We discuss the relationship between invariant manifolds of nonau- tonomous di®erential equations and pullback attractors. This relationship is essential, e.g., for the numerical approximation of these manifolds. In the ¯rst step, we show that the unstable manifold is the pullback attractor of the di®er- ential equation. The main result says that every (hyperbolic or nonhyperbolic) invariant manifold is the pullback attractor of a related system which we con- struct explicitly using spectral transformations. To illustrate our theorem, we present an application to the Lorenz system and approximate numerically the stable as well as the strong stable manifold of the origin. 1. Introduction. In the theory of dynamical systems (e.g., autonomous di®eren- tial equations) the stable and unstable manifold theorem|¯rst proved by Poincar¶e [13] and Hadamard [10]|plays an important role in the study of the flow near a hyperbolic rest point or a periodic solution. The idea is to show that the rest point x = 0, say, locally inherits the dynamical structure of its hyperbolic linearization xAx_ , i.e., the spectrum s u σ(A) = σ (A) [ σ (A)f¸1; : : : ; ¸rg [ f¸r+1; : : : ; ¸ng consists of eigenvalues ¸1; : : : ; ¸r with negative real parts and ¸r+1; : : : ; ¸n with positive real parts.
    [Show full text]
  • Matrix Algebra I N THIS APPENDIX We Review Important Concepts From
    ApPENDIX A I Matrix Algebra IN THIS APPENDIX we review important concepts from matrix algebra. A.I EIGENVALUES AND EIGENVECTORS Definition A.I LetA be an m X m matrix and x a nonzero m-dimensional real or complex vector. If Ax = Ax for some real or complex number A, then A is called an eigenvalue of A and x the corresponding eigenvector. For example, the matrix A = (~ ~) has an eigenvector (~), and cor­ responding eigenvalue 4. 557 MATRIX ALGEBRA Eigenvalues are found as roots A of the characteristic polynomial det(A - AI). If A is an eigenvalue of A, then any nonzero vector in the nullspace of A - AI is an eigenvector corresponding to A. For this example, det(A - AI) = det e; A 2 ~ A) = (A - l)(A - 2) - 6 = (A - 4)(A + 1), (A1) so the eigenvalues are A = 4, -1. The eigenvectors corresponding to A = 4 are found in the nullspace of = (A2) A- 41 (-32 -23) and so consist of all nonzero multiples of ( ~ ) . Similarly, the eigenvectors corre­ sponding to A = -1 are all nonzero multiples of ( _ ~ ) . If A and Bare m X m matrices, then the set of eigenvalues of the product matrix AB is the same as the set of eigenvalues of the product BA In fact, let A be an eigenvalue of AB, so that ABx = Ax for some x '* O. If A = 0, then 0= det(AB - AI) = det(AB) = (detA)(detB) = det(BA - AI), so A = 0 is also an eigenvalue of BA If A '* 0, then ABx = Ax implies BA(Bx) = ABx.
    [Show full text]
  • An Introduction to Dynamical Systems
    CHAOS An Introduction to Dynamical Systems KATHLEEN T. ALLIGOOD George Mason University TIM D. SAUER George Mason University JAMES A. YORKE University of Maryland Springer - f Contents INTRODUCTION ONE-DIMENSIONAL MAPS I 1.1 One-Dimensional Maps 2 1.2 Cobweb Plot: Graphical Representation of an Orbit 5 1.3 Stability of Fixed Points 9 1.4 Periodic Points 13 1.5 The Family of Logistic Maps 17 1.6 The Logistic Map G(x) = 4x(l - x) 22 1.7 Sensitive Dependence on Initial Conditions 25 1.8 Itineraries 27 CHALLENGE 1: PERIOD THREE IMPLIES CHAOS 32 EXERCISES 36 LAB VISIT 1: BOOM, BUST, AND CHAOS IN THE BEETLE CENSUS 39 XIII CONTENTS TWO-DIMENSIONAL MAPS 43 2.1 Mathematical Models 44 2.2 Sinks, Sources, and Saddles 58 2.3 Linear Maps 62 2.4 Coordinate Changes 67 2.5 Nonlinear Maps and the Jacobian Matrix 68 2.6 Stable and Unstable Manifolds 78 2.7 Matrix Times Circle Equals Ellipse 87 CHALLENGE 2: COUNTING THE PERIODIC ORBITS OF LINEAR MAPS ON A TORUS 92 EXERCISES 98 LAB VISIT 2: Is THE SOLAR SYSTEM STABLE? 99 CHAOS 105 3.1 Lyapunov Exponents 106 3.2 Chaotic Orbits 109 3.3 Conjugacy and the Logistic Map 114 3.4 Transition Graphs and Fixed Points 124 3.5 Basins of Attraction 129 CHALLENGE 3: SHARKOVSKII'S THEOREM 135 EXERCISES 140 LAB VISIT 3: PERIODICITY AND CHAOS IN A CHEMICAL REACTION 143 FRACTALS 149 4.1 Cantor Sets 150 4-2 Probabilistic Constructions of Fractals 156 4-3 Fractals from Deterministic Systems 161 4-4 Fractal Basin Boundaries 164 4-5 Fractal Dimension 172 4-6 Computing the Box-Counting Dimension 177 4-7 Correlation Dimension 180
    [Show full text]
  • Bifurcation Theory
    Bifurcation Theory Ale Jan Homburg The axiomatization and algebraization of mathematics has led to the illegibility of such a large number of mathematical texts that the threat of complete loss of contact with physics and the natural sciences has been realized. (Vladimir Arnold) Contents 1 Introduction 5 1.1 The Rosenzweig-MacArthur model...............................8 1.2 Exercises............................................. 12 2 Elements of nonlinear analysis 17 2.1 Calculus.............................................. 17 2.1.1 Nemytskii operators................................... 19 2.2 Implicit function theorem.................................... 21 2.2.1 Applications of the implicit function theorem..................... 23 2.3 Lyapunov-Schmidt reduction.................................. 24 2.4 Floquet theory.......................................... 26 2.5 Poincar´ereturn maps...................................... 30 2.6 Center manifolds......................................... 33 2.7 Normal forms........................................... 36 2.8 Manifolds and transversality................................... 41 2.9 Sard's theorem.......................................... 42 2.10 Exercises............................................. 46 3 Local bifurcations 51 3.1 The saddle-node bifurcation................................... 51 3.1.1 One dimensional saddle-node bifurcation........................ 51 3.1.2 Higher dimensional saddle-node bifurcation...................... 53 3.1.3 Saddle-node bifurcation of periodic orbits......................
    [Show full text]
  • Local Stable Manifold of Of
    A NEW PROOF OF THE STABLE MANIFOLD THEOREM FOR HYPERBOLIC FIXED POINTS ON SURFACES MARK HOLLAND AND STEFANO LUZZATTO ABSTRACT. We introduce a new technique for proving the classical Stable Manifold theorem for hyperbolic fixed points. This method is much more geometrical than the standard approaches which rely on abstract fixed point theorems. It is based on the convergence of a canonical sequence of “finite time local stable manifolds” which are related to the dynamics of a finite number of iterations. 1. INTRODUCTION 1.1. Stable sets. Let be a two-dimensional Riemannian manifold with Riemannian metric ¡ , ¥ ¦¨§ © and let ¢¤£ be a diffeomorphism. Suppose that is a fixed point. A classical question concerns the effect that the existence of such a fixed point has on the global dynamics of . In particular we shall concentrate here on some properties of the set of points which are forward asymptotic to © . © Definition 1. The global stable set © of is ¥ # ¥ %'&( © £¡¢ !"© $ as In general )© can be extremely complicated, both in its intrinsic geometry [14] and/or in the way it is embedded in [18, 19, 22] It is useful therefore to begin with a study of that part # *© © +-, of which remains in a fixed neighbourhood of for all forward iterations. For and 1)2 $-.0/ let # & 5 43 £¡6¢879:!"6©<;=+?> ;A@B;C$ED=/ " 12GF and 1)2 ( 5 5 3 IH 43 JLK # © Definition 2. For +M, , define the local stable set of by 2GF 1 ( 5 5 3 © ©N *©PO In several situations it is possible to obtain a fairly comprehensive description of the geomet- rical and dynamical properties of the local stable manifold.
    [Show full text]
  • REPRESENTATIONS of INVARIANT MANIFOLDS for APPLICATIONS in SYSTEM-TO-SYSTEM TRANSFER DESIGN a Thesis Submitted to the Faculty Of
    REPRESENTATIONS OF INVARIANT MANIFOLDS FOR APPLICATIONS IN SYSTEM-TO-SYSTEM TRANSFER DESIGN A Thesis Submitted to the Faculty of Purdue University by Christopher E. Patterson In Partial Fulfillment of the Requirements for the Degree of Master of Science May 2005 ii For Betty and Ruth. iii ACKNOWLEDGMENTS First, I thank my parents. They have been with me through some very difficult times and supported me in more ways than I can mention. I could not have succeeded in school or in life without their encouragement. Because research does not occur in a vacuum, I thank all the past and current members of my research group for their interest in my work and for their help. Their friendship is greatly appreciated and I hope I succeed in returning the favor. I thank my adviser, Professor K. C. Howell, for her guidence throughout my graduate career. Her motivation has been invaluable. Finally, I thank the School of Aeronautics and Astronautics at Purdue University for support of my research and my education. Portions of this work were supported by NASA and the Goddard Mission Services Evolution Center under contract numbers NCC5-358 and NAG5-11839. iv TABLE OF CONTENTS Page LIST OF FIGURES ................................ vii ABSTRACT .................................... x 1 Introduction ................................... 1 1.1 Problem Definition ............................ 2 1.2 Previous Contributions .......................... 5 1.2.1 Three-Body Problem ....................... 5 1.2.2 Approximations and Transfers .................. 8 1.3 Current Work ............................... 10 2 BACKGROUND: MATHEMATICAL MODELS ............... 12 2.1 The Circular Restricted Three-Body Problem ............. 13 2.1.1 Assumptions ............................ 13 2.1.2 Reference Frames ......................... 14 2.1.3 Characteristic Quantities ....................
    [Show full text]
  • View Example 45
    UNIVERSITY OF CINCINNATI _____________ , 20 _____ I,______________________________________________, hereby submit this as part of the requirements for the degree of: ________________________________________________ in: ________________________________________________ It is entitled: ________________________________________________ ________________________________________________ ________________________________________________ ________________________________________________ Approved by: ________________________ ________________________ ________________________ ________________________ ________________________ Stability Analysis and Design of Servo-Hydraulic Systems - A Bifurcation Study A dissertation submitted to the Division of Research and Advanced Studies of the University of Cincinnati in partial fulfillment of the requirements for the degree of DOCTORATE OF PHILOSOPHY (Ph.D.) in the Department of Mechanical, Industrial and Nuclear Engineering of the College of Engineering 2002 by Amit Shukla B.E.M.E., MNR Engineering College, India 1996 M.S.M.E., University of Cincinnati, 1998 Committee Chair: Dr. David F. Thompson Abstract Design for robust stability is one of the most important issues in nonlinear systems theory. The validity of linear system design in a small neighborhood is not a sufficient criterion for systems that undergo parametric variations and have strong nonlinear characteristics. With rapid growth in the systems theory, the design of nonlinear systems using bifurcation theory- based procedures has been one of the key
    [Show full text]