The Solow model - analytical solution, linearization, shooting, relaxation (complete)

Size: px
Start display at page:

Download "The Solow model - analytical solution, linearization, shooting, relaxation (complete)"

Transcription

1 The Solow model - analytical solution, linearization, shooting, relaxation (complete) (Quantitative Dynamic Macroeconomics, Lecture Notes, Thomas Steger, University of Leipzig). Solow model: analytical solution. Model setup Consider the Solow model with exponential population growth L = L 0 e nt (n 0) and without technical change (A = const.). The equation of motion for capital per capita k := K L reads k = sy- d +n k, where y = Ak a. The reduced form of the Solow is hence given by k = k a - d +n k with k 0 = k 0 () From k = 0 the steady state level of capital is as follows k è = d+n -a Assume that the economy is in a steady state initially and the saving rate increases once and for all. How does the transition from the initial steady state to the new steady state look like? (2) 2. Finding an analytical solution We start with the non-linear differential equation (DE) k = k a - d +n k, which will be transformed into a linear DE. Define z = k -a such that z = -a k -a k fl k = z -a - k a (3) Plugging this into k = k a - d +n k gives z -a - k a = k a - d +n k z = -a - -a d +n k -a z = -a - -a d +n z (4) (5) (6) This is a linear DE which can be solved analytically. Here we employ Mathematica to find the analytical solution.

2 2 Solow_complete.nb DSolve z' t s A z t, z 0 z0, z t, t FullSimplify z t As t n A s z0 n n The solution can be written as z t = A s n +d + z 0 - A s n +d a-+d t (7) This solution is in line with the following principle: The solution of the DE y + ay= b is given by y = b a + Be-at, where B is a constant of intergration determined by y 0 = y 0 (e.g., Chiang and Wainwright, 2005, Chapter 5). Noting z = k -a we get k t = As n +d + k -a 0 - As n +d a-+d t -a (8) This result can be verified by simply by forming k and plugging this into k = sk a - d +n k timepathk As n k0 n As n n t ; D timepathk, t s A timepathk n timepathk PowerExpand FullSimplify True 3. Plotting time paths We can now describe the evolution of an economy that experiences a once and for all increase in s. The following set of parameters is employed setparameter A, s 0.2, 0.3, 0.02, n 0.0 ; setparameter2 A, s 0.3, 0.3, 0.02, n 0.0 ; The initial steady state level of k is given by k0. setparameter; The time paths k t, y t, c t can then be written in Mathematica syntax as follows

3 Solow_complete.nb 3 As timepathkexact n k0 As n timepathy A timepathkexact ; timepathc s timepathy; n t ; We finally plot the transition from the initial to the new steady state (notice that the shock is assumed to occur at t = 0) tende 50; p Plot If t 0, k0, timepathkexact. setparameter2, t, 0, tende, AxesLabel t, "k t ", PlotStyle Thickness ; p2 Plot If t 0, A k0. setparameter, timepathy. setparameter2, t, 0, tende, AxesLabel t, "y t ", PlotStyle Thickness ; p3 Plot If t 0, s A k0. setparameter, timepathc. setparameter2, t, 0, tende, AxesLabel t, "c t ", PlotStyle Thickness ; Show Graphicrray p, p2, p3 k t c t y t

4 4 Solow_complete.nb 2. Solow model: linearization. Some conceptual remarks Consider the following (non-linear) differential equation (think of the reduced-form Solow model) k = f k with k 0 = k 0 Linearizing this DE around the steady state k = k è by means of a first-order Taylor approximation gives (border conditions omitted) k = è f k è + f k k k - k è where f k is evaluated at k = k è. Notice f k è = 0 by definition recall the steady state condition k = 0. Moreover, k since k = k - k è we can write k - k è = è f k k - k è k () (2) (3) This is a linear and homogenous DE in the variable k - k è. We know that the solution may be expressed as (see, for instance, Chiang, 2004) k - k è = è Be lt (4) where B is an "arbitrary constant of integration" (determined by initial conditions, i.e. k 0 = k 0 ) and l represents an eigenvalue given by l = f k. k 2. Solution of the linearized equation Again, we start with the reduced form of the Solow model given by k = k a - d +n k with k 0 = k 0 Linearizing the above DE around the steady state k è by means of a first-order Taylor approximation gives k - k è = è ak è a- è - d +n k - k This is a linear DE with constant coefficients of the form k - k è k - k è = è Be at > a k - k è, which has the following solution (5) (6) (7) Noting a = a k è a- - d +n and k è = d+n -a we get

5 Solow_complete.nb 5 a = a d+n a- -a - d +n =a d +n - d +n = a - d +n (8) such that k - k è = è a- d+n t Be The constant of integration B results from k 0 = k 0 at t = 0 which gives k 0 - k è = è Be a- d+n 0 fl B = k 0 - k è (9) (0) The complete solution to the linear DE under study is hence given by k = è k è + k 0 - k è a- d+n t e () 3. Plotting time paths We can now describe the evolution of an economy that experiences a once and for all increase in s. The following set of parameters is employed setparameter A, s 0.2, 0.3, 0.02, n 0.0 ; setparameter2 A, s 0.3, 0.3, 0.02, n 0.0 ; The initial steady state level of k is given by k0. setparameter; The time paths k t, y t, c t can then be written in Mathematica syntax as follows timepathk k0 E t ; timepathy A timepathk ; timepathc s timepathy; Next we plot the time paths of k t, y t, c t

