Dynamical Systems. August 13, 2013

Size: px
Start display at page:

Download "Dynamical Systems. August 13, 2013"

Transcription

1 Dynamical Systems Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 Dynamical Systems are systems, described by one or more equations, that evolve over time. For example, the growth of a population can be described by dynamic equations. Time can be understood to be either discrete (day 1, day 2 etc.) or continuous ( seconds). If we take time to be continuous, dynamical systems will be described by dierential equations - equations that involve the derivative (the instantaneous change) of a function. If we take time to be discrete, dynamical systems will be described by dierence equations - equations relating the value of a variable at time t + 1 to its value at time t. We will look at both cases below. 1 Dierential Equations A dierential equation is an equation which involves an unknown function f(t) and at least one of its derivatives. Let y = f(t). Then we denote f (t) as df dt (t) or as ẏ(t). A general dierential equation is then of the form ẏ = F (y(t), t) The purpose of this equation is not to solve for the variable t, but rather to solve for the function y(t). (Since the function is the unknown, we use y rather than f to label it). In Economics, dierential equations are often used to express changes over time. For example, the change in the capital stock at time t, K(t), is a function of the current capital stock K(t), the saving rate s, and the depreciation rate δ: K(t) = (s δ)k(t) Therefore it is common to use t instead of x as the argument of f and refer to f or ẏ as the change in f over time. 1.1 Types of Dierential Equations 1. 1st order - Equations which involve the rst derivative f (t) of the function but no higher derivatives. For example: ẏ = ky is a rst order dierence equation since it only involves one derivative of f(t). 2. Nth order - Equations which involve the nth order derivatives f (n) (t) of the function. For example: ÿ = ky is a second order dierential equation since it involves two derivatives of f(t). Also is an nth order dierential equation. y (n) = ky 1

2 2 Dynamical Systems 3. Ordinary - An ordinary dierential equation is a dierential equation where the unknown function takes only one argument. For example, the dierential equations mentioned thus far have all been ordinary. However, the equation y (n) = ky(x, t) t is not ordinary since there are two arguments x and t, while y (n) = ky(t) t is ordinary (the only variable is t). All the dierential equations we will look at will be ordinary. 4. Linear - A dierential equation is linear if it can be written in the form y (n) + a n 1 (t)y (n 1) + + a 1 (t)y = a 0 (t) 5. Autonomous - An autonomous dierential equation is one where the only occasion when t enters the equation is through y. For example ẏ = ky is autonomous (t enters only through y(t)) while is not (t enters by itself, outside of y(t)). ẏ = ky t 1.2 Solving Linear Dierential Equations Dierential equations are generally dicult to solve. Therefore, in this section of the course we will examine only rst order linear dierence equations: ẏ + p(t)y = q(t) Special Cases Notice that if p(t) = 0, then we have a simple integration problem we all know how to solve ẏ = q(t) y = Q(t) + C, where Q(t) is the antiderivative of q(t). Now let q(t) = 0, and p(t) = k R, where k is any constant. Then we must solve the equation ẏ = ky dy dt = ky(t). Rewrite the equation by dividing both sides by y(t). (We are assuming that y(t) 0. y(t) = 0 is obviously a solution as well.). Then we have Integrating both sides with respect to t we have where γ = e C. ẏ y = k. ln(y) = kt + C y = e kt+c = γe kt,

3 Math Camp General Case If we allow p(t) to be some function but leave q(t) = 0 we can follow the same steps as in the example with p(t) = k above and get where H(t) = p(t)dt and γ = e C. In the general case of ln(y) = H(t) + C y = e H(t)+C = γe H(t), ẏ + p(t)y = q(t), p(t) 0, q(t) 0 is solved in the following manner. Dene a function H(t) such that ˆ H(t) = p(t)dt. Now multiply the above dierential equation to get Notice that by the chain rule, that d dt ẏe H(t) + p(t)ye H(t) = q(t)e H(t) ( ye H(t)) = ẏe H(t) + p(t)ye H(t) which is equal to the left hand side of the dierential equation. Therefore d ( ye H(t)) = q(t)e H(t). dt We now integrate both sides to get ˆ ye H(t) = q(t)e H(t) dt + C, and then multiply through by e H(t) to get the general form of the solution: {ˆ } y = e H(t) q(t)e H(t) dt + C. Example Find the solution of the equation ẏ = ay + b. In this case p(t) = a and q(t) = b. Therefore ˆ H(t) = adt = at + C. Plugging this into our general solution equation, we have that {ˆ } y = e at C be at+c dt + D y = e { at C b } a e at+c + D where α = De C. y = b a + Deat+C y = b a + αeat,

4 4 Dynamical Systems Additional Conditions Sometimes in a problem we are given an initial condition or a terminal condition. We can use these conditions to help us nd what the unknown scalars are in our solutions. Examples 1. Let y(0) = y 0. Solve for the general solution to the problem ẏ = ky. We already know the general solution to this problem is y = γe kt. We know that when x = 0, y = y 0. Plugging these values into the equation we have y 0 = γ. Therefore, the general solution to the equation is y = y 0 e kt. 2. Let y(t ) = y T. Solve for the general solution to the problem ẏ = ky. We already know the general solution to this problem is y = γe kt. We know that when t = T, y = y T. Plugging these values into the equation we have y T = γe kt γ = y T e kt Therefore, the general solution to the equation is y = y T e kt e kt = y T e k(t T ). 1.3 Steady States and Phase Diagrams Finding Steady States A constant solution y(t) c is called a steady state for a dierential equation. It is a solution where the value of y does not change over time. For example, consider the equation for the capital stock given above K(t) = (s δ)k(t) We are either saving more that the depreciation of the capital stock, less that the value of the depreciation of the capital stock, or just equal. If we are equal, then we will have the same amount of capital next period as we do this period. Then if the saving rate is the same next year as it is this year, we will just cover depreciation with nothing left over. The capital stock will remain the same as this year in the third year, and so on. This is called the steady state level of capital. Now let us consider the dierential equation ẏ = ay. In order for the level of y to be the same this year and last year, we must have that y does not change, or ẏ = 0. Therefore, the only value of y for which this can happen (as long as a 0) is y = 0, and so y = 0 is a steady state to the equation. In general, one nds the steady states to the dierential equation ẏ = F (y, t) by setting ẏ = F (y, t) = 0 and solving the resulting equation for y. Example Find the steady state for the equation ẏ = b + ay. Let ẏ = 0. Then ay = b, and the steady state value of the solution is y = b a.

