Math Camp Notes: Everything Else

Size: px
Start display at page:

Download "Math Camp Notes: Everything Else"

Transcription

1 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 state of the system by setting both ẋ = and ẏ =. Example #1: Let ẋ = e x 1 1 and ẏ = ye x. Setting both these equations equal to yields ẋ = e x 1 = 1 x = 1 ẏ = ye = y = Example #2: Let ẋ = x + 2y and ẏ = x 2 + y. Setting both these equations equal to yields ẋ = x = 2y ẏ = y = x 2 x = 2 ( x 2 x(1 2x = x = {, 1 2 } y = {, 1 4 } Therefore, the two steady states are (x, y = { (,, ( 1 2, 1 4}. Example #3: Let ẋ = e 1 x 1 and ẏ = (2 ye x. Setting both these equations equal to yields Stability ẋ = e 1 x = 1 x = 1 ẏ = (2 ye = y = 2 For a single dierential equation ẏ = f(y, we could test whether the steady state was stable by checking whether ẏ y <. yss 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. In order to be a stable system, each eigenvalue of the Jacobian matrix at a steady state y ss must be negative or have a negative real part. If an eigenvalue is positive or has a positive real part, then the steady state is unstable. If the Jacobian at y ss has some pure imaginary or zero eigenvalues and no positive eigenvalues, then we cannot determine the stability of the steady state through the Jacobian. Example #1 Revisited: Let ẋ = e x 1 1 and ẏ = ye x. We already calculated that the steady state of the system will be z = (x, y = (1,. The Jacobian of the system is ( ( e x 1 1 ye x e x (z =, e which implies that the eigenvalues of the system are 1 and e. Since both of these are positive, we have an unstable system. 1

2 Example #2 Revisited: Let ẋ = x + 2y and ẏ = x 2 + y. We already calculated that the steady states of the system are z = (x, y = {(,, ( 1 2, 1 4 }. The Jacobian of the system is ( 1 2 2x 1 When z = (,, then we have the Jacobian ( which implies that the repeated eigenvalue of the system is 1. Since both of these are positive, we have an unstable system. Example #3 Revisited: Let ẋ = e 1 x 1 and ẏ = (2 ye x. We already calculated that the steady state of the system will be z = (x, y = (1, 2. The Jacobian of the system is ( ( e 1 x 1 (2 ye x e x (z =, e which implies that the eigenvalues of the system are 1 and e. Since both of these are negative, we have a stable system. Solution for Linear Systems 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 and x are given. 22 Consider the case where A is a diagonal matrix, i.e that a 12 = a 21 =. Then the new system is whose solution is ẋ = a 11 x, ẏ = a 22 y, x = x e a11t, y = y e a22t. That was easy! We can also easily see that he 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 or a 21, 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 If we dene ẇ = P 1 ẋ and w = P 1 x, then we have P 1 ẋ = ΛP 1 x. ẇ = Λw. where Λ is a diagonal matrix. The solution for this system is easy, and then we can transform it back to ẋ = Ax. Example: 2

