Discussion about this post

User's avatar
Matt Frank's avatar

Dietrich Vollrath blogged a fantastic review of "Slouching" back in October (https://growthecon.com/feed/2022/10/11/DeLong-Review.html) in which he pointed out that to see 1870 as the "hinge of history" you really need to take into account the demographic transition. Your Python exercise above gave me the opportunity to visualize that perfectly.

Set the graph to have log scale on the y-scale (`ax.set_yscale('log')`) and at some arbitrary year (e.g. `t==500`) change h to 0.01:

Population starts to grow exponentially, but income bumps up by a small constant and then again becomes stagnant.

So to see the "hinge of history" we have to modify the equation for `n` in some way so that as income gets sufficiently high, `n` starts to fall.

Expand full comment
Kent's avatar

Different topic, but has anyone else noticed that Tesla's quarterly US sales count isn't increasing? A company with a growth P/E that isn't growing, and is cutting prices.

Expand full comment
6 more comments...

No posts