5 Math Camp Phase Diagrams A phase diagram is a way to illustrate the steady states of a homogenous dierential equation and the behavior of solutions around the steady states. It is a graph of the dierential equation ẏ(t) = F (y(t)) with the value of the function y on the horizontal axis and the change in y, ẏ, on the vertical axis. (Note that we cannot draw a one-dimensional phase diagram for a non-autonomous dierential equations since in that case ẏ changes with y(t) and with t.) Any point at which the graph intersects the horizontal axis, that is, at which ẏ = 0, is a steady state. At any point at which the graph of ẏ = F (y) is above the horizontal axis, ẏ is positive and therefore y is increasing. At any point at which the graph of ẏ = F (y) is below the horizontal axis, ẏ is negative and therefore y is decreasing. We can add arrows along the horizontal axis that indicate this behavior of y: The arrows will point to the right on any segment on which the graph is above the axis and to the left on any segment that is below the axis. For example, let us consider the simple dierential equation Here there are two cases: ẏ = ay. Case one: a > 0. In this case, the curve is a linear function sloping upward. The only steady state is at y = 0. Notice that if a > 0, then when y > 0, ẏ > 0. This implies that y is growing over time. If y < 0, then ẏ < 0, and y is shrinking over time. Therefore, we can see that if the equation starts at any point other than y 0 = 0, the system will diverge to negative innity or positive innity. Another way to see this is to take the solution to the equation, y = y 0 e at, and let t. If y 0 > 0, then y, and if y 0 < 0, then y. Case two: a < 0. In this case, the curve is a linear function sloping downward. Again, the only steady state is at y = 0. Notice that if a < 0, then when y > 0, ẏ < 0. This implies that y is shrinking over time. If y < 0, then ẏ > 0, and y is growing over time. Therefore, we can see that if the equation starts at any point, it will eventually converge to y = 0. Another way to see this is to take the solution to the equation, y = y 0 e at, and let t. If y 0 > 0, then y 0, and if y 0 < 0, then y 0 also (remember, a < 0) Stability We call a steady state y in the domain asymptotically stable if r > 0 and B(y, r) domain such that if we have as an initial point any y B(y, r), the system will converge to y over time. We call a system stable if all points in the domain converge to a steady state. Notice that in the previous example, the system was stable when a < 0, but unstable when a > 0. It is easy to tell the stability of a steady state from the phase diagram: If the arrows point towards the steady state from both sides, it is stable. Else it is unstable. A simple test for stability is as follows: Let ẏ = F (y). df (y) If dy y < 0, then the steady state y is stable if df (y) dy y > 0, then the steady state y is unstable Example Let ẏ = y 2 4y + 3. Determine the steady states and their stability. Solution: Let ẏ = 0. Then 0 = y 2 4y + 3 = (y 1)(y 3). Therefore, we have two steady states, y = 1 and y = 3.

6 6 Dynamical Systems Next, take the derivative of ẏ = y 2 4y + 3 with respect to y to get Evaluated at y = 1, we have dẏ = 2y 4. dy dẏ dy y = 2(1) 4 = 2 < 0, therefore y = 1 is a stable steady state. Evaluated at y = 3, we have dẏ dy y = 2(3) 4 = 2 > 0, and we have that y = 3 is an unstable steady state. 2 Systems of Dierential Equations Consider the general two-equation system of dierential equations: ẋ(t) = F (x(t), y(t), t) ẏ(t) = G(x(t), y(t), t) These look like two single dierential equations, but the problem is that y appears in the equation for ẋ and x appears in the equation for ẏ. We need to solve them simultaneously. 2.1 Steady States Just as before, we can nd the steady state of the system by setting both ẋ = 0 and ẏ = 0. Examples 1. Let ẋ = e x 1 1 and ẏ = ye x. Setting both these equations equal to 0 yields 2. Let ẋ = x + 2y and ẏ = x 2 + y. Setting both these equations equal to 0 yields ẋ = 0 e x 1 = 1 x = 1 ẏ = 0 ye = 0 y = 0 ẋ = 0 x = 2y ẏ = 0 y = x 2 x = 2 ( x 2) x(1 2x) = 0 x = {0, 1 2 } y = {0, 1 4 } Therefore, the two steady states are (x, y) = { (0, 0), ( 1 2, 1 4)}. 3. Let ẋ = e 1 x 1 and ẏ = (2 y)e x. Setting both these equations equal to 0 yields ẋ = 0 e 1 x = 1 x = 1 ẏ = 0 (2 y)e = 0 y = 2

7 Math Camp 7 Phase Diagrams If we have a two dimensional system as in the example above, we can draw phase diagram with x on one axis and y on the other (unlike in the one dimensional case, we no longer plot ẋ or ẏ on an axis). We then draw in the curve in x, y - space along which ẋ = 0 and the curve along which ẏ = 0. The points of intersection of these two curves are the steady states of the system. To investigate the behavior of the system, nd the signs of ẋ and ẏ in each of the segments of the plane divided by the ẋ = 0 and ẏ = 0 curves. For example, if ẋ > 0 and ẏ < 0, the system is increasing in x-direction and decreasing in y-direction over time. 2.2 Stability For a single dierential equation ẏ = f(y), we could test whether the steady state was stable by checking whether df(y) dy < 0. y If so, then the dierential equation was stable. The condition for systems of dierential equations is more complicated, and deals with the eigenvalues of the Jacobian matrix of the system. Let J be the Jacobian matrix of the system of dierential equations. Then we can test for stability as follows: y is stable if and only if all eigenvalues of J(y ) are negative or have negative real parts. y is unstable if and only if some eigenvalue of J(y ) is positive or has positive real parts. If the Jacobian at y has some pure imaginary or zero eigenvalues and no positive eigenvalues, then we cannot determine the stability of the steady state by looking at the Jacobian. Examples revisited 1. Let ẋ = e x 1 1 and ẏ = ye x. We already calculated that the steady state of the system will be z = (x, y) = (1, 0). Jacobian of the system is ( ) ( ) e x ye x e x (z) =, 0 e which implies that the eigenvalues of the system are 1 and e. Since both of these are positive, we have an unstable steady state. 2. Let ẋ = x + 2y and ẏ = x 2 + y. We already calculated that the steady states of the system are z = (x, y) = {(0, 0), ( 1 2, 1 4 )}. The Jacobian of the system is ( 1 2 2x 1 When z = (0, 0), then we have the Jacobian ( which implies that the repeated eigenvalue is 1. Since both of these are positive, (0, 0) is an unstable steady state. When z = ( 1 2, 1 4 ), then we have the Jacobian ( ) ). ) The

