The 2018 Nobel prizesThe Nobel prize for economics is awarded for work on the climate and economic growth

Paul Romer and William Nordhaus share the glory

Business and finance

Oct 8th 2018

 

WHY do economies grow, and why might growth outstrip the natural world’s capacity to sustain it? The answers to such questions have long eluded economists. But the profession’s progress towards cracking them is in large part because of this year’s recipients of the Nobel prize for economic sciences, Paul Romer (pictured, right) and William Nordhaus (pictured, left).

At first glance, the two scholars might not seem a natural pairing. But the Sveriges Riksbank, which awards the economics prize, hailed them for “integrating innovation and climate with economic growth”. Both men, in other words, have improved the way their profession thinks about the operation of impossibly complex, crucially important systems.

Get our daily newsletter

Upgrade your inbox and get our Daily Dispatch and Editor's Picks.

Latest stories

  • Mieko Kawakami is Japan’s brightest new literary star

    Prospero3 hours ago
  • How NFL contracts give players so little power

  • The website of British Airways needs to become clearer

    Gulliver17 hours ago
  • The Nobel prize for economics is awarded for work on the climate and economic growth

  • A right-wing populist is poised to become Brazil’s next president

    Americas20 hours ago
  • Suicides among British pensioners are falling

    Graphic detail21 hours ago

Mr Romer’s attention has ranged widely over the course of his career, but his focus has never strayed far from the nature of economic growth. Dismal scientists used to think that sustained growth over the long run depended on technological progress, which was in turn related to the creation of new ideas. But they struggled to pin down how new ideas emerged, and how innovation interacted with other market activity.

Mr Romer searched for answers by probing the “non-rivalrous” nature of new knowledge: the fact that ideas can be exploited endlessly. The firms or people who come up with new ideas can only capture a small share of the benefits arising from them; before long, competitors copy their brainwave and whittle away the innovators’ profits. In Mr Romer’s models of growth, the market generates new ideas. But the pace at which they are generated, and the way in which they are translated into growth, depend on other factors—such as state support for research and development or intellectual-property protections.

The “endogenous growth models” produced by Mr Romer and those influenced by him were once hailed as a critical step towards understanding patterns of economic growth across the globe. They have not quite fulfilled that promise. But their shortcomings have themselves been useful because of what they say about complex systems. What stops, for example, useful and widely available knowledge from translating into broad prosperity? What prevents the diffusion of knowledge, or its translation into growth, in some contexts but not others? By highlighting that the creation and spread of ideas is necessary for growth, but not sufficient for it, Mr Romer identified a rich vein for other researchers to mine.

Mr Nordhaus’s work tackles the interplay of several different complex systems. Awareness of the dangers of environmental damage, and of the threat from climate change, has grown over the past half-century. Understanding the economic costs such damage imposes is essential to answering the question of how much society should be willing to pay to avert environmental destruction. Mr Nordhaus has applied himself to this daunting problem. His most significant work models the economic harms from carbon emissions. To do so, he combined mathematical descriptions of how emissions affect atmospheric carbon concentrations with those of how atmospheric carbon affects global temperature, and how changes in temperature interact with economic activity.

Having constructed such “integrated assessment models”, Mr Nordhaus could project how different trajectories for global carbon emissions would produce different global temperatures. That, in turn, allowed him to estimate the likely economic costs of these different scenarios—and thence what level of reduction in emissions would be economically optimal. His results set the basic framework for climate-policy discussions. He was the first to suggest that warming should be limited to no more than 2°C higher than the world’s pre-industrial temperatures.

As with Mr Romer’s work, Mr Nordhaus’s contributions are also notable for what their shortcomings reveal. His work has prompted vigorous debate about how best to think through the huge uncertainties associated with global warming, from how emissions translate into higher temperatures to how well society can adapt to rapid changes in climate. Both prize-winners made their names grappling with problems that the field both could not understand and could not afford not to understand. They blazed trails that scholars continue to follow—to the benefit of both economics and humanity.

