I Modeling the Earth and Sun (2 body orbits) using general relativity?

  • #51
James1238765 said:
Starting with ##T_{ij}## we have 16 numbers for each 3D gridpoint
Huh? The stress-energy tensor is symmetric, so it only has 10 independent components, and spacetime is 4D, not 3D.

James1238765 said:
The problem seems to be trying to reverse engineer what R and ##R_{ij}## will give rise to this result
You don't "reverse engineer" anything. You write down the components of the Einstein Field Equation and solve them. But in a case like this, as has already been noted, you can't solve them analytically, you can only solve them numerically, and to write them down you need an ansatz for the metric in terms of functions of the coordinates.

Since you have isolated regions where the SET is nonzero, with the rest of the spacetime having the SET zero, you actually have to do three solutions, and then join them at boundaries.

The short version: this is a lot more complicated than you seem to imagine, and you would be much better served by trying to look at worked examples from the numerical relativity community, than by trying to guess for yourself.
 
Physics news on Phys.org
  • #52
Which Einstein field equation? The geodesic ones will just calculate trajectories, don't they?

What field differential equations precisely will arise from

$$ R_{ij} + Rg_{ij} = T_{ij}$$

? I would greatly appreciate it if someone could link to a straightforward worked example in numerical relativity.
 
  • #53
James1238765 said:
Which Einstein field equation?
Um, the basic equation of GR? The one all the GR textbooks give you?

You write it (with some errors--see below) yourself in your post:

James1238765 said:
$$ R_{ij} + Rg_{ij} = T_{ij}$$
Except that there should be a factor of ##1/2## and a minus sign in the second term on the LHS, and a constant coefficient on the RHS that depends on the units you are using; the correct equation, in units where ##G = c = 1## is

$$
G_{ij} = R_{ij} - \frac{1}{2} g_{ij} R = 8 \pi T_{ij}
$$

James1238765 said:
What field differential equations precisely will arise from
Um, that equation is a set of 10 differential equations (one for each independent component) for the "field".

James1238765 said:
I would greatly appreciate it if someone could link to a straightforward worked example in numerical relativity.
Your best bet is to start with a textbook like Wald, which @Ibix referenced regarding the ADM formalism, and use its references as pointers to more detailed sources about what you are interested in.

The Wikipedia article on numerical relativity also appears to have some good references:

https://en.wikipedia.org/wiki/Numerical_relativity
 
  • Like
Likes vanhees71
  • #54
I think I see the differential equations now. If every step from ##g_{ij} \rightarrow R## is expanded into single equations form, we would get 16 equations with 10 variables (the ones in the original metric ##g_{ij}##), such as

234523462346.png

from [here].

So what are the standard methods to solve (in 1 go) 16 differential equations in 10 variables?

If this is just computing power, solving for 2 or 3 or arbitrary body metrics should be routine, shouldn't it? What's the major obstacle that makes this very hard?

I know ADM probably does this, but many research level topics are couched in jargon that makes things appear harder than it is. A straightforward worked example is much preferable to get going.
 
  • #55
James1238765 said:
we would get 16 equations with 10 variables
No, we would get ten equations, one for each independent pair of indexes ##i## and ##j## (there are only 10 because the tensors involved are all symmetric, so 6 of the 16 total components are not independent, meaning 6 of the 16 total equations are duplicates of one of the others).

James1238765 said:
what are the standard methods to solve
The only method that works in the general case is numerical simulation.

If you know that the spacetime in question has particular symmetries, you can use those to simplify your ansatz for the metric, which in turn reduces the number of equations you have to solve (since with symmetries present some of the equations either duplicate others or reduce to nothing). Sometimes, if you're lucky, the resulting system can be solved exactly. For a very simple example with a high degree of symmetry, see this Insights article:

https://www.physicsforums.com/insig...-in-a-static-spherically-symmetric-spacetime/
 
  • Like
Likes James1238765 and vanhees71
  • #56
thank you. I think I roughly understand the general analytic strategy now, ie. try to guess the functional form of the independent ##g_{ij}## components and their dependencies on ##\{t, r, \theta, \phi \}##, such that as many of ##\frac{dg_{ij}}{d?}## becomes zero, which causes many ##\Gamma## to become zero, which then causes many ##R^i_{jk}, R_{ij}## to become zero. The differential equations left over from the zeros might only have a few terms left, which may be amenable to analytic solving?

