Ordinary Differential Equations

Total Page:16

File Type:pdf, Size:1020Kb

Ordinary Differential Equations Ordinary Di↵erential Equations Macroeconomic Analysis Recitation 1 Yang Jiao⇤ 1 Introduction We will cover some basics of ordinary di↵erential equations (ODE). Within this class, we deal with di↵erential equations, whose variable of interest takes derivative with respect to ˙ dYt time t.DenoteYt = dt ,whereYt can be a scalar or vector. A general explicit form of ODE is Y˙t = f(Yt,t)(1) 2 First-Order Di↵erential Equations Autonomous equation:y ˙t = f(yt), an equation is autonomous when it depends on • ↵ time only through the variable itself. Example: kt = skt δkt,wheres, ↵ and δ are constants. − c˙t Linear equation:y ˙t = atyt + bt,whereat and bt are taken as given. Example: = • ct 1 (r ⇢), where γ and ⇢ are parameters, while r is a given function of t. γ t − t Homogeneous: set the above linear di↵erential equation b =0.Thisterminologyalso • t applies to high-order di↵erential equations: e.g.y ¨t = gty˙t + htyt. Autonomous equation can be solved (illustrated) graphically, while linear equation admits analytical solution. 2.1 Analytical Solution A homogeneous di↵erential equation y˙t = atyt (2) Divide both sides by yt, y˙t = at (3) yt ⇤Please email me if you find errors or typos to [email protected]. All comments and suggestions are welcome and appreciated. 1 dlog(y ) t = a (4) ) dt t Therefore, t yt = C exp( asds)(5) Z0 where C is determined by boundary condition. A linear di↵erential equation y˙t = atyt + bt (6) Rearrange the above equation as y˙ a y = b (7) t − t t t Multiply both sides by exp( t a ds), we obtain − 0 s t R t t y˙ exp( a ds) a y exp( a ds)=b exp( a ds)(8) t − s − t t − s t − s Z0 Z0 Z0 That is t t d[yt exp( asds)] − 0 = b exp( a ds)(9) dt t − s R Z0 t t u y =exp( a ds)( b exp( a ds)du + C)(10) ) t s u − s Z0 Z0 Z0 where C is pinned down by boundary condition. Example k˙ = sk↵ δk (11) t t − t 1 ↵ Define zt = kt − ,then ↵ z˙ =(1 ↵)k− k˙ (12) t − t t Substitute k˙t,kt byz ˙t,zt,wearriveat z˙ = s(1 ↵) δ(1 ↵)z (13) t − − − t Let at = δ(1 ↵)andbt = s(1 ↵), and use the solution we already get in the linear di↵erential− equation.− − s s z = +(z )exp[ δ(1 ↵)t](14) t δ 0 − δ − − s 1 ↵ s 1 k = +(k − )exp[ δ(1 ↵)t] 1 ↵ (15) ) t {δ 0 − δ − − } − 2 2.2 Graphical Solution An autonomous equation y˙t = f(yt)(16) Solution Steps: Plot f(y)inthespaceof(y, y˙). Put y on the x-axis andy ˙ on the y-axis. • Draw rightward arrows when f>0, and leftward arrows when f<0. • Given an initial point, follow the arrows to track the dynamics of y. • Equilibrium and Stability: Wheny ˙t =0,wehavef(y) = 0. The solutions to f(yt) = 0 are equilibrium points. An equilibrium point y⇤ is said to be stable if f 0(y⇤) < 0 (or equivelently, write it as @y˙ < 0). Intuitively, the arrows around the equilibrium point @y|y⇤ direct to the stable equilibrium point. Or roughly speaking, after a small perturbation, yt will finally go back to the equilibrium point. Examples: b @y˙ y˙ = ay + b,wherea<0. The equilibrium point is y⇤ = .Since = a<0, this • t t − a @y|y⇤ equilibrium point is stable. See Figure 1. (Figures are on the last two pages.) b @y˙ y˙t = ayt + b,wherea>0. The equilibrium point is y⇤ = a .Since@y y⇤ = a>0, this • equilibrium point is unstable. See Figure 2. − | ˙ ↵ Go back to our old friend, kt = skt δkt,with0<↵<1. We have two equilibrium • s 1 @k−˙ @k˙ points: k⇤ =( ) 1 ↵ , k⇤⇤ =0.Then = δ(↵ 1) < 0and =+ .Therefore, δ − @k|k⇤ − @k|k⇤⇤+ 1 k⇤ is stable and k⇤⇤ is unstable. See Figure 3. 2.3 Linearization Suppose we are interested in the dynamics around the equilibrium y⇤. y˙ = f(y ) f(y⇤)+f 0(y⇤)(y y⇤)=f 0(y⇤)(y y⇤)(17) t t ⇡ t − t − Applying it to the above k˙ = sk↵ δk ,weobtain t t − t ↵ 1 k˙ =(↵sk⇤ − δ)(k k⇤)(18) t − t − 3 Systems of Di↵erential Equations 3.1 Analytical Solution Consider the linear system of di↵erential equation Y˙t = AtYt + Bt with At = A, Bt =0. A is a n n matrix with constant elements. ⇥ 3 AsimplecaseiswhenA has n linearly independent eigenvectors v1,v2....vn,withcorre- 1 sponding eigenvalues λ1,λ2,...,λn.ItisequivalenttosayA is diagonalizable D = P − AP , where the diagonal elements of D are λ1,λ2,...,λn and the columns of P are v1,v2....vn. 1 Y˙t = AYt = PDP− Yt (19) 1 1 1 P − Y˙ = P − AY = DP − Y (20) ) t t t 1 Denote Zt = P − Yt,wehave Z˙t = DZt (21) z˙ = λ z ,i=1, 2,...,n (22) ) it i it z = c exp(λ t),i=1, 2,...,n (23) ) it i i Given Zt,weimmediatelygetYt = PZt. One can follow the same steps above to show that Y˙t = AYt + Bt has analytical solution as well. Remark 1. If A is not diagnonalizable (for example, in a two-dimension case, we may only have one linearly independent eigenvector), we can use another decomposition 1 1 T = U − AU,whereT is an upper triangular matrix. Denote Wt = U − Yt,wehaveW˙ t = 1 TWt + U − Bt,thensolvewit by the order of wnt,wn 1,t,...,w1t,wherewit is the ith element − of Wt. Remark 2. It is possible that eigenvalues are complex numbers, and eigenvectors are complex vectors thus we obtain complex solutions. However, we want real solutions instead of complex solutions. Apply the following observation: if pt + iqt is a solution to Y˙t = AYt (p iq should also be a solution), where p and q are real vectors, then p and q are also t − t t t t t the solutions. This is because Y˙t =˙pt + iq˙t = A(pt + iqt)=Apt + iAqt,thenwearriveat p˙t = Apt andq ˙t = Aqt. 3.2 Graphical Solution (Phase Diagram) Here we focus on two dimensions of system of di↵erential equations. That is we have two variables y1 and y2 of interest. y˙1t = f(y1t,y2t)(24) y˙2t = g(y1t,y2t)(25) Solution Steps: In the space (y ,y ), draw the lines ofy ˙ =0andy ˙ =0respectively.Orequivalently • 1 2 1t 2t to say, draw both f(y1,y2)=0andg(y1,y2)=0 Draw rightward arrows wheny ˙ > 0, and leftward arrows wheny ˙ < 0 • 1t 1t Draw upward arrows wheny ˙ > 0, and downward arrows wheny ˙ < 0 • 2t 2t The intersections ofy ˙1t =0andy ˙2t =0areequilibriumpoints.Thesepointscanbe • stable, unstable or saddle path stable. 4 Given an initial point, follow the direction of arrows to track the dynamics of (y ,y ) • 1t 2t Remark. In macroeconomics,we usually have initial values of state varibles (instead of all the varibles) and a transversality condition to uniquely determine the initial point and thus the whole dynamics. For example, given y10 ( y1t is a state variable), we will pick up y20 (y2t is a control variable). After picking up y20, we follow arrows and we need to ensure that we will reach an equilibrium point which satisfies the transversality condition. Example 1 Consider the following system of di↵erential equations of ct and kt. k˙ = k↵ δk c (26) t t − t − t 1 ↵ 1 c˙ = (↵k − δ ⇢)c (27) t γ t − − t Boundary condition: initial state k0 and transversality condition limt + λtkt =0.Youwill ! 1 see what transversality condition is in class, and it basically guarantees that the economy will not explode or converge to a non-sense point (no-ponzi scheme). Note we will have a unique saddle path. See Figure 4. Example 2 Now we turn to a two dimension linear case Y˙t = AYt,whereYt =(y1t,y2t)0 and A is a 2 by 2 matrix with constant elements. We first write out the analytical solutions (see the above Section 3.1 for how to solve it.). Suppose the eigenvalues of matrix A are λ1 and λ2. If λ1 = λ2 and the two linearly independent eigenvectors are v1,v2,thesolutionisof • the form:6 λ1t λ2t Yt = C1v1e + C2v2e (28) If λ = λ (must be a real number) and we have two linearly independent eigenvectors • 1 2 v1,v2 ,thesolutionisoftheform: λ1t λ1t Yt = C1v1e + C2v2e (29) If λ = λ (must be a real number) and we only have one linearly independent eigen- • 1 2 vector v1,thesolutionisoftheform: λ1t λ1t λ1t Yt = C1v1e + C2(v1te + v2e )(30) where v is the solution of (A λ I)v = v 2 − 1 2 1 Constants C1 and C2 are determined by boundary conditions. Eigenvalues and Stability (Example 2) If the eigenvalues are both positive real numbers, the equilibrium is unstable. See • Figure 5. If the eigenvalues are both negative real numbers, the equilibrium is stable. See Figure • 6. 5 If the real parts of the eigenvalues are of opposite sign (it also implies that there is • no complex part), the equilibrium is saddle path stable. Note this case is of special interest in this class. See Figure 7. If the eigenvalues are both complex numbers and the real parts are both positive, the • system is unstable and oscillating. See Figure 8. If the eigenvalues are both complex numbers and the real parts are both negative, the • system converges to the steady state in an oscillating manner.
Recommended publications
  • Macroeconomics II: Behavioural Macro Summer 2017
    Johannes-Gutenberg University Mainz Bachelor of Science in Wirtschaftswissenschaften Macroeconomics II: Behavioural Macro Summer 2017 Klaus Wälde (lecture) and Jean Roch Donsimoni (tutorials) www.macro.economics.uni-mainz.de February 22, 2017 Part III How behavioural macro could look like 10 The plan We take three typical macroeconomic fields • — business cycle analysis — unemployment and — growth We get to know standard models that allow us to understand why there are • — business cycles — unemployment and — growth 164 We then replace our well-known but far-off-track homo oeconomicus by more emotional • counterparts We see how predictions in emotional (or behavioural) macro models differ from standard • predictions: what can we now understand that we did not understand earlier? Is this prediction in any sense meaningful i.e. can we empirically distinguish between the • extended version and the original one? (though one) 165 11 Unemployment and time inconsistency 11.1 Models of unemployment Macro I told us that we can distinguish between Models of labour supply (“voluntary unemployment”) • Traditional views of unemployment based on static models • Modern models of unemployment looking at the dynamics of a labour market (search and • matching models) 166 11.1.1 A reminder of voluntary unemployment ... understood as a labour supply decision The setup • — Consider an individual that values consumption c and leisure l and is described by 1/θ u (c, l) = c + (1 ) l , < 1, 0 < < 1 — Real budget constraint (wage expressed in units of consumption
    [Show full text]
  • 5 the AK Model
    Economic Growth Models: A Primer /Student's Guide, Miguel Lebre de Freitas 5 The AK model “…a level effect can appear as a growth effect for long periods of time, since adjustments in real economies may take place over decades”. [Sachs and Warner]. Learning Goals: Understand why getting rid of diminishing returns one can obtain unceasing growth via factor accumulation. Distinguish the case with endogenous savings. Review different models were simple factor accumulation can generate endogenous growth. Acknowledge the empirical challenges raised by the abandonment of diminishing returns. 5.1 Introduction Along the previous chapters, we learned that, under diminishing returns, factor accumulation cannot, by itself, explain the tendency for per capita income to grow over time. For this reason, a sustained growth of per capita income can only be achieved in the neoclassical model by postulating an exogenous rate of technological progress. In this chapter it is shown that, by getting rid of diminishing returns on capital accumulation, one can obtain continuous growth of per capita income without the need to postulate an exogenous rate of technological progress. This result is shown in terms of the so- called AK model. The AK model differs critically from the Solow model in that it relies on a production function that is linear in the stock of capital. In this model, per capita income grows continuously in the equilibrium, without any tendency to stabilize. In that model, a rise in the saving rate produces a permanent increase in the growth rate of per capita income. This contrasts with the Solow model, where a rise in the saving rate only delivers only a “level effect”.
    [Show full text]
  • A Politico-Economic Model of Aging, Technology Adoption and Growth Francesco Lancia and Giovanni Prarolo
    A Politico-Economic Model of Aging, Technology Adoption and Growth Francesco Lancia and Giovanni Prarolo NOTA DI LAVORO 48.2007 APRIL 2007 KTHC – Knowledge, Technology, Human Capital Francesco Lancia, University of Bologna Giovanni Prarolo, University of Bologna and Fondazione Eni Enrico Mattei This paper can be downloaded without charge at: The Fondazione Eni Enrico Mattei Note di Lavoro Series Index: http://www.feem.it/Feem/Pub/Publications/WPapers/default.htm Social Science Research Network Electronic Paper Collection: http://ssrn.com/abstract=984242 The opinions expressed in this paper do not necessarily reflect the position of Fondazione Eni Enrico Mattei Corso Magenta, 63, 20123 Milano (I), web site: www.feem.it, e-mail: [email protected] A Politico-Economic Model of Aging, Technology Adoption and Growth Summary Over the past century, all OECD countries have been characterized by a dramatic increase in economic conditions, life expectancy and educational attainment. This paper provides a positive theory that explains how an economy might evolve when the longevity of its citizens both influences and is influenced by the process of economic development. We propose a three periods OLG model where agents, during their lifetime, cover different economic roles characterized by different incentive schemes and time horizon. Agents’ decisions embrace two dimensions: the private choice about education and the public one upon innovation policy. The theory focuses on the crucial role played by heterogeneous interests in determining innovation policies, which are one of the keys to the growth process: the economy can be discontinuously innovation- oriented due to the different incentives of individuals and different schemes of political aggregation of preferences.
    [Show full text]
  • Money and the Welfare Cost of Inflation in an R&D-Growth Model
    A Tale of Two Growth Engines: Interactive Effects of Monetary Policy and Intellectual Property Rights* Angus C. Chu, Ching-Chong Lai, and Chih-Hsing Liao Final Version: September 2018 * The authors would like to thank Juin-Jen Chang, Chi-Ting Chin, Fu-Sheng Hung, Yiting Li, Ming-Fu Shaw, and two anonymous referees for their insightful comments. The usual disclaimer applies. ANGUS C. CHU is a professor of economics at China Center for Economic Studies, School of Economics, Fudan University and a research fellow at Shanghai Institute of International Finance and Economics (E-mail: [email protected]). CHING-CHONG LAI is a Distinguished Research Fellow at the Institute of Economics, Academia Sinica, and a Chair Professor at the Department of Economics, National Cheng Chi University, Institute of Economics, National Sun Yat-Sen University, and Department of Economics, Feng Chia University (E-mail: [email protected]). CHIH-HSING LIAO is an associate professor at the Department of Economics, Chinese Culture University, (E-mail: [email protected]) A Tale of Two Growth Engines: Interactive Effects of Monetary Policy and Intellectual Property Rights ______________________________________________________________________________ Abstract How do intellectual property rights that determine the market power of firms influence the growth and welfare effects of monetary policy? To analyze this question, we develop a monetary hybrid endogenous growth model in which R&D and capital accumulation are both engines of long-run economic growth. We find that monetary expansion hurts economic growth and social welfare by reducing R&D and capital accumulation. Furthermore, a larger market power of firms strengthens these growth and welfare effects of monetary policy through the R&D channel but weakens these effects through the capital-accumulation channel.
    [Show full text]
  • Government Spending in a Simple Model of Endogeneous Growth
    Government Spending in a Simple Model of Endogeneous Growth The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation Barro, Robert J. 1990. Government spending in a simple model of endogeneous growth. Journal of Political Economy 98(S5): 103-125. Published Version doi:10.1086/261726 Citable link http://nrs.harvard.edu/urn-3:HUL.InstRepos:3451296 Terms of Use This article was downloaded from Harvard University’s DASH repository, and is made available under the terms and conditions applicable to Other Posted Material, as set forth at http:// nrs.harvard.edu/urn-3:HUL.InstRepos:dash.current.terms-of- use#LAA Government Spending in a Simple Model of Endogenous Growth Robert J. Barro Harvard Universityand National Bureau of Economic Research One strand of endogenous-growth models assumes constant returns to a broad concept of capital. I extend these models to include tax- financed government services that affect production or utility. Growth and saving rates fall with an increase in utility-type expendi- tures; the two rates rise initially with productive government expen- ditures but subsequently decline. With an income tax, the decen- tralized choices of growth and saving are "too low," but if the production function is Cobb-Douglas, the optimizing government still satisfies a natural condition for productive efficiency. Empirical evidence across countries supports some of the hypotheses about government and growth. Recent models of economic growth can generate long-term growth without relying on exogenous changes in technology or population. Some of the models amount to theories of technological progress (Romer 1986; this issue) and others to theories of population change (Becker and Barro 1988).
    [Show full text]
  • A. Economic Growth and Business Cycles
    Macroeconomic theory and methodology Lectures delivered by V. Kvedaras 1. An overview of historical developments and macroeconomic problems. Features of contemporary macroeconomic methodology: a. Economic growth and business cycles. b. Macroeconomic schools and their methodological approaches. c. Markets and agents, aggregate constraints, objective functions, technological and budget constraints. Ad hoc and optimization-based behavioural equations. Lucas critique. d. The role and alternatives of expectations, backward-, forward-looking expectations and the intertemporal optimization, market frictions and imperfections, money neutrality and the Ricardian equivalence. e. Problems of aggregation and issues of representative agents. Possibility of analysis of welfare. Basic literature: [A] Ch.2, [H-P] Ch.1.3 and Epilogue. 2. An (IS-LM-)AD-AS: a. Static optimization based derivation of short-term production function. Actual and potential output and the aggregate supply function. y-y*= (p-w) as a log approximation to AS function. b. Models of aggregate expenditure (E=C+G+I+X-M) and the multiplier effects: alternative functions of private consumption (Keynesian, permanent income), capital accumulation and dynamics of investment (accelerator, Tobin’s q); import and export demand functions; equilibrium Y=E and the multiplier effects; the IS function y=a+g - r + (pf+e-p) as a log- linear approximation of the equilibrium condition in the market of goods and services. c. Money market: exchange rate regimes, supply of money, money demand function, equilibrium in the money market and the LM curve m-p=y - i as a log-linear approximation. Real and nominal interest rates, actual and expected inflation, Fisher equation. d. Wages and backward-looking expectations (naïve, adaptive, rational).
    [Show full text]
  • 004: Macroeconomic Theory Lecture 22
    004: Macroeconomic Theory Lecture 22 Mausumi Das Lecture Notes, DSE November 11, 2014 Das (Lecture Notes, DSE) Macro November11,2014 1/12 AK Production Technology: First Step Towards Endogenous Growth? In our earlier discussion we have seen that we can have long run growth of per capita income in the Solow model without technical progress if we relax some of the properties of the neoclassical production function. In particular, steady growth along a balanced growth path is possible if the production function exhibits non-diminishing returns. A specific example of such non-diminishing returns technology is the AK technology where output is a linear function of capital: Yt = AKt . The AK model is the precursor to the latter-day ‘endogenousgrowth theory’which (unlike Solow) explains technological progress in terms endogenous factors within the economy. When technology interacts with the factor accumulation, there is no reason why the production function would exhibit diminishing returns. Das (Lecture Notes, DSE) Macro November11,2014 2/12 Justifications for AK Technology: There are many justifications as to why the ‘aggregate’production technology might be linear. Here we look at three distinct examples - each providing a different justification as to why diminishing returns might not work: 1 Fixed Coeffi cient Technogy - exhibiting complemetarity between factors of production; 2 Production Technology with Learning-by-Doing and Knowledge Spillover (Frankel-Romer); 3 Production Technology with Producible Inputs (Barro). Das (Lecture Notes, DSE) Macro November11,2014 3/12 Justification for AK Technology: Leontief Production Function The first example of an AK technology is of course the Fixed Coeffi cient (Leontief) Production Function: Yt = min [aKt , bNt ] , where a and b are the constant coeffi cients representing the productivity of capital and labour respectively.
    [Show full text]
  • A Tale of Two Cities: Factor Accumulation and Technical Change in Hong Kong and Singapore
    This PDF is a selection from an out-of-print volume from the National Bureau of Economic Research Volume Title: NBER Macroeconomics Annual 1992, Volume 7 Volume Author/Editor: Olivier Jean Blanchard and Stanley Fischer, editors Volume Publisher: MIT Press Volume ISBN: 0-262-02348-2 Volume URL: http://www.nber.org/books/blan92-1 Conference Date: March 6-7, 1992 Publication Date: January 1992 Chapter Title: A Tale of Two Cities: Factor Accumulation and Technical Change in Hong Kong and Singapore Chapter Author: Alwyn Young Chapter URL: http://www.nber.org/chapters/c10990 Chapter pages in book: (p. 13 - 64) Alwyn Young SLOAN SCHOOLOF MANAGEMENT,MIT AND NBER A Tale of Two Cities: Factor Accumulation and Technical Change in Hong Kong and Singapore* 1. Introduction Recent years have witnessed an enormous revival of interest in growth theory, stimulated in no small part by the development of innovative models of endogenous growth by Romer (1986, 1990), Lucas (1988), Grossman and Helpman (1991a,b), Jones and Manuelli (1990), Rebelo (1991), and Stokey (1988). The empirical implications of these models have been subjected to extensive regression analysis using cross- national data sets (e.g., Barro 1991; Levine and Renelt 1991). Almost no attempt has been made, however, to link these new theories to the empirical experience of individual economies.1 Case study analyses pro- vide both the author and the reader with the opportunity to develop a rich understanding of the conditions, processes, and outcomes that have governed the growth experience of actual economies. As such, they provide a means of testing the implications of existing theories and developing one's thinking on the growth process.
    [Show full text]
  • Economic Growth
    Economic Growth Theory and Numerical Solution Methods Alfonso Novales ¢ Esther Fernández ¢ Jesús Ruiz Economic Growth Theory and Numerical Solution Methods ABC Professor Alfonso Novales Dr. Esther Fernández Dr. Jesús Ruiz Universidad Complutense Departamento de Economia Cuantitativa Campus Somosaguas 28223 Pozuelo de Alarcón (Madrid) Spain [email protected] [email protected] [email protected] ISBN 978-3-540-68665-1 (hardcover) e-ISBN 978-3-540-68669-9 ISBN 978-3-642-11132-7 (softcover) DOI 10.1007/978-3-540-68669-9 Springer Heidelberg Dordrecht London New York Library of Congress Control Number: 2010921304 °c Springer-Verlag Berlin Heidelberg 2009, First softcover printing 2010 This work is subject to copyright. All rights are reserved, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilm or in any other way, and storage in data banks. Duplication of this publication or parts thereof is permitted only under the provisions of the German Copyright Law of September 9, 1965, in its current version, and permission for use must always be obtained from Springer. Violations are liable to prosecution under the German Copyright Law. The use of general descriptive names, registered names, trademarks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. Cover design: WMX Design GmbH, Heidelberg Printed on acid-free paper Springer is part of Springer Science+Business Media (www.springer.com) To our spouses and children, Charo Miguel and Miguel Angel´ Rafi and Sergio Preface Integrating Growth Theory and Numerical Solutions Dynamic, stochastic models with optimizing agents have become a standard tool for policy design and evaluation at central banks and governments around the world.
    [Show full text]
  • What Drives Productivity Growth?
    Kevin J. Stiroh What Drives Productivity Growth? • Neoclassical and “new growth” theories offer n 1995, the U.S. economy started to experience a strong alternative explanations for productivity and Iresurgence in labor productivity growth. After growing only output growth. 1.3 percent per year from 1973 to 1995, labor productivity growth jumped to 2.5 percent from 1995 to 1999 (see chart).1 • In the neoclassical view, exogenous This striking revival has hardly gone unnoticed, with technical progress drives long-run productivity academics, policymakers, and the financial press hotly debating growth since broadly defined capital competing explanations. Some commentators emphasize rapid suffers from diminishing returns. In contrast, capital accumulation and the recent investment boom, others the new growth models yield long-run point to deeper factors like fundamental technological change in high-tech industries, and still others argue that cyclical growth endogenously, either by avoiding 2 diminishing returns to capital or by forces provide the primary explanation. explaining technical progress This debate about the forces driving the U.S. economy mirrors a larger debate between the neoclassical and new internally. growth theories regarding the sources of economic growth. Economists have long disagreed about this vital question, and • Despite their differences, both views help the recent U.S. productivity revival presents an opportune to explain the recent rise in U.S. productivity backdrop to review this debate. growth. The methodological tools In the neoclassical view, broadly defined capital developed by neoclassical economists accumulation drives growth in the short run, but capital provide a means to measure the rate of eventually succumbs to diminishing returns, so long-run technical progress, while the models of productivity growth is entirely due to exogenous technical the new growth economists can provide progress.
    [Show full text]
  • Lecture Notes for Macroeconomics I, 2004
    Lecture notes for Macroeconomics I, 2004 Per Krusell Please do NOT distribute without permission Comments and suggestions are welcome! 1 2 Chapter 1 Introduction These lecture notes cover a one-semester course. The overriding goal of the course is to begin provide methodological tools for advanced research in macroeconomics. The emphasis is on theory, although data guides the theoretical explorations. We build en- tirely on models with microfoundations, i.e., models where behavior is derived from basic assumptions on consumers' preferences, production technologies, information, and so on. Behavior is always assumed to be rational: given the restrictions imposed by the primi- tives, all actors in the economic models are assumed to maximize their objectives. Macroeconomic studies emphasize decisions with a time dimension, such as various forms of investments. Moreover, it is often useful to assume that the time horizon is in¯nite. This makes dynamic optimization a necessary part of the tools we need to cover, and the ¯rst signi¯cant fraction of the course goes through, in turn, sequential maximization and dynamic programming. We assume throughout that time is discrete, since it leads to simpler and more intuitive mathematics. The baseline macroeconomic model we use is based on the assumption of perfect com- petition. Current research often departs from this assumption in various ways, but it is important to understand the baseline in order to fully understand the extensions. There- fore, we also spend signi¯cant time on the concepts of dynamic competitive equilibrium, both expressed in the sequence form and recursively (using dynamic programming). In this context, the welfare properties of our dynamic equilibria are studied.
    [Show full text]
  • Transitional Dynamics in the Solow-Swan Growth Model with AK Technology and Logistic Population Change∗
    Transitional Dynamics in the Solow-Swan Growth Model with AK Technology and Logistic Population Change¤ Alberto Bucciy Luca Guerriniz Abstract This paper offers an alternative way, based on the logistic population growth hypothesis, to yield transitional dynamics in the standard AK model with exoge- nous savings rate. Within this framework, we show that the dynamics of the capital stock per person and its growth rate can be non-monotonic over time. Moreover, even in the presence of negative growth, the capital stock per-capita can converge to a strictly positive level (different from the initial level) when time goes to in- finity. In general, the analysis allows us to conclude that the dynamics of the Solow-Swan model with linear technology and logistic population growth is richer than the one with exponential population growth. Key Words: Transitional Dynamics; AK model; Economic Growth; Population Dynamics; Physical Capital Investment JEL Codes: C61;J10;O16;O41 ¤This paper was presented at the 6th International Conference on Economic Theory (”Market Quality Dynamics”) held in Kyoto (Japan) on December 12th and 13th, 2008. We thank the Conference participants, and especially Professor Kazuo Nishimura, for insightful comments. Many thanks are also due to Raouf Boucekkine for discussions on a first draft of the paper. All remaining errors and omissions are our own responsibility. yState University of Milan, Department of Economics, Business and Statistics, via Conservatorio 7, I- 20122 Milan, Italy; e-mail: [email protected] zCorresponding author: University of Bologna, Department of Mathematics for Economic and Social Sciences, Via Filopanti 5, I-40126 Bologna, Italy; e-mail: [email protected] 1 1 Introduction One of the most relevant conclusions of the neoclassical growth model (Solow, 1956, and Swan, 1956, henceforth simply Solow-Swan) is that in the steady-state the growth rate of real per-capita output equals the rate of technological progress, which is taken as an exogenous variable.
    [Show full text]