Skip to content

rolandbetz/Three_body_problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Three-body-problem

The three body problem of classical mechanics refers to a problem, where three bodies - with known mass, initial coordinates and velocities - move in each others gravitational field. In general, this leads to a differential equations which cannot be solved analytically. In this simple numeric modell I used 3 bodies, each with a mass of 1 kg, and for simplicity I chose the value of the gravitational constant to 1. Most of the times with random initial parameters the solution will be chaotic. Also quite often, it happens that 2 bodies will be bound to each other (orbiting around their center of mass), and the third party will leave the system. Rarely you can find periodic solutions as well. My modell solves the related differential equations by iteration (the equations come from Newton's law of gravitation). Here is a page for further information: https://en.wikipedia.org/wiki/Three-body_problem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages