This repository contains teaching material for a week-long graduate course on mathematical methods for macroeconomics. The material was developed by Pascal Michaillat for EC400 at the London School of Economics & Political Science.
The course is hosted at https://www.pascalmichaillat.org/t3.html.
The course covers basic mathematical methods to study dynamical systems, in discrete time and in continuous time. Dynamical systems are systems that involve more than one time-period; they are prevalent in many areas of macroeconomics. The course covers three methods:
- Dynamic programming - to solve discrete-time optimization problems
- Optimal control - to solve continuous-time optimization problems
- Differential equations - to characterize continuous-time systems
The repository contains all the material for the course. It is organized in 3 folders:
lectures
folder - 3 sets of lecture noteshomework
folder - 3 problem sets and their solutionsexam
folder - a one-hour cumulative exam and its solutions
The material is available both as LaTeX files and as PDF files. The PDF files are produced by compiling the LaTeX files using pdfTeX and the MacTeX-2021 distribution.
The 3 folders contain the following LaTeX style files:
paper.sty
- style file for scientific papersnotes.sty
- style file modifyingpaper.sty
for lecture notesmath.sty
- style file containing mathematical formatting and shortcuts
The lectures
folder contains the following material:
dynamicprogramming.pdf
- lecture notes on dynamic programmingdynamicprogramming.tex
- LaTeX file producingdynamicprogramming.pdf
optimalcontrol.pdf
- lecture notes on optimal controloptimalcontrol.tex
- LaTeX file producingoptimalcontrol.pdf
differentialequations.pdf
- lecture notes on differential equationsdifferentialequations.tex
- LaTeX file producingdifferentialequations.pdf
phasediagrams.pdf
- phase diagrams included indifferentialequations.tex
phasediagrams.key
- Keynote file producingphasediagrams.pdf
The homework
folder contains the following material:
ps1.pdf
- problem set on dynamic programmingps1.tex
- LaTeX file producingps1.pdf
ps1solutions.pdf
- solutions to the problem set on dynamic programmingps1solutions.tex
- LaTeX file producingps1solutions.pdf
ps2.pdf
- problem set on optimal controlps2.tex
- LaTeX file producingps2.pdf
ps2solutions.pdf
- solutions to the problem set on optimal controlps2solutions.tex
- LaTeX file producingps2solutions.pdf
ps3.pdf
- problem set on differential equationsps3.tex
- LaTeX file producingps3.pdf
ps3solutions.pdf
- solutions to the problem set on differential equationsps3solutions.tex
- LaTeX file producingps3solutions.pdf
The exam
folder contains the following material:
exam.pdf
- one-hour exam covering all three topicsexam.tex
- LaTeX file producingexam.pdf
examsolutions.pdf
- solutions to the examexamsolutions.tex
- LaTeX file producingexam_solutions.pdf
No textbook is required for this course, but the following textbooks provide useful additional material:
- Chapters 6 & 7 of Introduction to Modern Economic Growth by Daron Acemoglu
- Differential Equations, Dynamical Systems, and an Introduction to Chaos by Morris Hirsch, Stephen Smale, and Robert Devaney
The content of this repository is licensed under the terms of the Creative Commons Attribution 4.0 International License (CC BY 4.0).