-------------------------------------

Playing the ##g_{ij}## guessing game and checking the resulting ##T_{ij}##, we notice:

1. Many arbitrary ##g_{ij}## gets disqualified because the matrix inverse ##g^{ij}## cannot be calculated at some point due to zero determinant.

2. Interesting hollow sphere type shapes can be obtained by different modifications, eg:

$$g_{ij} = \begin{bmatrix} \frac{1}{r}-\sin\theta & 0 & 0 & 0 \\ 0 & \frac{1}{1 - \frac{1}{r}} & 0 & 0 \\ 0 & 0 & r^2 & 0 \\ 0 & 0 & 0 & r^2\sin^2\theta \end{bmatrix}$$
c1.png


$$g_{ij} = \begin{bmatrix} \frac{1}{r}-1 & 0 & 0 & 0 \\ 0 & \frac{1}{1 - \frac{1}{r}} & 0 & 0 \\ 0 & 0 & r^2 & 0 \\ 0 & 0 & 0 & r^2\sin^2\theta\cos\phi \end{bmatrix}$$
6543.png


3. Due to the choice of spherical coordinates, any way of manipulating ##g_{ij}## will always give rise to sphere-type shapes (left-right symmetric). A metric that describes 2 bodies likely cannot be described in terms of ##g_{ij}(t,r,\theta,\phi)##, so we should better shift right away to a different coordinate system for ##g_{ij}##?

234523452.jpeg
 
Last edited:
  • #57
James1238765 said:
try to guess
No, you don't guess. You use whatever you know about the actual physical configuration you are trying to model. For example, if you know the spacetime is spherically symmetric, you can derive from that assumption a very simple form for the metric, as I did in the Insights article I referenced in an earlier post.
 
  • Like
Likes vanhees71
  • #58
James1238765 said:
thank you. I think I roughly understand the general analytic strategy now, ie. try to guess the functional form of the independent ##g_{ij}## components and their dependencies on ##\{t, r, \theta, \phi \}##, such that as many of ##\frac{dg_{ij}}{d?}## becomes zero, which causes many ##\Gamma## to become zero, which then causes many ##R^i_{jk}, R_{ij}## to become zero. The differential equations left over from the zeros might only have a few terms left, which may be amenable to analytic solving?
No. The approach is to think about your spacetime. Are there any differential symmetries? For example, if your spacetime is unchanging in some sense (like Schwarzschild spacetime) then there exists a coordinate system in which "space" is defined independently of time. That means that all the ##g_{0i}=g_{i0}=0## except ##g_{00}##. Furthermore, in this coordinate system the metric components must be independent of time. This simplifies your equations towards something tractable.

A two body problem does not have rotational symmetry. It does not have translational symmetry. It does not have time translation symmetry because orbiting bodies emit gravitational radiation and their orbits decay. The most you might have is a discrete symmetry or two and they don't help. So you can't simplify your metric by observation, and you have ten independent non-linear differential equations to solve simultaneously. Which is why numerical approximation is the tool for anything remotely realistic.
 
Last edited:
  • Like
Likes vanhees71
  • #59
You should get this book:
https://www.amazon.com/dp/1108928250/?tag=pfamazon01-20

and eventually: https://www.amazon.com/dp/052151407X/?tag=pfamazon01-20

and lastly, a paper that you might find interesting: https://arxiv.org/pdf/1805.00813.pdf

They also have some code on https://www.cambridge.org/us/academ...lativity-starting-scratch?format=PB#resources if you click on the resources tab on the left, you can see the codes they use for chapters corresponding to the 1st book. Another tool is EinsteinToolKit.

You would benefit a lot more from going through a standard GR book first, but if you're dying to get started, then the 1st book is your best bet. As others have said, this problem isn't easy. And without knowing the actual background in GR, you don't even know what to expect. Will you ever truly know if your simulation is correct? What does the theory actually expect the answer to be? These are things that matter IMO.
 
  • Like
Likes James1238765, vanhees71 and Ibix
  • #60
