Giant rocks from space are falling from the sky more than they used to, but don't worry.

For the past 290 million years, large asteroids have been crashing into Earth more than twice as often as they did in the previous 700 million years, according to a new study in Thursday's journal Science.

But no need to cast a wary glance up. Asteroids still only smack Earth on average every million or few million years, even with the increased crash rate. NASA's list of potential big space rock crashes shows no pending major threats. The biggest known risk is a 4,200-foot (1.3-km) wide asteroid with a 99.988 percent chance that it will miss Earth when it whizzes very near here in 861 years.

Tell that to the dinosaurs. Most scientists think dinosaurs and a lot of other species went extinct after a huge space rock crashed into Central America about 65 million years ago.

"It's just a game of probabilities," said study lead author Sara Mazrouei, a University of Toronto planetary scientist. "These events are still rare and far between that I'm not too worried about it."

Mazrouei and colleagues in the United Kingdom and United States compiled a list of impact craters on Earth and the moon that were larger than 12 miles (20 km) wide and came up with the dates of them. It takes a space rock that's half a mile (800 meters) wide to create holes that big.

The team counted 29 craters that were no older than 290 million years and nine between 291 million years and 650 million years old.

But we can see relatively few big craters on Earth because the planet is more than 70 percent ocean and past glaciers smoothed out some holes, said University of Toronto planetary scientist Rebecca Ghent, a study co-author.

Extrapolating for what can't be seen brings the total to about 260 space crashes on Earth in the last 290 million years. Adding in other factors, the science team determined that the current space crash rate is 2.6 times more than the previous 700 million years.

Craters older than 650 million years are mostly wiped off on Earth by glacial forces so the scientists used impact craters on the nearby moon as a stand-in for holes between 650 million and 1 billion years old. The moon is a good guide for estimating Earth crashes, because it is close enough to be in the same bombardment path and its craters last longer.

"Perhaps an asteroid family was broken up in the asteroid belt," Mazrouei speculated. The space rocks then headed toward the Earth and moon, and the planet got slightly more because it is a bigger target and it has higher gravity, Ghent said.

Outside scientists are split about the research. Jay Melosh at Purdue said he found the number of craters too small to come to a reasonable conclusion, but Harvard's Avi Loeb said the case was convincing.

Humans might not have emerged without mass extinctions from space rocks about 250 million and 65 million years ago, Loeb said in an email, adding, "but this enhanced impact rate poses a threat for the next mass extinction event, which we should watch for and attempt to avoid with the aid of technology."

"This demonstrates how arbitrary and fragile human life is," Loeb wrote.

L240的更多相关文章

  1. 你必须收藏的Github技巧

    一秒钟把Github项目变成前端网站 GitHub Pages大家可能都知道,常用的做法,是建立一个gh-pages的分支,通过setting里的设置的GitHub Pages模块可以自动创建该项目的 ...

  2. github使用技巧

    转自:一秒钟把Github项目变成前端网站 后面加了一些自己的东西 一秒钟把Github项目变成前端网站 GitHub Pages大家可能都知道,常用的做法,是建立一个gh-pages的分支,通过se ...

  3. Redhat Linux内核升级全记录(转)

        http://www.sina.com.cn 2001/06/15 15:38 中国电脑教育报 李红   Redhat Linux因为比较容易上手,所以用户很多.它系统配置完善,预装了丰富的应 ...

  4. Linux进程调度器的设计--Linux进程的管理与调度(十七)

    1 前景回顾 1.1 进程调度 内存中保存了对每个进程的唯一描述, 并通过若干结构与其他进程连接起来. 调度器面对的情形就是这样, 其任务是在程序之间共享CPU时间, 创造并行执行的错觉, 该任务分为 ...

  5. C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形

    原文:C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形 在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形     最近在写WPF界面的时候遇到一个情 ...

随机推荐

  1. Java之Elasticsearch 增删改查

    <!--ELK --> <dependency> <groupId>org.elasticsearch.client</groupId> <art ...

  2. HDU 3466 Proud Merchants(0-1背包)

    http://acm.hdu.edu.cn/showproblem.php?pid=3466 题意: 最近,iSea去了一个古老的国家.在这么长的时间里,它是世界上最富有和最强大的王国.结果,这个国家 ...

  3. MarkChanges: Jmeter

    1. 20180627 调整启动的内存set HEAP=-Xms1024m -Xmx1024m2. 20180627 调整输出格式为xml #jmeter.save.saveservice.outpu ...

  4. Python day18模块介绍2(使用BASE_DIR修改临时path,os模块)

    1.BASE_DIR修改path(别人导入py项目时不会因为绝对路径无法解释) #sys修改环境变量 #使用BASE_DIR将绝对路径改为相对路径 import sys,os BASE_DIR=os. ...

  5. Codeforces 447D - DZY Loves Modification

    447D - DZY Loves Modification 思路:将行和列分开考虑.用优先队列,计算出行操作i次的幸福值r[i],再计算出列操作i次的幸福值c[i].然后将行取i次操作和列取k-i次操 ...

  6. Java多线程之内存可见性和原子性:Synchronized和Volatile的比较

    Java多线程之内存可见性和原子性:Synchronized和Volatile的比较     [尊重原创,转载请注明出处]http://blog.csdn.net/guyuealian/article ...

  7. English trip -- VC(情景课)3 D Reading

    xu言: 感觉睡眠尽量还是要保证7+小时,才能让自己的脑袋更清醒一些... Read 阅读 My Family My name is Gloria. This is my family . This ...

  8. 3-13《元编程》第5章Class Definitions 3-14(5-4Singleton Classes,2小时)3-15(3小时✅)

    类宏 环绕别名 singleton class Class就是增强的模块,类定义也就是模块定义. 5.1 Class Definitions Demystified 5.11 Inside Class ...

  9. 使用nginx+dnsmasq解决同IP不同端口Session冲突问题

    由于一台服务器上需要部署多个项目,而我们的WEB项目因为用到框架都是一样的,导致同时运行,session相互冲突,这个登录后,那个就得重新登录,造成了使用不方便,原因是IP相同认为是同一个域,接收了B ...

  10. bzoj 1267 Kth Number I (点分治,堆)

    超级钢琴的树上版本, 类似做法即可, 只不过区间转为dfs序了, 用点分求一下, 复杂度$O(nlog^2n)$ #include <iostream> #include <algo ...