Binary Stars with Equivalent One Body Problem
Developed by Aaron Titus - Published July 17, 2016
You will compute orbits for a binary star system using two different techniques. (1) You will use Newton's Law of Gravitation to compute the force on each star and numerically solve Newton's Second Law for each star. (2) You will model the system as a single particle and will numerically solve the equivalent one-dimensional problem derived from the Lagrangian. From the motion of the single particle, you will compute the orbits of the stars.
By comparing the orbital solutions using the two techniques, you may observe that it is much easier to compute the orbits directly using Newtonian mechanics. The value of using Lagrangian mechanics is simplicity of the analytic solution. The Lagrangian gives no advantage for computing the orbits numerically. However, computing orbits using Lagrangian mechanics can give you insight into the nature of the single particle model and how the single particle contains all of the information needed to compute the motion of both stars.
| Subject Area | Mechanics |
|---|---|
| Level | Beyond the First Year |
| Available Implementation | IPython/Jupyter Notebook |
| Learning Objectives |
Students will be able to:
- Compute orbits for a binary star system by solving Newton's Second Law numerically. (Exercises 1 and 2)
- Compute angular momentum for a binary star system, write the differential equations for $\dot{\phi}$ and $\ddot{r}$ for the equivalent one-body system, and numerically solve these differential equations to find the orbit of the one-body system. (Exercise 3)
- Use the equivalent one-body system to compute the positions of the two stars in the binary system. (Exercise 4)
|
| Time to Complete | 120 min |
Code
Login or register as a verified educator for free to access instructor-only material.
Download Options
Share a Variation
Did you have to edit this material to fit your needs? Share your changes by
Creating a Variation
Credits and Licensing
Aaron Titus, "Binary Stars with Equivalent One Body Problem," Published in the PICUP Collection, July 2016.
The instructor materials are ©2016 Aaron Titus.
The exercises are released under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license


