Theory of non-linear dynamical systems

Size: px
Start display at page:

Download "Theory of non-linear dynamical systems"

Transcription

1 Theory of non-linear dynamical systems D. Gonze & M. Kaufman November 4, 2015 Master en Bioinformatique et Modélisation

2 Contents 1 Introduction Evolution equations An example Definitions System of differential equations Steady state Phase space, trajectories and nullclines Cauchy-Lipschitz theorem Linear stability analysis Case of a 1-variable system Case of a 2-variable system Case of a N-variable system Dynamical behaviors Single steady state Bistability Limit-cycle oscillations Chaos and other complex behaviors Hysteresis, bifurcations, and stability diagram Parameter space and stability diagram Hysteresis and bifurcations Applications One-variable system: synthesis and degradation of one compound One-variable system: logistic synthesis and linear degradation Two-variable system: two mutually activated compounds (bistability) Two-variable system: Brusselator (limit-cycle oscillations) Appendix Detailed study of the perturbation evolution in a 2-variable system Examples of trajectories around the steady state for a 3-variable system Stability of the steady state for a N-variable system: Routh-Hurwitz criteria 35 2

3 7.4 Cusp and other co-dimension 2 bifurcations Poincaré-Bendixson theorem Characterization of complex behaviors References 44 3

4 1 Introduction 1.1 Evolution equations When we modelize the dynamics of cellular phenomena, we are interested into the evolution of concentrations of the products and substrates as a function of time. This variation is described by a time derivative. Such an evolution equation typically involves synthesis, degradation and transport terms: dt = synthesis of X - degradation of X + transport of X (1) Generally, the transport and degradation of X are functions of X but also of other variables of the system. When we modelize a biological system, we are usually faced with a system of several coupled equations. These equations are called differential equations because they involve derivatives. Since the chemical interaction laws and enzyme kinetics are generally non-linear (e.g. Michealis-Menten, Hill), these equations are said non-linear differential equations. 1.2 An example As an example, here is a model proposed to study the dynamics of calcium oscillations observed in cells. The model is based on the Calcium-induced-Calcium release mechanism through the inositol-trisphosphate receptor (fig. 1) and is used to describe signal-induced Calcium oscillations. Figure 1: Scheme of the model proposed for the dynamics of calcium (Dupont G, Berridge MJ, Goldbeter A, 1991, Signal-induced Ca 2+ oscillations: properties of a model based on Ca 2+ -induced Ca 2+ release, Cell Calcium 12, 73-85). 4

5 Evolution equations for the cytosolic Calcium (variable Z) and the intravesicular Calcium (variable Y ) are given by: dz dt = v Z n 0 + v 1 β v m2 K2 n + Z + v Y m Z p n m3 Kr m + Y m Ka p + Z + k fy kz p dy dt = v Z n m2 K2 n + v Y m Z p Zn m3 Kr m + Z m Ka p + Z k fy p (2) The analysis of these equations shows that the model can account for the occurrence of self-sustained oscillations of Calcium and allows to study the effect of various parameters, such as the stimulus strength, on the period of these oscillations (fig. 2). Figure 2: Oscillations of cytosolic Calcium (Z) and intravesicular Calcium (Y ) obtained by numerical simulation of equations (2), for two different levels of stimulation, measured by the parameter β: (A)β low, (B) β high (Dupont et al, 1991). Overview of the course In this summary we will expose some notions of the theory of dynamical systems, which are necessary for the analysis of models involving several non-linear differential equations (such as eq. (2)). The theory is illustrated by biological applications and some exercises are proposed. 5

