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. js验证真实姓名

    var regName = /^[\u4e00-\u9fa5]{2,4}$/; if (!regName.test(examinee.name)) { wx.showToast({ title: &q ...

  2. Spring Data Jpa示例(IntelliJ maven项目)

    1. 在IntelliJ中新建maven项目 给出一个建好的示例,(本示例中省略了业务逻辑组件UserService) 2. 在pom.xml中配置依赖 包括: spring-context spri ...

  3. 调试ASP.NET网站IIS环境问题解决方法汇总

    调试网站时出现错误,错误如下: 1. 分析器错误消息: 创建 RewriterConfig 的配置节处理程序时出错: 无法生成临时类(result=1).error CS2001: 未能找到源文件“C ...

  4. Linux工作管理 jobs、fg、bg、nohup命令

    概述 在Linux 中我们登陆了一个终端,已经在执行一个操作,可以通过一定的操作或命令在不关闭当前操作的情况下执行其他操作. 例如,我在当前终端正在 vi 一个文件,在不停止 vi 的情况下,如果我想 ...

  5. 一个linux命令(6/13):traceroute命令

    通过traceroute 我们可以知道信息从你的计算机到互联网另一端的主机是走的什么路径.当然每次数据包由某一同样的出发点(source)到达某一同样的目的地(destination)走的路径可能会不 ...

  6. jQuery获取URL的GET参数值

    // jQuery url get parameters function [获取URL的GET参数值] // <code> // var GET = $.urlGet(); //获取UR ...

  7. python步长为负时的情况

    Sequence[start:end:step] python 的序列切片中,第一个:隔离了 起始索引 和 结束索引,第二个:隔离了 结束索引和 步长 step为正,则从左到右切片,如果 start ...

  8. JavaScript传递的是引用的副本

    看例子 var test1 = function (args) { args.name = "lcc2"; args = { name: "lcc3" }; } ...

  9. Apache 优化

    1.关闭DNS和名字解析 * HostnameLookups on | off | double 2.关闭客户端主机名解析 Apache .3之前HostnameLookups默认是打开的.这样客户端 ...

  10. cordova 5.0版本说明

    2015/04/21发布Cordova 5.0.0! 1)插件从Cordova plugins registry(CPR)全部移到npm,并且重新命名 ***org.apache.cordova.* ...