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 ...
随机推荐
- VS2010/MFC编程入门系列教程 (转)
http://www.jizhuomi.com/school/ 鸡啄米编程课堂 http://www.jizhuomi.com/software/257.html http://blog.csdn. ...
- 如何用Photoshop画一个发光金币(unity游戏素材教程)
做好的发光金币预览图: 以下为如何用Photoshop画一个发光金币教程: [1]如上图1-2,新建,名称改为Coin,宽度20像素,高度20像素,分辨率72,背景白色: [2]使用Alt+Shift ...
- mySQL 教程 第2章 安装和介绍mySQL
设置mySQL字符集 支持中文的字符集是utf8,该设置可以更改mySQL配置文件进行全局设置,也可以针对数据库设置,也可以针对表设置,也可以针对列设置.字符集更改后新插入的数据生效,对以前不生效. ...
- 禁止Grid、TreeGrid列排序和列菜单
Ext的Grid和Treegrid默认提供列菜单的功能,在列菜单中可以进行排序以及控制列显示状态. 在实际项目中,往往有些列是不需要用户看到的,因此就必须屏蔽列菜单的功能. 1.屏蔽Grid,包括Ed ...
- Spring和Quartz集成
本文转载自:http://blog.csdn.net/u010648555/article/details/54891264 Spring是一个很优秀的框架,它无缝的集成了Quartz,简单方便的让企 ...
- 【Oracle学习笔记-5--】集合操作之union,intersect和minus操作
--union并操作 select e.employee_id,e.last_name from hr.employees e where e.last_name like 'C%' union se ...
- Qt5布局管理(二)——QDockWidget停靠窗口类
转载:LeeHDsniper 停靠窗口类QDockWidget 实例效果 如右图所示,左半部分MainWindow是该窗口的中心窗口,右边的最下面两个停靠窗口可以跳出该窗口: 但是第一个停靠窗口只能停 ...
- Eclipse: the import java.util cannot be resolved
the import java.util cannot be resolved 导入JRE System Library. 右键项目 Build Path Configure Build Path.. ...
- appium定位方法
1.id定位 driver.find_element_by_id("这里是resource-id") 2.name定位 (新版本的appium 1.7 已经没有这个定位方法了) d ...
- 1092 To Buy or Not to Buy (20 分)
1092 To Buy or Not to Buy (20 分) Eva would like to make a string of beads with her favorite colors s ...