8 8 Dynamical Systems and solving for the eigenvalues yields λ = 1 ± 2. Since one of them is positive, ( 1 2, 1 4 an unstable steady state. is also 3. Let ẋ = e 1 x 1 and ẏ = (2 y)e x. We already calculated that the steady state of the system will be z = (x, y) = (1, 2). Jacobian of the system is ( ) ( ) e 1 x (2 y)e x e x (z) =, 0 e which implies that the eigenvalues of the system are 1 and e. Since both of these are negative, we have a stable steady state. The 2.3 Solving Systems of Linear Dierential Equations Consider the linear system of dierential equations: ẋ = a 11 x + a 12 y ẏ = a 21 x + a 22 y which can be expressed as ẋ = Ax, ( ) where x = (x, y), ẋ = (ẋ, ẏ) a11 a, and A = 12. Also assume that y a 21 a 0 and x 0 are given. 22 Consider the case where A is a diagonal matrix, i.e that a 12 = a 21 = 0. Then the new system is whose solution is ẋ = a 11 x, ẏ = a 22 y, x = x 0 e a11t, y = y 0 e a22t. That was easy! We can also easily see that the eigenvalues of the Jacobian matrix will be a 11 and a 22, and therefore the system will be stable if both a 11 and a 22 are less than zero. For the case where a 12 0 or a 21 0, the solution is more complicated. However, if we can diagonalize A, we can transform the system ẋ = Ax into ẋ = P ΛP 1 x, then multiply both sides by P to get P 1 ẋ = ΛP 1 x. If we dene ẇ = P 1 ẋ and w = P 1 x, then we have ẇ = Λw. where Λ is a diagonal matrix. The solution for this system is ( ) c1 e w(t) = λ1t c 2 e λ2t where λ 1 and λ 2 are the eigenvalues of A and the diagonal entries of Λ, as we saw before. Now we can transform the solution for w back to x by multiplying with P on the left: where p 1 and p 1 are the eigenvectors of A. x(t) = P w(t) = c 1 e λ1t p 1 + c 2 e λ2t p 2

9 Math Camp 9 Example Solve the following system of dierential equations: The system can be rewritten as ẋ = Ax = The characteristic equation for A is ( ẋ ẏ ẋ = x y ẏ = 4x + y ) = ( ) ( x y ). (1 λ) 2 4 = λ 2 2λ 3 = (λ 3)(λ + 1) = 0, and therefore the eigenvalues of the matrix A are λ = {3, 1}. Therefore, we know the system will be unstable. The matrix A Iλ associated with λ = 3 is ( which implies that y = 2x, and therefore (1, 2) is the corresponding eigenvector. For λ = 1, we have that ( ) 2 1 A Iλ =, 4 2 which implies that y = 2x, or that (1, 2) is the corresponding eigenvector. We can now form the matrix ( ) 1 1 P = P 1 = 1 ( ) Let w = P 1 x. We now have the system whose solution is ẇ = Λw, w x = c 1 e 3t, w y = c 2 e t where c 1 and c 2 are constants. Finally, since we have w = P 1 x, then x = P w, or ), x = w x + w y = c 1 e 3t + c 2 e t y = 2w x + 2w y = 2c 1 e 3t + 2c 2 e t ( x y ) ( = c 1 e 3t 1 2 ) + c 2 e t ( 1 2 If we are given initial conditions x(0) = x 0 = (x 0, y 0 ) T, we can nd the values of the constants c = (c 0, c 1 ) T from c = P 1 x 0. (This works because c are the initial conditions when our system is transformed to the variables w = P x.) So in our example, c 1 = w x0 = 1 2 x y 0 ). c 2 = w y0 = 1 2 x y 0

10 10 Dynamical Systems and x = y = { 1 2 x 0 1 } { 1 4 y 0 e 3t + 2 x } 4 y 0 e t { x } { 2 y 0 e 3t + x } 2 y 0 e t. Notice that this procedure only works if A is diagonalizable. If A is not diagonalizable, we have to use something called the generalized eigenvectors of A and the formula for the general solution becomes slightly more complicated. In particular, let A be a 2 x 2 matrix with one repeated eigenvalue λ and only one linearly independent eigenvector p. Then there exists a vector q such that (A λi)q = p and (A λi) 2 q = 0, which is called the generalized eigenvector of A. The general solution to the system ẋ = Ax is (Why this works, see Simon & Blume, page 681.) x(t) = e λt (c 1 p + c 2 q) + te λt c 2 p. 2.4 Non-Linear Systems Finding general solutions of non-linear systems can be extremely dicult if not impossible. However, we can nd a rst-order estimate of the solution about a steady state using the Taylor rule. For example, assume our general system of equations: ẋ = F (x, y) ẏ = G(x, y) Setting these equations equal to zero, we can solve for some steady state (x, y ). The Taylor expansion gives us an approximation of the function h(x, y) around some point (x, y ). Notice that the Taylor expansion in this case is h(x, y) h(x, y ) + h x (x, y)(x x ) + h y (x, y)(y y ). This is a linear approximation of a nonlinear function about (x, y ). We can use the Taylor approximation to rewrite the system of dierential equations about (x, y ): ẋ F (x, y ) + F x (x, y )(x x ) + F y (x, y )(y y ) ẏ G(x, y ) + G x (x, y )(x x ) + G y (x, y )(y y ). This can we rewritten is the form ẋ = Ax + c, where A = ( Fx (x, y ) F y (x, y ) G x (x, y ) G y (x, y ) ) ( ẋ, ẋ = ẏ ) ( x, x = y ) ( ) c1, c =, c 2 and c 1, c 2 are constants. In a way, however, the constants don't matter because they just shift our phase diagram around. They don't actually aect the stability or motion of the system. We can then proceed to nd an approximation of the system using the diagonalization process presented in the last section.

11 Math Camp 11 3 Dierence Equations A dierence equation is an equation which evolves over discrete time intervals. For example, a dierence equation would be a function which would tell us what the value of some variable y is for any given time t. We generally have some starting initial point for t (usually t = 0), and we may or may not have a terminal point for t. Consider the function y t = b t y 0, where b R. This is a dierence equation. We can plug whatever we want in for t and get the value of the function at that point. For example, if b = 0.5 and y 0 = 1, then we have the following evolution of y over time: y 0 = 1, y 1 = 0.5, y 2 =.25,..., y n = 1 2 n Sometimes we are not given an explicit solution for y t, but are given a rule of how y t evolves over one period. For example, y t+1 = (1 + b)y t. 3.1 Solving Dierence Equations Say we have some initial condition y 0, and consider the dierence equation y t+1 = ay t. The equation can be solved iteratively by simply starting with t = 0, calculating y 1, then using that solution to calculate y 2, and so forth. For example: y 0 = y 0 y 1 = ay 0 y 2 = ay 1 = a ay 0 = a 2 y 0 y 3 = ay 3 = a a 2 y 0 = a 3 y 0 We can look at the pattern and infer that a solution to the dierence equation will be of the form:. y t = a t y Relationship Between Continuous and Discrete Time Subtract y t from both sides of the equation to get y t+1 = (1 + b)y t y t = y t+1 y t = by t Notice that this looks a lot like the dierential equation ẏ = by. In fact, if instead of time moving in discrete units, time moved continuously, then the dierence equation above would be the same as the dierential equation. To see this, consider the dierence

12 12 Dynamical Systems equation governing the growth of an asset given a constant interest rate, and is compounded once per period: A t+1 = A t (1 + r). Now consider the same equation, except time now is measured in half-increments. In other words, the interest is compounded twice per period, but at the same annual rate r: ( A t+1 = A t 1 + r ) 2 2 Now consider the case where interest is compounded n times per period: The limit of this function as n is Solving this dierence equation we have A t+1 = A t ( 1 + r n) n. A t+1 = A t e r, A t = A 0 e rt which is the solution to the dierential equation A = ra. Therefore, the equation A t+1 = (1 + r)a t is the discrete time counterpart of the dierential equation A = ra. 3.3 Properties of the Solution y t = a t y 0 We have solved the dierential equation y t+1 = ay t. What happens to y t as t? There are seven cases, with subcases under them: Case 1: a > 1. Here we can see that as t, a t. Therefore, the system diverges to + or, depending on whether y 0 is greater or less than 0. Case 2: a = 1. If a = 1, then the system will stay at its initial condition y 0, no matter what y 0 is. Case 3: a (0, 1). In this case, as t, a t 0. Therefore, y t 0 as t 0. Also, the sequence of y t s will be strictly monotonically decreasing if y 0 > 0, and monotonically increasing if y 0 < 0. Case 4: a = 0. t thereafter. The system immediately jumps to y 1 = 0 no matter where y 0 is, and then y t = 0 Case 5: a ( 1, 0). In this case, as t, a t 0. Therefore, y t 0 as t 0. However, the sequence of y t s will oscillate between positive and negative values as t. Case 6: a = 1. If a = 1, then y t = y 0 for t {even integers} y t = y 0 for t {odd integers}. Case 7: a < 1. As t, the subsequence a te and a to, where t e denotes even integers and t o denotes odd integers. Therefore, the system oscillates between positive and negative values, with the magnitude of oscillate growing to innity over time. Subcase to all 7 cases: y 0 = 0. In the case y 0 = 0, we have that y t = 0 t.

13 Math Camp Steady States The condition for a steady state for dierential equations was that ẏ = 0. For dierence equations, the condition is similar: y t = 0, i. e.y t+1 = y t. Intuitively, if we can nd a value of y such which will be the same next period, then that level of y must be a steady state. Therefore, in our dierence equation we plug in y t for y t+1 and solve: y t = ay t y t (1 a) = 0 y t = 0 or a = 1 Therefore, the steady state solution to our dierential equation is y = 0 for any value of a. This makes sense, because we already saw during our analysis of cases that y t = 0 t when y 0 = 0. If a = 1, then any y is a steady state since y t = y t for all y t. 3.5 Stability of Steady States Looking at our seven cases for the asymptotics of y t+1 = ay t, we see that we converge to the steady state y = 0 whenever a < 1. We can generalize this condition by noticing that a = yt+1 y t. In general, a steady state y of a dierence equation is unstable if y t+1 (y ) y t > 1 stable if y t+1 (y ) y t < 1 This is very similar to the conditions for stability of dierential equations. 3.6 Nonlinear example Consider the following evolution of capital in an economy: k t+1 = k t (δ + n)k t + sf(k t ) This says that the level of capital per capita next year is equal to the level of capital this year, minus depreciated capital and capital dilution from population growth, plus the dierence between output and consumption. We seek to analyze the dynamics of capital in this economy. Assume that f(k t ) is a concave function, and f(0) = 0, f (0) =, and lim n f (n) = 0. Also assume that δ + n < 1, δ, n, s (0, 1). First we wish to nd a steady state level of capital per capita. We set k t+1 = k t to get k t+1 = k t (δ + n)k t + sf(k t ) (δ + n)k = sf(k ). This will pin down some level of capital k. Notice that k = 0 is a steady state, as will some k > 0 by the concavity of f(k). We can nd this point graphically by plotting k t+1 as a function of k t and determining its point of intersection with the 45 degree line, along which k t = k t+1. Checking for stability, we take the derivative of the function k t+1 with respect to k t to get k t+1 k t = 1 (δ + n) + sf (k t ) Therefore, we have that the system is stable if f (k ) < δ+n s. For the steady state k = 0, we have that f (0) =, and therefore the system is unstable in this case. However, by the concavity of f(k t ) the steady state k > 0 must be stable since δ+n s k = f(k ). Therefore we have one stable steady state and one unstable steady state.

14 14 Dynamical Systems 4 Homework 4.1 Single Dierential Equations 1. Find the general solutions to the following equations. (a) ẏ 2y = 1 (b) 2ẏ + 5y = 2 (c) ẏ 2y = 1 2x (d) xẏ 4y = 2nx (e) ẏ = e x y 2. Find the general solutions to the previous questions given that y 0 = Draw the phase diagram for the equation k(t) = f(k) c (δ +n)k, where f(k) > 0 when k > 0, f(k) = 0 when k = 0, and f(k) is a concave function which intersects the line c+(d+n)k = f(k) at two points. Also draw the phase diagram for ċ(t) c = 1 σ (f (k) θ n), where σ, θ, n R, and f(k) is the same as before. Check the stability of each of the equations. Find their general solutions. Graph k and c is separate graphs with respect to time on the horizontal axis. 4.2 Dierence Equations Solve the dierence equation y t+1 = by 2 t. Find the steady states. Graph the function with respect to time. Draw the phase diagrams. Determine stability of the steady states. (Hint: there will be several cases.) What about by t+1 = ay 2 t + c? (This is complicated, so think about it graphically for starters. Don't worry if you can't nish the whole problem with all the cases.)

Math Camp Notes: Everything Else

Math Camp Notes: Everything Else Math Camp Notes: Everything Else Systems of Dierential Equations Consider the general two-equation system of dierential equations: Steady States ẋ = f(x, y ẏ = g(x, y Just as before, we can nd the steady

More information

Multi Variable Calculus

Multi Variable Calculus Multi Variable Calculus Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 3, 03 Functions from R n to R m So far we have looked at functions that map one number to another

More information

Constrained Optimization

Constrained Optimization Constrained Optimization Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 1 General Problem Consider the following general constrained optimization problem:

More information

Math Ordinary Differential Equations

Math Ordinary Differential Equations Math 411 - Ordinary Differential Equations Review Notes - 1 1 - Basic Theory A first order ordinary differential equation has the form x = f(t, x) (11) Here x = dx/dt Given an initial data x(t 0 ) = x

More information

MATH 215/255 Solutions to Additional Practice Problems April dy dt

MATH 215/255 Solutions to Additional Practice Problems April dy dt . For the nonlinear system MATH 5/55 Solutions to Additional Practice Problems April 08 dx dt = x( x y, dy dt = y(.5 y x, x 0, y 0, (a Show that if x(0 > 0 and y(0 = 0, then the solution (x(t, y(t of the

More information

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4.

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4. Entrance Exam, Differential Equations April, 7 (Solve exactly 6 out of the 8 problems). Consider the following initial value problem: { y + y + y cos(x y) =, y() = y. Find all the values y such that the

More information

Systems of Linear ODEs

Systems of Linear ODEs P a g e 1 Systems of Linear ODEs Systems of ordinary differential equations can be solved in much the same way as discrete dynamical systems if the differential equations are linear. We will focus here

More information

Introduction to Real Analysis

Introduction to Real Analysis Introduction to Real Analysis Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 1 Sets Sets are the basic objects of mathematics. In fact, they are so basic that

More information

1 The pendulum equation

1 The pendulum equation Math 270 Honors ODE I Fall, 2008 Class notes # 5 A longer than usual homework assignment is at the end. The pendulum equation We now come to a particularly important example, the equation for an oscillating

More information

Topic 5: The Difference Equation

Topic 5: The Difference Equation Topic 5: The Difference Equation Yulei Luo Economics, HKU October 30, 2017 Luo, Y. (Economics, HKU) ME October 30, 2017 1 / 42 Discrete-time, Differences, and Difference Equations When time is taken to

More information

DYNAMIC LECTURE 1 UNIVERSITY OF MARYLAND: ECON 600

DYNAMIC LECTURE 1 UNIVERSITY OF MARYLAND: ECON 600 DYNAMIC LECTURE 1 UNIVERSITY OF MARYLAND: ECON 6 1. differential Equations 1 1.1. Basic Concepts for Univariate Equations. We use differential equations to model situations which treat time as a continuous

More information

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv Math 1270 Honors ODE I Fall, 2008 Class notes # 1 We have learned how to study nonlinear systems x 0 = F (x; y) y 0 = G (x; y) (1) by linearizing around equilibrium points. If (x 0 ; y 0 ) is an equilibrium

More information

Linear Algebra: Linear Systems and Matrices - Quadratic Forms and Deniteness - Eigenvalues and Markov Chains

Linear Algebra: Linear Systems and Matrices - Quadratic Forms and Deniteness - Eigenvalues and Markov Chains Linear Algebra: Linear Systems and Matrices - Quadratic Forms and Deniteness - Eigenvalues and Markov Chains Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 3, 3 Systems

More information

Math Camp Notes: Linear Algebra II

Math Camp Notes: Linear Algebra II Math Camp Notes: Linear Algebra II Eigenvalues Let A be a square matrix. An eigenvalue is a number λ which when subtracted from the diagonal elements of the matrix A creates a singular matrix. In other

More information

Econ 204 Differential Equations. 1 Existence and Uniqueness of Solutions

Econ 204 Differential Equations. 1 Existence and Uniqueness of Solutions Econ 4 Differential Equations In this supplement, we use the methods we have developed so far to study differential equations. 1 Existence and Uniqueness of Solutions Definition 1 A differential equation

More information

Sample Questions, Exam 1 Math 244 Spring 2007

Sample Questions, Exam 1 Math 244 Spring 2007 Sample Questions, Exam Math 244 Spring 2007 Remember, on the exam you may use a calculator, but NOT one that can perform symbolic manipulation (remembering derivative and integral formulas are a part of

More information

REVIEW OF DIFFERENTIAL CALCULUS

REVIEW OF DIFFERENTIAL CALCULUS REVIEW OF DIFFERENTIAL CALCULUS DONU ARAPURA 1. Limits and continuity To simplify the statements, we will often stick to two variables, but everything holds with any number of variables. Let f(x, y) be

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: This is an isocline associated with a slope

More information

EC744 Lecture Notes: Economic Dynamics. Prof. Jianjun Miao

EC744 Lecture Notes: Economic Dynamics. Prof. Jianjun Miao EC744 Lecture Notes: Economic Dynamics Prof. Jianjun Miao 1 Deterministic Dynamic System State vector x t 2 R n State transition function x t = g x 0 ; t; ; x 0 = x 0 ; parameter 2 R p A parametrized dynamic

More information

Solutions to Dynamical Systems 2010 exam. Each question is worth 25 marks.

Solutions to Dynamical Systems 2010 exam. Each question is worth 25 marks. Solutions to Dynamical Systems exam Each question is worth marks [Unseen] Consider the following st order differential equation: dy dt Xy yy 4 a Find and classify all the fixed points of Hence draw the

More information

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1 Lectures - Week 11 General First Order ODEs & Numerical Methods for IVPs In general, nonlinear problems are much more difficult to solve than linear ones. Unfortunately many phenomena exhibit nonlinear

More information

Optimization Over Time

Optimization Over Time Optimization Over Time Joshua Wilde, revised by Isabel Tecu and Takeshi Suzuki August 26, 21 Up to this point, we have only considered constrained optimization problems at a single point in time. However,

More information

Nonlinear Autonomous Systems of Differential

Nonlinear Autonomous Systems of Differential Chapter 4 Nonlinear Autonomous Systems of Differential Equations 4.0 The Phase Plane: Linear Systems 4.0.1 Introduction Consider a system of the form x = A(x), (4.0.1) where A is independent of t. Such

More information

FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland

FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland 4 May 2012 Because the presentation of this material

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: (a) Equilibrium solutions are only defined

More information

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12 Chapter 6 Nonlinear Systems and Phenomena 6.1 Stability and the Phase Plane We now move to nonlinear systems Begin with the first-order system for x(t) d dt x = f(x,t), x(0) = x 0 In particular, consider

More information

MATH 415, WEEKS 14 & 15: 1 Recurrence Relations / Difference Equations

MATH 415, WEEKS 14 & 15: 1 Recurrence Relations / Difference Equations MATH 415, WEEKS 14 & 15: Recurrence Relations / Difference Equations 1 Recurrence Relations / Difference Equations In many applications, the systems are updated in discrete jumps rather than continuous

More information

ECON 582: Dynamic Programming (Chapter 6, Acemoglu) Instructor: Dmytro Hryshko

ECON 582: Dynamic Programming (Chapter 6, Acemoglu) Instructor: Dmytro Hryshko ECON 582: Dynamic Programming (Chapter 6, Acemoglu) Instructor: Dmytro Hryshko Indirect Utility Recall: static consumer theory; J goods, p j is the price of good j (j = 1; : : : ; J), c j is consumption

More information

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide GENERAL INFORMATION AND FINAL EXAM RULES The exam will have a duration of 3 hours. No extra time will be given. Failing to submit your solutions

More information

Solutions to Math 53 First Exam April 20, 2010

Solutions to Math 53 First Exam April 20, 2010 Solutions to Math 53 First Exam April 0, 00. (5 points) Match the direction fields below with their differential equations. Also indicate which two equations do not have matches. No justification is necessary.

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards 4.1 The Derivative Recall: For the slope of a line we need two points (x 1,y 1 ) and (x 2,y 2 ). Then the slope is given by the formula: m = y x = y 2 y 1 x 2 x 1 On a curve we can find the slope of a

More information

Basic Proof Techniques

Basic Proof Techniques Basic Proof Techniques Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 1 Basic Notation The following is standard notation for proofs: A B. A implies B. A B.

More information

Mathematical Economics. Lecture Notes (in extracts)

Mathematical Economics. Lecture Notes (in extracts) Prof. Dr. Frank Werner Faculty of Mathematics Institute of Mathematical Optimization (IMO) http://math.uni-magdeburg.de/ werner/math-ec-new.html Mathematical Economics Lecture Notes (in extracts) Winter

More information

We shall finally briefly discuss the generalization of the solution methods to a system of n first order differential equations.

We shall finally briefly discuss the generalization of the solution methods to a system of n first order differential equations. George Alogoskoufis, Dynamic Macroeconomic Theory, 2015 Mathematical Annex 1 Ordinary Differential Equations In this mathematical annex, we define and analyze the solution of first and second order linear

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Basic Definitions and Concepts A differential equation is an equation that involves one or more of the derivatives (first derivative, second derivative,

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source of preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

MIDTERM 1 PRACTICE PROBLEM SOLUTIONS

MIDTERM 1 PRACTICE PROBLEM SOLUTIONS MIDTERM 1 PRACTICE PROBLEM SOLUTIONS Problem 1. Give an example of: (a) an ODE of the form y (t) = f(y) such that all solutions with y(0) > 0 satisfy y(t) = +. lim t + (b) an ODE of the form y (t) = f(y)

More information

1 The relation between a second order linear ode and a system of two rst order linear odes

1 The relation between a second order linear ode and a system of two rst order linear odes Math 1280 Spring, 2010 1 The relation between a second order linear ode and a system of two rst order linear odes In Chapter 3 of the text you learn to solve some second order linear ode's, such as x 00

More information

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics Introductory Notes in Ordinary Differential Equations for Physical Sciences and Engineering Marcel B. Finan c All Rights

More information

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point,

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point, 1.2. Direction Fields: Graphical Representation of the ODE and its Solution Section Objective(s): Constructing Direction Fields. Interpreting Direction Fields. Definition 1.2.1. A first order ODE of the

More information

Endogenous Growth Theory

Endogenous Growth Theory Endogenous Growth Theory Lecture Notes for the winter term 2010/2011 Ingrid Ott Tim Deeken October 21st, 2010 CHAIR IN ECONOMIC POLICY KIT University of the State of Baden-Wuerttemberg and National Laboratory

More information

154 Chapter 9 Hints, Answers, and Solutions The particular trajectories are highlighted in the phase portraits below.

154 Chapter 9 Hints, Answers, and Solutions The particular trajectories are highlighted in the phase portraits below. 54 Chapter 9 Hints, Answers, and Solutions 9. The Phase Plane 9.. 4. The particular trajectories are highlighted in the phase portraits below... 3. 4. 9..5. Shown below is one possibility with x(t) and

More information

Modeling Economic Growth Using Differential Equations

Modeling Economic Growth Using Differential Equations Modeling Economic Growth Using Differential Equations Chad Tanioka Occidental College February 25, 2016 Chad Tanioka (Occidental College) Modeling Economic Growth using DE February 25, 2016 1 / 28 Overview

More information

Lecture 1: The Classical Optimal Growth Model

Lecture 1: The Classical Optimal Growth Model Lecture 1: The Classical Optimal Growth Model This lecture introduces the classical optimal economic growth problem. Solving the problem will require a dynamic optimisation technique: a simple calculus

More information

Chapter 9 Solow. O. Afonso, P. B. Vasconcelos. Computational Economics: a concise introduction

Chapter 9 Solow. O. Afonso, P. B. Vasconcelos. Computational Economics: a concise introduction Chapter 9 Solow O. Afonso, P. B. Vasconcelos Computational Economics: a concise introduction O. Afonso, P. B. Vasconcelos Computational Economics 1 / 27 Overview 1 Introduction 2 Economic model 3 Computational

More information

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations 1 Math 122 Fall 2008 Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations The purpose of this handout is to review the techniques that you will learn for

More information

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

Homework 2 Solutions Math 307 Summer 17

Homework 2 Solutions Math 307 Summer 17 Homework 2 Solutions Math 307 Summer 17 July 8, 2017 Section 2.3 Problem 4. A tank with capacity of 500 gallons originally contains 200 gallons of water with 100 pounds of salt in solution. Water containing

More information

Fundamentals of Dynamical Systems / Discrete-Time Models. Dr. Dylan McNamara people.uncw.edu/ mcnamarad

Fundamentals of Dynamical Systems / Discrete-Time Models. Dr. Dylan McNamara people.uncw.edu/ mcnamarad Fundamentals of Dynamical Systems / Discrete-Time Models Dr. Dylan McNamara people.uncw.edu/ mcnamarad Dynamical systems theory Considers how systems autonomously change along time Ranges from Newtonian

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

Analysis of the speed of convergence

Analysis of the speed of convergence Analysis of the speed of convergence Lionel Artige HEC Université de Liège 30 january 2010 Neoclassical Production Function We will assume a production function of the Cobb-Douglas form: F[K(t), L(t),

More information

MAT 22B - Lecture Notes

MAT 22B - Lecture Notes MAT 22B - Lecture Notes 4 September 205 Solving Systems of ODE Last time we talked a bit about how systems of ODE arise and why they are nice for visualization. Now we'll talk about the basics of how to

More information

Math 106 Calculus 1 Topics for first exam

Math 106 Calculus 1 Topics for first exam Chapter 2: Limits and Continuity Rates of change and its: Math 06 Calculus Topics for first exam Limit of a function f at a point a = the value the function should take at the point = the value that the

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative 1 Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

24. Partial Differentiation

24. Partial Differentiation 24. Partial Differentiation The derivative of a single variable function, d f(x), always assumes that the independent variable dx is increasing in the usual manner. Visually, the derivative s value at

More information

21-256: Partial differentiation

21-256: Partial differentiation 21-256: Partial differentiation Clive Newstead, Thursday 5th June 2014 This is a summary of the important results about partial derivatives and the chain rule that you should know. Partial derivatives

More information

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s

Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Lecture 19: Solving linear ODEs + separable techniques for nonlinear ODE s Geoffrey Cowles Department of Fisheries Oceanography School for Marine Science and Technology University of Massachusetts-Dartmouth

More information

STABILITY. Phase portraits and local stability

STABILITY. Phase portraits and local stability MAS271 Methods for differential equations Dr. R. Jain STABILITY Phase portraits and local stability We are interested in system of ordinary differential equations of the form ẋ = f(x, y), ẏ = g(x, y),

More information

Worksheet 1.8: Geometry of Vector Derivatives

Worksheet 1.8: Geometry of Vector Derivatives Boise State Math 275 (Ultman) Worksheet 1.8: Geometry of Vector Derivatives From the Toolbox (what you need from previous classes): Calc I: Computing derivatives of single-variable functions y = f (t).

More information

Section 9.8 Higher Order Linear Equations

Section 9.8 Higher Order Linear Equations Section 9.8 Higher Order Linear Equations Key Terms: Higher order linear equations Equivalent linear systems for higher order equations Companion matrix Characteristic polynomial and equation A linear

More information

Calculus Review Session. Brian Prest Duke University Nicholas School of the Environment August 18, 2017

Calculus Review Session. Brian Prest Duke University Nicholas School of the Environment August 18, 2017 Calculus Review Session Brian Prest Duke University Nicholas School of the Environment August 18, 2017 Topics to be covered 1. Functions and Continuity 2. Solving Systems of Equations 3. Derivatives (one

More information

Eigenspaces in Recursive Sequences

Eigenspaces in Recursive Sequences Eigenspaces in Recursive Sequences Ben Galin September 5, 005 One of the areas of study in discrete mathematics deals with sequences, in particular, infinite sequences An infinite sequence can be defined

More information

Homework Solutions:

Homework Solutions: Homework Solutions: 1.1-1.3 Section 1.1: 1. Problems 1, 3, 5 In these problems, we want to compare and contrast the direction fields for the given (autonomous) differential equations of the form y = ay

More information

Generalized Eigenvectors and Jordan Form

Generalized Eigenvectors and Jordan Form Generalized Eigenvectors and Jordan Form We have seen that an n n matrix A is diagonalizable precisely when the dimensions of its eigenspaces sum to n. So if A is not diagonalizable, there is at least

More information

From Difference to Differential Equations I

From Difference to Differential Equations I From Difference to Differential Equations I Start with a simple difference equation x (t + 1) x (t) = g(x (t)). (30) Now consider the following approximation for any t [0, 1], x (t + t) x (t) t g(x (t)),

More information

3.3. SYSTEMS OF ODES 1. y 0 " 2y" y 0 + 2y = x1. x2 x3. x = y(t) = c 1 e t + c 2 e t + c 3 e 2t. _x = A x + f; x(0) = x 0.

3.3. SYSTEMS OF ODES 1. y 0  2y y 0 + 2y = x1. x2 x3. x = y(t) = c 1 e t + c 2 e t + c 3 e 2t. _x = A x + f; x(0) = x 0. .. SYSTEMS OF ODES. Systems of ODEs MATH 94 FALL 98 PRELIM # 94FA8PQ.tex.. a) Convert the third order dierential equation into a rst oder system _x = A x, with y " y" y + y = x = @ x x x b) The equation

More information

Module 2: Reflecting on One s Problems

Module 2: Reflecting on One s Problems MATH55 Module : Reflecting on One s Problems Main Math concepts: Translations, Reflections, Graphs of Equations, Symmetry Auxiliary ideas: Working with quadratics, Mobius maps, Calculus, Inverses I. Transformations

More information

Differential Equations and Modeling

Differential Equations and Modeling Differential Equations and Modeling Preliminary Lecture Notes Adolfo J. Rumbos c Draft date: March 22, 2018 March 22, 2018 2 Contents 1 Preface 5 2 Introduction to Modeling 7 2.1 Constructing Models.........................

More information

How to Use Calculus Like a Physicist

How to Use Calculus Like a Physicist How to Use Calculus Like a Physicist Physics A300 Fall 2004 The purpose of these notes is to make contact between the abstract descriptions you may have seen in your calculus classes and the applications

More information

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2.

y0 = F (t0)+c implies C = y0 F (t0) Integral = area between curve and x-axis (where I.e., f(t)dt = F (b) F (a) wheref is any antiderivative 2. Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f continuous

More information

2 Discrete Dynamical Systems (DDS)

2 Discrete Dynamical Systems (DDS) 2 Discrete Dynamical Systems (DDS) 2.1 Basics A Discrete Dynamical System (DDS) models the change (or dynamics) of single or multiple populations or quantities in which the change occurs deterministically

More information

Calculus for the Life Sciences II Assignment 6 solutions. f(x, y) = 3π 3 cos 2x + 2 sin 3y

Calculus for the Life Sciences II Assignment 6 solutions. f(x, y) = 3π 3 cos 2x + 2 sin 3y Calculus for the Life Sciences II Assignment 6 solutions Find the tangent plane to the graph of the function at the point (0, π f(x, y = 3π 3 cos 2x + 2 sin 3y Solution: The tangent plane of f at a point

More information

[A + 1 ] + (1 ) v: : (b) Show: the derivative of T at v = v 0 < 0 is: = (v 0 ) (1 ) ; [A + 1 ]

[A + 1 ] + (1 ) v: : (b) Show: the derivative of T at v = v 0 < 0 is: = (v 0 ) (1 ) ; [A + 1 ] Homework #2 Economics 4- Due Wednesday, October 5 Christiano. This question is designed to illustrate Blackwell's Theorem, Theorem 3.3 on page 54 of S-L. That theorem represents a set of conditions that

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

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

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

More information

21 Linear State-Space Representations

21 Linear State-Space Representations ME 132, Spring 25, UC Berkeley, A Packard 187 21 Linear State-Space Representations First, let s describe the most general type of dynamic system that we will consider/encounter in this class Systems may

More information

September Math Course: First Order Derivative

September Math Course: First Order Derivative September Math Course: First Order Derivative Arina Nikandrova Functions Function y = f (x), where x is either be a scalar or a vector of several variables (x,..., x n ), can be thought of as a rule which

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 7: 2.4 Differences Between Linear and Nonlinear Equations

Lecture Notes for Math 251: ODE and PDE. Lecture 7: 2.4 Differences Between Linear and Nonlinear Equations Lecture Notes for Math 51: ODE and PDE. Lecture 7:.4 Differences Between Linear and Nonlinear Equations Shawn D. Ryan Spring 01 1 Existence and Uniqueness Last Time: We developed 1st Order ODE models for

More information

20D - Homework Assignment 1

20D - Homework Assignment 1 0D - Homework Assignment Brian Bowers (TA for Hui Sun) MATH 0D Homework Assignment October 7, 0. #,,,4,6 Solve the given differential equation. () y = x /y () y = x /y( + x ) () y + y sin x = 0 (4) y =

More information

ẋ = f(x, y), ẏ = g(x, y), (x, y) D, can only have periodic solutions if (f,g) changes sign in D or if (f,g)=0in D.

ẋ = f(x, y), ẏ = g(x, y), (x, y) D, can only have periodic solutions if (f,g) changes sign in D or if (f,g)=0in D. 4 Periodic Solutions We have shown that in the case of an autonomous equation the periodic solutions correspond with closed orbits in phase-space. Autonomous two-dimensional systems with phase-space R

More information

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations Math 2 Lecture Notes Linear Two-dimensional Systems of Differential Equations Warren Weckesser Department of Mathematics Colgate University February 2005 In these notes, we consider the linear system of

More information

Differentiation. 1. What is a Derivative? CHAPTER 5

Differentiation. 1. What is a Derivative? CHAPTER 5 CHAPTER 5 Differentiation Differentiation is a technique that enables us to find out how a function changes when its argument changes It is an essential tool in economics If you have done A-level maths,

More information

Math 2a Prac Lectures on Differential Equations

Math 2a Prac Lectures on Differential Equations Math 2a Prac Lectures on Differential Equations Prof. Dinakar Ramakrishnan 272 Sloan, 253-37 Caltech Office Hours: Fridays 4 5 PM Based on notes taken in class by Stephanie Laga, with a few added comments

More information

SBS Chapter 2: Limits & continuity

SBS Chapter 2: Limits & continuity SBS Chapter 2: Limits & continuity (SBS 2.1) Limit of a function Consider a free falling body with no air resistance. Falls approximately s(t) = 16t 2 feet in t seconds. We already know how to nd the average

More information

Practice Problems for Final Exam

Practice Problems for Final Exam Math 1280 Spring 2016 Practice Problems for Final Exam Part 2 (Sections 6.6, 6.7, 6.8, and chapter 7) S o l u t i o n s 1. Show that the given system has a nonlinear center at the origin. ẋ = 9y 5y 5,

More information

Economics 205, Fall 2002: Final Examination, Possible Answers

Economics 205, Fall 2002: Final Examination, Possible Answers Economics 05, Fall 00: Final Examination, Possible Answers Comments on the Exam Grades: 43 possible; high: 413; median: 34; low: 36 I was generally happy with the answers to questions 3-8, satisfied with

More information

Math 4381 / 6378 Symmetry Analysis

Math 4381 / 6378 Symmetry Analysis Math 438 / 6378 Smmetr Analsis Elementar ODE Review First Order Equations Ordinar differential equations of the form = F(x, ( are called first order ordinar differential equations. There are a variet of

More information

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3 Version: 4/1/06. Note: These notes are mostly from my 5B course, with the addition of the part on components and projections. Look them over to make sure that we are on the same page as regards inner-products,

More information

Math 61CM - Quick answer key to section problems Fall 2018

Math 61CM - Quick answer key to section problems Fall 2018 Math 6CM - Quick answer key to section problems Fall 08 Cédric De Groote These are NOT complete solutions! You are always expected to write down all the details and justify everything. This document is

More information

Additional Homework Problems

Additional Homework Problems Additional Homework Problems These problems supplement the ones assigned from the text. Use complete sentences whenever appropriate. Use mathematical terms appropriately. 1. What is the order of a differential

More information

Math 118, Fall 2014 Final Exam

Math 118, Fall 2014 Final Exam Math 8, Fall 4 Final Exam True or false Please circle your choice; no explanation is necessary True There is a linear transformation T such that T e ) = e and T e ) = e Solution Since T is linear, if T

More information

B. Differential Equations A differential equation is an equation of the form

B. Differential Equations A differential equation is an equation of the form B Differential Equations A differential equation is an equation of the form ( n) F[ t; x(, xʹ (, x ʹ ʹ (, x ( ; α] = 0 dx d x ( n) d x where x ʹ ( =, x ʹ ʹ ( =,, x ( = n A differential equation describes

More information

Revision notes for Pure 1(9709/12)

Revision notes for Pure 1(9709/12) Revision notes for Pure 1(9709/12) By WaqasSuleman A-Level Teacher Beaconhouse School System Contents 1. Sequence and Series 2. Functions & Quadratics 3. Binomial theorem 4. Coordinate Geometry 5. Trigonometry

More information

Econ Lecture 14. Outline

Econ Lecture 14. Outline Econ 204 2010 Lecture 14 Outline 1. Differential Equations and Solutions 2. Existence and Uniqueness of Solutions 3. Autonomous Differential Equations 4. Complex Exponentials 5. Linear Differential Equations

More information

COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics

COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics Jorge Cortés and William B. Dunbar June 3, 25 Abstract In this and the coming lecture, we will introduce

More information