6 2 Definitions 2.1 System of differential equations The evolution of two interacting variables (concentrations of the species) can be described by a system of two differential equations: = f(x, Y, δ, µ) dt (3) dy = g(x, Y, δ, µ) dt The functions f and g usually depend on variables (concentrations X and Y of compounds, mrna, proteins,...) and on some kinetics parameters (Michaelis-Menten constant, maximum rate, degree of cooperativity,..., denoted here by δ and µ). Because of their high non-linear degree (due to the presence of terms X 2, XY, Michaelian, or Hill), finding an analytical solution of this system is rarely feasable. Consequently, other approaches have to be developped to solve such systems. 2.2 Steady state First, we can see that if we have dt =0 dy dt =0 (4) the concentration of X and Y will not evolve: X and Y are constant. The system (4) is an algebraic system of equations and we denote the solution (X S,Y S ) (where the subscript S stands for steady state): { f(x, Y, δ, µ) =0 (5) g(x, Y, δ, µ) =0 The steady state is reached when the synthesis (production) and the degradation (consumption) terms are compensated (see eq. (1)). Note that the equilibrium state is a particular steady state which is specific to equilibrium reactions. If the initial conditions do not correspond to the steady state (X 0 X S,Y 0 Y S ), we expect that the system will evolve until it reaches a steady state satisfying the condition 4 (or, equivalently, 5), as illustrated in figure 3. But is it always the case? Will the system always evolve monotonously towards a steady state? Before treating this question, we will first define the notions ofphasespace, trajectories and nullclines, that are very convenient for our discussion. 6

7 X S Variable X 0 Time Figure 3: Evolution towards a steady steady state. 2.3 Phase space, trajectories and nullclines Another way to represent the dynamical behaviors than the temporal evolution is the representation in the phase space. This is a multidimensional space whose coordinates are the variables (concentrations) of the system. Figure 4 examplifies the representation in the phase space (X, Y ) of the evolution toward the steady state. The starting point, represented in white, is called the initial condition (X 0,Y 0 ), i.e. the concentations X and Y at time t = 0. The black point is the steady state (X S,Y S ) and the curve is the trajectory of the system. This trajectory is built by calculating at each time step the values of X and Y. (X S,Y S ) Variable Y (X 0,Y 0 ) Variable X Figure 4: Phase space. When the system contains two variables, it is useful to resort to the nullclines representation. These curves are defined by /dt =0ononehandanddY/dt =0ontheother hand. Thus, the intersection of these curves correponds to the steady state, for which we have simultaneously /dt = 0 and dy/dt = 0. In the different regions delimited by these nullclines, it is possible to determine the direction of the evolution of the system by studying the sign of /dt and of dy/dt (fig. 5). 7

8 /dt=0 Variable Y dy/dt=0 Variable Y Variable X Variable X Figure 5: Nullclines (left panel) and vector field (right panel). 2.4 Cauchy-Lipschitz theorem Under some continuity and regularity hypotheses (usually satisfied in biological ODE models), the theorem of Cauchy-Lipschitz states that from a given initial condition, a system of differential equations has one and only one solution, i.e. there is a single trajectory that the system can follow. A direct consequence of this property is that a trajectory can not cross itself or another one. This also implies that, once the initial condition is specified, the behaviour of the system is completely determined. The behaviour is said deterministic. Figure 6: Cauchy-Lipschitz theorem and determinism. 8

9 3 Linear stability analysis To study the behavior of the system around the steady state, we resort to the linearized stability principle. We describe this method first for a one-variable and subsequently for a two-variable system. This theory can be generalized to a N-variable system. 3.1 Case of a 1-variable system We can write the evolution equation of X as: dt = f(x) (6) where f(x) is a function taking into account both the synthesis and the degradation kinetics of X. By definition, the steady state satisfies the condition: S dt = f(x S )=0 (7) Now, we apply a little perturbation x (with x<<x S ) to this steady state: Combining equations (6)-(8), we have: dt = S dt X = X S + x (8) + dx dt = dx dt = f(x) (9) Since the evolution function f(x) is non-linear, we proceed to a linearization using a Taylor development around X S. The fact that x is small allows us to neglect the terms of order superior or equal to 2 (x 2 is very small, x 3 is very very small, etc): f(x) =f(x S )+ ( df ) S ( ) d 2 f x + 2 S x = ( df ) S x (10) Using (10) for the right-hand side, we see that the equation for the evolution of the perturbation x becomes: ( ) dx df dt = f(x) = x (11) S If we name λ the derivative ( ) df, the solution of equation (11) can be written1 1 Let us recall the resolution of a differential equation of the first order: S dx dt = λx 1 x dx = λ dt ln(x) =λt + C x = xe λt 9

10 with: λ = ( ) df S x = xe λt (12) and x = x(0) (13) Equation (12) describes the (exponential) evolution with respect to time of the perturbation x: if λ>0, x will increase and the system will leave its steady state, which is said unstable. On the opposite, if λ<0, the perturbation will damp in such a way that the system will reach back its steady state; which is said stable. Figure 7: Stability of the steady state. 3.2 Case of a 2-variable system Consider now a system of two variables described by the following coupled equations: dt = f(x, Y ) (14) dy dt = g(x, Y ) The steady state (X S,Y S ) satisfies: S = f(x S,Y S )=0 dt dy S = g(x S,Y S )=0 dt We apply a little perturbation (with x<<x S and y<<y S ): { X = XS + x Y = Y S + y Combining Eqs. (14)-(16), we have: dt = S + dx dt dt = dx dt = f(x, Y ) dy dt = dy S dt + dy dt = dy dt = g(x, Y ) (15) (16) (17) 10

11 Since the system (14) is non-linear, we proceed to a Taylor development (we neglect the terms of order superior or equal to 2): ( ) ( ) ( ) ( ) df df df df f(x, Y )=f(x S,Y S )+ x + y +... = x + y S dy S S dy ( ) ( ) ( ) ( ) S (18) dg dg dg dg g(x, Y )=g(x S,Y S )+ x + y +... = x + y dy dy S S S S We call the Jacobian matrix for the steady state (X S,Y S ) the matrix: ( ) a11 a J = 12 a 21 a 22 where a 11 = ( ) ( ) ( ) ( ) df df dg dg,a 12 =, a 21 =,a 22 = S dy S S dy S Combining (17) and (18), we obtain the system of equations: dx dt = a 11x + a 12 y dy dt = a 21x + a 22 y (19) (20) (21) whose solution can be written as: { x = xe λt y =ỹe λt (22) Replacing (22) into (21), we obtain : { (a11 λ) x + a 12 ỹ =0 a 21 x +(a 22 λ)ỹ =0 (23) This system has a non-trivial solution if: ( a11 λ a Det 12 a 22 λ a 21 ) =0 (24) i.e. λ 2 (a 11 + a 22 )λ +(a 11 a 22 a 12 a 21 )=0 (25) We note that a 11 + a 22 = T = trace of the Jacobian matrix and a 11 a 22 a 12 a 21 = = determinant of the Jacobian matrix Equation (25) has in general two roots: λ ± = 1 2 ( T ± ) T (26)

12 By replacing (26) in (22), we obtain the general form of the solution of the system (21): { x(t) = x1 e λ +t + x 2 e λ t y(t) =ỹ 1 e λ +t +ỹ 2 e λ t (27) The values of x 1, x 2,ỹ 1 and ỹ 2 can be found given the initial condition x(0) and y(0). The presence of the square root in (22) implies that the λ ± (called the eigen values) can be complex. We discuss separately both cases: If the eigen values are different and real: In this case, three situations are possible: If λ + < 0andλ < 0, the perturbation will decrease with respect to time and the system will come back to its steady state. In this case, the steady state is stable. Because the approach is exponential, this type of steady state is called a node. If λ + > 0andλ > 0, the perturbation will increase with respect to time and the system will leave its steady state. In this case, the steady state is unstable. Here also, the steady state is a node. If λ + > 0andλ < 0 (or the opposite), the perturbation will either increases or, in a first time, decrease, but after a while, it will also increase and the system will leave its steady state. Here, the steady state is unstable and is called a saddle. If the eigen values are complex conjugates: We can write these eigen values as λ ± = p ± iq (with p =Reλ and q =Imλ) It can be shown that the solution (27) can be written as (see Appendix): { x(t) =Ae pt cos qt + Be pt sin qt y(t) =A e pt cos qt + B e pt sin qt (28) This is the parametric equation of a spiral. Indeed this system can be rewritten as: { x(t) =κe pt (cos qt + φ) y(t) =κ e pt (cos qt + φ ) (29) where κ, κ, φ, andφ are function of A, B, A and B. The imaginary part (q) is responsible of the oscillations around the steady state. In this case, the steady state is called a focus. If p<0 the oscillations will be damped, while if p>0 the oscillations will be amplified. Thus, if p<0, the steady state is stable, while if p>0, the steady state is unstable. 12

13 In summary... In summary, the stability describes the way in which the system reacts to a small perturbation that moves the system slightly away from the steady state. If the system is exactly at its steady state, it will not evolve; X and Y are constant and equal to X S and Y S respectively. If we apply a small perturbation of these values, two situations can arise: either the system comes back on its steady state, or it definitively leaves this state. In the first case, the steady state is stable, in the second case, it is unstable. Stable steady state Unstable steady state Variable X perturbation damping Variable X perturbation amplification Time Time Figure 8: Stability of the steady state. As we have seen, according to the disposition of the eigen values λ, in the plane (p, q) (also called the Gauss plane (Re λ, Im λ)), we can obtain different approaches to the steady state. The table and the figure here below summarize the different possible situations. 3.3 Case of a N-variable system More generally, for a system involving N variables, the characteristic equation is of degree N and must often be solved numerically. Except in some particular cases, such an equation has N distinct roots that can be real or complex. These values are the eigenvalues of the N x N Jacobian matrix. The general rule is that the steady state is stable if there is no eigen value with a positive real part. It is sufficient that one eigenvalue is positive for the steady state to be unstable. Remark: Very often, because of the complexity of the model (several coupled and nonlinear differential equations), the analytical solution (for the trajectories far from the steady state, the limit cycles or chaotic attractor) cannot be obtained. So, we resort to numerical simulations, using a computer. 13

14 Eigen value T! T 2-4! Steady state Phase plot Im y Re T<0! >0 T 2-4! >0 stable node x T>0! >0 T 2-4! >0 unstable node T>0 ou T<0! <0 T 2-4! >0 saddle (unstable) T<0! >0 T 2-4! <0 stable focus T>0! >0 T 2-4! <0 unstable focus T=0! >0 T 2-4! <0 center (marginal stability) Figure 9: According to the nature of the eigen values, several approaches to the steady state can be observed. Figure 10: Depending on the sign of the trace T and of the determinant of the Jacobian matrix and on the sign of T 2 4, several approaches to the steady state can be observed. 14

15 4 Dynamical behaviors What happens if the steady state is unstable? How does the system behave? Where do the trajectories go in the phase plane? Several behaviors are possible (see more examples in section 6). We describe here some of them, which have important consequences in biology. 4.1 Single steady state If there is a single stable steady state and if the system can not explode, the only possible behavior of the system is to evolve towards this steady state, whatever the initial condition (provided that it is not on an unstable steady state) (fig. 11). X Y X, Y Y Time X Figure 11: Evolution towards a steady state. 4.2 Bistability The system can have several stable steady states. Then depending on the initial condition, the system will evolve towards one or the other steady state (see section 6.3). If two steady states coexist, this is a particular case of multistability, refer to as bistability (fig. 12). X starting from (X 01,Y 01 ) X, Y Y starting from (X 01,Y 01 ) X starting from (X 02,Y 02 ) Y Y starting from (X 02,Y 02 ) (X 01,Y 01 ) (X 02,Y 02 ) Time X Figure 12: Bistability. Bistability plays a crucial role in biology (cell differentiation, genetic switch, memory effect,...). 15

16 4.3 Limit-cycle oscillations The system can exhibit a new type of behavior, such as sustained oscillations. In the phase space, these oscillations correspond to a close curve called a limit cycle (fig. 13). X Y X, Y Y Time X Figure 13: Limit cycle oscillations. Limit cycle oscillations plays a crucial role in biology. Indeed, many biological rhythms can be described by a limit cycle (Calcium oscillations, circadian rhythms, cell cycle, glycolytic oscillations, etc). 4.4 Chaos and other complex behaviors The system can exhibit complex (but still deterministic) behaviors, such as chaos (fig. 14). Such complex behaviors require a phase space with a dimension >2 (i.e. more than 2 variables) and multiple instability mechanisms (obtained via multiple feedback loops in regulatory systems). X Z Time Y X Figure 14: Chaos. It is not clear weather chaos play a major role in biology, but several studies show that it might have a role in the heart beat and other constructive effets in genetic systems. Other complex behaviors include quasi-periodic oscillations (evolution on a torus in the phase space), bursting (alternance between oscillatory and non-oscillatory phases), synchronization (important in coupled oscillators), or excitability. 16

17 5 Hysteresis, bifurcations, and stability diagram 5.1 Parameter space and stability diagram For a given system, the linear stability analysis allows us to determine the regions in the phase space where the steady state is stable or unstable. We can represent these domaines graphically in the parameter space (also called two-parameter bifurcation diagram): coexistence between two stable steady states (bistability) parameter µ stable steady state stable limit cycle (oscillations) parameter! Figure 15: Stability diagram. 5.2 Hysteresis and bifurcations A bifurcation diagram shows how a steady state, and more generally the behaviour of the system changes, as a control parameter varies. The following figures illustrate different types of bifurcations that can be encountered. A transcritical bifurcation (fig. 16) is characterised by the passage from a stable steady state to an unstable steady state. At the same point, an other steady state, switches from unstable to stable. Figure 16: Transcritical bifurcation. As a function of a certain parameter λ, the curve of the steady state can display a S shape, delimited by two limit points. These points are called saddle node bifurcation points (fig. 17). Between these two critical values, three steady states are present: two are stable and one is unstable. This is a typical case of bistability. 17

18 Figure 17: Saddle-node bifurcation. If the control parameter λ progressively increases, at the second critical value, the system switches from one stable steady state (X high) to the other stable steady state (X low). When λ progressively decreases, the it is at the first critical point that the system switches from the stable steady state with X low to the stable steady state with X high. This behavior is referred to as hysteresis (fig. 18, left). In some particular cases, sometimes due to some biological constraints, only one limit point is present and the transition is irreversible (fig. 18, right). Figure 18: Hysteresis with reversible (left) and irreversible (right) transitions. A pitchfork bifurcation is characterised by the passage from one stable steady state to an unstable steady state and the simultaneous appearance of two stable steady states (fig. 19). This kind of bifurcation is encountered in particular systems, usually composed of two coupled subsystems. This bifurcation is not very robust: a slight asymetry between the subsystems leads to a symetry breaking: the pitchfork bifurcation is lost and a saddle node (limit point) appears (fig. 20). Figure 19: Pitchfork bifurcation. 18

19 Figure 20: Pitchfork destruction (symetry breaking). The most common bifurcation leading to limit cycle oscillations is the Hopf bifurcation (fig. 21). In this case, we plot the maximum X max (and, optionally, the minimum X min ) that the variable X takes when running around the limit cycle. The difference X max X min gives then the amplitude of the oscillations. Sometimes it is the period of the oscillations which is given as a function of the control parameter. The Hopf bifurcation is characterised by the passage of the real part of the complex conjugated eigenvalues from negative to positive values. Figure 21: Hopf bifurcation. It could happen that the branch of the Hopf bifurcation is displayed in the domain where the steady state is stable. In this case this branch is unstable. Such a bifurcation is said sub-critical (fig. 22, left), while in the other case, the bifurcation is said super-critical (fig. 22, right). Figure 22: Sub-critical (left) and super-critical (right) Hopf bifurcation. When a Hopf bifurcation is sub-critical, it often reaches a limit point where it turns back towards the value of the parameter for which the steady state is unstable. In a small region, delimited by the limit point and by the Hopf bifurcation point, a domain where the stable steady state and a stable limit cycle, separated by an unstable limit cycle is present. This situation is said hard excitation (fig. 23). This term stands for the fact that a perturbation sufficiently hard has to be given to the system to make it switch from the stable steady state to the stable limit cycle (or the opposite). 19

20 Figure 23: Hard excitation. Finally, note that chaos can be obtained after a cascade of period doubling (Feigenbaum sequence) (fig. 24). The succession of limit cycles are sometimes refered to as limit cycle, period-2 limit cycle, period-4 limit cycle, period-8 limit cycle,...(fig. 25). Figure 24: Period doubling cascade leading to chaos. Figure 25: Period doubling cascade leading to chaos, trajectory in the phase space. 20

21 6 Applications 6.1 One-variable system: synthesis and degradation of one compound Consider one compound, X, synthetised with a rate constant k s and degraded at rate k d : k s k X d Evolution equation: The evolution equation of the concentration X is: Note that this is a linear system. Steady state: dt = F (X) =k s k d X (30) dt =0 X s = k s /k d (31) Linear stability analysis: The evolution of the perturbation x is given by: ( ) dx df dt = x = k d x (32) dx X S The solution of this differential equation is: x = e k dt (33) This means that the perturbation will be damped, in an exponential way, with respect to time. The steady state is therefore stable. Analytical solution: Note that this system is relatively simple and the solution of equation (30) can be found analytically 2 : X = X 0 e k dt + k s k d ( 1 e k d t ) (34) where X 0 = X(0) We can check that lim x(t) =k s = X S (35) t k d 2 Recall that: 1 p+qx = 1 q ln(p + qx) 21

22 6.2 One-variable system: logistic synthesis and linear degradation Consider now one compound, X, synthetised with a logistic synthesis rate and linearly degraded: ( dt = F (X) =k sx 1 X ) k d X (36) N Steady states: X s1 =0 (37) X s2 = N k s k d k s (exists if k s >k d ) (38) Linear stability analysis: F = k s X k s N X2 k d X (39) F = k s 2 k s N X k d (40) F (X s1 )=k s k d (41) F (X s2 )=k d k s (42) The following table summarizes the stability conditions for each steady state: Graphical analysis: k s <k d k s >k d X s1 stable unstable X s2 stable Figure 26: Graphical analysis and bifurcation diagram (transcritical bifurcation). Analytical solution: Note that Eq. (36) can be rewritten as a standard logistic equation and can be solved analytically. 22

23 6.3 Two-variable system: two mutually activated compounds (bistability) Consider a system involving two compounds which activates each other according to a Hill-type kinetics: dt = v Y n 1 θ n + Y k 1X n dy dt = v X n 2 θ n + X k 2Y n (43) Evolution equations: To simplify, we assume that v 1 = v 2 =1andk 1 = k 2 = 1. The equations become: dt = Y n θ n + Y X n dy dt = Xn θ n + X n Y (44) Steady state: Let s θ =1/2. We can check that X S = Y S =1/2 is a steady state. We also see that X S = Y S = 0 is also a steady state. Note that those two states may not be the only solutions... Representation in the phase plane: We can represent the nullclines in the phase space. The nullclines are defined by: Linear stability analysis: dt =0 dy dt =0 The Jacobian matrix for the steady state (1/2, 1/2) is: Y n θ n + Y n = X (45) Xn θ n + X n = Y (46) J = Ẋ X Ẏ X Ẋ Y Ẏ Y (47) 23

24 Figure 27: Phase space and nullclines corresponding to the system (44) for n = 1 (left panel) and n = 4 (right panel). Recall that: ( ) X n θ n + X n X = (Xn ) (θ n + X n ) (X n )(θ n + X n ) (θ n + X n ) 2 = nθn X n 1 (θ n + X n ) 2 (48) If θ =1/2: ( ) X n θ n + X n X = n 1 2 n X n 1 ( 1 2 n + X n) 2 (49) At the steady state, X S =1/2: ( ) X n θ n + X n X S = n n 2 ( n 1 1 ) = n 2 2 n 2 n (50) The trace T and the determinant of the Jacobian matrix are: T = 2 and =1 n 2 /4 and T 2 4 = 4 4(1 n 2 /4) = n 2 We can see that the trace T is always negative and that T 2 4 is always positive. The sign of depends on n: if n<2, we have > 0 the steady state (1/2, 1/2) is thus a stable node. if n>2, we have < 0 the steady state (1/2, 1/2) is thus an (unstable) saddle point. 24

25 Bifurcation diagram In the previous analysis, we assumed v 1 = v 2. We can now sketch the behaviour of the system when v 2 is varied. Fig. 28 shows how the nullclines are affected when v 2 is decreased. In particular we see that bistability is lost when v 1 is below a critical value, around v 2 =0.8. Fig. 29 shows the steady state of X as a function of v 2 (obtained by numerical simulation). When v 2 > 0.8, the system displays bistability: two stable nodes are separated by a (unstable) saddle point. When v 2 < 0.8, the single (stable) steady state is the trivial state (0,0). The bifurcation point, at which the upper stable state and the middle saddle point coalesce and disappear is called Saddle-Node (SN) bifurcation. Through numerical simulation it is also possible to follow the SN bifurcation point in the (v 1,v 2 ) plane (fig. 30). Such stability diagram shows the region of bistability as a function of these two parameters. 1 v 2 =1 1 v 2 = v 2 = Y 0.6 Y 0.6 Y X X X Figure 28: Nullclines for 3 different values of v 2 (v 1 =1,n =4) stable node 1.2 X S Saddle Node bifurcation 0.6 unstable saddle stable node v 2 Figure 29: Bifurcation diagram as a function of v 2 (v 1 =1,n =4) Bistability 1.2 v SN bifurcation Single steady state (X S =0, Y S =0) v 1 Figure 30: Stability diagram as a function of v 1 and v 2 (n =4). 25

26 6.4 Two-variable system: Brusselator (limit-cycle oscillations) Consider the following system of 4 chemical reactions: A k 1 X B+X k 2 Y+C 2X + Y k 3 3X X k 4 D Evolution equations The concentrations of A and B are supposed to be constant and noted a and b, respectively. The evolution equations of the concentrations X and Y are: dt = k 1a k 2 bx + k 3 X 2 Y k 4 X dy dt = k 2bX k 3 X 2 Y To simplify, we will consider that k 1 = k 2 = k 3 = k 4 =1. Thesystemthenreducesto: dt = a bx + X2 Y X (52) dy dt = bx X2 Y Steady state: The steady state of the system is: (51) { XS = a Y S = b/a (53) Linear stability analysis: The Jacobian matrix is: J = Ẋ X Ẏ X Ẋ Y Ẏ Y = ( b +2XY 1 X 2 b 2XY X 2 ) (54) At the steady state, X = X S = a and Y = Y S = b/a, andthus: ( ) b 1 a 2 J = b a 2 (55) 26

27 The trace T and the determinant of the Jacobian matrix are: T = b 1 a 2 and =a 2. The characteristic equation is: λ 2 Tλ+ =0 (56) We have to study the sign of T 2 4 T 2 4 = (b 1 a 2 ) 2 4a 2 = (b 1 a 2 2a)(b 1 a 2 +2a) = (b (a +1) 2 )(b (a 1) 2 ) (57) The determinant is always positive. The trace T is positive if b>a and negative otherwise. T 2 4 is negative if (a 1) 2 <b<(a +1) 2 and positive otherwise. The following table summarizes the different possible behaviors as a function of the parameters a and b: b (a 1) 2 a 2 +1 (a +1) 2 T T type of stable stable unstable unstable steady state node focus focus node When parameter b increases, the steady state turns from a stable node to a stable focus, then, it losts its stability and the steady state turns from an unstable focus to an unstable node. When the steady state is unstable, the system then evolves towards a limit cycle. These behaviours are shown in figure 31 (results obtained by numerical integration of the differential equations): For a =2andb =0.5: the system evolves towards a steady state (stable node) For a =2andb = 4: the system evolves towards a steady state (stable focus) For a =2andb = 6: the system leaves its steady state (unstable focus) to reach a limit cycle (sustained oscillations) For a =2andb = 12: the system leaves its steady state (unstable node) to reach a limit cycle (sustained oscillations) The stability diagram showing the stable and unstable regions as a function of a and b is given in figure 32. The solid curves, satisfying b = a delimits the stability region. The dotted curve corresponding to b =(a +1) 2 and b =(a 1) 2 separate the node from the focus in the stable and unstable regions respectively. Figure 33 is a bifurcation diagram: it shows how the steady state of X changes as a function of the parameter b (for a fixed to 2). Figure 34 shows how the period varies in the oscillatory domain. These diagrams have been obtained numerically. 27

28 2.5 2 a=2, b=0.5 X Y X, Y Y 0.2 X, Y Time a=2, b=4 X Y Y X X, Y Time a=2, b=6 X Y Y X 2 2 X, Y Time Time a=2, b=12 X Y Y X X Figure 31: Different kinds of behaviors obtained for the Brusselator model with different parameter (a and b) values. Left panels: time evolution. Right panels: phase space. Note that the period at the bifurcation can be calculated. We know that the frequency is given by the imaginary part of the eigen values. At the bifurcation point, T =0and the eigen values are λ 1 = λ 2 = =a. The period is therefore equal to 2π/a. Fora =2 and b = 5, the period is thus equal to π

29 12 10 unstable node unstable focus stable focus stable node 8 parameter b parameter a Figure 32: Stability diagram for the Brusselator X S or X max or X min Hopf bifurcation maximum of X (oscillations) 4 2 stable steady state Parameter b unstable steady state minimum of X Figure 33: Bifurcation diagram for the Brusselator as a function of parameter b (with a=2). The steady state looses its stability and limit cycle oscillations emerge at b = 5 (Hopf bifurcation) Period Parameter b Figure 34: Period for the Brusselator as a function of parameter b (with a=2). At the bifurcation point (b = 5), the period is = π

30 Nullclines and direction field: The nullclines, defined by: =0 Y =(1+b)/X a/x2 (X-nullcline) dt dy =0 Y = b/x dt (Y-nullcline) are shown in figure 35. They delimit regions in the phase space where the vector field has a particular direction (figure 36). (58) 9 8 X nullcline Y nullcline 7 6 Y stable steady state (focus) X Figure 35: Brusselator: nullclines (for a=2 and b = 6) Y X Figure 36: Brusselator: direction field (for a=2 and b = 6). 30

31 7 Appendix 7.1 Detailed study of the perturbation evolution in a 2-variable system The evolution of the perturbation around the steady state in the case of a 2-variable system is given by equation (27): { x(t) = x1 e λ +t + x 2 e λ t y(t) =ỹ 1 e λ +t +ỹ 2 e λ t (59) Note that λ + and λ are related to the trace and the determinant of the Jacobian matrix (see Fig. 9). As explained in the text, two cases should be distinguished: (a) The eigen values λ + and λ are real, or (b) they are complex conjugated. We describe the evolution of the perturbation for these both cases in a bit more details. (a) λ + and λ are real In order to sketch the trajectories of x and y in the plane (x, y), it is convenient to calculate the ratio dy/dx: dy dx = ỹ1λ + e λ+t +ỹ 2 λ e λ t (60) x 1 λ + e λ +t + x 2 λ e λ t we can rearrange eq (60) as dy dx = ỹ1λ + +ỹ 2 λ e (λ λ+)t x 1 λ + + x 2 λ e (λ λ + )t (61) If we assume that λ <λ + < 0, then the limit dy lim t dx = ỹ1 (62) x 1 This is the equation of a straight line crossing the origin (0,0) (see line d 1 on fig. 37) that describes the asymptotic approach of the evolution of the perturbation. We can also calculate the limit dy lim t dx = ỹ2 (63) x 2 This is the equation of a straight line crossing the origin (see line d 2 on fig. 37) that describes the slope of the trajectories of the evolution of the perturbation initially. Similarly, if λ >λ + > 0, the trajectories will leave the steady state, initially being asymptotic to the line d 1 := dy dx = ỹ1 x 1 When λ and λ + have opposite signs, the trajectory approaches the point (0,0) along the line d 1 but then goes away following the line d 1 (see fig. 38). 31

32 Figure 37: Evolution of the perturbation in the case λ + < 0andλ < 0 (stable node). Figure 38: Evolution of the perturbation in the case λ + > 0andλ < 0 (saddle). (b) λ + and λ are complex conjugates When the eigen values λ + and λ are complex conjugates, let s say λ + = p±iq, equations 59 can be rearranged as { x(t) =Ae pt cos qt + Be pt sin qt y(t) =A e pt cos qt + B e pt (64) sin qt which can then be rewritten as { x(t) =Ke pt cos(qt + φ) y(t) =K e pt cos(qt + φ ) (65) Indeed, recalling that cos(a + b) =cosa cos b sin a sin b (66) we can show the equivalence between equations (64) and (65): x = Ke pt (cos qt cos φ sin qt sin φ) (67) = K cos φ.e pt. cos qt K sin φ.e pt. sin qt (68) Defining A = K cos φ and B = K sin φ, weget tan φ = A B φ =arctana B (69) A 2 + B 2 = K 2 K = A 2 + B 2 (70) 32

33 Similarly, for y, we can show that: φ =arctan C D K = A 2 + B 2 (71) Equation (65) is the equation of a spiral in the plane (x, y). If p<0, the spiral converges to the origin (0,0) and the trajectory corresponds to damped oscillations of x and y with the time (fig. 40). If p>0, the spiral diverge from the origin (0,0) and the trajectory corresponds to amplified oscillations of x and y (not shown). If λ + and λ are purely imaginary (p = 0), then the oscillations are not damped, neither amplified. Their amplitude remains constant and depends on the perturbation applied to the system. In this particular case, Eq. (64) becomes { x(t) =A cos(qt)+bsin(qt) y(t) =A cos(qt)+b (72) sin(qt) which can be written as: { x(t) =K cos(qt + φ) y(t) =K cos(qt + φ ) (73) Equation (73) is the equation of a close curve in the pane (x, y) andcorrespondsto self-sustained oscillations of x and y. Note that its amplitude and period, respectively governed by K and φ are depending on A, B, A and B, i.e. on the initial conditions of the perturbation x(0) and y(0). Figure 39: Evolution of the perturbation when λ + and λ are complex conjugates (λ ± = p ± iq) with real part p>0 (stable focus). 33

34 Figure 40: Evolution of the perturbation when λ + and λ are purely imaginary (center, marginal stability). 7.2 Examples of trajectories around the steady state for a 3- variable system A 3-variable system has three eigen values. Again, the type of behavior can be characterized as a function of the position of the these eigen values in the Re/Im plane. Five non-degenerated cases can be distinguished: (1) the three eigen values are real and negative (stable steady state), (2) the three eigen values are real, Two of them are negative (unstable steady state), (3-4) two eigen values are complex conjugates with a negative real part and the third one real is negative (stable steady state) (two cases can be distinguished depending on the relative value of the real part of the complex eigen values and of the real one, and (5) two eigen values are complex conjugates with a negative real part and the third one real is positive (unstable steady state). The cases(3) and(5) are illustraed on fig. 41. Figure 41: Evolution of the perturbation for a 3-variable system (a) when two eigen values are complex conjugates with a negative real part and the third one is real and negative (stable steady state) (left panel) and (b) when two eigen values are complex conjugates with a negative real part and the third one is real and positive (unstable steady state) (right panel). 34

35 7.3 Stability of the steady state for a N-variable system: Routh- Hurwitz criteria Let s consider the case of a N variable system: 1 = f 1 (X 1,X 2,...X N ) dt 2 = f 2 (X 1,X 2,...X N ) dt... N = f N (X 1,X 2,...X N ) dt (74) This can be rewritten is a more compact form: i dt = f i (X 1,X 2,...X N ) (75) or in the vectorial form: with i =1,...N dt = f(x) (76) By definition, the steady state X S must satisfy: ( ) = f(x S )=0 (77) dt X=X S Linearization around the steady state leads us to consider the jacobian: ( ) F J = (78) X X=X S i.e. This a N x N matrix. J = f 1 f 1... X 1 X 2 f 2 f 2... X 1 X 2... f N f N... X 1 X 2 f 1 X N f 2 X N f N X N X=X S The eigen values are obtained by solving the following equation: The characteristic equation is a polynom of degree N: (79) det(j λi) =0 (80) λ N + a 1 λ N 1 + a 2 λ N a N =0 (81) 35

36 If N = 2, we obtain the quadratic equation discussed in details for the case of a 2-variable system (remember that in this case, a 1 = Trace(J) anda 2 = Det(J)). When N>2, it is difficult (usually impossible) to find all the roots of equations (81). We can nevertheless obtain informations about their signs (and hence about the stability of the steady state). Suppose λ 1,λ 2,...λ N all (known) eigenvalues of the linearized system: dt The solution of this equation can be written: = JX (82) X i = X is + x 1 e λ 1t + x 2 e λ 2t x N e λ N t (83) If one eigen value λ has a real part > 0, the peturbation will ultimately increase and the steady state is thus unstable. How to determine if all the eigen value have a negative real part? This can be done by checking some conditions, known as the Routh-Hurwitz criteria. We can define N matrices as follows: H j = H 1 = ( ( ) a1 1 a 1, H2 = a 3 a 2 a a 3 a 2 a a 5 a 4 a 3 a a 2j 1 a 2j 2 a 2j 3 a 2j 4... a j where the (l, m) element in the matrix H j is a 2l m for 0 < 2l m<k 1 for 2l = m 0 for 2l<mor 2l >k+ m ), H 3 =,..., H N = a a 3 a 2 a 1 a 5 a 4 a 3,... a a 3 a 2 a a N (84) Then, all eigen values have negative real parts (steady steady stable) if and only if the determinants of all Hurwitz marices are positive: det(h j ) > 0 j (85) Robert May (1973) summarized the stability criteria in the cases N = 2, N = 3, and N = 4 as follows: N Conditions for stability N =2 a 1 > 0, a 2 > 0 N =3 a 1 > 0,a 3 > 0,a 1 a 2 >a 3 N =4 a 1 > 0,a 1 a 2 >a 3,a 4 > 0,a 1 a 2 a 3 >a a2 1 a 4 An application of the Routh-Hurwitz criteria to a 3-variable system is given in Edelstein- Keshet, pp

37 7.4 Cusp and other co-dimension 2 bifurcations The cusp bifurcation (also called cusp catastrophe) is a bifurcation, observed in 2-parameter space, at which two branches of saddle-node bifurcations vanish. The cusp bifurcation is associated to the presence of bistability and to hysteresis phenomenon. Because the cusp bifurcation can only be seen in a 2-parameter plane, it is called a codimension 2 bifurcation. Another example of co-dimension 2 bifurcation is the degenerate Hopf bifurcation at which a super-critical Hopf bifurcation becomes sub-critical. In a way these co-dimension 2 bifurcations show how a bifurcation changes when a second parameter is changed. Further examples of co-dimension 2 bifurcations are described in [Guckenheimer and P. Holmes (1983) Nonlinear Oscillations, Dynamical systemsand Bifurcations of Vector Fields. Springer] and briefly reviewed in the appendix of the paper by Tyson et al, Biophys J (2006). Figure 42: Cusp bifurcation 37

38 7.5 Poincaré-Bendixson theorem It is difficult (usually impossible) to proof the existence of a limit cycle for any N-variable non-linear dynamical system. In the simple case of a 2-variable system, the Poincaré- Bendixson theorem, based on the topology of the phase space, provides however a way to determine if a limit cycle is present. The Bendixson criteria can sometimes also be applied to rule out the existence of a limit cycle. Poincaré-Bendixson theorem If, for t t 0, a trajectory is bounded and does not approach any singular point (steady state), then the trajectory is either a closed periodic orbit or approaches a closed periodic orbit, i.e. a limit cycle, for t (Fig. (43)). Figure 43: Illustration of the Poincaré-Bendixson theorem We give below an application of this theorem. Another application to a simple model (the Schnakenberg model) can be found in Edelstein-Keshet (pp ). Application of the Poincaré-Bendixson theorem The theorem of Poincaré-Bendixon is here illustrated on the Selkov model for glycolysis (cf Strogatz book, p. 203): dx dt =ẋ = x + ay + x2 y dy dt =ẏ = b ay x2 y (86) The procedure is in two steps. First we need to find a trapping region for the system. Then we need to find conditions on parameters a and b under which the steady state is unstable. Finding a trapping region requires an analysis in the phase space. First wefindthe nullclines: ẋ =0 y = x (87) a + x 2 ẏ =0 y = b a + x 2 (88) These nullclines are sketched in Fig. 44. They delimit various regions of the phase space distinguished by the direction of the vectors. 38

39 Figure 44: Selkov model: nullclines Now consider the region bounded by the dashed line shown in Fig 45. Let s demonstrate that this is a trapping region. To this end we need to show that all the vectors on the boundary point into the box. On the vertical and horizontal axes there is no problem: the system is such that starting from positive values of x and y, these variables can not become negative (i.e. when x =0,ẋ 0andwheny =0,ẏ 0). The tricky part of the construction is the diagonal line of slope -1 extending from the point (b,b/a) to the nullcline (1). Figure 45: Selkov model: trapping region 39

40 The get the right intuition, consider ẋ and ẏ in the limit of very large x. Then ẋ = x 2 y (89) ẏ = x 2 y (90) so, ẋ ẏ =1 (91) along trajectories. Hence the vector field is roughly parallel to the diagonal line. This is confirmed by a more rigorous calculation, which consists of comparing the size of ẋ and ẏ: ẋ ( ẏ) = x + ay + x 2 y +(b ax x 2 y)=b x (92) Said otherwise, ẏ >ẋ if x>b (93) This inequality implies that the vector field point inward on the diagonal line, as illustrated in Fig. 45, because dy/dx is more negative than -1, and therefore the vectors are steeper than the diagonal line. Thus the region is the trapping region. Figure 46: Selkov model: trapping region + unstable steady state Now we have to calculate the steady state and to determine the condition in which it is unstable (Fig. 46). The steady state in found by solving dx dt = x + ay + x2 y =0 dy dt = b ay x2 y =0 (94) 40

41 We then find the steady state (i.e. the intersection between the two nullclines): The Jacobian maxtrix is x s = b (95) y s = b a + b 2 (96) ( ) 1+2xy a + x 2 J = 2xy (a + x 2 ) (97) The determinant is = a + b 2 > 0 and the trace is T = b4 +(2a 1)b 2 +(a + a 2 ) a + b 2 Hence the fixed point is unstable if T > 0, i.e. when b 2 = 1 2 (1 2a ± 1 8a). This defines a curve in the parameter space (a, b), as shown in Fig. 47. Figure 47: Selkov model: stability diagram Thus, for parameter values satisfying T>0, we have guaranteed that the system has a close orbit (a limit cycle in this case). This is confirmed by numerical simulation of the system for the case a =0.08,b= 06 (see Fig. 48). Figure 48: Selkov model: numerical analysis 41

42 Remark: The Poincaré-Bendixon theorem is one of the central results in nonlinear dynamics. It says that the dynamical possibilities in the phase space are very limited: if a trajectory is confined to a close, bounded region that contains no fixed points then the trajectory must eventually approach a close orbit. Nothing more complicated is possible. This result depends crucially on the 2-dimensionality of the plane. In higher dimensions, The Poincaré-Bendixon theorem no longer applies. Something new can happen: trajectories may wander around forever in a bounded region without setting down to a fixed point or a close orbit. They converge to more complex attractors (e.g. chaos or quasi-periodic torus). Bendixson criteria: Let s call dx dy = F and = G. If F dt dt x + G 0 for all x and y and does not change sign y in D, there is no close orbit (no limit cycle) The proof - which requires advanced mathematics - can be found in Edelstein-Keshet p

43 7.6 Characterization of complex behaviors It exists several methods to characterize complex behaviors, in particular to differentiate between chaos and quasi-periodicity. These methods include Poincaré maps, Fourier transforms, andlyapunov exponents. We describe here the principle of the Poincaré map. The idea is to cut the attractor with a plane and report the intersection between the trajectory and the plane, i.e. the points where the trajectory cross the plane (selecting only one direction). A simple limit cycle would thus give a poincaré section with a single point, a chaotic attractor would give a poincaré section with a open line of points (fig. 49), and a quasi-periodic attractor would give a poincaré section with a close line of points (fig. 50). Note that in high dimension, the situation is often more complex Poincare map Z X Figure 49: Poincaré map for chaos Poincare map x y1 Figure 50: Poincaré map for quasi-periodicity. 43

44 8 References Enzyme kinetics theory: Cornish-Bowden A (1995) Fundamentals of enzyme kinetics, Portmand Press, London. Engel P (1981) Enzyme Kinetics. The steady state approach, Chapman & Hall. Segel I.H. (1976) Biochemical Calculations: How to Solve Mathematical Problems in General Biochemistry, Wiley. Theory of non-linear systems: Bergé P, Pommeau Y & Vidal C (1984) L Ordre dans le Chaos, Hermann, Paris. Nicolis G (1995) Introduction to Non Linear Science, Cambridge Univ. Press. Nicolis G & Prigogine I (1977) Self Organization in Non-Equilibrium Systems, Wiley, New York. Strogatz S (1994) Nonlinear Dynamics and Chaos: with applications to physics, biology, chemistry, and engineering, Westview Press. Applications in biology: Edelstein-Keshet, L (2005; originally 1988) Mathematical Models in Biology, SIAM Editions. Glass L & MacKey MC (1988) From Clocks to Chaos. Princeton Univ. Press. Goldbeter A (1996) Biochemical Oscillations and Cellular Rhythms. The Molecular Bases of Periodic and Chaotic Behavior, Cambridge Univ. Press, Cambridge, U.K. Murray JD (1989) Mathematical Biology, Springer, Berlin. Segel LA (1984) Modeling Dynamic Phenomena in Molecular and Cellular Biology. Cambridge Univ. Press, Cambridge, U.K. Thomas & D Ari (1990) Biological Feedback, CRC Press. Winfree AT (1980) The Geometry of Biological Time, Springer-Verlag, New-York. 44

Nonlinear Systems of Ordinary Differential Equations

Nonlinear Systems of Ordinary Differential Equations Differential Equations Massoud Malek Nonlinear Systems of Ordinary Differential Equations Dynamical System. A dynamical system has a state determined by a collection of real numbers, or more generally

More information

3. Reaction Diffusion Equations Consider the following ODE model for population growth

3. Reaction Diffusion Equations Consider the following ODE model for population growth 3. Reaction Diffusion Equations Consider the following ODE model for population growth u t a u t u t, u 0 u 0 where u t denotes the population size at time t, and a u plays the role of the population dependent

More information

3.2 Sources, Sinks, Saddles, and Spirals

3.2 Sources, Sinks, Saddles, and Spirals 3.2. Sources, Sinks, Saddles, and Spirals 6 3.2 Sources, Sinks, Saddles, and Spirals The pictures in this section show solutions to Ay 00 C By 0 C Cy D 0. These are linear equations with constant coefficients

More information

Understanding Poles and Zeros

Understanding Poles and Zeros MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING 2.14 Analysis and Design of Feedback Control Systems Understanding Poles and Zeros 1 System Poles and Zeros The transfer function

More information

Reaction diffusion systems and pattern formation

Reaction diffusion systems and pattern formation Chapter 5 Reaction diffusion systems and pattern formation 5.1 Reaction diffusion systems from biology In ecological problems, different species interact with each other, and in chemical reactions, different

More information

4 Lyapunov Stability Theory

4 Lyapunov Stability Theory 4 Lyapunov Stability Theory In this section we review the tools of Lyapunov stability theory. These tools will be used in the next section to analyze the stability properties of a robot controller. We

More information

Eigenvalues, Eigenvectors, and Differential Equations

Eigenvalues, Eigenvectors, and Differential Equations Eigenvalues, Eigenvectors, and Differential Equations William Cherry April 009 (with a typo correction in November 05) The concepts of eigenvalue and eigenvector occur throughout advanced mathematics They

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Self-Organization in Nonequilibrium Systems

Self-Organization in Nonequilibrium Systems Self-Organization in Nonequilibrium Systems From Dissipative Structures to Order through Fluctuations G. Nicolis Universite Libre de Bruxelles Belgium I. Prigogine Universite Libre de Bruxelles Belgium

More information

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

EXIT TIME PROBLEMS AND ESCAPE FROM A POTENTIAL WELL

EXIT TIME PROBLEMS AND ESCAPE FROM A POTENTIAL WELL EXIT TIME PROBLEMS AND ESCAPE FROM A POTENTIAL WELL Exit Time problems and Escape from a Potential Well Escape From a Potential Well There are many systems in physics, chemistry and biology that exist

More information

Lab 6: Bifurcation diagram: stopping spiking neurons with a single pulse

Lab 6: Bifurcation diagram: stopping spiking neurons with a single pulse Lab 6: Bifurcation diagram: stopping spiking neurons with a single pulse The qualitative behaviors of a dynamical system can change when parameters are changed. For example, a stable fixed-point can become

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

Using the Theory of Reals in. Analyzing Continuous and Hybrid Systems

Using the Theory of Reals in. Analyzing Continuous and Hybrid Systems Using the Theory of Reals in Analyzing Continuous and Hybrid Systems Ashish Tiwari Computer Science Laboratory (CSL) SRI International (SRI) Menlo Park, CA 94025 Email: ashish.tiwari@sri.com Ashish Tiwari

More information

1 if 1 x 0 1 if 0 x 1

1 if 1 x 0 1 if 0 x 1 Chapter 3 Continuity In this chapter we begin by defining the fundamental notion of continuity for real valued functions of a single real variable. When trying to decide whether a given function is or

More information

Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization

Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization Lecture 2. Marginal Functions, Average Functions, Elasticity, the Marginal Principle, and Constrained Optimization 2.1. Introduction Suppose that an economic relationship can be described by a real-valued

More information

Section 1.1. Introduction to R n

Section 1.1. Introduction to R n The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to

More information

Inner Product Spaces

Inner Product Spaces Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and

More information

Dynamical Systems Analysis II: Evaluating Stability, Eigenvalues

Dynamical Systems Analysis II: Evaluating Stability, Eigenvalues Dynamical Systems Analysis II: Evaluating Stability, Eigenvalues By Peter Woolf pwoolf@umich.edu) University of Michigan Michigan Chemical Process Dynamics and Controls Open Textbook version 1.0 Creative

More information

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets.

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. Norm The notion of norm generalizes the notion of length of a vector in R n. Definition. Let V be a vector space. A function α

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents

DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents DIFFERENTIABILITY OF COMPLEX FUNCTIONS Contents 1. Limit definition of a derivative 1 2. Holomorphic functions, the Cauchy-Riemann equations 3 3. Differentiability of real functions 5 4. A sufficient condition

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

Network Traffic Modelling

Network Traffic Modelling University of York Dissertation submitted for the MSc in Mathematics with Modern Applications, Department of Mathematics, University of York, UK. August 009 Network Traffic Modelling Author: David Slade

More information

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

Unified Lecture # 4 Vectors

Unified Lecture # 4 Vectors Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,

More information

Multi-variable Calculus and Optimization

Multi-variable Calculus and Optimization Multi-variable Calculus and Optimization Dudley Cooke Trinity College Dublin Dudley Cooke (Trinity College Dublin) Multi-variable Calculus and Optimization 1 / 51 EC2040 Topic 3 - Multi-variable Calculus

More information

DERIVATIVES AS MATRICES; CHAIN RULE

DERIVATIVES AS MATRICES; CHAIN RULE DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we

More information

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

More information

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors

More information

Exam 1 Sample Question SOLUTIONS. y = 2x

Exam 1 Sample Question SOLUTIONS. y = 2x Exam Sample Question SOLUTIONS. Eliminate the parameter to find a Cartesian equation for the curve: x e t, y e t. SOLUTION: You might look at the coordinates and notice that If you don t see it, we can

More information

Notes on metric spaces

Notes on metric spaces Notes on metric spaces 1 Introduction The purpose of these notes is to quickly review some of the basic concepts from Real Analysis, Metric Spaces and some related results that will be used in this course.

More information

Metric Spaces. Chapter 7. 7.1. Metrics

Metric Spaces. Chapter 7. 7.1. Metrics Chapter 7 Metric Spaces A metric space is a set X that has a notion of the distance d(x, y) between every pair of points x, y X. The purpose of this chapter is to introduce metric spaces and give some

More information

Leadership in Animal Group Motion: A Bifurcation Analysis

Leadership in Animal Group Motion: A Bifurcation Analysis Proc. 17th Int. Symp. on Mathematical Theory of Networks and Systems, 006 Leadership in Animal Group Motion: A Bifurcation Analysis Benjamin Nabet, Naomi E. Leonard, Iain D. Couzin and Simon A. Levin Abstract

More information

Nonlinear normal modes of three degree of freedom mechanical oscillator

Nonlinear normal modes of three degree of freedom mechanical oscillator Mechanics and Mechanical Engineering Vol. 15, No. 2 (2011) 117 124 c Technical University of Lodz Nonlinear normal modes of three degree of freedom mechanical oscillator Marian Perlikowski Department of

More information

1 3 4 = 8i + 20j 13k. x + w. y + w

1 3 4 = 8i + 20j 13k. x + w. y + w ) Find the point of intersection of the lines x = t +, y = 3t + 4, z = 4t + 5, and x = 6s + 3, y = 5s +, z = 4s + 9, and then find the plane containing these two lines. Solution. Solve the system of equations

More information

19 LINEAR QUADRATIC REGULATOR

19 LINEAR QUADRATIC REGULATOR 19 LINEAR QUADRATIC REGULATOR 19.1 Introduction The simple form of loopshaping in scalar systems does not extend directly to multivariable (MIMO) plants, which are characterized by transfer matrices instead

More information

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013 Notes on Orthogonal and Symmetric Matrices MENU, Winter 201 These notes summarize the main properties and uses of orthogonal and symmetric matrices. We covered quite a bit of material regarding these topics,

More information

Lecture 8 : Dynamic Stability

Lecture 8 : Dynamic Stability Lecture 8 : Dynamic Stability Or what happens to small disturbances about a trim condition 1.0 : Dynamic Stability Static stability refers to the tendency of the aircraft to counter a disturbance. Dynamic

More information

SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA

SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA SECOND DERIVATIVE TEST FOR CONSTRAINED EXTREMA This handout presents the second derivative test for a local extrema of a Lagrange multiplier problem. The Section 1 presents a geometric motivation for the

More information

3. KINEMATICS IN TWO DIMENSIONS; VECTORS.

3. KINEMATICS IN TWO DIMENSIONS; VECTORS. 3. KINEMATICS IN TWO DIMENSIONS; VECTORS. Key words: Motion in Two Dimensions, Scalars, Vectors, Addition of Vectors by Graphical Methods, Tail to Tip Method, Parallelogram Method, Negative Vector, Vector

More information

Chapter 7. Lyapunov Exponents. 7.1 Maps

Chapter 7. Lyapunov Exponents. 7.1 Maps Chapter 7 Lyapunov Exponents Lyapunov exponents tell us the rate of divergence of nearby trajectories a key component of chaotic dynamics. For one dimensional maps the exponent is simply the average

More information

2 Session Two - Complex Numbers and Vectors

2 Session Two - Complex Numbers and Vectors PH2011 Physics 2A Maths Revision - Session 2: Complex Numbers and Vectors 1 2 Session Two - Complex Numbers and Vectors 2.1 What is a Complex Number? The material on complex numbers should be familiar

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

by the matrix A results in a vector which is a reflection of the given

by the matrix A results in a vector which is a reflection of the given Eigenvalues & Eigenvectors Example Suppose Then So, geometrically, multiplying a vector in by the matrix A results in a vector which is a reflection of the given vector about the y-axis We observe that

More information

On using numerical algebraic geometry to find Lyapunov functions of polynomial dynamical systems

On using numerical algebraic geometry to find Lyapunov functions of polynomial dynamical systems Dynamics at the Horsetooth Volume 2, 2010. On using numerical algebraic geometry to find Lyapunov functions of polynomial dynamical systems Eric Hanson Department of Mathematics Colorado State University

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

2.2 Magic with complex exponentials

2.2 Magic with complex exponentials 2.2. MAGIC WITH COMPLEX EXPONENTIALS 97 2.2 Magic with complex exponentials We don t really know what aspects of complex variables you learned about in high school, so the goal here is to start more or

More information

1 Local Brouwer degree

1 Local Brouwer degree 1 Local Brouwer degree Let D R n be an open set and f : S R n be continuous, D S and c R n. Suppose that the set f 1 (c) D is compact. (1) Then the local Brouwer degree of f at c in the set D is defined.

More information

Oscillations. Vern Lindberg. June 10, 2010

Oscillations. Vern Lindberg. June 10, 2010 Oscillations Vern Lindberg June 10, 2010 You have discussed oscillations in Vibs and Waves: we will therefore touch lightly on Chapter 3, mainly trying to refresh your memory and extend the concepts. 1

More information

SEMICONDUCTOR lasers with optical feedback have

SEMICONDUCTOR lasers with optical feedback have IEEE JOURNAL OF QUANTUM ELECTRONICS, VOL. 34, NO. 10, OCTOBER 1998 1979 Dynamics and Linear Stability Analysis in Semiconductor Lasers with Phase-Conjugate Feedback Atsushi Murakami and Junji Ohtsubo,

More information

On Lexicographic (Dictionary) Preference

On Lexicographic (Dictionary) Preference MICROECONOMICS LECTURE SUPPLEMENTS Hajime Miyazaki File Name: lexico95.usc/lexico99.dok DEPARTMENT OF ECONOMICS OHIO STATE UNIVERSITY Fall 993/994/995 Miyazaki.@osu.edu On Lexicographic (Dictionary) Preference

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

More information

6. Define log(z) so that π < I log(z) π. Discuss the identities e log(z) = z and log(e w ) = w.

6. Define log(z) so that π < I log(z) π. Discuss the identities e log(z) = z and log(e w ) = w. hapter omplex integration. omplex number quiz. Simplify 3+4i. 2. Simplify 3+4i. 3. Find the cube roots of. 4. Here are some identities for complex conjugate. Which ones need correction? z + w = z + w,

More information

REVIEW EXERCISES DAVID J LOWRY

REVIEW EXERCISES DAVID J LOWRY REVIEW EXERCISES DAVID J LOWRY Contents 1. Introduction 1 2. Elementary Functions 1 2.1. Factoring and Solving Quadratics 1 2.2. Polynomial Inequalities 3 2.3. Rational Functions 4 2.4. Exponentials and

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

1 Error in Euler s Method

1 Error in Euler s Method 1 Error in Euler s Method Experience with Euler s 1 method raises some interesting questions about numerical approximations for the solutions of differential equations. 1. What determines the amount of

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

GRAPH-THEORETIC ANALYSIS OF MULTISTABILITY AND MONOTONICITY FOR BIOCHEMICAL REACTION NETWORKS

GRAPH-THEORETIC ANALYSIS OF MULTISTABILITY AND MONOTONICITY FOR BIOCHEMICAL REACTION NETWORKS Chapter 1 GRAPH-THEORETIC ANALYSIS OF MULTISTABILITY AND MONOTONICITY FOR BIOCHEMICAL REACTION NETWORKS Gheorghe Craciun Department of Mathematics and Department of Biomolecular Chemistry University of

More information

Elasticity Theory Basics

Elasticity Theory Basics G22.3033-002: Topics in Computer Graphics: Lecture #7 Geometric Modeling New York University Elasticity Theory Basics Lecture #7: 20 October 2003 Lecturer: Denis Zorin Scribe: Adrian Secord, Yotam Gingold

More information

4.5 Linear Dependence and Linear Independence

4.5 Linear Dependence and Linear Independence 4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then

More information

Linear and quadratic Taylor polynomials for functions of several variables.

Linear and quadratic Taylor polynomials for functions of several variables. ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 010, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

c 2008 Je rey A. Miron We have described the constraints that a consumer faces, i.e., discussed the budget constraint.

c 2008 Je rey A. Miron We have described the constraints that a consumer faces, i.e., discussed the budget constraint. Lecture 2b: Utility c 2008 Je rey A. Miron Outline: 1. Introduction 2. Utility: A De nition 3. Monotonic Transformations 4. Cardinal Utility 5. Constructing a Utility Function 6. Examples of Utility Functions

More information

Class Meeting # 1: Introduction to PDEs

Class Meeting # 1: Introduction to PDEs MATH 18.152 COURSE NOTES - CLASS MEETING # 1 18.152 Introduction to PDEs, Fall 2011 Professor: Jared Speck Class Meeting # 1: Introduction to PDEs 1. What is a PDE? We will be studying functions u = u(x

More information

The Math Circle, Spring 2004

The Math Circle, Spring 2004 The Math Circle, Spring 2004 (Talks by Gordon Ritter) What is Non-Euclidean Geometry? Most geometries on the plane R 2 are non-euclidean. Let s denote arc length. Then Euclidean geometry arises from the

More information

15 Limit sets. Lyapunov functions

15 Limit sets. Lyapunov functions 15 Limit sets. Lyapunov functions At this point, considering the solutions to ẋ = f(x), x U R 2, (1) we were most interested in the behavior of solutions when t (sometimes, this is called asymptotic behavior

More information

Vector and Matrix Norms

Vector and Matrix Norms Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty

More information

THREE DIMENSIONAL GEOMETRY

THREE DIMENSIONAL GEOMETRY Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,

More information

ANALYSIS OF A MODEL OF TWO PARALLEL FOOD CHAINS. Sze-Bi Hsu. Christopher A. Klausmeier. Chiu-Ju Lin. (Communicated by the associate editor name)

ANALYSIS OF A MODEL OF TWO PARALLEL FOOD CHAINS. Sze-Bi Hsu. Christopher A. Klausmeier. Chiu-Ju Lin. (Communicated by the associate editor name) Manuscript submitted to AIMS Journals Volume X, Number 0X, XX 00X Website: http://aimsciences.org pp. X XX ANALYSIS OF A MODEL OF TWO PARALLEL FOOD CHAINS Sze-Bi Hsu Department of Mathematics National

More information

Stability. Chapter 4. Topics : 1. Basic Concepts. 2. Algebraic Criteria for Linear Systems. 3. Lyapunov Theory with Applications to Linear Systems

Stability. Chapter 4. Topics : 1. Basic Concepts. 2. Algebraic Criteria for Linear Systems. 3. Lyapunov Theory with Applications to Linear Systems Chapter 4 Stability Topics : 1. Basic Concepts 2. Algebraic Criteria for Linear Systems 3. Lyapunov Theory with Applications to Linear Systems 4. Stability and Control Copyright c Claudiu C. Remsing, 2006.

More information

Factorization Theorems

Factorization Theorems Chapter 7 Factorization Theorems This chapter highlights a few of the many factorization theorems for matrices While some factorization results are relatively direct, others are iterative While some factorization

More information

Vibration dynamics of an inclined cable excited near its second natural frequency

Vibration dynamics of an inclined cable excited near its second natural frequency Vibration dynamics of an inclined cable excited near its second natural frequency VASSI V. TZANOV Department of Engineering Mathematics, University of Bristol Queen s Building, University Walk, Bristol

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were:

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were: Topic 1 2.1 mode MultipleSelection text How can we approximate the slope of the tangent line to f(x) at a point x = a? This is a Multiple selection question, so you need to check all of the answers that

More information

Figure 2.1: Center of mass of four points.

Figure 2.1: Center of mass of four points. Chapter 2 Bézier curves are named after their inventor, Dr. Pierre Bézier. Bézier was an engineer with the Renault car company and set out in the early 196 s to develop a curve formulation which would

More information

The Steepest Descent Algorithm for Unconstrained Optimization and a Bisection Line-search Method

The Steepest Descent Algorithm for Unconstrained Optimization and a Bisection Line-search Method The Steepest Descent Algorithm for Unconstrained Optimization and a Bisection Line-search Method Robert M. Freund February, 004 004 Massachusetts Institute of Technology. 1 1 The Algorithm The problem

More information

Example 4.1 (nonlinear pendulum dynamics with friction) Figure 4.1: Pendulum. asin. k, a, and b. We study stability of the origin x

Example 4.1 (nonlinear pendulum dynamics with friction) Figure 4.1: Pendulum. asin. k, a, and b. We study stability of the origin x Lecture 4. LaSalle s Invariance Principle We begin with a motivating eample. Eample 4.1 (nonlinear pendulum dynamics with friction) Figure 4.1: Pendulum Dynamics of a pendulum with friction can be written

More information

Representation of functions as power series

Representation of functions as power series Representation of functions as power series Dr. Philippe B. Laval Kennesaw State University November 9, 008 Abstract This document is a summary of the theory and techniques used to represent functions

More information

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 Dr. John Ehrke Department of Mathematics Fall 2012 Questions

More information

(Quasi-)Newton methods

(Quasi-)Newton methods (Quasi-)Newton methods 1 Introduction 1.1 Newton method Newton method is a method to find the zeros of a differentiable non-linear function g, x such that g(x) = 0, where g : R n R n. Given a starting

More information

Structural Axial, Shear and Bending Moments

Structural Axial, Shear and Bending Moments Structural Axial, Shear and Bending Moments Positive Internal Forces Acting Recall from mechanics of materials that the internal forces P (generic axial), V (shear) and M (moment) represent resultants

More information

Real Roots of Univariate Polynomials with Real Coefficients

Real Roots of Univariate Polynomials with Real Coefficients Real Roots of Univariate Polynomials with Real Coefficients mostly written by Christina Hewitt March 22, 2012 1 Introduction Polynomial equations are used throughout mathematics. When solving polynomials

More information

The aerodynamic center

The aerodynamic center The aerodynamic center In this chapter, we re going to focus on the aerodynamic center, and its effect on the moment coefficient C m. 1 Force and moment coefficients 1.1 Aerodynamic forces Let s investigate

More information

A characterization of trace zero symmetric nonnegative 5x5 matrices

A characterization of trace zero symmetric nonnegative 5x5 matrices A characterization of trace zero symmetric nonnegative 5x5 matrices Oren Spector June 1, 009 Abstract The problem of determining necessary and sufficient conditions for a set of real numbers to be the

More information

MULTIVARIATE PROBABILITY DISTRIBUTIONS

MULTIVARIATE PROBABILITY DISTRIBUTIONS MULTIVARIATE PROBABILITY DISTRIBUTIONS. PRELIMINARIES.. Example. Consider an experiment that consists of tossing a die and a coin at the same time. We can consider a number of random variables defined

More information

Positive Feedback and Oscillators

Positive Feedback and Oscillators Physics 3330 Experiment #6 Fall 1999 Positive Feedback and Oscillators Purpose In this experiment we will study how spontaneous oscillations may be caused by positive feedback. You will construct an active

More information

Homework #2 Solutions

Homework #2 Solutions MAT Spring Problems Section.:, 8,, 4, 8 Section.5:,,, 4,, 6 Extra Problem # Homework # Solutions... Sketch likely solution curves through the given slope field for dy dx = x + y...8. Sketch likely solution

More information

MATH 425, PRACTICE FINAL EXAM SOLUTIONS.

MATH 425, PRACTICE FINAL EXAM SOLUTIONS. MATH 45, PRACTICE FINAL EXAM SOLUTIONS. Exercise. a Is the operator L defined on smooth functions of x, y by L u := u xx + cosu linear? b Does the answer change if we replace the operator L by the operator

More information

15.062 Data Mining: Algorithms and Applications Matrix Math Review

15.062 Data Mining: Algorithms and Applications Matrix Math Review .6 Data Mining: Algorithms and Applications Matrix Math Review The purpose of this document is to give a brief review of selected linear algebra concepts that will be useful for the course and to develop

More information

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1 (d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which

More information

Year 9 set 1 Mathematics notes, to accompany the 9H book.

Year 9 set 1 Mathematics notes, to accompany the 9H book. Part 1: Year 9 set 1 Mathematics notes, to accompany the 9H book. equations 1. (p.1), 1.6 (p. 44), 4.6 (p.196) sequences 3. (p.115) Pupils use the Elmwood Press Essential Maths book by David Raymer (9H

More information

BIOE 370 1. Lotka-Volterra Model L-V model with density-dependent prey population growth

BIOE 370 1. Lotka-Volterra Model L-V model with density-dependent prey population growth BIOE 370 1 Populus Simulations of Predator-Prey Population Dynamics. Lotka-Volterra Model L-V model with density-dependent prey population growth Theta-Logistic Model Effects on dynamics of different functional

More information