Statistical Methods for Bridging Experimental Data and Dynamic Models with Biomedical Applications

Total Page:16

File Type:pdf, Size:1020Kb

Statistical Methods for Bridging Experimental Data and Dynamic Models with Biomedical Applications Statistical Methods for Bridging Experimental Data and Dynamic Models with Biomedical Applications Hulin Wu, Ph.D. Dr. D.R. Seth Family Professor & Associate Chair Department of Biostatistics, School of Public Health Professor, School of Biomedical Informatics University of Texas Health Science Center at Houston Pittsburgh, March, 2017 Hulin Wu UTSPH March 2017 1 / 52 Outline 1 Introduction 2 Statistical estimation and inference methods for dynamic ODE models I Naive Method: LS or MLE principle I Local solution and time-varying parameter problems I Smoothing-based methods I Sparse longitudinal data: mixed-effects ODE models I Bayesian methods I High-dimensional ODE models: ODE model selection 3 Other dynamic models 4 Ongoing and future Work 5 Conclusions Hulin Wu UTSPH March 2017 2 / 52 Statistical Modeling Cultures I Leo Breiman (Statistical Science, 2001): Two cultures I Data modeling (98% statisticians): What the data look like? e.g., regression models I Algorithmic modeling (2% statisticians): No models and for prediction purpose, e.g., neural nets and decision trees I A third culture: I Mechanistic modeling (<1% statisticians): Build mathematical models based on the mechanisms behind the data I How are the data generated? I Goal: Understand physics principles or biological mechanisms Hulin Wu UTSPH March 2017 3 / 52 Dynamic Systems/Models Many engineering and biological systems can be described by dynamic models: I Differential equations: I Ordinary differential equations (ODE)–simplest I Delay differential equations (DDE) I Hybrid differential equations (HDE) I Partial differential equations (PDE) I Stochastic differential equations (SDE) I Difference equations and state-space models I Stochastic processes models: branching process etc. I Agent-based models and cellular automata I ::: Hulin Wu UTSPH March 2017 4 / 52 Modeling Goals I Forward Problems: θ 7! Pθ–Easier to do I Predictions I Simulations I Inverse Problems: Y 7! θ 2 Θ–More challenging I Determine model structures/forms I Estimate unknown parameters: θ Hulin Wu UTSPH March 2017 5 / 52 A Dynamic System: ODE Model d X(t) = G[X(t); θ]; X(0) = X (1) dt 0 Y (ti) = H[X(ti); β] + e(ti); (2) 2 e(ti) ∼ (0; σ I); i = 1; : : : ; n where I G(·): linear or nonlinear functions I H(·): observation functions I (θ; β): unknown parameters I e(ti): measurement error The NLS method: n X T min fY (ti) − H[X(ti; θ); β]g fY (ti) − H[X(ti; θ); β]g; θ;β;X 0 i=1 where X(ti) evaluated numerically from Eq (1). Hulin Wu UTSPH March 2017 6 / 52 Naive NLS Method: Challenging Problems 1 Identifiability problem 2 Local solutions 3 Time-varying parameters 4 Need to solve the forward problem numerically and many times: Numerical error vs. measurement error 5 Slow convergence and high computational cost 6 Sparse longitudinal data problem 7 Nonlinear optimization 8 High-dimensional parameter space Motivate new statistical methods for dynamic models Hulin Wu UTSPH March 2017 7 / 52 Identifiability issues I Theoretical identifiability: Mathematical identifiability I Practical identifiability: Statistical and numerical identifiability I Need to be investigated before the inverse problem I How to deal with unidentifiable models? I Simplify or revise the model I Lump some parameters together I Fixed some parameters I Bayesian approach: Use priors Hulin Wu UTSPH March 2017 8 / 52 Identifiability issues: References I Wu, H., Zhu, H., Miao, H., and Perelson, A.S. (2008), Parameter Identifiability and Estimation of HIV/AIDS Dynamic Models, Bulletin of Mathematical Biology, 70(3), 785-799. I Miao, H., Dykes, C., Demeter, L.M., Cavenaugh, J., Park, S.Y., Perelson, A.S., and Wu, H. (2008), Modeling and Estimation of Kinetic Parameters and Replicative Fitness of HIV-1 from Flow-Cytometry-Based Growth Competition Experiments, Bulletin of Mathematical Biology, 70, 1749-1771. I Miao, H., Dykes, C., Demeter, L., Wu, H. (2009), Differential Equation Modeling of HIV Viral Fitness Experiments: Model Identification, Model Selection, and Multi-Model Inference, Biometrics, 65, 292-300. I Liang, H., Miao, H., and Wu, H. (2010), Estimation of constant and time-varying dynamic parameters of HIV infection in a nonlinear differential equation model, Annals of Applied Statistics, 4, 460-483. I Miao, H., Xia, X., Perelson, A.S., Wu, H. (2011), On Identifiability of Nonlinear ODE Models and Applications in Viral Dynamics, SIAM Review, 53(1): 3-39. Hulin Wu UTSPH March 2017 9 / 52 Naive NLS Method: Local solution and numerical error problems I Local solution problem: I Global optimization methods: Differential evolution algorithms and genetic algorithms (Storn et al 1997). I Mixture of stochastic global optimization method and deterministic methods: scatter search method (Rodriguez-Fernandez et al. 2006) I Numerical error problem: I Xue, Miao and Wu (Annals of Statistics, 2010): theoretical results on numerical error vs. measurement error Hulin Wu UTSPH March 2017 10 / 52 Naive NLS Method: Time-varying parameter problem Xue, Miao and Wu, Annals of Statistics (2010) dX(t) = F ft; X(t); θ; η(t)g dt I The spline approach can be used to approximate the time-varying parameter: η(t) = π(t)T α; T where π(t) = (B1(t); ··· ;BN (t)) is a vector of basis functions. I The time-varying coefficient ODE model becomes an ODE model with constant parameters: dX(t) = F ft; X(t); θ; π(t)T αg dt Hulin Wu UTSPH March 2017 11 / 52 Smoothing-Based Approaches: ODE Computational Problem I Earlier ideas: Hemker (1972) and Varah (1982) I Two-stage decoupling approaches: Chen and Wu (JASA 2008, Statistica Sinica 2008) and Liang and Wu (JASA, 2008) I Parameter cascading method: Ramsay et al. JRSS-B (2007) and Wang et al. Stat Comput 2014. Hulin Wu UTSPH March 2017 12 / 52 Smoothing-Based Approaches: Two-Stage Method Chen and Wu (JASA 2008, Statistica Sinica 2008) and Liang and Wu (JASA, 2008): 0 X (ti) = F [X(ti); θ] (3) 2 Y (ti) = X(ti) + e1(ti); e1(ti) ∼ (0; σ I); (4) I Step 1: Use a nonparametric smoothing to estimate X(t) and X0(t) from model (4). I Step 2: Substitute the estimate X^(ti) into model (3) to obtain: 0 X^ (ti) = F [X^(ti); θ] + e2(ti): (5) Then fit the above regression model (5) to estimate θ. I F (·): Linear or nonlinear function Hulin Wu UTSPH March 2017 13 / 52 Smoothing-Based Approaches: Two-Step Methods I Step 2 decoupled the system of ODEs: Fit the ODE one-by-one I Convert ODE models to regression: Standard regression software tools can be used I Avoid numerically solving the ODEs I Computationally fast and efficient: Easy to deal with high-dimensional ODEs I Price to pay: I The derivative estimate may not be accurate I The decoupled system: Some information lost I The “coupled" property: destroyed Extension to higher-order numerical discretization-based algorithms: Wu, Xue and Kuman (Biometrics 2012) Hulin Wu UTSPH March 2017 14 / 52 Parameter Cascading or Profiling Method Ramsay, Hooker, Campbell, Cao, JRSS-B, 2007 Fitting to data I Observations: y(ti) 0 I Nonparametric function: f(t) = φ(t) c Pn 2 I Fitting to data: C1 = i=1[y(ti) − f(ti)] Fidelity to DE x0(t) = g(xjβ) 0 0 I f (t) = φ (t)c 0 I Difference between two sides of DE: Lf(t) = f (t) − g(f(t)jβ) R 2 I Fidelity to DE: C2 = [Lf(t)] dt Criterion to estimate c: J(cjβ) = C1 + λC2 Pn 0 2 Criterion to estimate β: H(β) = i=1[y(ti) − φ(ti) c^(β)] Hulin Wu UTSPH March 2017 15 / 52 Numerical Comparisons: NLS, Profiling and Two-Stage Estimates Ding and Wu, Statistica Sinica, 2014 I NLS: Not stable to get the global solution, computationally expensive I Profiling: I A 3-step iterative algorithm I More stable than NLS to get a better solution I Computational efficiency: similar to NLS I Two-Stage Method: Computationally fast, but not accurate. Hulin Wu UTSPH March 2017 16 / 52 Sparse Longitudinal Data Problem: Mixed-Effects Modeling Approaches Deal with sparse data: Borrow information across subjects I The MLE principle: Nonlinear Mixed-Effects Modeling (NLME) I Treat the ODE solution as a nonlinear regression function I Computational challenge: Stochastic Approximation EM (SAEM) I Two-stage smoothing-based mixed-effects modeling approaches I Fang, Wu and Zhu, Statistica Sinica (2011) I Linear ODE: Linear mixed-effects model (LME) I Nonlinear ODE: NLME I Bayes methods I A three-stage hierarchical model: implemented by MCMC I Computation: expensive Hulin Wu UTSPH March 2017 17 / 52 Mixed-Effects ODE Model: NLME I Within-subject variation: d X(t) = G[X(t); θ ]; X(0) = X (6) dt i i0 Y i(ti) = Hi[Xi(ti); θi] + ei(ti); i = 1; : : : ; n I Xi(ti): ODE solution for Subject i. T I Y i = (yi1(t1); ··· ; yimi (tmi )) : Data from Subject i T 2 I ei = (ei(t1); ··· ; ei(tmi )) ∼ N (0; σ Imi ): Measurement error I Between-subject variation: θi = µ + bi; [bijΣ] ∼ N (0; Σ) I µ: population parameter I bi: random effects I Estimation and inference: Stochastic Approximation EM (SAEM) I Delyon, Lavielle and Moulines (1999), Kuhn and Lavielle (2005) Grenier, Louvet, Vigneaux (2014) Hulin Wu UTSPH March 2017 18 / 52 Smoothing-based Two-Stage Mixed-Effects Model Fang, Wu and Zhu, Statistica Sinica (2011): 0 X (ti) = F [X(ti); θ] (7) 2 Y (ti) = X(ti) + e1(ti); e1(ti) ∼ (0; σ I); (8) I Step 1: Use a nonparametric smoothing to estimate X(t) and X0(t) from model (8). I Step 2: Substitute the estimate X^(ti) into model (7) to obtain: 0 X^ (ti) = F [X^(ti); θ] + e2(ti): (9) I Convert the model (9) into a LME or NLME if F (x) is linear or nonlinear.
Recommended publications
  • Bessel's Differential Equation Mathematical Physics
    R. I. Badran Bessel's Differential Equation Mathematical Physics Bessel's Differential Equation: 2 Recalling the DE y n y 0 which has a sinusoidal solution (i.e. sin nx and cos nx) and knowing that these solutions can be treated as power series, we can find a solution to the Bessel's DE which is written as: 2 2 2 x y xy (x p )y 0 . The solution is represented by a series. This series very much look like a damped sine or cosine. It is called a Bessel function. To solve the Bessel' DE, we apply the Frobenius method by mn assuming a series solution of the form y an x . n0 Substitute this solution into the DE equation and after some mathematical steps you may find that the indicial equation is 2 2 m p 0 where m= p. Also you may get a1=0 and hence all odd a's are zero as well. The recursion relation can be found as a a n n2 (n m 2)2 p 2 with (n=0, 1, 2, 3, ……etc.). Case (1): m= p (seeking the first solution of Bessel DE) We get the solution 2 4 p x x y a x 1 2(2p 2) 2 4(2p 2)(2p 4) This can be rewritten as: x p2n J (x) y a (1)n p 2n n0 2 n!( p n)! 1 Put a 2 p p! The Bessel function has the factorial form x p2n J (x) (1)n p 2n p , n0 n!( p n)!2 R.
    [Show full text]
  • The Standard Form of a Differential Equation
    Fall 06 The Standard Form of a Differential Equation Format required to solve a differential equation or a system of differential equations using one of the command-line differential equation solvers such as rkfixed, Rkadapt, Radau, Stiffb, Stiffr or Bulstoer. For a numerical routine to solve a differential equation (DE), we must somehow pass the differential equation as an argument to the solver routine. A standard form for all DEs will allow us to do this. Basic idea: get rid of any second, third, fourth, etc. derivatives that appear, leaving only first derivatives. Example 1 2 d d 5 yx()+3 ⋅ yx()−5yx ⋅ () 4x⋅ 2 dx dx This DE contains a second derivative. How do we write a second derivative as a first derivative? A second derivative is a first derivative of a first derivative. d2 d d yx() yx() 2 dx dxxd Step 1: STANDARDIZATION d Let's define two functions y0(x) and y1(x) as y0()x yx() and y1()x y0()x dx Then this differential equation can be written as d 5 y1()x +3y ⋅ 1()x −5y ⋅ 0()x 4x dx This DE contains 2 functions instead of one, but there is a strong relationship between these two functions d y1()x y0()x dx So, the original DE is now a system of two DEs, d d 5 y1()x y0()x and y1()x +3y ⋅ 1()x −5y ⋅ 0()x 4x⋅ dx dx The convention is to write these equations with the derivatives alone on the left-hand side. d y0()x y1()x dx This is the first step in the standardization process.
    [Show full text]
  • CORSO ESTIVO DI MATEMATICA Differential Equations Of
    CORSO ESTIVO DI MATEMATICA Differential Equations of Mathematical Physics G. Sweers http://go.to/sweers or http://fa.its.tudelft.nl/ sweers ∼ Perugia, July 28 - August 29, 2003 It is better to have failed and tried, To kick the groom and kiss the bride, Than not to try and stand aside, Sparing the coal as well as the guide. John O’Mill ii Contents 1Frommodelstodifferential equations 1 1.1Laundryonaline........................... 1 1.1.1 Alinearmodel........................ 1 1.1.2 Anonlinearmodel...................... 3 1.1.3 Comparingbothmodels................... 4 1.2Flowthroughareaandmore2d................... 5 1.3Problemsinvolvingtime....................... 11 1.3.1 Waveequation........................ 11 1.3.2 Heatequation......................... 12 1.4 Differentialequationsfromcalculusofvariations......... 15 1.5 Mathematical solutions are not always physically relevant . 19 2 Spaces, Traces and Imbeddings 23 2.1Functionspaces............................ 23 2.1.1 Hölderspaces......................... 23 2.1.2 Sobolevspaces........................ 24 2.2Restrictingandextending...................... 29 2.3Traces................................. 34 1,p 2.4 Zero trace and W0 (Ω) ....................... 36 2.5Gagliardo,Nirenberg,SobolevandMorrey............. 38 3 Some new and old solution methods I 43 3.1Directmethodsinthecalculusofvariations............ 43 3.2 Solutions in flavours......................... 48 3.3PreliminariesforCauchy-Kowalevski................ 52 3.3.1 Ordinary differentialequations............... 52 3.3.2 Partial differentialequations...............
    [Show full text]
  • Differential Equations and Linear Algebra
    Chapter 1 First Order Equations 1.1 Four Examples : Linear versus Nonlinear A first order differential equation connects a function y.t/ to its derivative dy=dt. That rate of change in y is decided by y itself (and possibly also by the time t). Here are four examples. Example 1 is the most important differential equation of all. dy dy dy dy 1/ y 2/ y 3/ 2ty 4/ y2 dt D dt D dt D dt D Those examples illustrate three linear differential equations (1, 2, and 3) and a nonlinear differential equation. The unknown function y.t/ is squared in Example 4. The derivative y or y or 2ty is proportional to the function y in Examples 1, 2, 3. The graph of dy=dt versus y becomes a parabola in Example 4, because of y2. It is true that t multiplies y in Example 3. That equation is still linear in y and dy=dt. It has a variable coefficient 2t, changing with time. Examples 1 and 2 have constant coefficient (the coefficients of y are 1 and 1). Solutions to the Four Examples We can write down a solution to each example. This will be one solution but it is not the complete solution, because each equation has a family of solutions. Eventually there will be a constant C in the complete solution. This number C is decided by the starting value of y at t 0, exactly as in ordinary integration. The integral of f.t/ solves the simplest differentialD equation of all, with y.0/ C : D dy t 5/ f.t/ The complete solution is y.t/ f.s/ds C : dt D D C Z0 1 2 Chapter 1.
    [Show full text]
  • The Calculus of Trigonometric Functions the Calculus of Trigonometric Functions – a Guide for Teachers (Years 11–12)
    1 Supporting Australian Mathematics Project 2 3 4 5 6 12 11 7 10 8 9 A guide for teachers – Years 11 and 12 Calculus: Module 15 The calculus of trigonometric functions The calculus of trigonometric functions – A guide for teachers (Years 11–12) Principal author: Peter Brown, University of NSW Dr Michael Evans, AMSI Associate Professor David Hunt, University of NSW Dr Daniel Mathews, Monash University Editor: Dr Jane Pitkethly, La Trobe University Illustrations and web design: Catherine Tan, Michael Shaw Full bibliographic details are available from Education Services Australia. Published by Education Services Australia PO Box 177 Carlton South Vic 3053 Australia Tel: (03) 9207 9600 Fax: (03) 9910 9800 Email: [email protected] Website: www.esa.edu.au © 2013 Education Services Australia Ltd, except where indicated otherwise. You may copy, distribute and adapt this material free of charge for non-commercial educational purposes, provided you retain all copyright notices and acknowledgements. This publication is funded by the Australian Government Department of Education, Employment and Workplace Relations. Supporting Australian Mathematics Project Australian Mathematical Sciences Institute Building 161 The University of Melbourne VIC 3010 Email: [email protected] Website: www.amsi.org.au Assumed knowledge ..................................... 4 Motivation ........................................... 4 Content ............................................. 5 Review of radian measure ................................. 5 An important limit ....................................
    [Show full text]
  • MTHE / MATH 237 Differential Equations for Engineering Science
    i Queen’s University Mathematics and Engineering and Mathematics and Statistics MTHE / MATH 237 Differential Equations for Engineering Science Supplemental Course Notes Serdar Y¨uksel November 26, 2015 ii This document is a collection of supplemental lecture notes used for MTHE / MATH 237: Differential Equations for Engineering Science. Serdar Y¨uksel Contents 1 Introduction to Differential Equations ................................................... .......... 1 1.1 Introduction.................................... ............................................ 1 1.2 Classification of DifferentialEquations ............ ............................................. 1 1.2.1 OrdinaryDifferentialEquations ................. ........................................ 2 1.2.2 PartialDifferentialEquations .................. ......................................... 2 1.2.3 HomogeneousDifferentialEquations .............. ...................................... 2 1.2.4 N-thorderDifferentialEquations................ ........................................ 2 1.2.5 LinearDifferentialEquations ................... ........................................ 2 1.3 SolutionsofDifferentialequations ................ ............................................. 3 1.4 DirectionFields................................. ............................................ 3 1.5 Fundamental Questions on First-Order Differential Equations ...................................... 4 2 First-Order Ordinary Differential Equations ..................................................
    [Show full text]
  • Linear Differential Equations Math 130 Linear Algebra
    where A and B are arbitrary constants. Both of these equations are homogeneous linear differential equations with constant coefficients. An nth-order linear differential equation is of the form Linear Differential Equations n 00 0 Math 130 Linear Algebra anf (t) + ··· + a2f (t) + a1f (t) + a0f(t) = b: D Joyce, Fall 2013 that is, some linear combination of the derivatives It's important to know some of the applications up through the nth derivative is equal to b. In gen- of linear algebra, and one of those applications is eral, the coefficients an; : : : ; a1; a0, and b can be any to homogeneous linear differential equations with functions of t, but when they're all scalars (either constant coefficients. real or complex numbers), then it's a linear differ- ential equation with constant coefficients. When b What is a differential equation? It's an equa- is 0, then it's homogeneous. tion where the unknown is a function and the equa- For the rest of this discussion, we'll only consider tion is a statement about how the derivatives of the at homogeneous linear differential equations with function are related. constant coefficients. The two example equations 0 Perhaps the most important differential equation are such; the first being f −kf = 0, and the second 00 is the exponential differential equation. That's the being f + f = 0. one that says a quantity is proportional to its rate of change. If we let t be the independent variable, f(t) What do they have to do with linear alge- the quantity that depends on t, and k the constant bra? Their solutions form vector spaces, and the of proportionality, then the differential equation is dimension of the vector space is the order n of the equation.
    [Show full text]
  • THE DYNAMICAL SYSTEMS APPROACH to DIFFERENTIAL EQUATIONS INTRODUCTION the Mathematical Subject We Call Dynamical Systems Was
    BULLETIN (New Series) OF THE AMERICAN MATHEMATICAL SOCIETY Volume 11, Number 1, July 1984 THE DYNAMICAL SYSTEMS APPROACH TO DIFFERENTIAL EQUATIONS BY MORRIS W. HIRSCH1 This harmony that human intelligence believes it discovers in nature —does it exist apart from that intelligence? No, without doubt, a reality completely independent of the spirit which conceives it, sees it or feels it, is an impossibility. A world so exterior as that, even if it existed, would be forever inaccessible to us. But what we call objective reality is, in the last analysis, that which is common to several thinking beings, and could be common to all; this common part, we will see, can be nothing but the harmony expressed by mathematical laws. H. Poincaré, La valeur de la science, p. 9 ... ignorance of the roots of the subject has its price—no one denies that modern formulations are clear, elegant and precise; it's just that it's impossible to comprehend how any one ever thought of them. M. Spivak, A comprehensive introduction to differential geometry INTRODUCTION The mathematical subject we call dynamical systems was fathered by Poin­ caré, developed sturdily under Birkhoff, and has enjoyed a vigorous new growth for the last twenty years. As I try to show in Chapter I, it is interesting to look at this mathematical development as the natural outcome of a much broader theme which is as old as science itself: the universe is a sytem which changes in time. Every mathematician has a particular way of thinking about mathematics, but rarely makes it explicit.
    [Show full text]
  • 1 Introduction
    1 Introduction 1.1 Basic Definitions and Examples Let u be a function of several variables, u(x1; : : : ; xn). We denote its partial derivative with respect to xi as @u uxi = : @xi @ For short-hand notation, we will sometimes write the partial differential operator as @x . @xi i With this notation, we can also express higher-order derivatives of a function u. For example, for a function u = u(x; y; z), we can express the second partial derivative with respect to x and then y as @2u uxy = = @y@xu: @y@x As you will recall, for “nice” functions u, mixed partial derivatives are equal. That is, uxy = uyx, etc. See Clairaut’s Theorem. In order to express higher-order derivatives more efficiently, we introduce the following multi-index notation. A multi-index is a vector ® = (®1; : : : ; ®n) where each ®i is a nonnegative integer. The order of the multi-index is j®j = ®1 + ::: + ®n. Given a multi-index ®, we define @j®ju D®u = = @®1 ¢ ¢ ¢ @®n u: (1.1) ®1 ®n x1 xn @x1 ¢ ¢ ¢ @xn Example 1. Let u = u(x; y) be a function of two real variables. Let ® = (1; 2). Then ® is a multi-index of order 3 and ® 2 D u = @x@y u = uxyy: If k is a nonnegative integer, we define Dku = fD®u : j®j = kg; (1.2) the collection of all partial derivatives of order k. 1 Example 2. If u = u(x1; : : : ; xn), then D u = fuxi : i = 1; : : : ; ng. With this notation, we are now ready to define a partial differential equation.
    [Show full text]
  • Differential Equations
    Chapter 5 Differential equations 5.1 Ordinary and partial differential equations A differential equation is a relation between an unknown function and its derivatives. Such equations are extremely important in all branches of science; mathematics, physics, chemistry, biochemistry, economics,. Typical example are • Newton’s law of cooling which states that the rate of change of temperature is proportional to the temperature difference between it and that of its surroundings. This is formulated in mathematical terms as the differential equation dT = k(T − T ), dt 0 where T (t) is the temperature of the body at time t, T0 the temperature of the surroundings (a constant) and k a constant of proportionality, • the wave equation, ∂2u ∂2u = c2 , ∂t2 ∂x2 where u(x, t) is the displacement (from a rest position) of the point x at time t and c is the wave speed. The first example has unknown function T depending on one variable t and the relation involves the first dT order (ordinary) derivative . This is a ordinary differential equation, abbreviated to ODE. dt The second example has unknown function u depending on two variables x and t and the relation involves ∂2u ∂2u the second order partial derivatives and . This is a partial differential equation, abbreviated to PDE. ∂x2 ∂t2 The order of a differential equation is the order of the highest derivative that appears in the relation. The unknown function is called the dependent variable and the variable or variables on which it depend are the independent variables. A solution of a differential equation is an expression for the dependent variable in terms of the independent one(s) which satisfies the relation.
    [Show full text]
  • Asymptotic Analysis and Singular Perturbation Theory
    Asymptotic Analysis and Singular Perturbation Theory John K. Hunter Department of Mathematics University of California at Davis February, 2004 Copyright c 2004 John K. Hunter ii Contents Chapter 1 Introduction 1 1.1 Perturbation theory . 1 1.1.1 Asymptotic solutions . 1 1.1.2 Regular and singular perturbation problems . 2 1.2 Algebraic equations . 3 1.3 Eigenvalue problems . 7 1.3.1 Quantum mechanics . 9 1.4 Nondimensionalization . 12 Chapter 2 Asymptotic Expansions 19 2.1 Order notation . 19 2.2 Asymptotic expansions . 20 2.2.1 Asymptotic power series . 21 2.2.2 Asymptotic versus convergent series . 23 2.2.3 Generalized asymptotic expansions . 25 2.2.4 Nonuniform asymptotic expansions . 27 2.3 Stokes phenomenon . 27 Chapter 3 Asymptotic Expansion of Integrals 29 3.1 Euler's integral . 29 3.2 Perturbed Gaussian integrals . 32 3.3 The method of stationary phase . 35 3.4 Airy functions and degenerate stationary phase points . 37 3.4.1 Dispersive wave propagation . 40 3.5 Laplace's Method . 43 3.5.1 Multiple integrals . 45 3.6 The method of steepest descents . 46 Chapter 4 The Method of Matched Asymptotic Expansions: ODEs 49 4.1 Enzyme kinetics . 49 iii 4.1.1 Outer solution . 51 4.1.2 Inner solution . 52 4.1.3 Matching . 53 4.2 General initial layer problems . 54 4.3 Boundary layer problems . 55 4.3.1 Exact solution . 55 4.3.2 Outer expansion . 56 4.3.3 Inner expansion . 57 4.3.4 Matching . 58 4.3.5 Uniform solution . 58 4.3.6 Why is the boundary layer at x = 0? .
    [Show full text]
  • Qualitative Analysis of Differential Equations
    QUALITATIVE ANALYSIS OF DIFFERENTIAL EQUATIONS Alexander Panfilov arXiv:1803.05291v1 [math.GM] 10 Mar 2018 det A D=0 stable spiral non−stable spiral 6 3 5 4 2 stable center non−stable node node tr A 1 saddle 2 QUALITATIVE ANALYSIS OF DIFFERENTIAL EQUATIONS Alexander Panfilov Theoretical Biology, Utrecht University, Utrecht c 2010 2010 2 Contents 1 Preliminaries 5 1.1 Basic algebra . 5 1.1.1 Algebraic expressions . 5 1.1.2 Limits . 6 1.1.3 Equations . 7 1.1.4 Systems of equations . 8 1.2 Functions of one variable . 9 1.3 Graphs of functions of one variable . 11 1.4 Implicit function graphs . 18 1.5 Exercises . 19 2 Selected topics of calculus 23 2.1 Complex numbers . 23 2.2 Matrices . 25 2.3 Eigenvalues and eigenvectors . 27 2.4 Functions of two variables . 32 2.5 Exercises . 35 3 Differential equations of one variable 37 3.1 Differential equations of one variable and their solutions . 37 3.1.1 Definitions . 37 3.1.2 Solution of a differential equation . 39 3.2 Qualitative methods of analysis of differential equations of one variable . 42 3.2.1 Phase portrait . 42 3.2.2 Equilibria, stability, global plan . 43 3.3 Systems with parameters. Bifurcations. 46 3.4 Exercises . 48 4 System of two linear differential equations 51 4.1 Phase portraits and equilibria . 51 4.2 General solution of linear system . 53 4.3 Real eigen values. Saddle, node. 56 4.3.1 Saddle; l1 < 0;l2 > 0, or l1 > 0;l2 < 0 ....................
    [Show full text]