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. package.json 文件中的版本号

    版本号,格式:"主要版本,次要版本,补丁版本" 指定版本:比如1.2.2,遵循"主版本,次要版本,补丁版本"的格式规定,安装时只安装指定版本. 波浪号(tild ...

  2. socket、WebSocket

    WebSocket 协议本质上是一个基于TCP的协议,它由通信协议和编程API组成,WebSocket能够在浏览器和服务器之间建立双向连接,以基于事件的方式,赋予浏览器实时通信能力. socket本质 ...

  3. [BZOJ5249][九省联考2018]IIIDX(线段树)

    5249: [2018多省省队联测]IIIDX Time Limit: 40 Sec  Memory Limit: 512 MBSubmit: 32  Solved: 17[Submit][Statu ...

  4. oracle 导入excel

    方法二.利用PLSQL Developer使用PLSQL Developer工具,这个可是大名鼎鼎的Oracle DBA最常使用的工具.在单个文件不大的情况下(少于100000行),并且目的表结构已经 ...

  5. Spring和Quartz集成

    本文转载自:http://blog.csdn.net/u010648555/article/details/54891264 Spring是一个很优秀的框架,它无缝的集成了Quartz,简单方便的让企 ...

  6. Bootstrap-CSS:概况

    ylbtech-Bootstrap-CSS:概况 1.返回顶部 1. Bootstrap CSS 概览 在这一章中,我们将讲解 Bootstrap 底层结构的关键部分,包括我们让 web 开发变得更好 ...

  7. 最小化Linux系统安装

    安装CentOS 5.9 基于vbox虚拟机,虚拟机内存1 G,虚拟硬盘大小8 G 虚拟网卡使用host only方式 创建卷组centos 独立的boot分区 home, root和swap分区皆是 ...

  8. tensorflow定义神经网络损失函数MSE

    import numpy as np import tensorflow as tf y_pred = np.array([[1], [2], [3]],dtype=np.float32) y_rea ...

  9. API网关Kong系列(三)添加服务

    进入之前部署好的kong-ui,默认第一次登陆需要配置kong服务的地址 进入API菜单,点击+号 按照要求填入相关信息 至此完成,可以使用诸如 https://your.domain.com:208 ...

  10. Mybatis 测试延迟加载

    在学习mybatis的延迟加载时,对 lazyLoadingEnabled 和 aggressiveLazyLoading 的区别并不理解,特别是对查询的条件不同时,执行的查询语句也不一样,所以还是测 ...