6 6 Solow_complete.nb tende 50; p2 Plot If t 0, k0, timepathk. setparameter2, t, 0, tende, AxesLabel t, "k t ", PlotStyle Thickness ; p22 Plot If t 0, A k0. setparameter, timepathy. setparameter2, t, 0, tende, AxesLabel t, "y t ", PlotStyle Thickness ; p32 Plot If t 0, s A k0. setparameter, timepathc. setparameter2, t, 0, tende, AxesLabel t, "c t ", PlotStyle Thickness ; Show Graphicrray p2, p22, p32 k t c t y t Here we compare the exact solution and the linearized solution for k t

7 Solow_complete.nb 7 pcompare Plot If t 0, k0, timepathk timepathkexact. setparameter2, t, 0, tende, AxesLabel t, "k ex t k lin t ", PlotStyle Thickness ; pcompare2 Show p, p2 ; Show Graphicrray pcompare2, pcompare k t k ex t k lin t Solow model: "shooting". Preliminaries The DE under study reads k = k a - d +n k with k 0 = k 0 (9) The set of parameters must be specified numerically setparameter A, s 0.2, 0.3, 0.02, n 0.0 ; setparameter2 A, s 0.3, 0.3, 0.02, n 0.0 ; For future uses, let us label the initial stationary solution (steady state) as ksol ksol. setparameter; 2. Applying NDSolve We define the DE to be solved numerically in Mathematica syntax

8 8 Solow_complete.nb Clear dek ; dek k' t k t k t ; Now the command NDSolve can be applied Clear ns ; ns NDSolve dek. setparameter2, k 0 ksol, k t, t, 0, 255 k t InterpolatingFunction 0., 255., t 3. Plotting time paths In the next step we have to extract and evaluate these interpolating functions to be able to visualize the result. kn t : Evaluate ns,, 2 Here we define y t and c t as functions of k t Clear y, c ; y t : Akn t. setparameter2; c t : s y t. setparameter2; Next we plot the time paths of k t, y t, c t

9 Solow_complete.nb 9 tende 50; p3 Plot If t 0, ksol, kn t, t, 0, tende, AxesLabel t, "k t ", PlotStyle Thickness ; p23 Plot If t 0, A ksol. setparameter, y t, t, 0, tende, AxesLabel t, "y t ", PlotStyle Thickness ; p33 Plot If t 0, s A ksol. setparameter, c t, t, 0, tende, AxesLabel t, "c t ", PlotStyle Thickness ; Show Graphicrray p3, p23, p33 k t c t y t Solow model: relaxation. Relaxation: a sketch à The Relaxation Algorithm: a sketch "The relaxation method determines the solution by starting with a guess and improving it, iteratively. As the iteration improves the solution, the result is said to relax to the true solution." (Press et al., p. 765) à Starting point: a general ODE Consider the following autonomous, ordinary differential equation system (ODE), expressed in vector notation x t = f x t with f : N Ø N (0)

10 0 Solow_complete.nb B x 0 = 0 with B : N Ø n F x = 0 with F : N Ø n 2 ; n + n 2 = N () (2) A solution is a function x = x t which maps each tœ into a unique x N such that (0), (), and (2) are satisfied. à Discretization: corresponding algebraic problem The ODE x = f x can then be approximated by a "finite difference equation" (FDE) x v+ - x v = t v+ - t v f x v for all v œ, 2,..., M (3) where x n denotes the value of x at t v for v œ, 2,..., M, t v œ T = t, t 2,..., t M (the time mesh, equal to set of natural numbers in the simplest case), and x v = x v + x v+ 2. A solution of this equation (plus boundary conditions) consists of a set of points x v with v œ, 2,..., M in the state space of dimension N (approximating the solution trajectory). Notice: The initial problem of solving an ODE has been transformed into a problem of solving a set of N M - + N = NM algebraic equations (the above set of equations plus the Ò of finite difference equation Ò of boundary conditions boundary conditions)! à An illustrative example Consider the Solow model (N = ) with three mesh points (M = 3) x ~k; k = f k ; v œ, 2, 3 (4) Between the two mesh points v = 2 and v = we have k 2 - k = 2 - f k + k 2 2 (5) Between the two mesh points v = 3 and v = 2 we have k 3 - k 2 = 3-2 f k 2 + k 3 2 (6) Boundary conditions can be stated as: k = k initial. This represents an algebraic system comprising 3 equations in 3 unknowns. In what follows, we solve such a system for {k, k 2, k 3 } using the FindRoot command. 2. Preliminaries Some settings nx umber of dynamic variables ; The DE is stated as follows

