Gliese 876: coplanarity

General physics and astronomy discussions not directly related to Celestia
Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 5 months

Gliese 876: coplanarity

Post #1by ajtribick » 23.01.2009, 20:14

Bean and Seifahrt, arXiv, "The architecture of the GJ876 planetary system. Masses and orbital coplanarity for planets b and c"
Combined analysis of radial velocity and astrometric measurements indicates that the planets b and c are in (nearly) coplanar orbits. This also resolves the previous discrepancy between the astrometric analysis which favoured an inclination of ~80 degrees, and dynamical radial velocity fitting which favoured an inclination of ~50 degrees.

Here's a .ssc file you can drop in your extras folder which implements the orbits given in Table 2. Note that due to strong planet-planet interactions in this system, the use of Keplerian orbits isn't a very good representation at all.

Code: Select all

Modify "b" "Gliese 876"
{
   EllipticalOrbit {
      Epoch 2452490.0
      Period 0.16649
      SemiMajorAxis 0.20700
      Eccentricity 0.0363
      Inclination 130.4
      AscendingNode 253.8
      ArgOfPericenter 194.5
      MeanAnomaly 163.1
   }
}

Modify "c" "Gliese 876"
{
   EllipticalOrbit {
      Epoch 2452490.0
      Period 0.083452
      SemiMajorAxis 0.13062
      Eccentricity 0.2683
      Inclination 134.4
      AscendingNode 251.3
      ArgOfPericenter 203.1
      MeanAnomaly 309.1
   }
}

Modify "d" "Gliese 876"
{
   EllipticalOrbit {
      Epoch 2452490.0
      Period 0.005305563
      SemiMajorAxis 0.0208069
      Eccentricity 0
      Inclination 130.4
      AscendingNode 253.8
      ArgOfPericenter 6.3
      MeanAnomaly 312.2
   }
}

Avatar
Hungry4info
Posts: 1133
Joined: 11.09.2005
With us: 19 years 4 months
Location: Indiana, United States

Re: Gliese 876: coplanarity

Post #2by Hungry4info » 26.03.2009, 22:52

Thanks for this =).

