Laurette TUCKERMAN Numerical Methods for Differential Equations in Physics

Size: px
Start display at page:

Download "Laurette TUCKERMAN Numerical Methods for Differential Equations in Physics"

Transcription

1 Laurette TUCKERMAN Numerical Methods for Differential Equations in Physics

2 Time stepping: Steady state solving: 0 = F(U) t U = LU + N(U) 0 = LU + N(U) Newton s method 0 = F(U u) F(U) DF(U)u { DF(U)u = F(U) U U u

3 Newton s Method converges quadratically U n+1 = U n F(U n) F (U n ) F(U) = 0 = F(U n ) + F (U n )(U U n ) F (U n )(U U n ) = F(U n) F (U n ) + F (U n ) F (U n ) (U U n) + 1 F (U n ) 2 F (U n ) (U U n) = F(U n) F (U n ) + (U U n) = U n+1 + U U n+1 U = 1 F (U n ) 2 F (U n ) (U U n) ǫ n+1 = 1 2 F (U n ) F (U n ) ǫ F (U n ) F (U n ) (U U n) F (U n ) F (U n ) (U U n) Typical sequence: ǫ = 10 1,10 2,10 4,10 8, 10 16

4 Much faster than timestepping: U(t) = U + ce λt U(t n ) U = ce λt n U(t n+1 ) U = ce λ(tn+ t) = e λ t (U(t n ) U)) Linear convergence: ǫ n+1 cǫ n. In addition to converging faster than timestepping, Newton s method can converge to unstable states.