11 Solow_complete.nb dynequ X, j X, j ; The set of parameters is (shock specification) paraminitial A, s 0.2, 0.3, 0.02, n 0.0 ; paramfinal A, s 0.3, 0.3, 0.02, n 0.0 ; The initial and the final steady state are given by solinitial, solfinal. paraminitial,. paramfinal ; 3. Discretization: algebraic system nn 50;umber of mesh points X, j X, j subslist X, j ; 2 equmain Table X, j X, j dynequ. subslist, j,, nn ; discretization equborder X, 0 solinitial; completesys Join equmain, equborder ; 4. Rootfinding start X, j, X, nn. X, nn solfinal; startvalues Table start, j, 0, nn ; sol FindRoot completesys. paramfinal, startvalues ; Max equations. paramfinal. sol

12 2 Solow_complete.nb 5. Plots timepathk Table sol i, 2, i,, nxn, nx ; timepathy A timepathk. paramfinal; timepathc s timepathy. paramfinal; p4 ListPlot Join Table solinitial, z,, 0. nn, timepathk, AxesLabel t, "k t " ; p24 ListPlot Join Table A solinitial. paraminitial, z,, 0. nn, timepathy, AxesLabel t, "y t " ; p34 ListPlot Join Table s A solinitial. paraminitial, z,, 0. nn, timepathc, AxesLabel t, "c t " ; Show Graphicrray p4, p24, p34 k t t y t t c t t Center manifold for the Solow model solk Solve s ak L x 0, k ; Plot solk,, , x 0.0, 0.0, s 0.2, L, a, 0, 0, AxesLabel a, k

13 Solow_complete.nb 3 k a This is the center manifold, i.e. the continuum of stationary solutions of the dynamic system in terms of (scaleadjusted) k and a. Starting with some initial combination (a 0, k 0 ), the economy converges to a point on this center manifold. Since A = A 0 e x t is exogenous (assumed to grow at constant exponential rate), the economy does not move along the a-dimension, i.e. a always remains constant at a t = a 0. This is implies that knowledge about (a 0, k 0 ) suffices to determine the point on the center manifold that gets ultimately reached.

The Ramsey model - linearization, backward integration, relaxation (complete)

The Ramsey model - linearization, backward integration, relaxation (complete) The Ramsey model - linearization, backward integration, relaxation (complete) (Quantitative Dynamic Macroeconomics, Lecture Notes, Thomas Steger, University of Leipzig) Ramsey Model: linearized version

More information

3.2. The Ramsey model - linearization, backward integration, relaxation (complete)

3.2. The Ramsey model - linearization, backward integration, relaxation (complete) 3.. The Ramsey model - linearization, backward integration, relaxation (complete) (Quantitative Dynamic Macroeconomics, Lecture Notes, Thomas Steger, University of Leipzig, winter term /3) Ramsey Model:

More information

3.2. The Ramsey model - linearization, backward integration, relaxation (complete)

3.2. The Ramsey model - linearization, backward integration, relaxation (complete) 3.2. The Ramey model - linearization, backward integration, relaxation (complete) (Lecture Note, Thoma Steger, Univerity of Leipzig, ummer term ) Ramey Model: linearized verion. Model etup, firt-order

More information

Showing the shooting method in detail for n = 0

Showing the shooting method in detail for n = 0 11.2.7 Finding Eigenvalues by the Shooting Method The shooting method is a means to compute eigenvalues of a boundary problem defined by a onedimensional differential equation and boundary conditions fixed

More information

1. An Introduction to Mathematica (complete)

1. An Introduction to Mathematica (complete) 1. An Introduction to Mathematica (complete) (Lecture Notes, Thomas Steger, University of Leipzig, summer term 11) This chapter provides a concise introduction to Mathematica. Instead of giving a rigorous

More information

New Notes on the Solow Growth Model

New Notes on the Solow Growth Model New Notes on the Solow Growth Model Roberto Chang September 2009 1 The Model The firstingredientofadynamicmodelisthedescriptionofthetimehorizon. In the original Solow model, time is continuous and the

More information

Dynamic Problem Set 5 Solutions

Dynamic Problem Set 5 Solutions Dynamic Problem Set 5 Solutions Jonathan Kreamer 211 Question 1 Solve the following two differential equations. (i) y 1 (t) + y(t) = 2 + 2t, y() = 1 Method 1: We can work from the general solution to non-autonomous

More information

The Ramsey Model. (Lecture Note, Advanced Macroeconomics, Thomas Steger, SS 2013)

The Ramsey Model. (Lecture Note, Advanced Macroeconomics, Thomas Steger, SS 2013) The Ramsey Model (Lecture Note, Advanced Macroeconomics, Thomas Steger, SS 213) 1 Introduction The Ramsey model (or neoclassical growth model) is one of the prototype models in dynamic macroeconomics.

More information

T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a. A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r )

T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a. A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r ) v e r. E N G O u t l i n e T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r ) C o n t e n t s : T h i s w o

More information

Lecture 22 Appendix B (More on Legendre Polynomials and Associated Legendre functions)

Lecture 22 Appendix B (More on Legendre Polynomials and Associated Legendre functions) Lecture Appendix B (More on Legendre Polynomials and Associated Legendre functions) Ex.7: Let's use Mathematica to solve the equation and then verify orthogonality. First In[]:= Out[]= DSolve y'' x n^y

More information

Mathematica for Calculus II (Version 9.0)

