Question: Code in Python 3 Write a program to model the a binary star system with planet orbiting around them, using the fourth-order Runge-Kutta method with
Code in Python 3
Write a program to model the a binary star system with planet orbiting around them, using the fourth-order Runge-Kutta method with adaptive timestepping. The program should be designed to ensure that the relative positional error introduced at each timestep does not exceed 10^ 3 . You can assume circular orbits for simplicity. Use the following parameters for the system:
M star1 = 0 . 68 M
M star2 = 0 . 2 M
M planet = 0 . 33 M Jupiter
P star = 41 days
P planet = 229 days
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