The 2018 Nobel prizesThe Nobel prize for economics is awarded for work on the climate and economic growth的更多相关文章

  1. Buddy system伙伴分配器实现

    wikipedia:http://en.wikipedia.org/wiki/Buddy_memory_allocation The buddy memory allocation technique ...

  2. S8-codelab02

    import news_cnn_model import numpy as np import os import pandas as pd import pickle import shutil i ...

  3. ACM学习历程—NPU1045 2015年陕西省程序设计竞赛网络预赛(热身赛)C题 Graph Theory(递推 && 组合数学 && 大数)

    Description In graph theory, a matching or independent edge set in a graph G = (V , E) is a set of e ...

  4. Browse Princeton's Series (by Date) in Princeton Economic History of the Western World

    Browse Princeton's Series (by Date) in Princeton Economic History of the Western World Joel Mokyr, S ...

  5. Java中实现SAX解析xml文件到MySQL数据库

    大致步骤: 1.Java bean 2.DBHelper.java 3.重写DefaultHandler中的方法:MyHander.java 4.循环写数据库:SAXParserDemo.java ① ...

  6. sentence patterns

    第四部分     推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...

  7. 100-days: sixteen

    Title: The world's most expensive cities 生活成本最高的城市 For the first time in its 30-year history, the Wo ...

  8. en-zh(科学技术)science and technology

    S Korea to roll out 5G韩国正式推5G商用服务 South Korea will become the first country to commercially launch f ...

  9. 每日英语:How to Save Detroit

    Detroit is beautiful-though you probably have to be a child of the industrial Midwest, like me, to s ...

随机推荐

  1. 分布式数据存储 shard(切片) 和 repali(副本) 的 节点数的关系。

    1 , node 的 数量 应该大于等于 副本(指的是单个 shard 的 主副本+备份副本数)的 数量 ,如果 副本的数量大于 node 数量,那么 一个node 必定有2 个相同的 副本,这个多出 ...

  2. C# ObjectArx AutoCAD二次开发(转帖)

    http://www.cnblogs.com/houlinbo/p/3325898.html 1.开发基本资料准备 用Vs2010进行Autocad 2010开发,首先下载ObjectArx 2010 ...

  3. codevs 1131 统计单词数

    #include<iostream> #include<string> using namespace std; int main() { string s, s0; getl ...

  4. 【python】常用的一些内置函数

    1.cmp cmp(A,B)函数,比较A,B的大小,如果A大于B,返回1,A小于B返回-1,A等于B返回0 print cmp(12,33) >>>-1 print cmp(&quo ...

  5. VS2015 C#项目工程配置emgucv依赖的方法

    1.VS2015新建一个C# console工程 2.Tools->NuGet package management->manage NuGet package for solution- ...

  6. Fatal error: Unable to find local grunt.

    https://stackoverflow.com/questions/15483735/fatal-error-unable-to-find-local-grunt-when-running-gru ...

  7. [转]MSSQL 判断临时表是否存在

    原文来自:http://www.cnblogs.com/szfhquan/p/4229150.html 方法一: 1 if exists (select * from tempdb.dbo.sysob ...

  8. [转]关闭WIN7“程序兼容性助理”

    转载自 http://www.flighty.cn/html/tutorial/20140717_244.html WIN7程序兼容性助理其实是一个非常鸡肋的功能,对于我们基本上可以说没有什么用处,反 ...

  9. sklearn 线性模型使用入门

    LinearRegression fits a linear model with coefficients  to minimize the residual sum of squares betw ...

  10. java的多态性(二)

    2013-10-16 19:44 9364人阅读 评论(25) 收藏 举报  分类: [JAVA开发]-----Java提高篇(36)  版权声明:本文为博主原创文章,未经博主允许不得转载.   目录 ...