The 2018 Nobel prizesThe Nobel prize for economics is awarded for work on the climate and economic growth
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.
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 agoHow NFL contracts give players so little power
The Economist explains7 hours agoThe website of British Airways needs to become clearer
Gulliver17 hours agoThe Nobel prize for economics is awarded for work on the climate and economic growth
Business and finance20 hours agoA right-wing populist is poised to become Brazil’s next president
Americas20 hours agoSuicides 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的更多相关文章
- Buddy system伙伴分配器实现
wikipedia:http://en.wikipedia.org/wiki/Buddy_memory_allocation The buddy memory allocation technique ...
- S8-codelab02
import news_cnn_model import numpy as np import os import pandas as pd import pickle import shutil i ...
- 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 ...
- 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 ...
- Java中实现SAX解析xml文件到MySQL数据库
大致步骤: 1.Java bean 2.DBHelper.java 3.重写DefaultHandler中的方法:MyHander.java 4.循环写数据库:SAXParserDemo.java ① ...
- sentence patterns
第四部分 推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...
- 100-days: sixteen
Title: The world's most expensive cities 生活成本最高的城市 For the first time in its 30-year history, the Wo ...
- en-zh(科学技术)science and technology
S Korea to roll out 5G韩国正式推5G商用服务 South Korea will become the first country to commercially launch f ...
- 每日英语:How to Save Detroit
Detroit is beautiful-though you probably have to be a child of the industrial Midwest, like me, to s ...
随机推荐
- logging 的配置和使用
logging 的配置和使用 reference : logging cookbook logging HOWTO 测试源码,example import logging nt = 'xwei' # ...
- module.exports用法
module.exports 对象是由模块系统创建的.在我们自己写模块的时候,需要在模块最后写好模块接口,声明这个模块对外暴漏声明内容,module.exports提供了暴漏接口的方法. 1.返回一个 ...
- phper必知必会(二)
1.说说你对进程,线程以及协程的理解 进程:是系统进行资源分配和调度的基本单位,是基本操作系统结构的基础.进程是程序基本执行的实体.进程与进程之间是独立的,拥有完全独立的地址空间,进程的切换只发生在内 ...
- Robomongo,Mongo可视化工具
哇唔,其实她是三(阴险脸). 你看你看,界面清新,让人家心旷神怡(害羞),谁还想win+R+mongo呀呀呀?! 哎呀呀,继续···说正事. 在这里···借助SQL进一步理解下MongoDB SQL术 ...
- DOM操作之获取HTML、文本和值
在前面的知识中,我们有提到一个text()方法用来获取文本,其实,在jQuery中,获取HTML和文本的方法有很多,下面依次演示这些方法. 在开始操作前,我们先在html中添加如下代码,后期所有的操作 ...
- 求两点之间距离 C++
求两点之间距离(20 分) 定义一个Point类,有两个数据成员:x和y, 分别代表x坐标和y坐标,并有若干成员函数. 定义一个函数Distance(), 用于求两点之间的距离.输入格式: 输入有两行 ...
- 远程复制文件scp使用
1. install sudo apt-get install openssh-client openssh-server 2. login ssh remoteuser@remoteIP 3. co ...
- thinkphp 5.0手记
场景配置,可配置多个数据库,按需求加载 数组合并:array_merge();键名相同后面覆盖前面 array_merge_recursive();键名相同,键值合并 对与http://localho ...
- 如何在一个js文件中引入另外的js文件
例如想要在a.js中引用b.js.c.js和d.js document.write("<script language='javascript' src='b.js'></ ...
- decorator的class方式
class式的 Decorator decorator的class方式 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 clas ...