Mathematica for Calculus II (Version 9.0) Mathematica for Calculus II (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy December 31, 013 Contents 1. Introduction. Volumes of revolution 3. Solving systems of equations

More information

Intermediate Macroeconomics, EC2201. L2: Economic growth II

Intermediate Macroeconomics, EC2201. L2: Economic growth II Intermediate Macroeconomics, EC2201 L2: Economic growth II Anna Seim Department of Economics, Stockholm University Spring 2017 1 / 64 Contents and literature The Solow model. Human capital. The Romer model.

More information

Lecture XI. Approximating the Invariant Distribution

Lecture XI. Approximating the Invariant Distribution Lecture XI Approximating the Invariant Distribution Gianluca Violante New York University Quantitative Macroeconomics G. Violante, Invariant Distribution p. 1 /24 SS Equilibrium in the Aiyagari model G.

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

The Solow Model. Prof. Lutz Hendricks. January 26, Econ520

The Solow Model. Prof. Lutz Hendricks. January 26, Econ520 The Solow Model Prof. Lutz Hendricks Econ520 January 26, 2017 1 / 28 Issues The production model measures the proximate causes of income gaps. Now we start to look at deep causes. The Solow model answers

More information

Ramsey Cass Koopmans Model (1): Setup of the Model and Competitive Equilibrium Path

Ramsey Cass Koopmans Model (1): Setup of the Model and Competitive Equilibrium Path Ramsey Cass Koopmans Model (1): Setup of the Model and Competitive Equilibrium Path Ryoji Ohdoi Dept. of Industrial Engineering and Economics, Tokyo Tech This lecture note is mainly based on Ch. 8 of Acemoglu

More information

Economics 2: Growth (Growth in the Solow Model)

Economics 2: Growth (Growth in the Solow Model) Economics 2: Growth (Growth in the Solow Model) Lecture 3, Week 7 Solow Model - I Definition (Solow Model I) The most basic Solow model with no population growth or technological progress. Solow Model

More information

14.05: Section Handout #1 Solow Model

14.05: Section Handout #1 Solow Model 14.05: Section Handout #1 Solow Model TA: Jose Tessada September 16, 2005 Today we will review the basic elements of the Solow model. Be prepared to ask any questions you may have about the derivation

More information

Econ 204A: Section 3

Econ 204A: Section 3 Econ 204A: Section 3 Ryan Sherrard University of California, Santa Barbara 18 October 2016 Sherrard (UCSB) Section 3 18 October 2016 1 / 19 Notes on Problem Set 2 Total Derivative Review sf (k ) = (δ +

More information

004: Macroeconomic Theory

004: Macroeconomic Theory 004: Macroeconomic Theory Lecture 22 Mausumi Das Lecture Notes, DSE November 11, 2014 Das (Lecture Notes, DSE) Macro November 11, 2014 1 / 12 AK Production Technology: First Step Towards Endogenous Growth?

More information

Endogenous Growth. Lecture 17 & 18. Topics in Macroeconomics. December 8 & 9, 2008

Endogenous Growth. Lecture 17 & 18. Topics in Macroeconomics. December 8 & 9, 2008 Review: Solow Model Review: Ramsey Model Endogenous Growth Lecture 17 & 18 Topics in Macroeconomics December 8 & 9, 2008 Lectures 17 & 18 1/29 Topics in Macroeconomics Outline Review: Solow Model Review:

More information

ME 406 Using Eigenvector Methods with Mathematica to Solve Linear Autonomous Systems of First Order Differential Equations

ME 406 Using Eigenvector Methods with Mathematica to Solve Linear Autonomous Systems of First Order Differential Equations ME 406 Using Eigenvector Methods with Mathematica to Solve Linear Autonomous Systems of First Order Differential Equations 1. Introduction In this notebook, we use the methods of linear algebra -- specifically

More information

Value Problems Introduction

Value Problems Introduction Chapter 17. 17.0 Introduction Two Point Boundary Value Problems When ordinary differential equations are to satisfy conditions at more than one of the independent variable, the resulting problem is called

More information

Lecture 14: Ordinary Differential Equation I. First Order

Lecture 14: Ordinary Differential Equation I. First Order Lecture 14: Ordinary Differential Equation I. First Order 1. Key points Maple commands dsolve 2. Introduction We consider a function of one variable. An ordinary differential equations (ODE) specifies

More information

Advanced Macroeconomics

Advanced Macroeconomics Advanced Macroeconomics Endogenous Growth Marcin Kolasa Warsaw School of Economics Marcin Kolasa (WSE) Ad. Macro - Endogenous growth 1 / 18 Introduction The Solow and Ramsey models are exogenous growth

More information

Economic Growth

Economic Growth MIT OpenCourseWare http://ocw.mit.edu 14.452 Economic Growth Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 14.452 Economic Growth: Lecture

More information

Lecture 3 - Solow Model

Lecture 3 - Solow Model Lecture 3 - Solow Model EC308 Advanced Macroeconomics 16/02/2016 (EC308) Lecture 3 - Solow Model 16/02/2016 1 / 26 Introduction Solow Model Sometimes known as Solow-Swan Model: Solow (1956): General Production

More information

The Solow Growth Model

The Solow Growth Model The Solow Growth Model Lectures 5, 6 & 7 Topics in Macroeconomics Topic 2 October 20, 21 & 27, 2008 Lectures 5, 6 & 7 1/37 Topics in Macroeconomics From Growth Accounting to the Solow Model Goal 1: Stylized

More information

Quantum Wells The Shooting Method (application to the simple harmonic oscillator and other problems of a particle in a potential)

Quantum Wells The Shooting Method (application to the simple harmonic oscillator and other problems of a particle in a potential) quantumwellsho.nb Quantum Wells The Shooting Method (application to the simple harmonic oscillator and other problems of a particle in a potential) Introduction In the previous handout we found the eigenvalues

More information

Let (Ω, F) be a measureable space. A filtration in discrete time is a sequence of. F s F t

Let (Ω, F) be a measureable space. A filtration in discrete time is a sequence of. F s F t 2.2 Filtrations Let (Ω, F) be a measureable space. A filtration in discrete time is a sequence of σ algebras {F t } such that F t F and F t F t+1 for all t = 0, 1,.... In continuous time, the second condition

More information

Lecture 10: Powers of Matrices, Difference Equations

Lecture 10: Powers of Matrices, Difference Equations Lecture 10: Powers of Matrices, Difference Equations Difference Equations A difference equation, also sometimes called a recurrence equation is an equation that defines a sequence recursively, i.e. each

More information

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 6, 203 Outline

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

Introduction to Real Business Cycles: The Solow Model and Dynamic Optimization

Introduction to Real Business Cycles: The Solow Model and Dynamic Optimization Introduction to Real Business Cycles: The Solow Model and Dynamic Optimization Vivaldo Mendes a ISCTE IUL Department of Economics 24 September 2017 (Vivaldo M. Mendes ) Macroeconomics (M8674) 24 September

More information

Lecture 17: Ordinary Differential Equation II. First Order (continued)

Lecture 17: Ordinary Differential Equation II. First Order (continued) Lecture 17: Ordinary Differential Equation II. First Order (continued) 1. Key points Maple commands dsolve dsolve[interactive] dsolve(numeric) 2. Linear first order ODE: y' = q(x) - p(x) y In general,

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

A simple macro dynamic model with endogenous saving rate: the representative agent model

A simple macro dynamic model with endogenous saving rate: the representative agent model A simple macro dynamic model with endogenous saving rate: the representative agent model Virginia Sánchez-Marcos Macroeconomics, MIE-UNICAN Macroeconomics (MIE-UNICAN) A simple macro dynamic model with

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

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 6, 2013 Outline

More information

Computational Methods of Scientific Programming. Lecturers Thomas A Herring Chris Hill

Computational Methods of Scientific Programming. Lecturers Thomas A Herring Chris Hill 12.010 Computational Methods of Scientific Programming Lecturers Thomas A Herring Chris Hill Overview Today Solution of ordinary differential equations with Mathematica and Matlab. Examine formulations:

More information

Mathematica Project, Math21b Spring 2008

Mathematica Project, Math21b Spring 2008 Mathematica Project, Math21b Spring 2008 Oliver Knill, Harvard University, Spring 2008 Support Welcome to the Mathematica computer project! In case problems with this assignment, please email Oliver at

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

Math 253 Homework due Wednesday, March 9 SOLUTIONS

Math 253 Homework due Wednesday, March 9 SOLUTIONS Math 53 Homework due Wednesday, March 9 SOLUTIONS 1. Do Section 8.8, problems 11,, 15, 17 (these problems have to do with Taylor s Inequality, and they are very similar to what we did on the last homework.

More information

ECON 402: Advanced Macroeconomics 1. Advanced Macroeconomics, ECON 402. New Growth Theories

ECON 402: Advanced Macroeconomics 1. Advanced Macroeconomics, ECON 402. New Growth Theories ECON 402: Advanced Macroeconomics 1 Advanced Macroeconomics, ECON 402 New Growth Theories The conclusions derived from the growth theories we have considered thus far assumes that economic growth is tied

More information

Notes on Unemployment Dynamics

Notes on Unemployment Dynamics Notes on Unemployment Dynamics Jorge F. Chavez November 20, 2014 Let L t denote the size of the labor force at time t. This number of workers can be divided between two mutually exclusive subsets: the

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables The Unconstrained Minimization Problem where In n dimensions the unconstrained problem is stated as f() x variables. minimize f()x x, is a scalar objective function of vector

More information

The Solow Model in Discrete Time Allan Drazen October 2017

The Solow Model in Discrete Time Allan Drazen October 2017 The Solow Model in Discrete Time Allan Drazen October 2017 1 Technology There is a single good Y t produced by means of two factors of production capital K t in place at the beginning of the period and

More information

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

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

More information

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

More information

Qualitative methods for nonlinear differential equations the Solow model of long time economic growth

Qualitative methods for nonlinear differential equations the Solow model of long time economic growth Qualitative methods for nonlinear differential equations the Solow model of long time economic growth Raimond Strauss Department of Mathematics, University of Rostock, Germany Abstract Many basic mathematical

More information

Stability of critical points in Linear Systems of Ordinary Differential Equations (SODE)

Stability of critical points in Linear Systems of Ordinary Differential Equations (SODE) Stability of critical points in Linear Systems of Ordinary Differential Equations (SODE) In this chapter Mathematica will be used to study the stability of the critical points of twin equation linear SODE.

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

A dynamic AS-AD Model

A dynamic AS-AD Model A ynamic AS-AD Moel (Lecure Noes, Thomas Seger, Universiy of Leipzig, winer erm 10/11) This file escribes a ynamic AS-AD moel. The moel can be employe o assess he ynamic consequences of macroeconomic shocks

More information

1 Series Solutions Near Regular Singular Points

1 Series Solutions Near Regular Singular Points 1 Series Solutions Near Regular Singular Points All of the work here will be directed toward finding series solutions of a second order linear homogeneous ordinary differential equation: P xy + Qxy + Rxy

More information

1. Using the model and notations covered in class, the expected returns are:

1. Using the model and notations covered in class, the expected returns are: Econ 510a second half Yale University Fall 2006 Prof. Tony Smith HOMEWORK #5 This homework assignment is due at 5PM on Friday, December 8 in Marnix Amand s mailbox. Solution 1. a In the Mehra-Prescott

More information

Systems of Equations 1. Systems of Linear Equations

Systems of Equations 1. Systems of Linear Equations Lecture 1 Systems of Equations 1. Systems of Linear Equations [We will see examples of how linear equations arise here, and how they are solved:] Example 1: In a lab experiment, a researcher wants to provide

More information

The Shooting Method (application to energy levels of the simple harmonic oscillator and other problems of a particle in a potential minimum)

The Shooting Method (application to energy levels of the simple harmonic oscillator and other problems of a particle in a potential minimum) The Shooting Method (application to energy levels of the simple harmonic oscillator and other problems of a particle in a potential minimum) Introduction In the previous handout we found the eigenvalues

More information

Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals

Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals J. Wong (Fall 217) October 7, 217 What did we cover this week? Introduction to the Laplace transform Basic theory Domain and range of L Key

More information

Economics 202A Suggested Solutions to Problem Set 5

Economics 202A Suggested Solutions to Problem Set 5 Economics 202A Suggested Solutions to Problem Set 5 David Romer/Galina Hale Spring 1999 1 Romer 3.1. Our R&D model without a capital is Y (t) = A(t)(1 a L )L(t) (1) Ȧ(t) = B[a L L(t)] A(t) θ θ

More information

Lecture 11: Logistic growth models #3

Lecture 11: Logistic growth models #3 Lecture 11: Logistic growth models #3 Fugo Takasu Dept. Information and Computer Sciences Nara Women s University takasu@ics.nara-wu.ac.jp 13 July 2009 1 Equilibrium probability distribution In the last

More information

The Romer Model. Prof. Lutz Hendricks. February 7, Econ520

The Romer Model. Prof. Lutz Hendricks. February 7, Econ520 The Romer Model Prof. Lutz Hendricks Econ520 February 7, 2017 1 / 28 Issues We study models where intentional innovation drives productivity growth. Romer model: The standard model of R&D goes back to

More information

Autonomous Systems and Stability

Autonomous Systems and Stability LECTURE 8 Autonomous Systems and Stability An autonomous system is a system of ordinary differential equations of the form 1 1 ( 1 ) 2 2 ( 1 ). ( 1 ) or, in vector notation, x 0 F (x) That is to say, an

More information

Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction

Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction 1 Introduction In this module, we develop solution techniques for numerically solving ordinary

More information

Lecture 2 The Centralized Economy

Lecture 2 The Centralized Economy Lecture 2 The Centralized Economy Economics 5118 Macroeconomic Theory Kam Yu Winter 2013 Outline 1 Introduction 2 The Basic DGE Closed Economy 3 Golden Rule Solution 4 Optimal Solution The Euler Equation

More information

18.01 Calculus Jason Starr Fall 2005

18.01 Calculus Jason Starr Fall 2005 Lecture 17. October 1, 005 Homework. Problem Set 5 Part I: (a) and (b); Part II: Problem 1. Practice Problems. Course Reader: 3F 1, 3F, 3F 4, 3F 8. 1. Ordinary differential equations. An ordinary differential

More information

Economic Growth: Lecture 9, Neoclassical Endogenous Growth

Economic Growth: Lecture 9, Neoclassical Endogenous Growth 14.452 Economic Growth: Lecture 9, Neoclassical Endogenous Growth Daron Acemoglu MIT November 28, 2017. Daron Acemoglu (MIT) Economic Growth Lecture 9 November 28, 2017. 1 / 41 First-Generation Models

More information

Open Economy Macroeconomics: Theory, methods and applications

Open Economy Macroeconomics: Theory, methods and applications Open Economy Macroeconomics: Theory, methods and applications Lecture 4: The state space representation and the Kalman Filter Hernán D. Seoane UC3M January, 2016 Today s lecture State space representation

More information

Lecture 3: Growth Model, Dynamic Optimization in Continuous Time (Hamiltonians)

Lecture 3: Growth Model, Dynamic Optimization in Continuous Time (Hamiltonians) Lecture 3: Growth Model, Dynamic Optimization in Continuous Time (Hamiltonians) ECO 503: Macroeconomic Theory I Benjamin Moll Princeton University Fall 2014 1/16 Plan of Lecture Growth model in continuous

More information

Lecture 5 Dynamics of the Growth Model. Noah Williams

Lecture 5 Dynamics of the Growth Model. Noah Williams Lecture 5 Dynamics of the Growth Model Noah Williams University of Wisconsin - Madison Economics 702/312 Spring 2016 An Example Now work out a parametric example, using standard functional forms. Cobb-Douglas

More information

Math 341 Fall 2008 Friday December 12

Math 341 Fall 2008 Friday December 12 FINAL EXAM: Differential Equations Math 341 Fall 2008 Friday December 12 c 2008 Ron Buckmire 1:00pm-4:00pm Name: Directions: Read all problems first before answering any of them. There are 17 pages in

More information

(Refer Slide Time: 00:32)

(Refer Slide Time: 00:32) Nonlinear Dynamical Systems Prof. Madhu. N. Belur and Prof. Harish. K. Pillai Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 12 Scilab simulation of Lotka Volterra

More information

Dynamical Systems. August 13, 2013

Dynamical Systems. August 13, 2013 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.

More information

Problem Set #2: Overlapping Generations Models Suggested Solutions - Q2 revised

Problem Set #2: Overlapping Generations Models Suggested Solutions - Q2 revised University of Warwick EC9A Advanced Macroeconomic Analysis Problem Set #: Overlapping Generations Models Suggested Solutions - Q revised Jorge F. Chavez December 6, 0 Question Consider the following production

More information

Master 2 Macro I. Lecture 2 : Balance Growth Paths

Master 2 Macro I. Lecture 2 : Balance Growth Paths 2012-2013 Master 2 Macro I Lecture 2 : Balance Growth Paths Franck Portier (based on Gilles Saint-Paul lecture notes) franck.portier@tse-fr.eu Toulouse School of Economics Version 1.1 24/09/2012 Changes

More information

Chapter 12 Ramsey Cass Koopmans model

Chapter 12 Ramsey Cass Koopmans model Chapter 12 Ramsey Cass Koopmans model O. Afonso, P. B. Vasconcelos Computational Economics: a concise introduction O. Afonso, P. B. Vasconcelos Computational Economics 1 / 33 Overview 1 Introduction 2

More information

Lecture 24: Starting to put it all together #3... More 2-Point Boundary value problems

Lecture 24: Starting to put it all together #3... More 2-Point Boundary value problems Lecture 24: Starting to put it all together #3... More 2-Point Boundary value problems Outline 1) Our basic example again: -u'' + u = f(x); u(0)=α, u(l)=β 2) Solution of 2-point Boundary value problems

More information

Dynamic Macroeconomics: Problem Set 4

Dynamic Macroeconomics: Problem Set 4 Dynamic Macroeconomics: Problem Set 4 Universität Siegen Dynamic Macroeconomics 1 / 28 1 Computing growth rates 2 Golden rule saving rate 3 Simulation of the Solow Model 4 Growth accounting Dynamic Macroeconomics

More information

The goal of this chapter is to study linear systems of ordinary differential equations: dt,..., dx ) T

The goal of this chapter is to study linear systems of ordinary differential equations: dt,..., dx ) T 1 1 Linear Systems The goal of this chapter is to study linear systems of ordinary differential equations: ẋ = Ax, x(0) = x 0, (1) where x R n, A is an n n matrix and ẋ = dx ( dt = dx1 dt,..., dx ) T n.

More information

Assumption 5. The technology is represented by a production function, F : R 3 + R +, F (K t, N t, A t )

Assumption 5. The technology is represented by a production function, F : R 3 + R +, F (K t, N t, A t ) 6. Economic growth Let us recall the main facts on growth examined in the first chapter and add some additional ones. (1) Real output (per-worker) roughly grows at a constant rate (i.e. labor productivity

More information

"Solow Model" and Its' Linkage with "Harrod-Domar"

Solow Model and Its' Linkage with Harrod-Domar "Solow Model" and Its' Linage with "Harrod-Domar" Harmeet Singh Gulati, Deepinder Kaur 1 SGND KhalsaCollege,Delhi University SGND Khalsa College, Delhi University Abstract: In this paper we aim to lin

More information

Finite Difference Method

Finite Difference Method Finite Difference Method for BVP ODEs Dec 3, 2014 1 Recall An ordinary differential equation is accompanied by auxiliary conditions. In the analytical method, these conditions are used to evaluate the

More information

Series RC and RL Time Domain Solutions

Series RC and RL Time Domain Solutions ECE2205: Circuits and Systems I 6 1 Series RC and RL Time Domain Solutions In the last chapter, we saw that capacitors and inductors had element relations that are differential equations: i c (t) = C d

More information

PH 120 Project # 2: Pendulum and chaos

PH 120 Project # 2: Pendulum and chaos PH 120 Project # 2: Pendulum and chaos Due: Friday, January 16, 2004 In PH109, you studied a simple pendulum, which is an effectively massless rod of length l that is fixed at one end with a small mass

More information

Numerical Programming I (for CSE)

Numerical Programming I (for CSE) Technische Universität München WT 1/13 Fakultät für Mathematik Prof. Dr. M. Mehl B. Gatzhammer January 1, 13 Numerical Programming I (for CSE) Tutorial 1: Iterative Methods 1) Relaxation Methods a) Let