@romsofia thank you, the two books seem nicely computational! I have looked at a few books/articles on 3+1 method, a lot of new structures (folliation, ##\gamma##) seem needed for ADM & harmonic differential equations solving... I would like to try and exhaust simpler methods while reading up on standard methods. There are gradient-free optimization methods that might be suitable for these kinds of messy 10-component vector field input into a desired configuration of mass\vacuum output:

1. Genetic algorithm
2. Particle swarm
3. Simulated annealing
4. Nelder Mead

Have any of these been tried and shown to fail for solving the approximate 10 variables ##g_{ij}## distribution of numbers, given a desired output mass/vacuum configuration?

Fyi: I don't really wish for any particularly fast or efficient method for now, as I just wish to solve for ##g_{ij}## that leads to the correct ##T_{ij}## distribution. Many numerical methods have been optimized and developed for many decades, and really complicated methods exist for solving even basic differential equations. My wish is to pick the simplest (brute-force like if necessary) method that gives the right answer first. Slow or inefficient algorithms are not the main concerns for now, as the grid is really quite small 30x30x30x30.
 
Last edited:
  • #61
1. Random numerical ##g_{ij}## will generate valid ##T_{ij}##, with matter everywhere:

rand01.png


Thus, the difficulty is in generating the black vacuum (zeros), instead of the (white) matter.

2. Combinatorially, we consider a 2x2x2 universe grid, with only 2 matter states (matter ON, and matter OF):

334563456.png


The major difficulty is in generating any (black) vacuum at all in any subsquare. But supposing we have found a solution that turns off any subsquare:

w23452345.png


By symmetry of the cartesian dimensional axis, we can deduce the correct ##g_{ij}## codes to turn off any other single square configuration on the grid. Thus, knowing just 1 single-black-square solution can generate all other single-black-square solutions.

Similarly, know 2 distinct solutions that turns off 2 areas of the grid:

234523454345.png
and
243523452.png


allows us by symmetry to deduce the ##g_{ij}## numbers that will turn off any 2-black-squares on the grid.

Further, knowing 2 distinct solutions that turns off 3 areas of the grid:

2523432.png
and
43523452.png


enables us by symmetry to deduce the ##g_{ij}## numbers that will turn off any 3-black-squares on the grid.

Then, knowing 4 distinct solutions that turns off 4 areas of the grid:
65436543.png
23452342.png
(file limit reached)

allows us by symmetry to turn off any 4-black-squares on the grid.

There are 2 distinct solutions for 5-black-subsquares (ie. 3-white-subsquares).
There are 2 distinct solutions for 6-black-subsquares (ie. 2-white-subsquares).
There is 1 distinct solution for 7-black-subsquares (ie. 1-white-subsquares).
There is 1 distinct trivial solution for 8-black-subsquares (zero ##g_{ij}##).

Not counting the trivial solutions for all-white and all-black configurations, there are ##2+2+4+2+2=10## configuration solutions that must be discovered before we are masters of this universe, ie. are able to generate any of the ##2^8=256## possible matter states, and to evolve any sequence of matter states on this grid, eg:

63456354.gif


3. The unfortunate case of the Kerr solution is that it generates 1 single-white-square at the center of a 3x3 grid, for which no other solution can be deduced by symmetry.
 
  • #62
James1238765 said:
1. Random numerical ##g_{ij}## will generate valid ##T_{ij}##, with matter everywhere
In the sense that you can write down any metric you like, compute its Einstein tensor, divide by ##8 \pi##, and call that the "stress-energy tensor", yes. But whether the resulting SET describes anything that could physically exist is a very different question.

James1238765 said:
the difficulty is in generating the black vacuum (zeros), instead of the (white) matter.
On the contrary, solving the EFE for the case of vacuum is considerably easier.

The rest of your post is just handwaving and is getting considerably more off topic for this forum, since personal speculations are off limits.
 
  • #63
The OP question has been answered as well as it can be. Thread closed.
 

Similar threads

Replies
18
Views
3K
Replies
40
Views
6K
Replies
58
Views
7K
Replies
20
Views
1K
Replies
20
Views
4K
Replies
6
Views
2K
Replies
3
Views
2K
Replies
4
Views
2K
Back
Top