Puny Dwarf Planet, Named 'Goblin,' Found Far Beyond Pluto
A scrawny dwarf planet nicknamed "the Goblin" has been discovered well beyond Pluto.
A round frozen world just 186 miles (300 kilometers) across, the Goblin was spotted by astronomers in 2015 around Halloween, thus its spooky name. But it wasn't publicly unveiled until Tuesday following further observations with ground telescopes.
小妖精(Goblin)是一个直径仅186英里(300公里)的圆形冰冻星球,它在2015年万圣节前后被天文学家发现,因而得名。但直到星期二地面望远镜的进一步观测之后,它才被公之于众。
Scott Sheppard of the Carnegie Institution for Science, one of the astronomers who made the discovery, said the Goblin is on the small end for a dwarf planet. It is officially known as 2015 TG387 by the International Astronomical Union's Minor Planet Center.
This is the third dwarf planet recently found to be orbiting on the frigid fringes of our solar system.
Goblin's orbit is extremely elongated — so stretched out, in fact, that it takes 40,000 years for it to circle the sun.
At its most distant, the Goblin is 2,300 times farther from the sun than Earth. That's 2,300 astronomical units, or AU. One AU is the distance from Earth to the sun, or roughly 93 million miles (150 million kilometers).
At its closest, the Goblin is 65 times farther from the sun than Earth, or 65 AU. Pluto, by comparison, is approximately 30 to 50 AU.
Sheppard, along with Northern Arizona University's Chad Trujillo and the University of Hawaii's David Tholen, spotted the Goblin in October 2015 when it was relatively nearby — around 80 AU.
The two other dwarf planets are Sedna, discovered in 2003, which is about 620 miles (1,000 kilometers) across, and 2012 VP113, about 310 miles (500 kilometers). They were found by some of the same astronomers.
Thousands — even a million — more such objects could be way out there orbiting in the so-called Inner Oort Cloud, according to the researchers. They're in hot pursuit of them, as well as a potentially bigger-than-Earth planet known as Planet 9, or Planet X, believed by some scientists to be orbiting at a distance of hundreds of AU.
"These objects are on elongated orbits, and we can only detect them when they are closest to the Sun. For some 99 percent of their orbits, they are too distant and thus too faint for us to observe them. We are only seeing the tip of the iceberg,'' Sheppard said in an email.
Sheppard said the faraway objects are "like bread crumbs leading us to Planet X.''
"The more of them we can find, the better we can understand the outer solar system and the possible planet that we think is shaping their orbits — a discovery that would redefine our knowledge of the solar system's evolution,'' he said in a statement.

L144的更多相关文章

  1. UWP Composition API - GroupListView(二)

    还是先上效果图: 看完了上一篇UWP Composition API - GroupListView(一)的童鞋会问,这不是跟上一篇一样的吗??? 骗点击的?? No,No,其实相对上一个有更简单粗暴 ...

  2. Windows Phone 十八、加速计

    加速度传感器 手机的加速度传感器工作时是通过 x.y.z 三个轴的偏移来计算的 在代码基本的 API 主要集中在 Accelerometer 类型中 主要是使用该类型的对象捕获 ReadingChan ...

  3. Springboot学习04-默认错误页面加载机制源码分析

    Springboot学习04-默认错误页面加载机制源码分析 前沿 希望通过本文的学习,对错误页面的加载机制有这更神的理解 正文 1-Springboot错误页面展示 2-Springboot默认错误处 ...

  4. C#菜鸟正则表达式一

    LZ菜鸟,仅整理笔记,顺带记录一下,谓之增加印象. LZ认为,没必要太纠结原理,模型, 屌丝能用就对了,剩下的事情用多了自然会去探索. 中文:正则表达式,英文:Regular  ExPression, ...

  5. Extending Widgets with the Widget Factory

    https://learn.jquery.com/jquery-ui/widget-factory/extending-widgets/ 实例 https://github.com/tkvw/jQue ...

随机推荐

  1. Java并发—同步容器和并发容器

    简述同步容器与并发容器 在Java并发编程中,经常听到同步容器.并发容器之说,那什么是同步容器与并发容器呢?同步容器可以简单地理解为通过synchronized来实现同步的容器,比如Vector.Ha ...

  2. shell脚本调用传参【转载】

    转自:https://www.cnblogs.com/cisum/p/8010658.html 1.直接使用$0,$1,$2,$3 $0是脚本的名字,就是按顺序来 #!/bin/bash # auth ...

  3. 主机名 域名 网站名 URL

    举几个域名的例子:google.com,baidu.com,163.com可以明确的告诉你,加上www,就不再是域名了! 以http://mail.163.com/index.html为例进行说明:1 ...

  4. Authentication Overview

    Authentication Overview Service accounts User accounts API keys

  5. iOS学习之二维码扫描

    这几天刚好将本人高仿新浪微博的事情进行一个阶段性的tag,在此也将这个项目在实现二维码扫描这个功能来做一个简要的记录.关于高仿新浪微博的源代码,本人已经将全部代码托管到github,地址在这里.欢迎大 ...

  6. xpath(待补充)

    from lxml import etree html=""" <div> <ul> <li>1</li> <li ...

  7. Bootstrap总结二

    参考我的博客:http://www.isedwardtang.com/2017/09/01/bootstrap-primer-2/

  8. Firebug入门指南(转)

    本文转自:http://www.ruanyifeng.com/blog/2008/06/firebug_tutorial.html 作者: 阮一峰 日期: 2008年6月 8日 据说,对于网页开发人员 ...

  9. module.exports和exports得区别

    对module.exports和exports的一些理解 可能是有史以来最简单通俗易懂的有关Module.exports和exports区别的文章了. exports = module.exports ...

  10. linux---(6/27)tr命令和sed命令详解

    Tr命令: tr是简单的单个“字符”处理工具,而sed是功能非常强大的“字符串”处理工具. 用于查询,字符串2用于处理各种转换.tr刚执行时,字符串1中的字符被映射到字符串2中的字符,然后转换操作开始 ...