More information

Lecture Notes 6: Dynamic Equations Part A: First-Order Difference Equations in One Variable

Lecture Notes 6: Dynamic Equations Part A: First-Order Difference Equations in One Variable University of Warwick, EC9A0 Maths for Economists Peter J. Hammond 1 of 54 Lecture Notes 6: Dynamic Equations Part A: First-Order Difference Equations in One Variable Peter J. Hammond latest revision 2017

More information

Lecture 1: Overview, Hamiltonians and Phase Diagrams. ECO 521: Advanced Macroeconomics I. Benjamin Moll. Princeton University, Fall

Lecture 1: Overview, Hamiltonians and Phase Diagrams. ECO 521: Advanced Macroeconomics I. Benjamin Moll. Princeton University, Fall Lecture 1: Overview, Hamiltonians and Phase Diagrams ECO 521: Advanced Macroeconomics I Benjamin Moll Princeton University, Fall 2016 1 Course Overview Two Parts: (1) Substance: income and wealth distribution

More information

Math 5BI: Problem Set 6 Gradient dynamical systems

Math 5BI: Problem Set 6 Gradient dynamical systems Math 5BI: Problem Set 6 Gradient dynamical systems April 25, 2007 Recall that if f(x) = f(x 1, x 2,..., x n ) is a smooth function of n variables, the gradient of f is the vector field f(x) = ( f)(x 1,

More information

Lecture 4: Gaussian Elimination and Homogeneous Equations

Lecture 4: Gaussian Elimination and Homogeneous Equations Lecture 4: Gaussian Elimination and Homogeneous Equations Reduced Row Echelon Form An augmented matrix associated to a system of linear equations is said to be in Reduced Row Echelon Form (RREF) if the

More information

Macroeconomics Qualifying Examination

Macroeconomics Qualifying Examination Macroeconomics Qualifying Examination August 2015 Department of Economics UNC Chapel Hill Instructions: This examination consists of 4 questions. Answer all questions. If you believe a question is ambiguously

More information

The Solow Growth Model

The Solow Growth Model The Solow Growth Model 1. Set-Up 2. Dynamics, Simulations and Steady-States 3. Comparative Dynamics 4. Golden Rule 5. Convergence 1 Set-Up Closed economy, single good produced each period, Yt. Discrete

More information

The Method of Undetermined Coefficients.

The Method of Undetermined Coefficients. The Method of Undetermined Coefficients. James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 24, 2017 Outline 1 Annihilators 2 Finding The

More information

F O R SOCI AL WORK RESE ARCH

F O R SOCI AL WORK RESE ARCH 7 TH EUROPE AN CONFERENCE F O R SOCI AL WORK RESE ARCH C h a l l e n g e s i n s o c i a l w o r k r e s e a r c h c o n f l i c t s, b a r r i e r s a n d p o s s i b i l i t i e s i n r e l a t i o n

More information

An Introduction to Perturbation Methods in Macroeconomics. Jesús Fernández-Villaverde University of Pennsylvania

An Introduction to Perturbation Methods in Macroeconomics. Jesús Fernández-Villaverde University of Pennsylvania An Introduction to Perturbation Methods in Macroeconomics Jesús Fernández-Villaverde University of Pennsylvania 1 Introduction Numerous problems in macroeconomics involve functional equations of the form:

More information

Ex. 3. Mathematica knows about all standard probability distributions. c) The probability is just the pdf integrated over the interval

