Blog Topics...

3D plotting (1) Academic Life (2) ACE (18) Adaptive Behavior (2) Agglomeration (1) Aggregation Problems (1) Asset Pricing (1) Asymmetric Information (2) Behavioral Economics (1) Breakfast (4) Business Cycles (8) Business Theory (4) China (1) Cities (2) Clustering (1) Collective Intelligence (1) Community Structure (1) Complex Systems (42) Computational Complexity (1) Consumption (1) Contracting (1) Credit constraints (1) Credit Cycles (6) Daydreaming (2) Decision Making (1) Deflation (1) Diffusion (2) Disequilibrium Dynamics (6) DSGE (3) Dynamic Programming (6) Dynamical Systems (9) Econometrics (2) Economic Growth (5) Economic Policy (5) Economic Theory (1) Education (4) Emacs (1) Ergodic Theory (6) Euro Zone (1) Evolutionary Biology (1) EVT (1) Externalities (1) Finance (29) Fitness (6) Game Theory (3) General Equilibrium (8) Geopolitics (1) GitHub (1) Graph of the Day (11) Greatest Hits (1) Healthcare Economics (1) Heterogenous Agent Models (2) Heteroskedasticity (1) HFT (1) Housing Market (2) Income Inequality (2) Inflation (2) Institutions (2) Interesting reading material (2) IPython (1) IS-LM (1) Jerusalem (7) Keynes (1) Kronecker Graphs (3) Krussel-Smith (1) Labor Economics (1) Leverage (2) Liquidity (11) Logistics (6) Lucas Critique (2) Machine Learning (2) Macroeconomics (45) Macroprudential Regulation (1) Mathematics (23) matplotlib (10) Mayavi (1) Micro-foundations (10) Microeconomic of Banking (1) Modeling (8) Monetary Policy (4) Mountaineering (9) MSD (1) My Daily Show (3) NASA (1) Networks (46) Non-parametric Estimation (5) NumPy (2) Old Jaffa (9) Online Gaming (1) Optimal Growth (1) Oxford (4) Pakistan (1) Pandas (8) Penn World Tables (1) Physics (2) Pigouvian taxes (1) Politics (6) Power Laws (10) Prediction Markets (1) Prices (3) Prisoner's Dilemma (2) Producer Theory (2) Python (29) Quant (4) Quote of the Day (21) Ramsey model (1) Rational Expectations (1) RBC Models (2) Research Agenda (36) Santa Fe (6) SciPy (1) Shakshuka (1) Shiller (1) Social Dynamics (1) St. Andrews (1) Statistics (1) Stocks (2) Sugarscape (2) Summer Plans (2) Systemic Risk (13) Teaching (16) Theory of the Firm (4) Trade (4) Travel (3) Unemployment (9) Value iteration (2) Visualizations (1) wbdata (2) Web 2.0 (1) Yale (1)

Friday, September 17, 2010

Introductory Maths and Stats: Multi-Variable Calculus...

This is a continuation of my notes for my intro maths and stats tutorials.  This is my summary of Lecture Two: Multi-Variable Calculus...

Partial Differentiation: Easy to extend differentiation from single variable to multi-variable case.  Say you have f(x,y), then to take partial derivative with respect to x simply treat y as a constant and take the derivative of f with respect to x like single variable case!  That's it...also higher order derivatives are calculated by successive application of differentiation.  Demonstrate that cross-partial derivatives are equal (if f is well-behaved)!

I think it would be worthwhile to also mention the Hessian Matrix (matrix of second derivatives).  Talk about special cases when matrix is positive (semi) definite of negative (semi) definite.  Can also use it as an excuse to talk about eigenvalues, eigenvectors, determinants, etc from linear algebra.  Example: f(x,y)=x^2 + y^2...

Total Differentiation and Chain Rules: I totally agree with Yu Fu...one should not try to memorize all of the chain rules related to partial differentiation there are just too many combinations and cases.  Better to focus on understanding the concept of total differentiation and then the difference between independent and intermediate variables.  For example: suppose we have the usual case in economics where f(x(t), y(t)) and t=time.  In this case the independent variable is t, and the dependent variable is f (x and y are only intermediate variables that "filter" the effect of t on f). 

Implicit Functions and Differentiation: Just another application of partial differentiation and chain rules...

The Envelope Theorem: Understanding the envelope theorem is key in microeconomic price theory.  Mathematically, the envelope theorem is simply an application of chain rules, total differentiation, and partial differentiation!  No sweat...

Systems of Implicit Functions and Jacobian Determinants: BLAH!  OK, first I think the lecture notes need to be re-ordered so that the lecturer reviews determinants, Cramer's rule etc. BEFORE tackling this section.  Note that Cramer's rule is a REALLY inefficient way to solve a system of linear equations!  For QM0 exam the students may have to compute 3x3 determinant, so they need to know a formula for it...I would go with the Co-factor expansion...

Leibnitz's Rule: This is a cut I think...should be covered in detail by lecturer on Ramsey model in Macroeconomics I...

Integration with Several Variables: Move towards the beginning...this is very straightforward and should probably be talked about right after partial differentiation...

Homogeneous and Homothetic Functions: This is a cut.  Not because it isn't important...it is very important (implications of CRTS and such) but I think that the lecturer should cover these topics in class during term.  There is already too much material in the QM0 lecturers and this would allow for more detailed coverage of other topics...

Linear Dynamic System: If we want to keep this material in course, then we need to do a much better job of teaching eigenvalues, eigenvectors, and matrix diagonalization techniques.  Would recommend moving Appendix on eigenvalues, and eigenvectors into the lecture notes and teaching students how to reach the general solution of a linear dynamic system properly...

No comments:

Post a Comment