Ordinary Difference Eq of Order R = R-Order Ode

Total Page:16

File Type:pdf, Size:1020Kb

Ordinary Difference Eq of Order R = R-Order Ode Ordinary Difference Eq of order r = r-order ode: K[yn, yn-1, yn-2,... yn-r ; t]=0 yn = y(t0+nτ) = y(t0+nτ) Solution: y = y(t) , t0+nτ, n takes integer values To solve the r-order difference equation means to find solutions y = y(t) such that the sequence yn, yn-1, yn-2,... yn-r satisfies the given equation The solution of the ode of order r, in general involves r arbitrary constants which must be determined by limit conditions on the yn, yn-1, yn-2,... yn-r, (initial conditions , boundary conditions) ode like ODE describe processes in terms of local rates of change Ordinary Difference Equation of order r, r=1,2,… as an equation on yt and its differences . Βackward Difference Equation = Αναδρομες Εξισωσεις Διαφορων 2 r K[yt, yt-1, yt-2,... yt-r ; t] = 0 ⟺ B[yt ,∇yt , ∇ yt , …∇ yt ; t] =0 ∇r are the Backward Difference Operators of order r=1,2,… ∇ yt = yt − yt −1 = (I−V) yt ∇ = (I−V) , V=S−1 is the Backward Shift Operator on Sequences V(ψ1, ψ2, ψ3,...)= (0, ψ1, ψ2, ...) (Vψ)ν = ψν−1 , ν=1,2,3,… ψ0 = O 2 ∇ yt = ∇(∇ yt ) = ∇ (yt − yt −1) = ∇yt − ∇yt −1 = (yt − yt −1 )−( yt −1 − yt−2 ) 2 2 ∇ yt = (yt − 2yt −1 + yt−2 ) = (1−V) yt 3 ∇ yt = ∇(yt − 2yt −1 + yt−2 ) = (yt − yt −1)−2 (yt −1 − yt−2 )− (yt−2 − yt −3) = 3 = yt − 3yt −1 + yt−2 + yt −3 = (1−V) yt The r-th Backward Difference Operator ∇r ∇r =(I−V)r Forward Difference Equation r r-1 r-2 K[yt+r, yt+r-1, yt+r-2,... yt ; t]=0 ⟺ F[∆ yt , ∆ yt , ∆ yt , …, yt ; t] =0 n n r yt+r = ∑ ( ) ∆ y k=0 k t ∆r are the Forward Difference Operators of order r=1,2,… ∆ yt = yt+1 − yt = (S−I) yt ∆ = (S−I) , S is the Forward Shift Operator on Sequences S(ψ1, ψ2, ψ3,...)=(ψ2, ψ3, ψ4,...) (Sψ)ν = ψν+1 , ν=1,2,3,… ∆2yt = ∆ (∆ yt ) = ∆ (yt+1 − yt) = ∆yt+1 − ∆yt = (yt+2 − yt +1 )−( yt +1− yt) ∆2yt = (yt+2 − 2yt +1 + yt ) = (S+I)2 yt ∆3yt = ∆(yt+2 − 2yt +1 + yt) = (yt+3 − yt +2)−2 (yt +2 − yt+1)− (yt+1 − yt) = 3 = yt+3 − 3yt +2 + yt+1 + yt = (S+I) yt n n n−k n n n−k n k ∆ yt = ∑ (−1) ( ) y = ∑ (−1) ( ) S y k=0 k t+k k=0 k t n ∆r =(S−I)r =∑n (−1)n−k ( ) Sk k=0 k EXAMPLE: 2 2 1 3∇ yt + 2∇yt + 7yt =0 ⟺ yt = yt−1 − yt−2 3 4 Recurrence Equations and DS as de The time independent ode K[yt, yt-1, yt-2,... yt-r]=0 is an Implicit Function Eq for yt For solvable ode, the implicit Function S defines the Recurrence Equation of order r yt =S[yt-1, yt-2,...,yt-r] The Recurrence Equations of order r define the r-order Recursive Sequences = Recurrence Sequences = Aναδρομικες Ακολουθιες r-ταξεως The solution to the Recurrence Equation is obtained by iterating the Map S with initial conditions y0, y1,...,yr−1 yt =S[yt-1, yt-2,...,yt-r] is also called Iteration Formula (Y,S) define a Discrete DS 푑푦 3) The Euler ode of the ODE = 퐹(y(t), 푡) 푑푡 with y0 = y(t0) is the 1st-order RE (Αναδρομικη Ακολουθια) : yν+1 = yν + τ F(yν , t0+ντ) = S(yν), ν = 0,1,2,… with: η0 = y0 = y(t0) η1 = τ F(y0 , t0) η2 = τ F(y1 , t0+τ) ην = τ F(yν−1 , t0+(ν−1)τ) Maps as DS 1-order Recurrence Equation yt+1 =S[yt] , S is the (Forward) Shift Map Linear ode Solutions by Systematic Μethods. The most developed Theory Analogy with Linear ODE EXAMPLES Aριθμητικη Προοδος yt+1 = yt + w , t=0,1,2,3,... , yt Πραγματικοι Αριθμοι yt = y0 + tw Γεωμετρικη Προοδος yt+1 = ayt , t=0,1,2,3,... , yt Πραγματικοι Αριθμοι t yt = a y0 Γραμμικη Αναδρομικη Ακολουθια 1ης ταξεως yt+1 = ayt + w , t=0,1,2,3,... , yt Πραγματικοι Αριθμοι a≠1 t t 1−a yt = a y0 + w 1−a Euler ode Reduction to Linear 2 2 2 2 yt+3 + αyt+2 + βyt+1 + γyt = 0 ⟺ xt+3 +αxt+2 + βxt+1 +γxt = 0 2 with xt = yt Fibonacci Sequence Ft = Ft−1 + Ft−2 F0 = 0 , F1 =1 Solution Binet 1843 흋풕−(−흋)−풕 (ퟏ+√ퟓ)풕−(ퟏ−√ퟓ)풕 Ft = = Aσκ 0,02 √ퟓ ퟐ풕√ퟓ 0.3 ευρεση της λυσης ퟏ+ ퟓ 흋 = √ the Golden Number ퟐ Nοn Linear ode Explicit solutions are known only for Some isolated special classes of ΝL RR and for specific parameters. Solutions for general parameter values are not known. In such ode: we use computers to calculate large numbers of terms we study qualitative questions: -the behaviour of the solutions as n→∞, -Stability (Dynamical Structural), which on the whole is analogous to the stability theory for ordinary differential equations -Statistical Properties Aρμονικη Προοδος 풚풕 풚풕+ퟏ = t=0,1,2,3,... , yt Πραγματικοι Αριθμοι ퟏ−풘풚풕 ퟏ , t=0,1,2,3,... Aριθμητικη Προοδος 풚풕 Generalization to Riccati, Oμογραφικες, The Hofstadter–Conway $10,000 sequence is defined as follows 푎(푛) = 푎(푎(푛 − 1)) + 푎(푛 − 푎(푛 − 1)), 푛 = 3,4, … 푎(1) = 푎(2) = 1 The first few terms of this sequence are 1, 1, 2, 2, 3, 4, 4, 4, 5, 6, 7, 7, 8, 8, 8, 8, 9, 10, 11, 12, ... (A004001 in OEIS) Theorem Conway: 0.5 푎(푛) 1 퐥퐢퐦 = 푛→∞ 푛 2 Conway J. 1988, Some Crazy Sequences, Lecture at AT&T Bell Labs, July 15 Batrachion Functions John Horton Conway offered a prize of $10,000 to find a value of n for which 푎(푛) 1 1 | − | < 푛 2 20 퐧 = ퟏퟒퟖퟗ Mallows Schroeder, M. 1991, "John Horton Conway's 'Death Bet.' " Fractals, Chaos, Power Laws, New York: W. H. Freeman, pp. 57-59 Hofstadter later claimed he had found the sequence and its structure some 10– 15 years before Conway posed his challenge [private communication with Klaus Pinn] Απεικονιση Renyi S: [0,1)→ [0,1): yt+1 = 2yt (mod 1) = 2 yt 1[o, ½)(yt)+(2yt - 1) 1[½, 1)(yt) Γεωμετρικη Προοδος με λογο 2 στο [0,1) Periodic Orbits Error Free Computation Απεικονιση Σκηνης (Tent Map) S: [0,1)→ [0,1): yt+1=2 yt 1[o, ½)(yt)+(2 - 2yt) 1[½, 1)( yt) Συμμετρια S(y)=S(1-y) 1 t Λυση Ulam-Von Neumann: yt = arcsin (cos2 πy0), t=1,2,3,..., ∀ y0 in [0,1) 휋 Aσκ Επαληθευση {0.2} 3 υπολογισμοι {0.8} Computability of Ulam-Von Neumann Analytic Formula {2} Λογιστικη Απεικονιση (Logistic Map) S: [0,1)→ [0,1): yt+1 = α yt (1- yt) has known exact solutions only for α=−2,2 and 4. 2 t Λυση Ulam-Von Neumann yt = sin (2 arcsin √y0), t=1,2,3,... Aσκ {0.2} Ισοδυναμια Λογιστικης Απεικονισης με Απεικονιση Σκηνης Aσκ {0.5} Απεικονιση Chebychev Sm: [-2,2)→ [-2,2): yt+1 = 2cos(m arcos yt) , t=1,2,3,... m = 2,3 .... Απεικονιση Gauss S: [0,1)→ [0,1): 1 1 1 1 1 yt+1 = (mod1) = { } = − [ ] = the Fractional part of ,t=1,2,3,... 푦푡 푦푡 푦푡 푦푡 푦푡 Continued Fractions representations of Real numbers Απεικονιση Gauss 2dim= Απεικονιση Mixmaster 1 1 − [ ] 푥푡 푥푡 x S:[0,1)x[0,1) → [0,1)x[0,1) : (y)↦( 1 ) 1 1 −[ ] 푦푡 푥푡 1 1 x 푥+[ ] S−1 ( )=( 푦푡 ) y 1 1 − [ ] 푦푡 푦푡 Απεικονιση Σφηνας (Cusp) S :[ 1,1] [ 1,1] y S y 12 y Απεικονιση Πλαστη (Baker) 풙 ퟐ풙 B:[0,1)x[0,1) → [0,1)x[0,1) :(풚) ↦ ( 풚 ) mod1 ퟐ Στατιστικη Μη Αναστρεψιμοτητα Ασταθεια στην οριζοντια κατευθυνση Ευσταθεια στην καθετη κατευθυνση Υπερβολικη Δομη Τοπικο Γεωμετρικο Χαρακτηριστικο Χαους Baker Map as Source of Information Information of the Baker Map with respect to the generating partition {Ξ0 = lower, Ξ1 =upper} 1 1 풮0(ξ) = 2[− 푙표푔 ] = 푙표푔 2 = 1bit 2 2 2 2 1 1 풮1(ξ) = 4[− 푙표푔 ] = 푙표푔 4 = 2bit 4 2 4 2 1 1 풮2(ξ) = 8[− 푙표푔 ] = 푙표푔 8 = 3bit 8 2 8 2 풮t(ξ) = (t+1) ℐ0 = (t+1) bits The Linear Hyperbolic Map 2 2 풙 ퟐ풙 S:ℝ → ℝ :(풚) ↦ ( 풚 ) ퟐ B = S mod 1 The Horseshoe map= 2dimensional Tent Map Τhe Cat Map on the Torus x 1 1 x x + y S:[0,1)x[0,1) → [0,1)x[0,1) : ( ) ↦ ( ) ( ) = ( ) mod1 y 1 2 y x + 2y Anosov 1963, Sov. Math. Dokl 4, 1153-6 ퟏ ퟏ J=det( )=1 ퟏ ퟐ 1 1 −1 ퟐ −ퟏ ( ) = ( ) 1 2 −ퟏ ퟏ 1 1 3+√5 3−√5 Eigenvalues of ( ) λ+= >1 λ-= <1 1 2 2 2 λ+λ- =1 1 1 Eigenvectors of ( ) 1 2 1 η+ = ( ) κατευθυνση διαστολης 휑 1 1 η- = (− ) κατευθυνση συστολης 휑 ퟏ+√ퟓ φ= ο Χρυσος Αριθμος ퟐ 2 Iterations of the Cat Map After streching the deformed square is cut into 4 pieces The 4 pieces are assembled and stacked to a square Mixing 2 or more metals by mechanical alloying takes place due to repeated streching and folding described by simple chaotic maps (Baker, Cat) [Shingrou,ea 1995 ] Periodic Points x x T (y) is Periodic Point of S with period T → (y) is fixed point of S x 0 ( ) = ( ) is the only fixed point of S y 0 1 2 3 4 5 5 5 5 Only 4 period 2 points exist (3) , (1) , (4) , (2) 5 5 5 5 x Θ.
Recommended publications
  • Dynamics Forced by Homoclinic Orbits
    DYNAMICS FORCED BY HOMOCLINIC ORBITS VALENT´IN MENDOZA Abstract. The complexity of a dynamical system exhibiting a homoclinic orbit is given by the orbits that it forces. In this work we present a method, based in pruning theory, to determine the dynamical core of a homoclinic orbit of a Smale diffeomorphism on the 2-disk. Due to Cantwell and Conlon, this set is uniquely determined in the isotopy class of the orbit, up a topological conjugacy, so it contains the dynamics forced by the homoclinic orbit. Moreover we apply the method for finding the orbits forced by certain infinite families of homoclinic horseshoe orbits and propose its generalization to an arbitrary Smale map. 1. Introduction Since the Poincar´e'sdiscovery of homoclinic orbits, it is known that dynamical systems with one of these orbits have a very complex behaviour. Such a feature was explained by Smale in terms of his celebrated horseshoe map [40]; more precisely, if a surface diffeomorphism f has a homoclinic point then, there exists an invariant set Λ where a power of f is conjugated to the shift σ defined on the compact space Σ2 = f0; 1gZ of symbol sequences. To understand how complex is a diffeomorphism having a periodic or homoclinic orbit, we need the notion of forcing. First we will define it for periodic orbits. 1.1. Braid types of periodic orbits. Let P and Q be two periodic orbits of homeomorphisms f and g of the closed disk D2, respectively. We say that (P; f) and (Q; g) are equivalent if there is an orientation-preserving homeomorphism h : D2 ! D2 with h(P ) = Q such that f is isotopic to h−1 ◦ g ◦ h relative to P .
    [Show full text]
  • Chapter 6: Ensemble Forecasting and Atmospheric Predictability
    Chapter 6: Ensemble Forecasting and Atmospheric Predictability Introduction Deterministic Chaos (what!?) In 1951 Charney indicated that forecast skill would break down, but he attributed it to model errors and errors in the initial conditions… In the 1960’s the forecasts were skillful for only one day or so. Statistical prediction was equal or better than dynamical predictions, Like it was until now for ENSO predictions! Lorenz wanted to show that statistical prediction could not match prediction with a nonlinear model for the Tokyo (1960) NWP conference So, he tried to find a model that was not periodic (otherwise stats would win!) He programmed in machine language on a 4K memory, 60 ops/sec Royal McBee computer He developed a low-order model (12 d.o.f) and changed the parameters and eventually found a nonperiodic solution Printed results with 3 significant digits (plenty!) Tried to reproduce results, went for a coffee and OOPS! Lorenz (1963) discovered that even with a perfect model and almost perfect initial conditions the forecast loses all skill in a finite time interval: “A butterfly in Brazil can change the forecast in Texas after one or two weeks”. In the 1960’s this was only of academic interest: forecasts were useless in two days Now, we are getting closer to the 2 week limit of predictability, and we have to extract the maximum information Central theorem of chaos (Lorenz, 1960s): a) Unstable systems have finite predictability (chaos) b) Stable systems are infinitely predictable a) Unstable dynamical system b) Stable dynamical
    [Show full text]
  • Mathematics Calendar
    Mathematics Calendar The most comprehensive and up-to-date Mathematics Calendar information is available on e-MATH at http://www.ams.org/mathcal/. August 2006 wide to discuss the most recent developments in anomalous energy (heat) transport in low dimensional systems, synchronization of 1–5 Ninth Meeting of New Researchers in Statistics and Proba- chaotic systems and applications to communication of information. bility,University of Washington, Seattle, Washington. (Mar. 2006, It also serves as a forum to promote regional as well as international p. 379) scientific exchange and collaboration. Description:TheIMSCommittee on New Researchers is organizing ameeting of recent Ph.D. recipients in Statistics and Probability. Information and registration: http://www.ims.nus.edu.sg/ The purpose of the conference is to promote interaction among new Programs/chaos/;email:[email protected] on researchers primarily by introducing them to each other’s research scientific aspects of the program, please email Baowen Li at in an informal setting. As part of the conference, participants will [email protected]. present talks and posters on their research and discuss interests and 2–4 31st Sapporo Symposium on Partial Differential Equations, professional experiences over meals and social activities organized Department of Mathematics, Hokkaido University, Sapporo, Japan. through the meeting as well as by the participants themselves. The (Jan. 2006, p. 70) relationships established in this informal collegiate setting among Description:TheSapporo Symposium on Partial Differential Equa- junior researchers are ones that maylastacareer (lifetime?!) The tions has been held annually to present the latest developments on meeting is to be held prior to the 2006 Joint Statistical Meetings in PDE with a broad spectrum of interests not limited to the methods Seattle, WA.
    [Show full text]
  • A General Representation of Dynamical Systems for Reservoir Computing
    A general representation of dynamical systems for reservoir computing Sidney Pontes-Filho∗,y,x, Anis Yazidi∗, Jianhua Zhang∗, Hugo Hammer∗, Gustavo B. M. Mello∗, Ioanna Sandvigz, Gunnar Tuftey and Stefano Nichele∗ ∗Department of Computer Science, Oslo Metropolitan University, Oslo, Norway yDepartment of Computer Science, Norwegian University of Science and Technology, Trondheim, Norway zDepartment of Neuromedicine and Movement Science, Norwegian University of Science and Technology, Trondheim, Norway Email: [email protected] Abstract—Dynamical systems are capable of performing com- TABLE I putation in a reservoir computing paradigm. This paper presents EXAMPLES OF DYNAMICAL SYSTEMS. a general representation of these systems as an artificial neural network (ANN). Initially, we implement the simplest dynamical Dynamical system State Time Connectivity system, a cellular automaton. The mathematical fundamentals be- Cellular automata Discrete Discrete Regular hind an ANN are maintained, but the weights of the connections Coupled map lattice Continuous Discrete Regular and the activation function are adjusted to work as an update Random Boolean network Discrete Discrete Random rule in the context of cellular automata. The advantages of such Echo state network Continuous Discrete Random implementation are its usage on specialized and optimized deep Liquid state machine Discrete Continuous Random learning libraries, the capabilities to generalize it to other types of networks and the possibility to evolve cellular automata and other dynamical systems in terms of connectivity, update and learning rules. Our implementation of cellular automata constitutes an reservoirs [6], [7]. Other systems can also exhibit the same initial step towards a general framework for dynamical systems. dynamics. The coupled map lattice [8] is very similar to It aims to evolve such systems to optimize their usage in reservoir CA, the only exception is that the coupled map lattice has computing and to model physical computing substrates.
    [Show full text]
  • A Gentle Introduction to Dynamical Systems Theory for Researchers in Speech, Language, and Music
    A Gentle Introduction to Dynamical Systems Theory for Researchers in Speech, Language, and Music. Talk given at PoRT workshop, Glasgow, July 2012 Fred Cummins, University College Dublin [1] Dynamical Systems Theory (DST) is the lingua franca of Physics (both Newtonian and modern), Biology, Chemistry, and many other sciences and non-sciences, such as Economics. To employ the tools of DST is to take an explanatory stance with respect to observed phenomena. DST is thus not just another tool in the box. Its use is a different way of doing science. DST is increasingly used in non-computational, non-representational, non-cognitivist approaches to understanding behavior (and perhaps brains). (Embodied, embedded, ecological, enactive theories within cognitive science.) [2] DST originates in the science of mechanics, developed by the (co-)inventor of the calculus: Isaac Newton. This revolutionary science gave us the seductive concept of the mechanism. Mechanics seeks to provide a deterministic account of the relation between the motions of massive bodies and the forces that act upon them. A dynamical system comprises • A state description that indexes the components at time t, and • A dynamic, which is a rule governing state change over time The choice of variables defines the state space. The dynamic associates an instantaneous rate of change with each point in the state space. Any specific instance of a dynamical system will trace out a single trajectory in state space. (This is often, misleadingly, called a solution to the underlying equations.) Description of a specific system therefore also requires specification of the initial conditions. In the domain of mechanics, where we seek to account for the motion of massive bodies, we know which variables to choose (position and velocity).
    [Show full text]
  • 6.5 the Recursion Theorem
    6.5. THE RECURSION THEOREM 417 6.5 The Recursion Theorem The recursion Theorem, due to Kleene, is a fundamental result in recursion theory. Theorem 6.5.1 (Recursion Theorem, Version 1 )Letϕ0,ϕ1,... be any ac- ceptable indexing of the partial recursive functions. For every total recursive function f, there is some n such that ϕn = ϕf(n). The recursion Theorem can be strengthened as follows. Theorem 6.5.2 (Recursion Theorem, Version 2 )Letϕ0,ϕ1,... be any ac- ceptable indexing of the partial recursive functions. There is a total recursive function h such that for all x ∈ N,ifϕx is total, then ϕϕx(h(x)) = ϕh(x). 418 CHAPTER 6. ELEMENTARY RECURSIVE FUNCTION THEORY A third version of the recursion Theorem is given below. Theorem 6.5.3 (Recursion Theorem, Version 3 ) For all n ≥ 1, there is a total recursive function h of n +1 arguments, such that for all x ∈ N,ifϕx is a total recursive function of n +1arguments, then ϕϕx(h(x,x1,...,xn),x1,...,xn) = ϕh(x,x1,...,xn), for all x1,...,xn ∈ N. As a first application of the recursion theorem, we can show that there is an index n such that ϕn is the constant function with output n. Loosely speaking, ϕn prints its own name. Let f be the recursive function such that f(x, y)=x for all x, y ∈ N. 6.5. THE RECURSION THEOREM 419 By the s-m-n Theorem, there is a recursive function g such that ϕg(x)(y)=f(x, y)=x for all x, y ∈ N.
    [Show full text]
  • Computing Complex Horseshoes by Means of Piecewise Maps
    November 26, 2018 3:54 ws-ijbc International Journal of Bifurcation and Chaos c World Scientific Publishing Company Computing complex horseshoes by means of piecewise maps Alvaro´ G. L´opez, Alvar´ Daza, Jes´us M. Seoane Nonlinear Dynamics, Chaos and Complex Systems Group, Departamento de F´ısica, Universidad Rey Juan Carlos, Tulip´an s/n, 28933 M´ostoles, Madrid, Spain [email protected] Miguel A. F. Sanju´an Nonlinear Dynamics, Chaos and Complex Systems Group, Departamento de F´ısica, Universidad Rey Juan Carlos, Tulip´an s/n, 28933 M´ostoles, Madrid, Spain Department of Applied Informatics, Kaunas University of Technology, Studentu 50-415, Kaunas LT-51368, Lithuania Received (to be inserted by publisher) A systematic procedure to numerically compute a horseshoe map is presented. This new method uses piecewise functions and expresses the required operations by means of elementary transfor- mations, such as translations, scalings, projections and rotations. By repeatedly combining such transformations, arbitrarily complex folding structures can be created. We show the potential of these horseshoe piecewise maps to illustrate several central concepts of nonlinear dynamical systems, as for example the Wada property. Keywords: Chaos, Nonlinear Dynamics, Computational Modelling, Horseshoe map 1. Introduction The Smale horseshoe map is one of the hallmarks of chaos. It was devised in the 1960’s by Stephen Smale arXiv:1806.06748v2 [nlin.CD] 23 Nov 2018 [Smale, 1967] to reproduce the dynamics of a chaotic flow in the neighborhood of a given periodic orbit. It describes in the simplest way the dynamics of homoclinic tangles, which were encountered by Henri Poincar´e[Poincar´e, 1890] and were intensively studied by George Birkhoff [Birkhoff, 1927], and later on by Mary Catwright and John Littlewood, among others [Catwright & Littlewood, 1945, 1947; Levinson, 1949].
    [Show full text]
  • April 22 7.1 Recursion Theorem
    CSE 431 Theory of Computation Spring 2014 Lecture 7: April 22 Lecturer: James R. Lee Scribe: Eric Lei Disclaimer: These notes have not been subjected to the usual scrutiny reserved for formal publications. They may be distributed outside this class only with the permission of the Instructor. An interesting question about Turing machines is whether they can reproduce themselves. A Turing machine cannot be be defined in terms of itself, but can it still somehow print its own source code? The answer to this question is yes, as we will see in the recursion theorem. Afterward we will see some applications of this result. 7.1 Recursion Theorem Our end goal is to have a Turing machine that prints its own source code and operates on it. Last lecture we proved the existence of a Turing machine called SELF that ignores its input and prints its source code. We construct a similar proof for the recursion theorem. We will also need the following lemma proved last lecture. ∗ ∗ Lemma 7.1 There exists a computable function q :Σ ! Σ such that q(w) = hPwi, where Pw is a Turing machine that prints w and hats. Theorem 7.2 (Recursion theorem) Let T be a Turing machine that computes a function t :Σ∗ × Σ∗ ! Σ∗. There exists a Turing machine R that computes a function r :Σ∗ ! Σ∗, where for every w, r(w) = t(hRi; w): The theorem says that for an arbitrary computable function t, there is a Turing machine R that computes t on hRi and some input. Proof: We construct a Turing Machine R in three parts, A, B, and T , where T is given by the statement of the theorem.
    [Show full text]
  • An Image Cryptography Using Henon Map and Arnold Cat Map
    International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 An Image Cryptography using Henon Map and Arnold Cat Map. Pranjali Sankhe1, Shruti Pimple2, Surabhi Singh3, Anita Lahane4 1,2,3 UG Student VIII SEM, B.E., Computer Engg., RGIT, Mumbai, India 4Assistant Professor, Department of Computer Engg., RGIT, Mumbai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In this digital world i.e. the transmission of non- 2. METHODOLOGY physical data that has been encoded digitally for the purpose of storage Security is a continuous process via which data can 2.1 HENON MAP be secured from several active and passive attacks. Encryption technique protects the confidentiality of a message or 1. The Henon map is a discrete time dynamic system information which is in the form of multimedia (text, image, introduces by michel henon. and video).In this paper, a new symmetric image encryption 2. The map depends on two parameters, a and b, which algorithm is proposed based on Henon’s chaotic system with for the classical Henon map have values of a = 1.4 and byte sequences applied with a novel approach of pixel shuffling b = 0.3. For the classical values the Henon map is of an image which results in an effective and efficient chaotic. For other values of a and b the map may be encryption of images. The Arnold Cat Map is a discrete system chaotic, intermittent, or converge to a periodic orbit. that stretches and folds its trajectories in phase space. Cryptography is the process of encryption and decryption of 3.
    [Show full text]
  • The Transition Between the Complex Quadratic Map and the Hénon Map
    The Transition Between the Complex Quadratic Map and the Hénon Map by Sarah N. Kabes Technical Report Department of Mathematics and Statistics University of Minnesota Duluth, MN 55812 July 2012 The Transition Between the Complex Quadratic Map and the Hénon map A PROJECT SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Sarah Kabes in partial fulfillment of the requirements for the degree of Master of Science July 2012 Acknowledgements Thank you first and foremost to my advisor Dr. Bruce Peckham. Your patience, encouragement, excitement, and support while teaching have made this experience not only possible but enjoyable as well. Additional thanks to my committee members, Dr. Marshall Hampton and Dr. John Pastor for reading and providing suggestions for this project. Furthermore, without the additional assistance from two individuals my project would not be as complete as it is today. Thank you Dr. Harlan Stech for finding the critical value , and thank you Scot Halverson for working with me and the open source code to produce the movie. Of course none of this would be possibly without the continued support of my family and friends. Thank you all for believing in me. i Abstract This paper investigates the transition between two well known dynamical systems in the plane, the complex quadratic map and the Hénon map. Using bifurcation theory, an analysis of the dynamical changes the family of maps undergoes as we follow a “homotopy” from one map to the other is presented. Along with locating common local bifurcations, an additional un-familiar bifurcation at infinity is discussed.
    [Show full text]
  • Solution Bounds, Stability and Attractors' Estimates of Some Nonlinear Time-Varying Systems
    1 Solution Bounds, Stability and Attractors’ Estimates of Some Nonlinear Time-Varying Systems Mark A. Pinsky and Steve Koblik Abstract. Estimation of solution norms and stability for time-dependent nonlinear systems is ubiquitous in numerous applied and control problems. Yet, practically valuable results are rare in this area. This paper develops a novel approach, which bounds the solution norms, derives the corresponding stability criteria, and estimates the trapping/stability regions for a broad class of the corresponding systems. Our inferences rest on deriving a scalar differential inequality for the norms of solutions to the initial systems. Utility of the Lipschitz inequality linearizes the associated auxiliary differential equation and yields both the upper bounds for the norms of solutions and the relevant stability criteria. To refine these inferences, we introduce a nonlinear extension of the Lipschitz inequality, which improves the developed bounds and estimates the stability basins and trapping regions for the corresponding systems. Finally, we conform the theoretical results in representative simulations. Key Words. Comparison principle, Lipschitz condition, stability criteria, trapping/stability regions, solution bounds AMS subject classification. 34A34, 34C11, 34C29, 34C41, 34D08, 34D10, 34D20, 34D45 1. INTRODUCTION. We are going to study a system defined by the equation n (1) xAtxftxFttt , , [0 , ), x , ft ,0 0 where matrix A nn and functions ft:[ , ) nn and F : n are continuous and bounded, and At is also continuously differentiable. It is assumed that the solution, x t, x0 , to the initial value problem, x t0, x 0 x 0 , is uniquely defined for tt0 . Note that the pertained conditions can be found, e.g., in [1] and [2].
    [Show full text]
  • Strange Attractors and Classical Stability Theory
    Nonlinear Dynamics and Systems Theory, 8 (1) (2008) 49–96 Strange Attractors and Classical Stability Theory G. Leonov ∗ St. Petersburg State University Universitetskaya av., 28, Petrodvorets, 198504 St.Petersburg, Russia Received: November 16, 2006; Revised: December 15, 2007 Abstract: Definitions of global attractor, B-attractor and weak attractor are introduced. Relationships between Lyapunov stability, Poincare stability and Zhukovsky stability are considered. Perron effects are discussed. Stability and instability criteria by the first approximation are obtained. Lyapunov direct method in dimension theory is introduced. For the Lorenz system necessary and sufficient conditions of existence of homoclinic trajectories are obtained. Keywords: Attractor, instability, Lyapunov exponent, stability, Poincar´esection, Hausdorff dimension, Lorenz system, homoclinic bifurcation. Mathematics Subject Classification (2000): 34C28, 34D45, 34D20. 1 Introduction In almost any solid survey or book on chaotic dynamics, one encounters notions from classical stability theory such as Lyapunov exponent and characteristic exponent. But the effect of sign inversion in the characteristic exponent during linearization is seldom mentioned. This effect was discovered by Oscar Perron [1], an outstanding German math- ematician. The present survey sets forth Perron’s results and their further development, see [2]–[4]. It is shown that Perron effects may occur on the boundaries of a flow of solutions that is stable by the first approximation. Inside the flow, stability is completely determined by the negativeness of the characteristic exponents of linearized systems. It is often said that the defining property of strange attractors is the sensitivity of their trajectories with respect to the initial data. But how is this property connected with the classical notions of instability? For continuous systems, it was necessary to remember the almost forgotten notion of Zhukovsky instability.
    [Show full text]