Ex. 3. Mathematica knows about all standard probability distributions. c) The probability is just the pdf integrated over the interval Ex. 3 Mathematica knows about all standard probability distributions a) In[336]:= p.4; n 6; r 5; PDF BinomialDistribution n, p r BarChart Table PDF BinomialDistribution n, p, k, k,, n Out[339]=.36864.3.25.2

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

Review for Exam 2. Review for Exam 2.

Review for Exam 2. Review for Exam 2. Review for Exam 2. 5 or 6 problems. No multiple choice questions. No notes, no books, no calculators. Problems similar to homeworks. Exam covers: Regular-singular points (5.5). Euler differential equation

More information

Generic Analysis of Endogenous Growth Models

Generic Analysis of Endogenous Growth Models c November 20, 2017, Christopher D. Carroll Endogenous Generic Analysis of Endogenous Growth Models The neoclassical theory of economic growth, as formulated by Solow (1956), and Cass (1965)-Koopmans (1965),

More information

A Note on the Ramsey Growth Model with the von Bertalanffy Population Law

A Note on the Ramsey Growth Model with the von Bertalanffy Population Law Applied Mathematical Sciences, Vol 4, 2010, no 65, 3233-3238 A Note on the Ramsey Growth Model with the von Bertalanffy Population aw uca Guerrini Department of Mathematics for Economic and Social Sciences

More information

Foundation of (virtually) all DSGE models (e.g., RBC model) is Solow growth model

Foundation of (virtually) all DSGE models (e.g., RBC model) is Solow growth model THE BASELINE RBC MODEL: THEORY AND COMPUTATION FEBRUARY, 202 STYLIZED MACRO FACTS Foundation of (virtually all DSGE models (e.g., RBC model is Solow growth model So want/need/desire business-cycle models

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