@FutileFreak Well, you have to figure out how to piece together the effect of each white planet on the green one, which depends on the distance and direction between them. No one knows how to make time go smoothly in computers, so you say "in this itty bitty time, it changes speed constantly" and "in the next itty bitty time it changes speed constantly, but at a slightly different rate" because the distances have changed a bit. So, you then approximate the speed like that. RK4 uses this idea.
@cpaulof What does the solution look like? I didn't know that there was an analytical solution to such a complicated problem. Do you use Euler's method? I think that you can make the system stable for a much longer time if you use another Runge-Kutta method. Interesting simulation though!
@TriKri Ups.. wrong comment on the wrong video.... This one probably hasn't a simple analytical solution, if it has at all .. my mistake, sorry. But this is an RK4. I' have here other video with the green body in the center that the planet should not move... but it moves! (Round off error) I forgot that i had uploaded this one also. This one is not supposed to be stable.. You're right!
@cpaulof Shouldn't it be possible to start off with a guessed Taylor polynomial and use an algorithm to converge that to an apt description? Do you know of anything like that?
i would really hate to be on that planet!
WhereToGoist 9 months ago
I know this sounds like an ignorant question, But how exactly is this a "problem"
FutileFreak 9 months ago
@FutileFreak Just a term. What is 2+2 is a "problem."
TupoyVolk 7 months ago
@FutileFreak Well, you have to figure out how to piece together the effect of each white planet on the green one, which depends on the distance and direction between them. No one knows how to make time go smoothly in computers, so you say "in this itty bitty time, it changes speed constantly" and "in the next itty bitty time it changes speed constantly, but at a slightly different rate" because the distances have changed a bit. So, you then approximate the speed like that. RK4 uses this idea.
timpanitimptim 1 week ago
@FutileFreak Oh, and there ain't no ignorant question.
timpanitimptim 1 week ago
we can observe the transmigration phenomeno.
:O! Pretty well done.
rottencranberry 10 months ago
its just a 2 body problem...
ManfredSupertyp 11 months ago
@ManfredSupertyp No, it's a restricted 3 body problem
cpaulof 11 months ago
Is the solution obtained obtained analytical or numerically?
TriKri 11 months ago
@TriKri If it was analytical, it should be stable. It is a numerical round off error that kills the stability
cpaulof 11 months ago
@cpaulof What does the solution look like? I didn't know that there was an analytical solution to such a complicated problem. Do you use Euler's method? I think that you can make the system stable for a much longer time if you use another Runge-Kutta method. Interesting simulation though!
TriKri 11 months ago
@TriKri Ups.. wrong comment on the wrong video.... This one probably hasn't a simple analytical solution, if it has at all .. my mistake, sorry. But this is an RK4. I' have here other video with the green body in the center that the planet should not move... but it moves! (Round off error) I forgot that i had uploaded this one also. This one is not supposed to be stable.. You're right!
cpaulof 11 months ago
@cpaulof Shouldn't it be possible to start off with a guessed Taylor polynomial and use an algorithm to converge that to an apt description? Do you know of anything like that?
timpanitimptim 1 week ago
@timpanitimptim With chaotic orbits, I don't know if we'll get "apt descriptions" . However your idea should be explored...
I don't think I know to do it (at least yet), but I can give it some tought.
Do you have some idea of how to do it?
cpaulof 1 week ago
I think you're leaving out the gravitational effect the green circle has on the white circles.
Hedgehogs4Me 1 year ago
@Hedgehogs4Me no no.. I assure you. Mass of the green circle=earth mass.
Mass of the white ones= Mass of the sun.
the orbit of the white circles (without the green mass) is circular.
the gravitational effects of the green circle are so low that you don't notice it.
cpaulof 1 year ago
I wouldn't want to live on that planet.
Orlor 1 year ago
what are your inits?
Theelectricgypsy 2 years ago
ok thanks alot. i saw your videos and i was intrigued, so i wrote my own little simulator. fun stuff
Theelectricgypsy 2 years ago
@Theelectricgypsy Mass of the green circle=earth mass.
Mass of the white ones= Mass of the sun.
the orbit of the white circles (without the green mass) is circular.
cpaulof 1 year ago
c++ compiler (g++) with the PNGwriter library
to generate the frames.
ImageMagik to join the frames in a file
The GIMP to optimize the file
cpaulof 3 years ago
what software did you use creating this?
IoannesKomnenos 3 years ago