L144
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的更多相关文章
- UWP Composition API - GroupListView(二)
还是先上效果图: 看完了上一篇UWP Composition API - GroupListView(一)的童鞋会问,这不是跟上一篇一样的吗??? 骗点击的?? No,No,其实相对上一个有更简单粗暴 ...
- Windows Phone 十八、加速计
加速度传感器 手机的加速度传感器工作时是通过 x.y.z 三个轴的偏移来计算的 在代码基本的 API 主要集中在 Accelerometer 类型中 主要是使用该类型的对象捕获 ReadingChan ...
- Springboot学习04-默认错误页面加载机制源码分析
Springboot学习04-默认错误页面加载机制源码分析 前沿 希望通过本文的学习,对错误页面的加载机制有这更神的理解 正文 1-Springboot错误页面展示 2-Springboot默认错误处 ...
- C#菜鸟正则表达式一
LZ菜鸟,仅整理笔记,顺带记录一下,谓之增加印象. LZ认为,没必要太纠结原理,模型, 屌丝能用就对了,剩下的事情用多了自然会去探索. 中文:正则表达式,英文:Regular ExPression, ...
- Extending Widgets with the Widget Factory
https://learn.jquery.com/jquery-ui/widget-factory/extending-widgets/ 实例 https://github.com/tkvw/jQue ...
随机推荐
- OpenERP学习过程1
系统为Win7 32位,下载并安装OpenERP: 1. 下载地址http://nightly.odoo.com/7.0/nightly/exe/ 2. 双击开始安装,由于选择的是all-in-one ...
- uiautomator定位元素
- wtforms Form实例化流程(源码解析)
class LoginForm(Form): #首先执行后得到的结果是UnboundField()对象 name=simple.StringField( label='用户名', validato ...
- day6 字典的增减查删
字典的使用 一.字典的特性 字典是无序的,数据关联性强,键值对,唯一一个映射的数据类型 字典的键必须是可哈希的(不可变的数据类型:字符串,数字,布尔值,元祖),并且是唯一的 不可哈希的(可变的数据类型 ...
- 微信小程序组件swiper
视图容器swiper:官方文档 Demo Code Page({ data:{ imgUrls: [ 'http://img02.tooopen.com/images/20150928/tooopen ...
- hdu1711 Number Sequence kmp应用
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1711 题目: Problem Description Given two sequences of n ...
- Oracle---------coalesce的用法介绍
COALESCE (expression_1, expression_2, ...,expression_n)依次参考各参数表达式,遇到非null值即停止并返回该值.如果所有的表达式都是空值,最终将返 ...
- netty5----心跳
netty3心跳: package com.heart; import java.net.InetSocketAddress; import java.util.concurrent.Executor ...
- Maven的SSM框架配置文件:
applicationContext.xml: <?xml version="1.0" encoding="UTF-8"?> <beans x ...
- Aware接口
Aware接口: 例如: BeanNameAware接口是为了让自身Bean能够感知到,获取到自身在Spring容器中的id属性. 同理,其他的Aware接口也是为了能够感知到自身的一些属性. 比如实 ...