5 Fixed points and linear stability. ẋ = f(x) unstable stable 0 = f( x) Fixed point x d ( x + ǫ(t)) = f( x + ǫ) dt Linear stability of x ǫ = f( x) + f ( x)ǫ f ( x)ǫ 2 + f ( x)ǫ { increases iff ǫ(t) = e tf ( x) ǫ(0) ( x) > 0 decreases iff ( x) < 0

6 Saddle-node Bifurcations ẋ = f(x) = µ x 2 Fixed points: Stability: x ± = ± µ forµ > 0 f ( x ± ) = 2 x ± = 2(± µ) = 2 µ f ( x + ) = f ( µ) = 2 µ < 0 = x + stable f ( x ) = f ( µ) = 2 µ > 0 = x unstable

7 f(x,µ) = c 00 + c 10 x + c 01 µ + c 20 x general quadratic polynomial = ± µ ± x 2 four cases, depending on signs ofc s Newton s method finds steady states independently of their stability Where might saddle-node bifurcations occur?

8 Swift-Hohenberg equation t u = µu ( q 2 c + ) 2 u u 3 Derived by J. Swift and P.C. Hohenberg (Phys. Rev. A 15, 319 (1977)) to describe pattern formation in convection For u 1, t u = µu ( q 2 c + ) 2 u u exp(ikx + σt) σu = µu ( q 2 c k2) 2 u = σ = µ,k = qc Add quadratic term to obtain hexagons t u = µu ( q 2 c + ) 2 u + g1 u 2 u 3 Include q c and q c = 1 to obtain quasipatterns t u = µu ( q 2 c + ) 2 (1 + ) 2 u + g 1 u 2 u 3

9 2D Patterns produced by Swift-Hohenberg equation Stripes Hexagons Zigzag instability Quasicrystals

10 Snaking in 1D Swift-Hohenberg Equation

11 Thermosolutal Convection: Patterns with 1D snaking

12 Thermosolutal Convection: Patterns with 2D snaking

13 Newton s method: example Swift-Hohenberg equation: t U = F(U) = µu ( q 2 c + ) 2 U U 3 Equation for steady state: 0 = F(U) = µu ( q 2 c + ) 2 U U 3 Loop: calculate and compare withǫ: F(U) µu ( q 2 c + ) 2 U U 3 < ǫ? If F(U) <ǫ, thenu not solution, so tryu u: 0 = µ(u u) ( q 2 c + ) 2 (U u) (U u) 3 = µu ( q 2 c + ) 2 U U 3 (µu ( ) q 2c + ) 2 u 3U 2 u 3Uu 2 u 3 Newton step: truncate at first order in u and solve foru(x): µu ( q 2 c + ) 2 u 3U 2 u = µu ( q 2 c + ) 2 U U 3 Then replace and try again: U U u

14 Continuation: going around saddle-nodes

15 Goal: 0 = RN(U) + LU 0 = p(u,r) p where Newton step: { Ui some component R } (U,R) not solution, so try (U u,r r) 0 = (R r)n(u u) + L(U u) = RN(U) + LU RN U u rn(u) Lu + O(r,u) 2 { } Ui p u 0 = p(u u,r r) p = i R p r

16 [ RN U + L ] N(U) }{{ 1 } or [ u r ] = RN(U) { + LU } Ui p R p Ifp(U,R) = R (i.e. set Reynolds number), then setr = p, r = 0 and get previous case: [RN U + L][u] = [RN(U) + LU] Ifp(U,R) = U i, then must solve extended system for(u,r). [ (RN u + L) N(U) ][ u r ] = Setu i = U i p Calculate (RN U + L)u AddN(U)r [ (RN(U) + LU) U i p ]

17 It may be sufficient to extrapolate quadratically. Far from saddle-node bifurcation,u is considered to be a function ofr. To get an initial guess foru at a newr, extrapolate. Zeroth order extrapolation: Linear extrapolation: U(R (2) ) initial guess = U(R (1) ) U(R (2) ) initial guess = U(R (1) ) + (U(R (1) ) U(R (0) )) R(2) R (1) R (1) R (0) Quadratic extrapolation: Fit quadratic polynomials through U(R (0) ), U(R (1) ), U(R (2) ) as functions ofrand evaluate polynomial at new value R (3). Close to saddle-node bifurcation, choose distinguished value U i and consider U j,j i and R to be quadratic functions of U i. Set new value ofu i, and evaluate new estimate of U j and R Now, R can change sign and can go around saddle-node.

18 Reaction-Diffusion Equations t u i = f i (u 1,u 2,...) + D }{{}} i{{ u } i reaction diffusion Reactions f i couple different speciesu i at same location DiffusivityD i couples same speciesu i at different locations Describe oscillating chemical reactions, such as famous Belousov-Zhabotinskii reaction, discovered by two Soviet scientists in 1950s-1960s. Also describe phenomena in biology (population biology, epidemiology, neurosciences) social sciences (economics, demography) physics

19 Two species t u = f(u,v) + D u u t v = g(u,v) + D v v FitzHugh-Nagumo model f(u,v) = u u 3 /3 v + I g(u,v) = 0.08 (u v) Spatially homogeneous t u = f(u,v) t v = g(u,v) Barkley model f(u,v) = 1 ǫ u(1 u)( u v+b ) a g(u,v) = u v u-nullclinesf(u,v) = ( 0, v-nullclinesg(u,v) ) = 0, steady states fu f stable if eigenvalues of v have negative real parts g u g v

20 f(u,v) = 1 ǫ u(1 u)( u v+b ) a g(u,v) = u v t u = f = 0 separates and O(ǫ 1 ) t v = g = 0 separates and O(1) u = 1 u = 0 u = 0 u = (v + b)/a excited phase v 1 refractory phase v 1 excitable phase excitation threshold

21 Waves in Excitable Medium Spatial variation + diffusion + excitability= propagating waves Excitable media in physiology: neurons cardiac tissue (the heart) Pacemaker periodically emits electrical signals, propagated to rest of heart

22 Simulations from Barkley model, Scholarpedia Spiral waves in 2D Spiral waves in 3D

23 TRAVELING WAVES: U(x Ct,y,z) Newton step: { 0 = C x U + N(U) + LU Goal : 0 = p(u) p (U,C) not solution, so try(u u,c c) 0 = (C c) x (U u) + N(U u) + L(U u) = C x U + N(U) + LU C x u c x U N U u Lu { } Ui p u 0 = p(u u,r r) p = i R p r [ C x + N U + L x U ][ u c ] = [ C x U + N(U) + LU U i p ]

24 Navier-Stokes Equations t U = (U )U P + ν U = (I 2 )(U )U + ν U = N(U) + L U N U u (U )u (u )U A U u = N U u + Lu Must solve Lu + N U u = LU + N(U)

VII. Reaction-Diffusion Equations:

VII. Reaction-Diffusion Equations: Université Pierre et Marie Curie Master Sciences et Technologie (M) Spécialité : Concepts fondamentaux de la physique Parcours : Physique des Liquides et Matière Molle Cours : Dynamique Non-Linéaire Laurette

More information

Boulder School for Condensed Matter and Materials Physics. Laurette Tuckerman PMMH-ESPCI-CNRS

Boulder School for Condensed Matter and Materials Physics. Laurette Tuckerman PMMH-ESPCI-CNRS Boulder School for Condensed Matter and Materials Physics Laurette Tuckerman PMMH-ESPCI-CNRS laurette@pmmh.espci.fr Dynamical Systems: A Basic Primer 1 1 Basic bifurcations 1.1 Fixed points and linear

More information

PCMI Project: Resetting Reentrant Excitation Oscillations in Different Geometries

PCMI Project: Resetting Reentrant Excitation Oscillations in Different Geometries PCMI Project: Resetting Reentrant Excitation Oscillations in Different Geometries Elizabeth Doman mentor: John Milton summer 2005 PCMI Project:Resetting Reentrant ExcitationOscillations in Different Geometries

More information

Lecture 18: Bistable Fronts PHYS 221A, Spring 2017

Lecture 18: Bistable Fronts PHYS 221A, Spring 2017 Lecture 18: Bistable Fronts PHYS 221A, Spring 2017 Lectures: P. H. Diamond Notes: Xiang Fan June 15, 2017 1 Introduction In the previous lectures, we learned about Turing Patterns. Turing Instability is

More information

CHEM 515: Chemical Kinetics and Dynamics

CHEM 515: Chemical Kinetics and Dynamics Alejandro J. Garza S01163018 Department of Chemistry, Rice University, Houston, TX email: ajg7@rice.edu, ext. 2657 Submitted December 12, 2011 Abstract Spontaneous antispiral wave formation was observed

More information

VIII. Nonlinear Tourism

VIII. Nonlinear Tourism Université Pierre et Marie Curie Master Sciences et Technologie (M2) Spécialité : Concepts fondamentaux de la physique Parcours : Physique des Liquides et Matière Molle Cours : Dynamique Non-Linéaire Laurette

More information

Quasipatterns in surface wave experiments

Quasipatterns in surface wave experiments Quasipatterns in surface wave experiments Alastair Rucklidge Department of Applied Mathematics University of Leeds, Leeds LS2 9JT, UK With support from EPSRC A.M. Rucklidge and W.J. Rucklidge, Convergence

More information

Examples of Excitable Media. Excitable Media. Characteristics of Excitable Media. Behavior of Excitable Media. Part 2: Cellular Automata 9/7/04

Examples of Excitable Media. Excitable Media. Characteristics of Excitable Media. Behavior of Excitable Media. Part 2: Cellular Automata 9/7/04 Examples of Excitable Media Excitable Media Slime mold amoebas Cardiac tissue (& other muscle tissue) Cortical tissue Certain chemical systems (e.g., BZ reaction) Hodgepodge machine 9/7/04 1 9/7/04 2 Characteristics

More information

The Significance of Reduced Conductance in the Sino-Atrial Node for Cardiac Rythmicity

The Significance of Reduced Conductance in the Sino-Atrial Node for Cardiac Rythmicity The Significance of Reduced Conductance in the Sino-Atrial Node for Cardiac Rythmicity Will Nesse May 14, 2005 Sino-Atrial Node (SA node): The Pacemaker of the Heart 1 The SA node and the Atria: How the

More information

6.3.4 Action potential

6.3.4 Action potential I ion C m C m dφ dt Figure 6.8: Electrical circuit model of the cell membrane. Normally, cells are net negative inside the cell which results in a non-zero resting membrane potential. The membrane potential

More information

Introduction to Physiology V - Coupling and Propagation

Introduction to Physiology V - Coupling and Propagation Introduction to Physiology V - Coupling and Propagation J. P. Keener Mathematics Department Coupling and Propagation p./33 Spatially Extended Excitable Media Neurons and axons Coupling and Propagation

More information

ODE, part 2. Dynamical systems, differential equations

ODE, part 2. Dynamical systems, differential equations ODE, part 2 Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2011 Dynamical systems, differential equations Consider a system of n first order equations du dt = f(u, t),

More information

Wave Pinning, Actin Waves, and LPA

Wave Pinning, Actin Waves, and LPA Wave Pinning, Actin Waves, and LPA MCB 2012 William R. Holmes Intercellular Waves Weiner et al., 2007, PLoS Biology Dynamic Hem1 waves in neutrophils Questions? How can such waves / pulses form? What molecular

More information

Laurette TUCKERMAN Codimension-two points

Laurette TUCKERMAN Codimension-two points Laurette TUCKERMAN laurette@pmmh.espci.fr Codimension-two points The 1:2 mode interaction System with O(2) symmetry with competing wavenumbersm = 1 andm = 2 Solutions approximated as: u(θ,t) = z 1 (t)e

More information

Calculus and Differential Equations II

Calculus and Differential Equations II MATH 250 B Second order autonomous linear systems We are mostly interested with 2 2 first order autonomous systems of the form { x = a x + b y y = c x + d y where x and y are functions of t and a, b, c,

More information

Introduction LECTURE 1

Introduction LECTURE 1 LECTURE 1 Introduction The source of all great mathematics is the special case, the concrete example. It is frequent in mathematics that every instance of a concept of seemingly great generality is in

More information

2013 NSF-CMACS Workshop on Atrial Fibrillation

2013 NSF-CMACS Workshop on Atrial Fibrillation 2013 NSF-CMACS Workshop on A Atrial Fibrillation Flavio H. Fenton School of Physics Georgia Institute of Technology, Atlanta, GA and Max Planck Institute for Dynamics and Self-organization, Goettingen,

More information

Practical Bifurcation Techniques and Nonlinear Tourism. Laurette TUCKERMAN English-language version

Practical Bifurcation Techniques and Nonlinear Tourism. Laurette TUCKERMAN English-language version Université Pierre et Marie Curie Master Sciences et Technologie (M2) Spécialité : Concepts fondamentaux de la physique Parcours : Physique des Liquides et Matière Molle Cours : Dynamique Non-Linéaire Laurette

More information

Pattern Formation and Spatiotemporal Chaos in Systems Far from Equilibrium

Pattern Formation and Spatiotemporal Chaos in Systems Far from Equilibrium Pattern Formation and Spatiotemporal Chaos in Systems Far from Equilibrium Michael Cross California Institute of Technology Beijing Normal University May 2006 Michael Cross (Caltech, BNU) Pattern Formation

More information

Laurette TUCKERMAN Rayleigh-Bénard Convection and Lorenz Model

Laurette TUCKERMAN Rayleigh-Bénard Convection and Lorenz Model Laurette TUCKERMAN laurette@pmmh.espci.fr Rayleigh-Bénard Convection and Lorenz Model Rayleigh-Bénard Convection Rayleigh-Bénard Convection Boussinesq Approximation Calculation and subtraction of the basic

More information

Spiral waves on static and moving spherical domains

Spiral waves on static and moving spherical domains Journal of Computational and Applied Mathematics 182 2005) 472 486 www.elsevier.com/locate/cam Spiral waves on static and moving spherical domains Faridon Amdjadi, Jagnnathan Gomatam School of Computing

More information

Scroll Waves in Anisotropic Excitable Media with Application to the Heart. Sima Setayeshgar Department of Physics Indiana University

Scroll Waves in Anisotropic Excitable Media with Application to the Heart. Sima Setayeshgar Department of Physics Indiana University Scroll Waves in Anisotropic Excitable Media with Application to the Heart Sima Setayeshgar Department of Physics Indiana University KITP Cardiac Dynamics Mini-Program 1 Stripes, Spots and Scrolls KITP

More information

Fundamentals of Bio-architecture SUMMARY

Fundamentals of Bio-architecture SUMMARY Fundamentals of Bio-architecture SUMMARY Melik Demirel, PhD *Pictures and tables in this lecture notes are copied from Internet sources for educational use only. Can order increase without breaking 2 nd

More information

Lecture 5: Travelling Waves

Lecture 5: Travelling Waves Computational Biology Group (CoBI), D-BSSE, ETHZ Lecture 5: Travelling Waves Prof Dagmar Iber, PhD DPhil MSc Computational Biology 2015 26. Oktober 2016 2 / 68 Contents 1 Introduction to Travelling Waves

More information

Dynamical Systems and Chaos Part II: Biology Applications. Lecture 10: Coupled Systems. Ilya Potapov Mathematics Department, TUT Room TD325

Dynamical Systems and Chaos Part II: Biology Applications. Lecture 10: Coupled Systems. Ilya Potapov Mathematics Department, TUT Room TD325 Dynamical Systems and Chaos Part II: Biology Applications Lecture 10: Coupled Systems. Ilya Potapov Mathematics Department, TUT Room TD325 Foreword In order to model populations of physical/biological

More information

Hydrodynamics. Class 11. Laurette TUCKERMAN

Hydrodynamics. Class 11. Laurette TUCKERMAN Hydrodynamics Class 11 Laurette TUCKERMAN laurette@pmmh.espci.fr Faraday instability Faraday (1831): Vertical vibration of fluid layer = stripes, squares, hexagons In 1990s: first fluid-dynamical quasicrystals:

More information

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for COMPUTATIONAL BIOLOGY A. COURSE CODES: FFR 110, FIM740GU, PhD

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for COMPUTATIONAL BIOLOGY A. COURSE CODES: FFR 110, FIM740GU, PhD CHALMERS, GÖTEBORGS UNIVERSITET EXAM for COMPUTATIONAL BIOLOGY A COURSE CODES: FFR 110, FIM740GU, PhD Time: Place: Teachers: Allowed material: Not allowed: June 8, 2018, at 08 30 12 30 Johanneberg Kristian

More information

A review of stability and dynamical behaviors of differential equations:

A review of stability and dynamical behaviors of differential equations: A review of stability and dynamical behaviors of differential equations: scalar ODE: u t = f(u), system of ODEs: u t = f(u, v), v t = g(u, v), reaction-diffusion equation: u t = D u + f(u), x Ω, with boundary

More information

Spatio-temporal patterns in two-dimensional excitable media subject to Robin boundary conditions

Spatio-temporal patterns in two-dimensional excitable media subject to Robin boundary conditions Applied Mathematics and Computation 146 (2003) 55 72 www.elsevier.com/locate/amc Spatio-temporal patterns in two-dimensional excitable media subject to Robin boundary conditions J.I. Ramos E.T.S. Ingenieros

More information

arxiv: v1 [physics.bio-ph] 2 Jul 2008

arxiv: v1 [physics.bio-ph] 2 Jul 2008 Modeling Excitable Systems Jarrett L. Lancaster and Edward H. Hellen University of North Carolina Greensboro, Department of Physics and Astronomy, Greensboro, NC 27402 arxiv:0807.0451v1 [physics.bio-ph]

More information

Numerical methods for the Navier- Stokes equations

Numerical methods for the Navier- Stokes equations Numerical methods for the Navier- Stokes equations Hans Petter Langtangen 1,2 1 Center for Biomedical Computing, Simula Research Laboratory 2 Department of Informatics, University of Oslo Dec 6, 2012 Note:

More information

Conservation of Mass. Computational Fluid Dynamics. The Equations Governing Fluid Motion

Conservation of Mass. Computational Fluid Dynamics. The Equations Governing Fluid Motion http://www.nd.edu/~gtryggva/cfd-course/ http://www.nd.edu/~gtryggva/cfd-course/ Computational Fluid Dynamics Lecture 4 January 30, 2017 The Equations Governing Fluid Motion Grétar Tryggvason Outline Derivation

More information

TWO DIMENSIONAL FLOWS. Lecture 5: Limit Cycles and Bifurcations

TWO DIMENSIONAL FLOWS. Lecture 5: Limit Cycles and Bifurcations TWO DIMENSIONAL FLOWS Lecture 5: Limit Cycles and Bifurcations 5. Limit cycles A limit cycle is an isolated closed trajectory [ isolated means that neighbouring trajectories are not closed] Fig. 5.1.1

More information

Hydrodynamics. l. mahadevan harvard university

Hydrodynamics. l. mahadevan harvard university Thermodynamics / statistical mechanics : Hydrodynamics N>>1; large number of interacting particles! Hydrodynamics : L >> l; T >> t; long wavelength, slow time - average over (some) microscopic length and

More information

Shear Turbulence. Fabian Waleffe. Depts. of Mathematics and Engineering Physics. Wisconsin

Shear Turbulence. Fabian Waleffe. Depts. of Mathematics and Engineering Physics. Wisconsin Shear Turbulence Fabian Waleffe Depts. of Mathematics and Engineering Physics, Madison University of Wisconsin Mini-Symposium on Subcritical Flow Instability for training of early stage researchers Mini-Symposium

More information

Department of Mathematics IIT Guwahati

Department of Mathematics IIT Guwahati Stability of Linear Systems in R 2 Department of Mathematics IIT Guwahati A system of first order differential equations is called autonomous if the system can be written in the form dx 1 dt = g 1(x 1,

More information

Suppression of Spiral Waves and Spatiotemporal Chaos Under Local Self-adaptive Coupling Interactions

Suppression of Spiral Waves and Spatiotemporal Chaos Under Local Self-adaptive Coupling Interactions Commun. Theor. Phys. (Beijing, China) 45 (6) pp. 121 126 c International Academic Publishers Vol. 45, No. 1, January 15, 6 Suppression of Spiral Waves and Spatiotemporal Chaos Under Local Self-adaptive

More information

3 Action Potentials - Brutal Approximations

3 Action Potentials - Brutal Approximations Physics 172/278 - David Kleinfeld - Fall 2004; Revised Winter 2015 3 Action Potentials - Brutal Approximations The Hodgkin-Huxley equations for the behavior of the action potential in squid, and similar

More information

Math 575-Lecture Viscous Newtonian fluid and the Navier-Stokes equations

Math 575-Lecture Viscous Newtonian fluid and the Navier-Stokes equations Math 575-Lecture 13 In 1845, tokes extended Newton s original idea to find a constitutive law which relates the Cauchy stress tensor to the velocity gradient, and then derived a system of equations. The

More information

Modelling biological oscillations

Modelling biological oscillations Modelling biological oscillations Shan He School for Computational Science University of Birmingham Module 06-23836: Computational Modelling with MATLAB Outline Outline of Topics Van der Pol equation Van

More information

The Physics of the Heart. Sima Setayeshgar

The Physics of the Heart. Sima Setayeshgar The Physics of the Heart Sima Setayeshgar Department of Physics Indiana University Indiana Unversity Physics REU Seminar, July 27 2005 1 Stripes, Spots and Scrolls Indiana Unversity Physics REU Seminar,

More information

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science EAD 115 Numerical Solution of Engineering and Scientific Problems David M. Rocke Department of Applied Science Taylor s Theorem Can often approximate a function by a polynomial The error in the approximation

More information

Sigrist, Rachel (2010) Bifurcations with spherical symmetry. PhD thesis, University of Nottingham.

Sigrist, Rachel (2010) Bifurcations with spherical symmetry. PhD thesis, University of Nottingham. Sigrist, Rachel (21) Bifurcations with spherical symmetry. PhD thesis, University of Nottingham. Access from the University of Nottingham repository: http://eprints.nottingham.ac.uk/1117/1/thesis_final_version.pdf

More information

Simple models of neurons!! Lecture 4!

Simple models of neurons!! Lecture 4! Simple models of neurons!! Lecture 4! 1! Recap: Phase Plane Analysis! 2! FitzHugh-Nagumo Model! Membrane potential K activation variable Notes from Zillmer, INFN 3! FitzHugh Nagumo Model Demo! 4! Phase

More information

Symmetry Properties of Confined Convective States

Symmetry Properties of Confined Convective States Symmetry Properties of Confined Convective States John Guckenheimer Cornell University 1 Introduction This paper is a commentary on the experimental observation observations of Bensimon et al. [1] of convection

More information

Chapter 18. Remarks on partial differential equations

Chapter 18. Remarks on partial differential equations Chapter 8. Remarks on partial differential equations If we try to analyze heat flow or vibration in a continuous system such as a building or an airplane, we arrive at a kind of infinite system of ordinary

More information

Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger. Project I: Predator-Prey Equations

Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger. Project I: Predator-Prey Equations Final Project Descriptions Introduction to Mathematical Biology Professor: Paul J. Atzberger Project I: Predator-Prey Equations The Lotka-Volterra Predator-Prey Model is given by: du dv = αu βuv = ρβuv

More information

Front Propagation. Chapter Reaction-Diffusion Systems Single component systems

Front Propagation. Chapter Reaction-Diffusion Systems Single component systems Chapter 8 Front Propagation 8.1 Reaction-Diffusion Systems We ve studied simple N = 1 dynamical systems of the form du dt = R(u). (8.1) Recall that the dynamics evolves u(t) monotonically toward the first

More information

Math 216 Final Exam 24 April, 2017

Math 216 Final Exam 24 April, 2017 Math 216 Final Exam 24 April, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Homotopy Perturbation Method for the Fisher s Equation and Its Generalized

Homotopy Perturbation Method for the Fisher s Equation and Its Generalized ISSN 749-889 (print), 749-897 (online) International Journal of Nonlinear Science Vol.8(2009) No.4,pp.448-455 Homotopy Perturbation Method for the Fisher s Equation and Its Generalized M. Matinfar,M. Ghanbari

More information

Nonlinear Dynamics of Neural Firing

Nonlinear Dynamics of Neural Firing Nonlinear Dynamics of Neural Firing BENG/BGGN 260 Neurodynamics University of California, San Diego Week 3 BENG/BGGN 260 Neurodynamics (UCSD) Nonlinear Dynamics of Neural Firing Week 3 1 / 16 Reading Materials

More information

APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems

APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems Fourth Edition Richard Haberman Department of Mathematics Southern Methodist University PEARSON Prentice Hall PEARSON

More information

Stability of Shear Flow

Stability of Shear Flow Stability of Shear Flow notes by Zhan Wang and Sam Potter Revised by FW WHOI GFD Lecture 3 June, 011 A look at energy stability, valid for all amplitudes, and linear stability for shear flows. 1 Nonlinear

More information

Resonance in periodically inhibited reaction diffusion systems

Resonance in periodically inhibited reaction diffusion systems Physica D 168 169 (2002) 1 9 Resonance in periodically inhibited reaction diffusion systems Karl Martinez, Anna L. Lin, Reza Kharrazian, Xaver Sailer, Harry L. Swinney Center for Nonlinear Dynamics and

More information

Chimera states in networks of biological neurons and coupled damped pendulums

Chimera states in networks of biological neurons and coupled damped pendulums in neural models in networks of pendulum-like elements in networks of biological neurons and coupled damped pendulums J. Hizanidis 1, V. Kanas 2, A. Bezerianos 3, and T. Bountis 4 1 National Center for

More information

Scroll Waves in Anisotropic Excitable Media with Application to the Heart. Sima Setayeshgar Department of Physics Indiana University

Scroll Waves in Anisotropic Excitable Media with Application to the Heart. Sima Setayeshgar Department of Physics Indiana University Scroll Waves in Anisotropic Excitable Media with Application to the Heart Sima Setayeshgar Department of Physics Indiana University KITP Cardiac Dynamics Mini-Program 1 Stripes, Spots and Scrolls KITP

More information

Existence of Secondary Bifurcations or Isolas for PDEs

Existence of Secondary Bifurcations or Isolas for PDEs Existence of Secondary Bifurcations or Isolas for PDEs Marcio Gameiro Jean-Philippe Lessard Abstract In this paper, we introduce a method to conclude about the existence of secondary bifurcations or isolas

More information

Computational Neuroscience. Session 4-2

Computational Neuroscience. Session 4-2 Computational Neuroscience. Session 4-2 Dr. Marco A Roque Sol 06/21/2018 Two-Dimensional Two-Dimensional System In this section we will introduce methods of phase plane analysis of two-dimensional systems.

More information

Math 3301 Homework Set Points ( ) ( ) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, ( ) ( ) ( ) ( )

Math 3301 Homework Set Points ( ) ( ) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, ( ) ( ) ( ) ( ) #7. ( pts) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, λ 5 λ 7 t t ce The general solution is then : 5 7 c c c x( 0) c c 9 9 c+ c c t 5t 7 e + e A sketch of

More information

Linearization of Differential Equation Models

Linearization of Differential Equation Models Linearization of Differential Equation Models 1 Motivation We cannot solve most nonlinear models, so we often instead try to get an overall feel for the way the model behaves: we sometimes talk about looking

More information

Spontaneous pattern formation in Turing systems

Spontaneous pattern formation in Turing systems Facultat de Física, Universitat de Barcelona, Diagonal 6, 88 Barcelona, Spain. Abstract: We give a general description of pattern forming systems and describe the linear stability analysis that allows

More information

The comparison of optimal homotopy asymptotic method and homotopy perturbation method to solve Fisher equation

The comparison of optimal homotopy asymptotic method and homotopy perturbation method to solve Fisher equation Computational Methods for Differential Equations http://cmdetabrizuacir Vol 4, No, 206, pp 43-53 The comparison of optimal homotopy asymptotic method and homotopy perturbation method to solve Fisher equation

More information

1. Synchronization Phenomena

1. Synchronization Phenomena 1. Synchronization Phenomena In nature synchronization happens all the time. In mechanical systems, in biological systems, in epidemiology, basically everywhere. When we talk about synchronization we usually

More information

The Physics of the Heart. Sima Setayeshgar

The Physics of the Heart. Sima Setayeshgar The Physics of the Heart Sima Setayeshgar Department of Physics Indiana University Indiana Unversity Physics REU Seminar: August 1, 2007 1 Stripes, Spots and Scrolls Indiana Unversity Physics REU Seminar:

More information

Nature-inspired Analog Computing on Silicon

Nature-inspired Analog Computing on Silicon Nature-inspired Analog Computing on Silicon Tetsuya ASAI and Yoshihito AMEMIYA Division of Electronics and Information Engineering Hokkaido University Abstract We propose CMOS analog circuits that emulate

More information

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems.

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems. Review Outline To review for the final, look over the following outline and look at problems from the book and on the old exam s and exam reviews to find problems about each of the following topics.. Basics

More information

What is Turbulence? Fabian Waleffe. Depts of Mathematics and Engineering Physics University of Wisconsin, Madison

What is Turbulence? Fabian Waleffe. Depts of Mathematics and Engineering Physics University of Wisconsin, Madison What is Turbulence? Fabian Waleffe Depts of Mathematics and Engineering Physics University of Wisconsin, Madison it s all around,... and inside us! Leonardo da Vinci (c. 1500) River flow, pipe flow, flow

More information

Course: Nonlinear Dynamics. Laurette TUCKERMAN Maps, Period Doubling and Floquet Theory

Course: Nonlinear Dynamics. Laurette TUCKERMAN Maps, Period Doubling and Floquet Theory Course: Nonlinear Dynamics Laurette TUCKERMAN laurette@pmmh.espci.fr Maps, Period Doubling and Floquet Theory Discrete Dynamical Systems or Mappings y n+1 = g(y n ) y,g R N Fixed point: ȳ = g(ȳ) 1D linear

More information

Bifurcation analysis of incompressible ow in a driven cavity F.W. Wubs y, G. Tiesinga z and A.E.P. Veldman x Abstract Knowledge of the transition point of steady to periodic ow and the frequency occurring

More information

Bifurcation analysis of a normal form for excitable media: Are stable dynamical alternans on a ring possible?

Bifurcation analysis of a normal form for excitable media: Are stable dynamical alternans on a ring possible? CHAOS 18, 013129 2008 Bifurcation analysis of a normal form for excitable media: Are stable dynamical alternans on a ring possible? Georg A. Gottwald a School of Mathematics and Statistics and Centre for

More information

Drift velocity of rotating spiral waves in the weak deformation approximation

Drift velocity of rotating spiral waves in the weak deformation approximation JOURNAL OF CHEMICAL PHYSICS VOLUME 119, NUMBER 8 22 AUGUST 2003 Drift velocity of rotating spiral waves in the weak deformation approximation Hong Zhang a) Bambi Hu and Department of Physics, University

More information

Discrete (Difference) Equations

Discrete (Difference) Equations Discrete (Difference) Equations A discrete, or difference, equation expresses a relationship between the elements of a sequence, {y n }, where n N 0 {0, 1, 2,...}. For example, the trivial difference equation

More information

Competition of Spatial and Temporal Instabilities under Time Delay near Codimension-Two Turing Hopf Bifurcations

Competition of Spatial and Temporal Instabilities under Time Delay near Codimension-Two Turing Hopf Bifurcations Commun. Theor. Phys. 56 (2011) 339 344 Vol. 56, No. 2, August 15, 2011 Competition of Spatial and Temporal Instabilities under Time Delay near Codimension-Two Turing Hopf Bifurcations WANG Hui-Juan ( )

More information

HSND-2015, IPR. Department of Physics, University of Burdwan, Burdwan, West Bengal.

HSND-2015, IPR. Department of Physics, University of Burdwan, Burdwan, West Bengal. New kind of deaths: Oscillation Death and Chimera Death HSND-2015, IPR Dr. Tanmoy Banerjee Department of Physics, University of Burdwan, Burdwan, West Bengal. Points to be discussed Oscillation suppression

More information

Travelling waves. Chapter 8. 1 Introduction

Travelling waves. Chapter 8. 1 Introduction Chapter 8 Travelling waves 1 Introduction One of the cornerstones in the study of both linear and nonlinear PDEs is the wave propagation. A wave is a recognizable signal which is transferred from one part

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 216 17 INTRODUCTION TO NUMERICAL ANALYSIS MTHE712B Time allowed: 3 Hours Attempt QUESTIONS 1 and 2, and THREE other questions.

More information

Def. (a, b) is a critical point of the autonomous system. 1 Proper node (stable or unstable) 2 Improper node (stable or unstable)

Def. (a, b) is a critical point of the autonomous system. 1 Proper node (stable or unstable) 2 Improper node (stable or unstable) Types of critical points Def. (a, b) is a critical point of the autonomous system Math 216 Differential Equations Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan November

More information

Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems

Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems Roy Stogner Computational Fluid Dynamics Lab Institute for Computational Engineering and Sciences University of Texas at Austin March

More information

Pattern forming systems

Pattern forming systems Pattern forming systems Rebecca Hoyle Department of Mathematics and Statistics University of Surrey 1st August 2005, Isaac Newton Institute What are natural patterns? Spatial/spatiotemporal structures

More information

7. Well-Stirred Reactors IV

7. Well-Stirred Reactors IV 7. Well-Stirred Reactors IV The Belousov-Zhabotinsky Reaction: Models and Experiments Oregonator [based on the FKN mechanism; Field, R. J. & Noyes, R. M.: Oscillations in chemical systems. IV. Limit cycle

More information

Learning Cycle Linear Hybrid Automata for Excitable Cells

Learning Cycle Linear Hybrid Automata for Excitable Cells Learning Cycle Linear Hybrid Automata for Excitable Cells Sayan Mitra Joint work with Radu Grosu, Pei Ye, Emilia Entcheva, I V Ramakrishnan, and Scott Smolka HSCC 2007 Pisa, Italy Excitable Cells Outline

More information

BIFURCATION TO TRAVELING WAVES IN THE CUBIC-QUINTIC COMPLEX GINZBURG LANDAU EQUATION

BIFURCATION TO TRAVELING WAVES IN THE CUBIC-QUINTIC COMPLEX GINZBURG LANDAU EQUATION BIFURCATION TO TRAVELING WAVES IN THE CUBIC-QUINTIC COMPLEX GINZBURG LANDAU EQUATION JUNGHO PARK AND PHILIP STRZELECKI Abstract. We consider the 1-dimensional complex Ginzburg Landau equation(cgle) which

More information

Hysteresis. Lab 6. Recall that any ordinary differential equation can be written as a first order system of ODEs,

Hysteresis. Lab 6. Recall that any ordinary differential equation can be written as a first order system of ODEs, Lab 6 Hysteresis Recall that any ordinary differential equation can be written as a first order system of ODEs, ẋ = F (x), ẋ := d x(t). (6.1) dt Many interesting applications and physical phenomena can

More information

Chapter 24 BIFURCATIONS

Chapter 24 BIFURCATIONS Chapter 24 BIFURCATIONS Abstract Keywords: Phase Portrait Fixed Point Saddle-Node Bifurcation Diagram Codimension-1 Hysteresis Hopf Bifurcation SNIC Page 1 24.1 Introduction In linear systems, responses

More information

On the Solution of the Van der Pol Equation

On the Solution of the Van der Pol Equation On the Solution of the Van der Pol Equation arxiv:1308.5965v1 [math-ph] 27 Aug 2013 Mayer Humi Department of Mathematical Sciences, Worcester Polytechnic Institute, 100 Institute Road, Worcester, MA 0l609

More information

Dynamical Systems in Neuroscience: Elementary Bifurcations

Dynamical Systems in Neuroscience: Elementary Bifurcations Dynamical Systems in Neuroscience: Elementary Bifurcations Foris Kuang May 2017 1 Contents 1 Introduction 3 2 Definitions 3 3 Hodgkin-Huxley Model 3 4 Morris-Lecar Model 4 5 Stability 5 5.1 Linear ODE..............................................

More information

APPM 2360 Project 3 Mathematical Investigation of Cardiac Dynamics

APPM 2360 Project 3 Mathematical Investigation of Cardiac Dynamics APPM 2360 Project 3 Mathematical Investigation of Cardiac Dynamics Due: Thursday, December 6, 2018 by 4:59 p.m. Submit as a PDF to Assignments on Canvas 1 Introduction Cardiac Arrhythmia, or irregular

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 2.004 Dynamics and Control II Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 8 I * * Massachusetts

More information

Math Partial Differential Equations 1

Math Partial Differential Equations 1 Math 9 - Partial Differential Equations Homework 5 and Answers. The one-dimensional shallow water equations are h t + (hv) x, v t + ( v + h) x, or equivalently for classical solutions, h t + (hv) x, (hv)

More information

Symmetric spiral patterns on spheres

Symmetric spiral patterns on spheres Symmetric spiral patterns on spheres Rachel Sigrist and Paul Matthews December 13, 2010 Abstract Spiral patterns on the surface of a sphere have been seen in laboratory experiments and in numerical simulations

More information

PAPER 331 HYDRODYNAMIC STABILITY

PAPER 331 HYDRODYNAMIC STABILITY MATHEMATICAL TRIPOS Part III Thursday, 6 May, 016 1:30 pm to 4:30 pm PAPER 331 HYDRODYNAMIC STABILITY Attempt no more than THREE questions. There are FOUR questions in total. The questions carry equal

More information

Long-wave Instability in Anisotropic Double-Diffusion

Long-wave Instability in Anisotropic Double-Diffusion Long-wave Instability in Anisotropic Double-Diffusion Jean-Luc Thiffeault Institute for Fusion Studies and Department of Physics University of Texas at Austin and Neil J. Balmforth Department of Theoretical

More information

Spatiotemporal Chaos in Rayleigh-Bénard Convection

Spatiotemporal Chaos in Rayleigh-Bénard Convection Spatiotemporal Chaos in Rayleigh-Bénard Convection Michael Cross California Institute of Technology Beijing Normal University June 2006 Janet Scheel, Keng-Hwee Chiam, Mark Paul Henry Greenside, Anand Jayaraman

More information

FRTF01 L8 Electrophysiology

FRTF01 L8 Electrophysiology FRTF01 L8 Electrophysiology Lecture Electrophysiology in general Recap: Linear Time Invariant systems (LTI) Examples of 1 and 2-dimensional systems Stability analysis The need for non-linear descriptions

More information

Examples include: (a) the Lorenz system for climate and weather modeling (b) the Hodgkin-Huxley system for neuron modeling

Examples include: (a) the Lorenz system for climate and weather modeling (b) the Hodgkin-Huxley system for neuron modeling 1 Introduction Many natural processes can be viewed as dynamical systems, where the system is represented by a set of state variables and its evolution governed by a set of differential equations. Examples

More information

Problem Set Number 5, j/2.036j MIT (Fall 2014)

Problem Set Number 5, j/2.036j MIT (Fall 2014) Problem Set Number 5, 18.385j/2.036j MIT (Fall 2014) Rodolfo R. Rosales (MIT, Math. Dept.,Cambridge, MA 02139) Due Fri., October 24, 2014. October 17, 2014 1 Large µ limit for Liénard system #03 Statement:

More information

USING COUPLED OSCILLATORS TO MODEL THE SINO-ATRIAL NODE IN THE HEART

USING COUPLED OSCILLATORS TO MODEL THE SINO-ATRIAL NODE IN THE HEART USING COUPLED OSCILLATORS TO MODEL THE SINO-ATRIAL NODE IN THE HEART A Thesis Presented to the Faculty of the Graduate School of Cornell University in Partial Fulfillment of the Requirements for the Degree

More information

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Name Section Math 51 December 14, 5 Answer Key to Final Exam There are 1 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning

More information

Hopf bifurcations, and Some variations of diffusive logistic equation JUNPING SHIddd

Hopf bifurcations, and Some variations of diffusive logistic equation JUNPING SHIddd Hopf bifurcations, and Some variations of diffusive logistic equation JUNPING SHIddd College of William and Mary Williamsburg, Virginia 23187 Mathematical Applications in Ecology and Evolution Workshop

More information

Simulating Cardiac Electromechanics using Abaqus UEL

Simulating Cardiac Electromechanics using Abaqus UEL 1 Simulating Cardiac Electromechanics using Abaqus UEL Introduction From a finite elements point of view, modeling the complex beating of heart tissues involves solving strongly coupled electromechanical

More information