3 Solve the following system of dierential equations: The system can be rewritten as The characteristic equation for A is ẋ = Ax = ( ẋ ẏ ẋ = x y ẏ = 4x + y = ( ( x y. (1 λ 2 4 = λ 2 2λ 3 = (λ 3(λ + 1 =, and therefore the eigenvalues of the matrix A are λ = {3, 1}. unstable. The matrix A Iλ associated with λ = 3 is ( 2 1, 4 2 Therefore, we know the system will be 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. ( wx = 1 ( 2 1 w y which implies ( x y ( wx ( w y ( = 1 4 w x ( = 1 2 x( 1 4 y( ( ( x( y(, w y ( = 1 2 x( y( This gives us our initial conditions. We now have the system whose solution is ẇ = Λw, w x = w x (e 3t, w y = w y (e t. Now we plug in the initial conditions to get { 1 w x = 2 x( 1 } 4 y( e 3t { 1 w y = 2 x( + 1 } 4 y( e t. Finally, since we have w = P 1 x, then x = P w, { 1 x = w x + w y = 2 x( 1 } { 1 4 y( e 3t + 2 x( + 1 } 4 y( y = 2w x + 2w y = { x( + 12 y( } e 3t + e t {x( + 12 y( } e t 3

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 ( ( fx (x A =, 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 approxmation of the system according to the diagonalization presented in the last section. Optimization in Discrete Time Up to this point, we have only considered constrained optimization problems at a single point in time. However, many constrained optimization problems in economics deal not only with the present, but with future time periods as well. We may wish to solve the optimization problem not only today, but for all future periods as well. The strategy for solving a discrete time optimization problem is as follows: 1. Write the proper Lagrangean function. 2. Find the 1st order conditions 3. Solve the resulting dierence equations of the control variables 4. Use the constraints to nd the initial conditions of the control variables 5. Plug the constraints into the dierence equations to solve for the path of the control variable over time A control variable is a variable you can control; for example, you may not be able to control how much capital is in the economy initially, but you can control how much you consume. Things we cannot control completely, but that are nevertheless aected by what we choose as our control are called state variables. For example, the amount of capital you have tomorrow depends on the amount you consume today. Example: Solve the following optimization problem in discrete time max {c t} U ({c t } subject to A 4

5 In other words, we want to choose a level of consumption such that our lifetime utility will be maximized, given a xed level of assets. This is a similar problem to what a retired person would face if she had no income. In order for the agent to satisfy the budget constraint, we must have that A c t (1 + r t. In other words, the present value of her lifetime consumption must be less than or equal to the level of her total assets. Also assume that utility is seperable and is discounted by a factor β (, 1 each period. U ({c t } = β t u (c t, where u(c t is the within-period utility of consumption. We assume it is concave. The Lagrangean for this problem can be written as ( L = β t c t u (c t λ A (1 + r t We know that the constraint will always be binding so long as our utility function exhibits nice properties such as local non-satiation. Therefore we can solve the Lagrangean as if the inequality constraint we a equality constraint. Unfortunately, this Lagrangean will have an innite number of rst order conditions since t goes to innity (i.e. there are an innite number of c t inputs to the Lagrangean function. This is where a dierence equation comes in handy. If we can come up with some sort of condition that must hold between consumption in any two periods, the we can write a dierence equation, iterate it, and solve it for all t using an initial condition. Find the rst order conditions of the Lagrangean with respect to an arbitrary c t and c t+1 : L = β t u 1 (c t λ c t (1 + r t = L = β t+1 u 1 (c t+1 λ c t+1 (1 + r t+1 = Dividing the top equation by the bottom equation we have Say our within period utility function is u (c t u = (1 + rβ (c t+1 u(c t = ln(c t, where sigma is a constant greater than or equal to. Our rst order condition becomes c t+1 = (1 + rβ c t The solution to this linear dierence equation is c t+1 = [(1 + rβ] c t c t = c [(1 + rβ] t. Now we have solved our maximization problem for all time periods. Well, not quite. We don't know what c is. In order to nd it, we need to plug this condition into our budget constraint. c t A = (1 + r t = c [(1 + rβ] t (1 + r t = c β t = c 1 β c = (1 βa Therefore, the solution to the agent's optimization problem is c t = (1 β [(1 + rβ] t A 5

6 Optimization in Continuous Time To solve optimization problems in continuous time, we abstract from the Lagrangean and use a Hamiltonian. The proof behind why the Hamiltonian works will not be presented in this class, but will be presented in your rst semester math class instead. Suppose we have a value function f(x, y. We can think of this as being like an instantaneous utility function. We want to control the ow of the value of this function over time so that the lifetime value of the function will be maximized. In other words, we want to maximize f(x, ydt subject to constraints. Since time is continuous, the constraint cannot be a static function. It must tell me the change in my state variable at each point in time, and therefore it must be a dierential equation. For example, if my objective function is instantaneous utility and my constraint is my assets, then the optimization problem would look like max x(t,y(t e βt U(c(tdt subject to Ȧ = ra c(t Notice that the maximizer of this function is a function itself. It gives us the time path of consumption, not just a particular level of consumption. There are two equivalent formulations of the Hamiltonian; the current value Hamiltonian and the present value Hamiltonian. The current value Hamiltonian for this problem would be expressed as H = U(c + λȧ. Notice this is almost exactly like the Lagrangean function. However, the rst order conditions are slightly dierent: c = λ = ȧ = βλ λ A We would need to solve this system using our analysis from dierential equations. The present value Hamiltonian would be formulated this way: H = e βt U(c + λg. Notice the objective function is now discounted in the Hamiltonian, whereas before it was not. The rst order conditions are c = λ = ȧ A = λ The strategy for solving the Hamiltonian is as follows: 1. Write the Hamiltonian 2. Find the rst order conditions 3. Obtain dierential equations in c and a 4. Solve one of them 6

7 5. Use the budget constrain to nd the initial conditions Example: max ln [c t ] dt subject to ȧ = ra c. Assume that a is known. We form the current value Hamiltonian H = ln(c t + λ (ra c The rst order conditions are c = 1 c λ = λ = ra c = ȧ = λr = βλ λ A From the rst condition, we get ln(c t = ln(λ t. Taking the derivative of both sides of this function, we get ċ c = λ λ. From the third condition we get β r = λ λ Setting these two conditions equal to each other we get ċ c = r β The dierential equation which solves this is c t = c e (r βt. Now it remains to nd the inital conditon for c, which we can nd using the budget constraint. We know that the present discounted value of our consumption must equal our initial assests, so a = e rt c(tdt = e rt c e (r βt dt = c e βt = c 1 β Therefore, the soltion is c = βa c t = βa e (r βt Implicit Function Theorem Let G(x 1,..., x n, y be a C 1 function on a ball about (x 1,..., x n, y. Suppose that (x 1,..., x n, y satises and that G(x 1,..., x n, y = c G y (x 1,..., x n, y. Then there is a C 1 function y = y(x 1,..., x n dened on an open ball about (x 1,..., x n so that the following conditions hold: 1. G(x 1,..., x n, y(x 1,..., x n = c for all (x 1,..., x n B 2. y = y(x 1,..., x n 3. For each index i, G y (x x 1,..., x x n = i (x 1,..., x n, y G i y (x 1,..., x n, y. 7

8 Envelope Theorem Unconstrained Problems Let f(x; a be a C 1 function of x R N and the scalar a. For each choice of the parameter a, consider the unconstrained maximization problem max f(x; awith respect to x. Let x (a be a solution to this problem, and that it is a C 1 function of a. Then, Constrained Problems d da f(x (a; a = a f(x (a; a Let f, h 1,..., h k : R N R 1 R 1 be C 1 functions. Let x (a = (x 1(a,..., x n(a denote the solution of the problem of maximizing f(x (a on the constraint set h 1 (x, a =,..., h k (x, a = for any choice of the parameter a. Suppose x(a and the multipliers λ i (a are all C 1 functions of a. And that the resulting NDCQ holds. Then, d da f(x (a; a = L a f(x (a, λ(a; a, where L is the Lagrangean of this function. Properties of Functions Quasiconcavity A function f dened on a convex set U R N is quasiconcave if for every real number a, C + a = {x U : f(x a} is convex. In other words, the better than sets of the function f(x are convex. Quasiconvexity A function f dened on a convex set U R N is quasiconcave if for every real number a, C a = {x U : f(x a} is convex. In other words, worse than sets of the function f(x are convex. Homogeneous Functions For and scalar k, a real-valued function f(x 1,..., x n is homogeneous of degree k if f(tx 1,..., tx n = t k f(x 1,..., x n x 1,..., x n and all t >. One implication of these functions is that the tangent planes to the level sets of f have constant slope along each ray of the origin. Also, level sets are radial expansions and contractions of each other. Hemicontinuity Upper Hemicontinuity Let φ : S T be a correspondance, and S and T be closed subsets of R N and R K respectively. Let x v, x S, v = 1, 2, 3,... Also let x v x, y v φ(x v for all v = 1, 2, 3,..., and y v y. Then φ is upper hemicontinuous at x i y φ(x. A correspondance is upper hemicontinuous i its graph is closed in S T. 8

9 Lower Hemicontinuity Let φ : S T be a correspondance, and S and T be closed subsets of R N and R K respectively. Let x v S, v = 1, 2, 3,... Also let x v x, y φ(x v for all v = 1, 2, 3,.... Then φ is lower hemicontinuous at x i y v φ(x v where y v y. A correspondance is lower hemicontinuous if you can draw a function through every point on the graph of the correspondance and the graph of the function about each point will be contained in the graph of the correspondance. Fixed Point Theorems Brower's Fixed Point Theorem (Functions Let S be a nonempty, compact, and convex set. Let f : S S where f is continuous. Then there exists an x S such that x = f(x. Kakutani's Fixed Point Theorem (Correspondances Let S be a nonempty, compact, and convex set. Let φ : S S be a correspondance that is upper hemicontinuous everywhere on S. Also let φ(x be convex for all x. Then there exists an x S such that x φ(x. Hyperplane Theorems Separating Hyperplane Theorem Suppose B R N is convex and closed, and that x / B. Then p R N {}, and c R such that p x > c and p y < c for every y B. Supporting Hyperplane Theorem Suppose B R N is convex, and that x / int B. Then p R N {}, and c R such that p x p y for every y B. 9

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

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

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

Final Exam - Math Camp August 27, 2014

Final Exam - Math Camp August 27, 2014 Final Exam - Math Camp August 27, 2014 You will have three hours to complete this exam. Please write your solution to question one in blue book 1 and your solutions to the subsequent questions in blue

More information

DYNAMIC LECTURE 5: DISCRETE TIME INTERTEMPORAL OPTIMIZATION

DYNAMIC LECTURE 5: DISCRETE TIME INTERTEMPORAL OPTIMIZATION DYNAMIC LECTURE 5: DISCRETE TIME INTERTEMPORAL OPTIMIZATION UNIVERSITY OF MARYLAND: ECON 600. Alternative Methods of Discrete Time Intertemporal Optimization We will start by solving a discrete time intertemporal

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

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

Solutions to Macro Final 2006

Solutions to Macro Final 2006 Solutions to Macro Final 6 th December 6 1 Problem 1 1.1 Part A Rewrite the utility function as U = ln(n) + ln (c) γ ln ( c) Notice that since the agent taes c as a constant, it will not factor into the

More information

EC /11. Math for Microeconomics September Course, Part II Lecture Notes. Course Outline

EC /11. Math for Microeconomics September Course, Part II Lecture Notes. Course Outline LONDON SCHOOL OF ECONOMICS Professor Leonardo Felli Department of Economics S.478; x7525 EC400 20010/11 Math for Microeconomics September Course, Part II Lecture Notes Course Outline Lecture 1: Tools for

More information

Rice University. Answer Key to Mid-Semester Examination Fall ECON 501: Advanced Microeconomic Theory. Part A

Rice University. Answer Key to Mid-Semester Examination Fall ECON 501: Advanced Microeconomic Theory. Part A Rice University Answer Key to Mid-Semester Examination Fall 006 ECON 50: Advanced Microeconomic Theory Part A. Consider the following expenditure function. e (p ; p ; p 3 ; u) = (p + p ) u + p 3 State

More information

CHAPTER 2: CONVEX SETS AND CONCAVE FUNCTIONS. W. Erwin Diewert January 31, 2008.

CHAPTER 2: CONVEX SETS AND CONCAVE FUNCTIONS. W. Erwin Diewert January 31, 2008. 1 ECONOMICS 594: LECTURE NOTES CHAPTER 2: CONVEX SETS AND CONCAVE FUNCTIONS W. Erwin Diewert January 31, 2008. 1. Introduction Many economic problems have the following structure: (i) a linear function

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

Properties of Walrasian Demand

Properties of Walrasian Demand Properties of Walrasian Demand Econ 2100 Fall 2017 Lecture 5, September 12 Problem Set 2 is due in Kelly s mailbox by 5pm today Outline 1 Properties of Walrasian Demand 2 Indirect Utility Function 3 Envelope

More information

ECON 582: An Introduction to the Theory of Optimal Control (Chapter 7, Acemoglu) Instructor: Dmytro Hryshko

ECON 582: An Introduction to the Theory of Optimal Control (Chapter 7, Acemoglu) Instructor: Dmytro Hryshko ECON 582: An Introduction to the Theory of Optimal Control (Chapter 7, Acemoglu) Instructor: Dmytro Hryshko Continuous-time optimization involves maximization wrt to an innite dimensional object, an entire

More information

ECON 5111 Mathematical Economics

ECON 5111 Mathematical Economics Test 1 October 1, 2010 1. Construct a truth table for the following statement: [p (p q)] q. 2. A prime number is a natural number that is divisible by 1 and itself only. Let P be the set of all prime numbers

More information

Nonlinear Programming (NLP)

Nonlinear Programming (NLP) Natalia Lazzati Mathematics for Economics (Part I) Note 6: Nonlinear Programming - Unconstrained Optimization Note 6 is based on de la Fuente (2000, Ch. 7), Madden (1986, Ch. 3 and 5) and Simon and Blume

More information

Economics 101A (Lecture 3) Stefano DellaVigna

Economics 101A (Lecture 3) Stefano DellaVigna Economics 101A (Lecture 3) Stefano DellaVigna January 24, 2017 Outline 1. Implicit Function Theorem 2. Envelope Theorem 3. Convexity and concavity 4. Constrained Maximization 1 Implicit function theorem

More information

EC /11. Math for Microeconomics September Course, Part II Problem Set 1 with Solutions. a11 a 12. x 2

EC /11. Math for Microeconomics September Course, Part II Problem Set 1 with Solutions. a11 a 12. x 2 LONDON SCHOOL OF ECONOMICS Professor Leonardo Felli Department of Economics S.478; x7525 EC400 2010/11 Math for Microeconomics September Course, Part II Problem Set 1 with Solutions 1. Show that the general

More information

MATH 4211/6211 Optimization Constrained Optimization

MATH 4211/6211 Optimization Constrained Optimization MATH 4211/6211 Optimization Constrained Optimization Xiaojing Ye Department of Mathematics & Statistics Georgia State University Xiaojing Ye, Math & Stat, Georgia State University 0 Constrained optimization

More information

EconS 301. Math Review. Math Concepts

EconS 301. Math Review. Math Concepts EconS 301 Math Review Math Concepts Functions: Functions describe the relationship between input variables and outputs y f x where x is some input and y is some output. Example: x could number of Bananas

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

Dynamic Problem Set 1 Solutions

Dynamic Problem Set 1 Solutions Dynamic Problem Set 1 Solutions Jonathan Kreamer July 15, 2011 Question 1 Consider the following multi-period optimal storage problem: An economic agent imizes: c t} T β t u(c t ) (1) subject to the period-by-period

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

CHAPTER 4: HIGHER ORDER DERIVATIVES. Likewise, we may define the higher order derivatives. f(x, y, z) = xy 2 + e zx. y = 2xy.

CHAPTER 4: HIGHER ORDER DERIVATIVES. Likewise, we may define the higher order derivatives. f(x, y, z) = xy 2 + e zx. y = 2xy. April 15, 2009 CHAPTER 4: HIGHER ORDER DERIVATIVES In this chapter D denotes an open subset of R n. 1. Introduction Definition 1.1. Given a function f : D R we define the second partial derivatives as

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

Optimization. A first course on mathematics for economists

Optimization. A first course on mathematics for economists Optimization. A first course on mathematics for economists Xavier Martinez-Giralt Universitat Autònoma de Barcelona xavier.martinez.giralt@uab.eu II.3 Static optimization - Non-Linear programming OPT p.1/45

More information

Microeconomics I. September, c Leopold Sögner

Microeconomics I. September, c Leopold Sögner Microeconomics I c Leopold Sögner Department of Economics and Finance Institute for Advanced Studies Stumpergasse 56 1060 Wien Tel: +43-1-59991 182 soegner@ihs.ac.at http://www.ihs.ac.at/ soegner September,

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

Slides II - Dynamic Programming

Slides II - Dynamic Programming Slides II - Dynamic Programming Julio Garín University of Georgia Macroeconomic Theory II (Ph.D.) Spring 2017 Macroeconomic Theory II Slides II - Dynamic Programming Spring 2017 1 / 32 Outline 1. Lagrangian

More information

Lecture 6: Discrete-Time Dynamic Optimization

Lecture 6: Discrete-Time Dynamic Optimization Lecture 6: Discrete-Time Dynamic Optimization Yulei Luo Economics, HKU November 13, 2017 Luo, Y. (Economics, HKU) ECON0703: ME November 13, 2017 1 / 43 The Nature of Optimal Control In static optimization,

More information

Nonlinear Programming and the Kuhn-Tucker Conditions

Nonlinear Programming and the Kuhn-Tucker Conditions Nonlinear Programming and the Kuhn-Tucker Conditions The Kuhn-Tucker (KT) conditions are first-order conditions for constrained optimization problems, a generalization of the first-order conditions we

More information

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema Chapter 7 Extremal Problems No matter in theoretical context or in applications many problems can be formulated as problems of finding the maximum or minimum of a function. Whenever this is the case, advanced

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

Lakehead University ECON 4117/5111 Mathematical Economics Fall 2002

Lakehead University ECON 4117/5111 Mathematical Economics Fall 2002 Test 1 September 20, 2002 1. Determine whether each of the following is a statement or not (answer yes or no): (a) Some sentences can be labelled true and false. (b) All students should study mathematics.

More information

Seminars on Mathematics for Economics and Finance Topic 5: Optimization Kuhn-Tucker conditions for problems with inequality constraints 1

Seminars on Mathematics for Economics and Finance Topic 5: Optimization Kuhn-Tucker conditions for problems with inequality constraints 1 Seminars on Mathematics for Economics and Finance Topic 5: Optimization Kuhn-Tucker conditions for problems with inequality constraints 1 Session: 15 Aug 2015 (Mon), 10:00am 1:00pm I. Optimization with

More information

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

More information

Constrained optimization.

Constrained optimization. ams/econ 11b supplementary notes ucsc Constrained optimization. c 2016, Yonatan Katznelson 1. Constraints In many of the optimization problems that arise in economics, there are restrictions on the values

More information

Mathematical Preliminaries for Microeconomics: Exercises

Mathematical Preliminaries for Microeconomics: Exercises Mathematical Preliminaries for Microeconomics: Exercises Igor Letina 1 Universität Zürich Fall 2013 1 Based on exercises by Dennis Gärtner, Andreas Hefti and Nick Netzer. How to prove A B Direct proof

More information

Optimal Control. Macroeconomics II SMU. Ömer Özak (SMU) Economic Growth Macroeconomics II 1 / 112

Optimal Control. Macroeconomics II SMU. Ömer Özak (SMU) Economic Growth Macroeconomics II 1 / 112 Optimal Control Ömer Özak SMU Macroeconomics II Ömer Özak (SMU) Economic Growth Macroeconomics II 1 / 112 Review of the Theory of Optimal Control Section 1 Review of the Theory of Optimal Control Ömer

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

Dynamic Optimization: An Introduction

Dynamic Optimization: An Introduction Dynamic Optimization An Introduction M. C. Sunny Wong University of San Francisco University of Houston, June 20, 2014 Outline 1 Background What is Optimization? EITM: The Importance of Optimization 2

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

The Kuhn-Tucker Problem

The Kuhn-Tucker Problem Natalia Lazzati Mathematics for Economics (Part I) Note 8: Nonlinear Programming - The Kuhn-Tucker Problem Note 8 is based on de la Fuente (2000, Ch. 7) and Simon and Blume (1994, Ch. 18 and 19). The Kuhn-Tucker

More information

Marginal Functions and Approximation

Marginal Functions and Approximation UCSC AMS/ECON 11A Supplemental Notes # 5 Marginal Functions and Approximation c 2006 Yonatan Katznelson 1. The approximation formula If y = f (x) is a dierentiable function then its derivative, y 0 = f

More information

minimize x subject to (x 2)(x 4) u,

minimize x subject to (x 2)(x 4) u, Math 6366/6367: Optimization and Variational Methods Sample Preliminary Exam Questions 1. Suppose that f : [, L] R is a C 2 -function with f () on (, L) and that you have explicit formulae for

More information

Econ 101A Problem Set 1 Solution

Econ 101A Problem Set 1 Solution Econ 101A Problem Set 1 Solution Problem 1. Univariate unconstrained maximization. (10 points) Consider the following maximization problem: max x f(x; x 0)=exp( (x x 0 ) 2 ) 1. Write down the first order

More information

Lecture Notes for Chapter 12

Lecture Notes for Chapter 12 Lecture Notes for Chapter 12 Kevin Wainwright April 26, 2014 1 Constrained Optimization Consider the following Utility Max problem: Max x 1, x 2 U = U(x 1, x 2 ) (1) Subject to: Re-write Eq. 2 B = P 1

More information

CHAPTER 3 THE MAXIMUM PRINCIPLE: MIXED INEQUALITY CONSTRAINTS. p. 1/73

CHAPTER 3 THE MAXIMUM PRINCIPLE: MIXED INEQUALITY CONSTRAINTS. p. 1/73 CHAPTER 3 THE MAXIMUM PRINCIPLE: MIXED INEQUALITY CONSTRAINTS p. 1/73 THE MAXIMUM PRINCIPLE: MIXED INEQUALITY CONSTRAINTS Mixed Inequality Constraints: Inequality constraints involving control and possibly

More information

Structural Properties of Utility Functions Walrasian Demand

Structural Properties of Utility Functions Walrasian Demand Structural Properties of Utility Functions Walrasian Demand Econ 2100 Fall 2017 Lecture 4, September 7 Outline 1 Structural Properties of Utility Functions 1 Local Non Satiation 2 Convexity 3 Quasi-linearity

More information

Macro 1: Dynamic Programming 1

Macro 1: Dynamic Programming 1 Macro 1: Dynamic Programming 1 Mark Huggett 2 2 Georgetown September, 2016 DP Warm up: Cake eating problem ( ) max f 1 (y 1 ) + f 2 (y 2 ) s.t. y 1 + y 2 100, y 1 0, y 2 0 1. v 1 (x) max f 1(y 1 ) + f

More information

The Envelope Theorem

The Envelope Theorem The Envelope Theorem In an optimization problem we often want to know how the value of the objective function will change if one or more of the parameter values changes. Let s consider a simple example:

More information

Contents. 2.1 Vectors in R n. Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v. 2.50) 2 Vector Spaces

Contents. 2.1 Vectors in R n. Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v. 2.50) 2 Vector Spaces Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v 250) Contents 2 Vector Spaces 1 21 Vectors in R n 1 22 The Formal Denition of a Vector Space 4 23 Subspaces 6 24 Linear Combinations and

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

Lecture Notes: Geometric Considerations in Unconstrained Optimization

Lecture Notes: Geometric Considerations in Unconstrained Optimization Lecture Notes: Geometric Considerations in Unconstrained Optimization James T. Allison February 15, 2006 The primary objectives of this lecture on unconstrained optimization are to: Establish connections

More information

GARP and Afriat s Theorem Production

GARP and Afriat s Theorem Production GARP and Afriat s Theorem Production Econ 2100 Fall 2017 Lecture 8, September 21 Outline 1 Generalized Axiom of Revealed Preferences 2 Afriat s Theorem 3 Production Sets and Production Functions 4 Profits

More information

OPTIMAL CONTROL THEORY. Preliminary and Incomplete - please do not cite

OPTIMAL CONTROL THEORY. Preliminary and Incomplete - please do not cite OPTIMAL CONTROL THEORY PEDRO HEMSLEY Preliminary and Incomplete - please do not cite These short notes are based on Rochet's notes for a course in dynamic optimization 1,2. They are no substitute for the

More information

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

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

Problem Set # 2 Dynamic Part - Math Camp

Problem Set # 2 Dynamic Part - Math Camp Problem Set # 2 Dynamic Part - Math Camp Consumption with Labor Supply Consider the problem of a household that hao choose both consumption and labor supply. The household s problem is: V 0 max c t;l t

More information

Constrained maxima and Lagrangean saddlepoints

Constrained maxima and Lagrangean saddlepoints Division of the Humanities and Social Sciences Ec 181 KC Border Convex Analysis and Economic Theory Winter 2018 Topic 10: Constrained maxima and Lagrangean saddlepoints 10.1 An alternative As an application

More information

Lecture 2: Review of Prerequisites. Table of contents

Lecture 2: Review of Prerequisites. Table of contents Math 348 Fall 217 Lecture 2: Review of Prerequisites Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only. It should not be relied on when preparing for exams. In this

More information

Lecture 8: Basic convex analysis

Lecture 8: Basic convex analysis Lecture 8: Basic convex analysis 1 Convex sets Both convex sets and functions have general importance in economic theory, not only in optimization. Given two points x; y 2 R n and 2 [0; 1]; the weighted

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

Dynamic Macroeconomic Theory Notes. David L. Kelly. Department of Economics University of Miami Box Coral Gables, FL

Dynamic Macroeconomic Theory Notes. David L. Kelly. Department of Economics University of Miami Box Coral Gables, FL Dynamic Macroeconomic Theory Notes David L. Kelly Department of Economics University of Miami Box 248126 Coral Gables, FL 33134 dkelly@miami.edu Current Version: Fall 2013/Spring 2013 I Introduction A

More information

MATHEMATICAL ECONOMICS: OPTIMIZATION. Contents

MATHEMATICAL ECONOMICS: OPTIMIZATION. Contents MATHEMATICAL ECONOMICS: OPTIMIZATION JOÃO LOPES DIAS Contents 1. Introduction 2 1.1. Preliminaries 2 1.2. Optimal points and values 2 1.3. The optimization problems 3 1.4. Existence of optimal points 4

More information

3 Stability and Lyapunov Functions

3 Stability and Lyapunov Functions CDS140a Nonlinear Systems: Local Theory 02/01/2011 3 Stability and Lyapunov Functions 3.1 Lyapunov Stability Denition: An equilibrium point x 0 of (1) is stable if for all ɛ > 0, there exists a δ > 0 such

More information

Economics 501B Final Exam Fall 2017 Solutions

Economics 501B Final Exam Fall 2017 Solutions Economics 501B Final Exam Fall 2017 Solutions 1. For each of the following propositions, state whether the proposition is true or false. If true, provide a proof (or at least indicate how a proof could

More information

Chapter 4. Maximum Theorem, Implicit Function Theorem and Envelope Theorem

Chapter 4. Maximum Theorem, Implicit Function Theorem and Envelope Theorem Chapter 4. Maximum Theorem, Implicit Function Theorem and Envelope Theorem This chapter will cover three key theorems: the maximum theorem (or the theorem of maximum), the implicit function theorem, and

More information

z = f (x; y) f (x ; y ) f (x; y) f (x; y )

z = f (x; y) f (x ; y ) f (x; y) f (x; y ) BEEM0 Optimization Techiniques for Economists Lecture Week 4 Dieter Balkenborg Departments of Economics University of Exeter Since the fabric of the universe is most perfect, and is the work of a most

More information

G Recitation 3: Ramsey Growth model with technological progress; discrete time dynamic programming and applications

G Recitation 3: Ramsey Growth model with technological progress; discrete time dynamic programming and applications G6215.1 - Recitation 3: Ramsey Growth model with technological progress; discrete time dynamic Contents 1 The Ramsey growth model with technological progress 2 1.1 A useful lemma..................................................

More information

IE 5531: Engineering Optimization I

IE 5531: Engineering Optimization I IE 5531: Engineering Optimization I Lecture 19: Midterm 2 Review Prof. John Gunnar Carlsson November 22, 2010 Prof. John Gunnar Carlsson IE 5531: Engineering Optimization I November 22, 2010 1 / 34 Administrivia

More information

FIN 550 Practice Exam Answers. A. Linear programs typically have interior solutions.

FIN 550 Practice Exam Answers. A. Linear programs typically have interior solutions. FIN 550 Practice Exam Answers Phil Dybvig. True-False 25 points A. Linear programs typically have interior solutions. False. Unless the objective is zero, all solutions are at the boundary. B. A local

More information

Econ 504, Lecture 1: Transversality and Stochastic Lagrange Multipliers

Econ 504, Lecture 1: Transversality and Stochastic Lagrange Multipliers ECO 504 Spring 2009 Chris Sims Econ 504, Lecture 1: Transversality and Stochastic Lagrange Multipliers Christopher A. Sims Princeton University sims@princeton.edu February 4, 2009 0 Example: LQPY The ordinary

More information

Modern Optimization Theory: Concave Programming

Modern Optimization Theory: Concave Programming Modern Optimization Theory: Concave Programming 1. Preliminaries 1 We will present below the elements of modern optimization theory as formulated by Kuhn and Tucker, and a number of authors who have followed

More information

Convex Functions and Optimization

Convex Functions and Optimization Chapter 5 Convex Functions and Optimization 5.1 Convex Functions Our next topic is that of convex functions. Again, we will concentrate on the context of a map f : R n R although the situation can be generalized

More information

Microeconomic Theory I Midterm October 2017

Microeconomic Theory I Midterm October 2017 Microeconomic Theory I Midterm October 2017 Marcin P ski October 26, 2017 Each question has the same value. You need to provide arguments for each answer. If you cannot solve one part of the problem, don't

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

NOTES ON CALCULUS OF VARIATIONS. September 13, 2012

NOTES ON CALCULUS OF VARIATIONS. September 13, 2012 NOTES ON CALCULUS OF VARIATIONS JON JOHNSEN September 13, 212 1. The basic problem In Calculus of Variations one is given a fixed C 2 -function F (t, x, u), where F is defined for t [, t 1 ] and x, u R,

More information

Assignment #5. 1 Keynesian Cross. Econ 302: Intermediate Macroeconomics. December 2, 2009

Assignment #5. 1 Keynesian Cross. Econ 302: Intermediate Macroeconomics. December 2, 2009 Assignment #5 Econ 0: Intermediate Macroeconomics December, 009 Keynesian Cross Consider a closed economy. Consumption function: C = C + M C(Y T ) () In addition, suppose that planned investment expenditure

More information

Economics 101. Lecture 2 - The Walrasian Model and Consumer Choice

Economics 101. Lecture 2 - The Walrasian Model and Consumer Choice Economics 101 Lecture 2 - The Walrasian Model and Consumer Choice 1 Uncle Léon The canonical model of exchange in economics is sometimes referred to as the Walrasian Model, after the early economist Léon

More information

Online Appendixes for \A Theory of Military Dictatorships"

Online Appendixes for \A Theory of Military Dictatorships May 2009 Online Appendixes for \A Theory of Military Dictatorships" By Daron Acemoglu, Davide Ticchi and Andrea Vindigni Appendix B: Key Notation for Section I 2 (0; 1): discount factor. j;t 2 f0; 1g:

More information

General Equilibrium and Welfare

General Equilibrium and Welfare and Welfare Lectures 2 and 3, ECON 4240 Spring 2017 University of Oslo 24.01.2017 and 31.01.2017 1/37 Outline General equilibrium: look at many markets at the same time. Here all prices determined in the

More information

y x 3. Solve each of the given initial value problems. (a) y 0? xy = x, y(0) = We multiply the equation by e?x, and obtain Integrating both sides with

y x 3. Solve each of the given initial value problems. (a) y 0? xy = x, y(0) = We multiply the equation by e?x, and obtain Integrating both sides with Solutions to the Practice Problems Math 80 Febuary, 004. For each of the following dierential equations, decide whether the given function is a solution. (a) y 0 = (x + )(y? ), y =? +exp(x +x)?exp(x +x)

More information

BEEM103 UNIVERSITY OF EXETER. BUSINESS School. January 2009 Mock Exam, Part A. OPTIMIZATION TECHNIQUES FOR ECONOMISTS solutions

BEEM103 UNIVERSITY OF EXETER. BUSINESS School. January 2009 Mock Exam, Part A. OPTIMIZATION TECHNIQUES FOR ECONOMISTS solutions BEEM03 UNIVERSITY OF EXETER BUSINESS School January 009 Mock Exam, Part A OPTIMIZATION TECHNIQUES FOR ECONOMISTS solutions Duration : TWO HOURS The paper has 3 parts. Your marks on the rst part will be

More information

( )! ±" and g( x)! ±" ], or ( )! 0 ] as x! c, x! c, x! c, or x! ±". If f!(x) g!(x) "!,

( )! ± and g( x)! ± ], or ( )! 0 ] as x! c, x! c, x! c, or x! ±. If f!(x) g!(x) !, IV. MORE CALCULUS There are some miscellaneous calculus topics to cover today. Though limits have come up a couple of times, I assumed prior knowledge, or at least that the idea makes sense. Limits are

More information

UNDERGROUND LECTURE NOTES 1: Optimality Conditions for Constrained Optimization Problems

UNDERGROUND LECTURE NOTES 1: Optimality Conditions for Constrained Optimization Problems UNDERGROUND LECTURE NOTES 1: Optimality Conditions for Constrained Optimization Problems Robert M. Freund February 2016 c 2016 Massachusetts Institute of Technology. All rights reserved. 1 1 Introduction

More information

Static Problem Set 2 Solutions

Static Problem Set 2 Solutions Static Problem Set Solutions Jonathan Kreamer July, 0 Question (i) Let g, h be two concave functions. Is f = g + h a concave function? Prove it. Yes. Proof: Consider any two points x, x and α [0, ]. Let

More information

Simple Consumption / Savings Problems (based on Ljungqvist & Sargent, Ch 16, 17) Jonathan Heathcote. updated, March The household s problem X

Simple Consumption / Savings Problems (based on Ljungqvist & Sargent, Ch 16, 17) Jonathan Heathcote. updated, March The household s problem X Simple Consumption / Savings Problems (based on Ljungqvist & Sargent, Ch 16, 17) subject to for all t Jonathan Heathcote updated, March 2006 1. The household s problem max E β t u (c t ) t=0 c t + a t+1

More information

1 General Equilibrium

1 General Equilibrium 1 General Equilibrium 1.1 Pure Exchange Economy goods, consumers agent : preferences < or utility : R + R initial endowments, R + consumption bundle, =( 1 ) R + Definition 1 An allocation, =( 1 ) is feasible

More information

Concave programming. Concave programming is another special case of the general constrained optimization. subject to g(x) 0

Concave programming. Concave programming is another special case of the general constrained optimization. subject to g(x) 0 1 Introduction Concave programming Concave programming is another special case of the general constrained optimization problem max f(x) subject to g(x) 0 in which the objective function f is concave and

More information

Division of the Humanities and Social Sciences. Supergradients. KC Border Fall 2001 v ::15.45

Division of the Humanities and Social Sciences. Supergradients. KC Border Fall 2001 v ::15.45 Division of the Humanities and Social Sciences Supergradients KC Border Fall 2001 1 The supergradient of a concave function There is a useful way to characterize the concavity of differentiable functions.

More information

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) Contents 1 Vector Spaces 1 1.1 The Formal Denition of a Vector Space.................................. 1 1.2 Subspaces...................................................

More information

Basic Techniques. Ping Wang Department of Economics Washington University in St. Louis. January 2018

Basic Techniques. Ping Wang Department of Economics Washington University in St. Louis. January 2018 Basic Techniques Ping Wang Department of Economics Washington University in St. Louis January 2018 1 A. Overview A formal theory of growth/development requires the following tools: simple algebra simple

More information

STATIC LECTURE 4: CONSTRAINED OPTIMIZATION II - KUHN TUCKER THEORY

STATIC LECTURE 4: CONSTRAINED OPTIMIZATION II - KUHN TUCKER THEORY STATIC LECTURE 4: CONSTRAINED OPTIMIZATION II - KUHN TUCKER THEORY UNIVERSITY OF MARYLAND: ECON 600 1. Some Eamples 1 A general problem that arises countless times in economics takes the form: (Verbally):

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

Economic Growth (Continued) The Ramsey-Cass-Koopmans Model. 1 Literature. Ramsey (1928) Cass (1965) and Koopmans (1965) 2 Households (Preferences)

Economic Growth (Continued) The Ramsey-Cass-Koopmans Model. 1 Literature. Ramsey (1928) Cass (1965) and Koopmans (1965) 2 Households (Preferences) III C Economic Growth (Continued) The Ramsey-Cass-Koopmans Model 1 Literature Ramsey (1928) Cass (1965) and Koopmans (1965) 2 Households (Preferences) Population growth: L(0) = 1, L(t) = e nt (n > 0 is

More information

Lecture 4: Analysis of Optimal Trajectories, Transition Dynamics in Growth Model

Lecture 4: Analysis of Optimal Trajectories, Transition Dynamics in Growth Model Lecture 4: Analysis of Optimal Trajectories, Transition Dynamics in Growth Model ECO 503: Macroeconomic Theory I Benjamin Moll Princeton University Fall 2014 1 / 30 Plan of Lecture 1 Linearization around

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

n=0 ( 1)n /(n + 1) converges, but not

n=0 ( 1)n /(n + 1) converges, but not Math 07H Topics for the third exam (and beyond) (Technically, everything covered on the first two exams plus...) Absolute convergence and alternating series A series a n converges absolutely if a n converges.

More information

Government The government faces an exogenous sequence {g t } t=0

Government The government faces an exogenous sequence {g t } t=0 Part 6 1. Borrowing Constraints II 1.1. Borrowing Constraints and the Ricardian Equivalence Equivalence between current taxes and current deficits? Basic paper on the Ricardian Equivalence: Barro, JPE,

More information