I have written a short .stc bit implementing the RV effects of all three planets on the host star, as well as aligning the rotation of the star with the orbits of the planets (not an unreasonable assumption, except for one planet, all planets for which the Rossiter McLaughlin effect has been measured are found to be aligned with the star's rotation.

Code: Select all

# Gliese 876
Barycenter "GJ 876"
{
RA         343.3197246
Dec        -14.2637006
Distance   15.3347
}
   Barycenter "gj876b_barycenter"  # Show effects of b.
   {
      OrbitBarycenter "GJ 876"

      EllipticalOrbit {
      Period          0.166844626968
      SemiMajorAxis   0.00166079
      Eccentricity    0.0363
      Inclination   130.4
      AscendingNode   253.8
      MeanAnomaly   163.1
      }
   }

   Barycenter "gj876c_barycenter"  # Show effects of c.
   {
      OrbitBarycenter "gj876b_barycenter"

      EllipticalOrbit {
      Period          0.082409308693
      SemiMajorAxis   0.00030871
      Eccentricity    0.2683
      Inclination   134.4
      AscendingNode   251.3
      MeanAnomaly   309.1
      }
   }

   113020 "Gliese 876"
   {
   OrbitBarycenter "gj876c_barycenter" # Show effects of d.
   SpectralType "M4V"
   AppMag 10.17

        EllipticalOrbit {
   Period     0.005305297741
        SemiMajorAxis   0.00000168199
        Eccentricity   0
   Inclination   134.4
   AscendingNode   251.3
        MeanAnomaly        309.1
        }
   Obliquity   134.4 # guess, to match inclination
   EquatorAscendingNode  251.3 # guess, to match ascending node
   }
Current Setup:
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 10 months
Location: Hamburg, Germany

Re: Gliese 876: coplanarity

Post #3by t00fri » 26.03.2009, 23:18


It's a nice first determination of exoplanetary orbital inclinations, but the result is not too surprising. Like in our Solar system, the planets were apparently created in a circumstellar disk such that the individual angular momentum vectors are pretty much aligned...

Fridger
Image

Avatar
Hungry4info
Posts: 1133
Joined: 11.09.2005
With us: 19 years 4 months
Location: Indiana, United States

Re: Gliese 876: coplanarity

Post #4by Hungry4info » 26.03.2009, 23:42

t00fri wrote:It's a nice first determination of exoplanetary orbital inclinations, but the result is not too surprising. Like in our Solar system, the planets were apparently created in a circumstellar disk such that the individual angular momentum vectors are pretty much aligned...

True. I think it was reported that one of the Upsilon Andromedae planets (d, specifically) are inclined by 30 degrees to the system. But I don't know where that was reported, or if it's even true.

If so, interactions via the Kozai Mechanism between Ups And d and Ups And B (the dM star companion) might have been the cause. I wonder if planetary systems in multi-stellar systems will be found to be over a wide range of mutual inclinations.
Current Setup:
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 5 months

Re: Gliese 876: coplanarity

Post #5by ajtribick » 27.03.2009, 20:41

Well given the apparent regular behaviour of the b+c pair, I suspect it should be possible to represent the system using periodic functions in a ScriptedOrbit.

Pity we don't have a ScriptedEllipticalOrbit so we could see the orbits precessing...

Avatar
Hungry4info
Posts: 1133
Joined: 11.09.2005
With us: 19 years 4 months
Location: Indiana, United States

Re: Gliese 876: coplanarity

Post #6by Hungry4info » 27.03.2009, 21:18

ajtribick wrote:Pity we don't have a ScriptedEllipticalOrbit so we could see the orbits precessing...

That could be useful in a lot of areas. Mercury, HMXB systems, etc.
Current Setup:
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 23 years
Location: Seattle, Washington, USA

Re: Gliese 876: coplanarity

Post #7by chris » 27.03.2009, 22:48

ajtribick wrote:Well given the apparent regular behaviour of the b+c pair, I suspect it should be possible to represent the system using periodic functions in a ScriptedOrbit.

Pity we don't have a ScriptedEllipticalOrbit so we could see the orbits precessing...

ScriptedOrbit is general enough to do the job. But I suppose it would be easier to implement if Celestia's elliptical orbit calculation were available from Lua.

--Chris

Avatar
PlutonianEmpire M
Posts: 1374
Joined: 09.09.2004
Age: 40
With us: 20 years 4 months
Location: MinneSNOWta
Contact:

Re: Gliese 876: coplanarity

Post #8by PlutonianEmpire » 28.03.2009, 03:52

I take it Earthlike (habitable by Human standards) moons are impossible in this system?
Terraformed Pluto: Now with New Horizons maps! :D

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 5 months

Re: Gliese 876: coplanarity

Post #9by ajtribick » 28.03.2009, 12:14

There may be good reasons to believe that the satellites of gas giant planets cannot grow much larger than a few lunar masses without falling victim to rapid type I migration and falling into the planet. Habitable moons may well be impossible in general.

Avatar
Hungry4info
Posts: 1133
Joined: 11.09.2005
With us: 19 years 4 months
Location: Indiana, United States

Re: Gliese 876: coplanarity

Post #10by Hungry4info » 28.03.2009, 23:20

Assuming, of course, that such a moon wasn't captured.

If Neptune were orbiting at 1 AU, I could imagine Triton to be a candidate for habitability (it's low mass aside). But of course, Triton's orbit isn't permanently stable either.
Current Setup:
Windows 7 64 bit. Celestia 1.6.0.
AMD Athlon Processor, 1.6 Ghz, 3 Gb RAM
ATI Radeon HD 3200 Graphics


Return to “Physics and Astronomy”