The Two-Body Problem

Total Page:16

File Type:pdf, Size:1020Kb

The Two-Body Problem Computational Astrophysics I: Introduction and basic concepts Helge Todt Astrophysics Institute of Physics and Astronomy University of Potsdam SoSe 2021, 3.6.2021 H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 1 / 32 The two-body problem H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 2 / 32 Equations of motionI We remember (?): The Kepler’s laws of planetary motion (1619) 1 Each planet moves in an elliptical orbit where the Sun is at one of the foci of the ellipse. 2 The velocity of a planet increases with decreasing distance to the Sun such, that the planet sweeps out equal areas in equal times. 3 The ratio P2=a3 is the same for all planets orbiting the Sun, where P is the orbital period and a is the semimajor axis of the ellipse. The 1. and 3. Kepler’s law describe the shape of the orbit (Copernicus: circles), but not the time dependence ~r(t). This can in general not be expressed by elementary mathematical functions (see below). Therefore we will try to find a numerical solution. H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 3 / 32 Equations of motionII Earth-Sun system ! two-body problem ! one-body problem via reduced mass of lighter body (partition of motion): M m m µ = = m (1) m + M M + 1 as mE M is µ ≈ m, i.e. motion is relative to the center of mass ≡ only motion of m. Set point of origin (0; 0) to the source of the force field of M. Moreover: Newton’s 2. law: d 2~r m = F~ (2) dt2 and force field according to Newton’s law of gravitation : GMm F~ = − ~r (3) r 3 H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 4 / 32 Equations of motion III Kepler’s laws, as well as the assumption of a central force imply ! conservation of angular momentum ! motion is only in a plane (! Kepler’s 1st law). So, we use Cartesian coordinates in the xy-plane: GMm F = − x (4) x r 3 GMm F = − y (5) y r 3 The equations of motion are then: d 2x GM = − x (6) dt2 r 3 d 2y GM = − y (7) dt2 r 3 p where r = x2 + y 2 (8) H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 5 / 32 Excursus: Analytic solution of the Kepler problemI To derive the analytic solution for equation of motion ~r(t) ! use polar coordinates: φ, r 1 use conservation of angular momentum `: µr 2φ_ = ` = const. (9) ` φ_ = (10) µr 2 2 use conservation of total energy: 1 `2 GMµ E = µr_2 + − (11) 2 2µr r 2E `2 2GM r_2 = − + (12) µ µ2r 2 r ! two coupled equations for r and φ H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 6 / 32 Excursus: Analytic solution of the Kepler problemII 3 α decouple Eq. (10), use the orbit equation r = 1+e cos φ with numeric eccentricity e 2 ` _ (= f1 O=a) and α = r(π=2) ≡ GMµ2 gives separable equation for φ dφ G 2M2µ3 φ_ = = (1 + e cos φ)2 (13) dt `3 Z t Z φ 0 0 dφ t = dt = k 0 2 = f (φ) (14) t0 φ0 (1 + e cos φ ) right-hand side integral can be looked up in, e.g., Bronstein: e sin φ 1 Z dφ t=k = − (15) (e2 − 1)(1 + e cos φ) e2 − 1 1 + e cos φ ! e 6= 1: parabola excluded; the integral can be further simplified for the elllipse: Z dφ 2 (1 − e) tan φ 0 ≤ e < 1 : = p arctan p 2 (16) 1 + e cos φ 1 − e2 1 − e2 H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 7 / 32 Excursus: Analytic solution of the Kepler problem III and for the hyperbola: p Z dφ 1 (e − 1) tan φ + e2 − 1 e > 1 : = p ln 2 p (17) 1 + e cos φ 2 φ 2 e − 1 (e − 1) tan 2 − e − 1 ! Eqn. (16) & (17) t(φ) must be inverted to get φ(t) ! (e.g., by numeric root finding) ! only easy for e = 0 ! circular orbit Z G 2M2µ3 t = k dφ0 = kφ ! φ(t) = k−1t = t (18) `3 `2 and from orbit equation r = α = GMµ2 = const. For the general case, it is much easier to solve the equations of motion numerically. H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 8 / 32 Excursus: The Kepler equationI Alternative formulation for time dependency in case of an ellipse (0 ≤ e < 1): Q P Orbit, circumscribed by auxillary circle with radius a (= semi-major axis); true anomaly φ, eccentric anomaly . Sun at S, planet at P, b circle center at O. Perapsis (perhelion) Π and ψ φ apapsis (aphelion) A: A Π consider a line normal to AΠ through P on a OR S the ellipse, intersecting circle at Q and AΠ at R. consider an angle (or E, eccentric anomaly) defined by \ΠOQ H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 9 / 32 Excursus: The Kepler equationII Then: position (r; φ) of the body P can be described in terms of : xP = r cos φ = a cos − ae (19) p 2 yP = r sin φ = a sin 1 − e (20) p (with PR=QR = b=a = 1 − e2), square both equations and add them up: r = a(1 − e cos ) (21) Now, to find = (t), need relationship between dφ and d , so combine Eqn. (20) & (21) b sin sin φ = jd=dx0 (22) a(1 − e cos ) b (cos (1 − e cos )d − e sin2 d ) cos φdφ = (23) a (1 − e cos )2 b dφ = d (24) a(1 − e cos ) H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 10 / 32 Excursus: The Kepler equation III ` together with the angular momentum dφ = µr 2 dt: ` (1 − e cos )d = dt (25) µab = set t = 0 ! (0) = 0; integration: (26) `t − e sin = (27) µab πab ` use Kepler’s 2nd law P = 2µ with πab the area of the ellipse, we get `=(µab) = 2π=P ≡ ! (orbital angular frequency), so: Kepler’s equation − e sin = !t (28) E − e sin E = M (astronomer’s version) (29) M: mean anomaly = angle for constant angular velocity H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 11 / 32 Excursus: The Kepler equationIV Kepler’s equation E(t) − e sin E(t) = M(t) is a transcendental equation can be solved by, e.g., Newton’s method because of E = M + e sin E, also (Banach) fixed-point iteration possible (slow, but stable), already used by Kepler (1621): E = M ; for (int i = 0 ; i < n ; ++i) E = M + e * sin(E) ; can be solved, e.g., by Fourier series ! Bessel (1784-1846): 1 X 2 E = M + J (ne) sin(nM) (30) n n n=1 1 Z π Jn(ne) = cos(nx − ne sin x)dx (31) π 0 H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 12 / 32 Circular orbits A special case as a solution of the equations of motion (6) & (7) is the circular orbit. Then: v 2 ¨r = (32) r mv 2 GMm = (equilibrium of forces) (33) r r 2 r GM ) v = (34) r The relation (34) is therefore the condition for a circular orbit. Moreover, Eq. (34) yields together with 2πr P = (35) v 4π2 ) P2 = r 3 (36) GM H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 13 / 32 Astronomical units For our solar system it is useful to use astronomical units (AU): 1 AU = 1:496 × 1011 m and the unit of time is the (Earth-) year 1 a = 3:156 × 107 s (≈ π × 107 s), so, for the Earth P = 1 a and r = 1 AU Therefore it follows from Eq. (36): 4π2r 3 GM = = 4π2 AU3 a−2 (37) P2 I.e. we set GM ≡ 4π2 in our calculations. Advantage: handy numbers! Thus, e.g. r = 2 is approx. 3 × 1011 m and t = 0:1 corresponds to 3:16 × 106 s, and v = 6:28 is roughly 30 km/s. cf.: our rcalc program with “solar units” for R, T , L; natural units in particle physics ~ = c = kB = 0 = 1 ! unit of m, p, T is eV (also for E) H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 14 / 32 The Euler methodI The equations of motion (6) & (7): d 2~r GM = − ~r (38) dt2 r 3 are a system of differential equations of 2nd order, that we shall solve now. Formally: integration of the equations of motion to obtain the trajectory ~r(t). Step 1: reduction Rewrite Newton’s equations of motion as a system of differential equations of 1st order (here: 1d): dx(t) dv(t) F (x; v; t) v(t) = & a(t) = = (39) dt dt m H. Todt (UP) Computational Astrophysics SoSe 2021, 3.6.2021 15 / 32 The Euler methodII Step 2: Solving the differential equation Differential equations of the form (initial value problem) dx = f (x; t); x(t ) = x (40) dt 0 0 can be solved numerically (discretization1) by as simple method: Explicte Euler method (“Euler’s polygonal chain method”) 1 choose step size ∆t > 0, so that tn = t0 + n∆t; n = 0; 1; 2;::: 2 calculate the values (iteration): xn+1 = xn + f (xn; tn)∆t Obvious: The smaller the step size ∆t, the more steps are necessary, but also the more accurate is the result. 1I.e. we change from calculus to algebra, which can be solved by computers.
Recommended publications
  • Orbital Mechanics
    Orbital Mechanics These notes provide an alternative and elegant derivation of Kepler's three laws for the motion of two bodies resulting from their gravitational force on each other. Orbit Equation and Kepler I Consider the equation of motion of one of the particles (say, the one with mass m) with respect to the other (with mass M), i.e. the relative motion of m with respect to M: r r = −µ ; (1) r3 with µ given by µ = G(M + m): (2) Let h be the specific angular momentum (i.e. the angular momentum per unit mass) of m, h = r × r:_ (3) The × sign indicates the cross product. Taking the derivative of h with respect to time, t, we can write d (r × r_) = r_ × r_ + r × ¨r dt = 0 + 0 = 0 (4) The first term of the right hand side is zero for obvious reasons; the second term is zero because of Eqn. 1: the vectors r and ¨r are antiparallel. We conclude that h is a constant vector, and its magnitude, h, is constant as well. The vector h is perpendicular to both r and the velocity r_, hence to the plane defined by these two vectors. This plane is the orbital plane. Let us now carry out the cross product of ¨r, given by Eqn. 1, and h, and make use of the vector algebra identity A × (B × C) = (A · C)B − (A · B)C (5) to write µ ¨r × h = − (r · r_)r − r2r_ : (6) r3 { 2 { The r · r_ in this equation can be replaced by rr_ since r · r = r2; and after taking the time derivative of both sides, d d (r · r) = (r2); dt dt 2r · r_ = 2rr;_ r · r_ = rr:_ (7) Substituting Eqn.
    [Show full text]
  • Relativistic Acceleration of Planetary Orbiters
    RELATIVISTIC ACCELERATION OF PLANETARY ORBITERS Bernard Godard(1), Frank Budnik(2), Trevor Morley(2), and Alejandro Lopez Lozano(3) (1)Telespazio VEGA Deutschland GmbH, located at ESOC* (2)European Space Agency, located at ESOC* (3)Logica Deutschland GmbH & Co. KG, located at ESOC* *Robert-Bosch-Str. 5, 64293 Darmstadt, Germany, +49 6151 900, < firstname > . < lastname > [. < lastname2 >]@esa.int Abstract: This paper deals with the relativistic contributions to the gravitational acceleration of a planetary orbiter. The formulation for the relativistic corrections is different in the solar-system barycentric relativistic system and in the local planetocentric relativistic system. The ratio of this correction to the total acceleration is usually orders of magnitude larger in the barycentric system than in the planetocentric system. However, an appropriate Lorentz transformation of the total acceleration from one system to the other shows that both systems are equivalent to a very good accuracy. This paper discusses the steps that were taken at ESOC to validate the implementations of the relativistic correction to the gravitational acceleration in the interplanetary orbit determination software. It compares numerically both systems in the cases of a spacecraft in the vicinity of the Earth (Rosetta during its first swing-by) and a Mercury orbiter (BepiColombo). For the Mercury orbiter, the orbit is propagated in both systems and with an appropriate adjustment of the time argument and a Lorentz correction of the position vector, the resulting orbits are made to match very closely. Finally, the effects on the radiometric observables of neglecting the relativistic corrections to the acceleration in each system and of not performing the space-time transformations from the Mercury system to the barycentric system are presented.
    [Show full text]
  • Problem Set #6 Motivation Problem Statement
    PROBLEM SET #6 TO: PROF. DAVID MILLER, PROF. JOHN KEESEE, AND MS. MARILYN GOOD FROM: NAMES WITHELD SUBJECT: PROBLEM SET #6 (LIFE SUPPORT, PROPULSION, AND POWER FOR AN EARTH-TO-MARS HUMAN TRANSPORTATION VEHICLE) DATE: 12/3/2003 MOTIVATION Mars is of great scientific interest given the potential evidence of past or present life. Recent evidence indicating the past existence of water deposits underscore its scientific value. Other motivations to go to Mars include studying its climate history through exploration of the polar layers. This information could be correlated with similar data from Antarctica to characterize the evolution of the Solar System and its geological history. Long-term goals might include the colonization of Mars. As the closest planet with a relatively mild environment, there exists a unique opportunity to explore Mars with humans. Although we have used robotic spacecraft successfully in the past to study Mars, humans offer a more efficient and robust exploration capability. However, human spaceflight adds both complexity and mass to the space vehicle and has a significant impact on the mission design. Humans require an advanced environmental control and life support system, and this subsystem has high power requirements thus directly affecting the power subsystem design. A Mars mission capability is likely to be a factor in NASA’s new launch architecture design since the resulting launch architecture will need take into account the estimated spacecraft mass required for such a mission. To design a Mars mission, various propulsion system options must be evaluated and compared for their efficiency and adaptability to the required mission duration.
    [Show full text]
  • Orbital Mechanics Course Notes
    Orbital Mechanics Course Notes David J. Westpfahl Professor of Astrophysics, New Mexico Institute of Mining and Technology March 31, 2011 2 These are notes for a course in orbital mechanics catalogued as Aerospace Engineering 313 at New Mexico Tech and Aerospace Engineering 362 at New Mexico State University. This course uses the text “Fundamentals of Astrodynamics” by R.R. Bate, D. D. Muller, and J. E. White, published by Dover Publications, New York, copyright 1971. The notes do not follow the book exclusively. Additional material is included when I believe that it is needed for clarity, understanding, historical perspective, or personal whim. We will cover the material recommended by the authors for a one-semester course: all of Chapter 1, sections 2.1 to 2.7 and 2.13 to 2.15 of Chapter 2, all of Chapter 3, sections 4.1 to 4.5 of Chapter 4, and as much of Chapters 6, 7, and 8 as time allows. Purpose The purpose of this course is to provide an introduction to orbital me- chanics. Students who complete the course successfully will be prepared to participate in basic space mission planning. By basic mission planning I mean the planning done with closed-form calculations and a calculator. Stu- dents will have to master additional material on numerical orbit calculation before they will be able to participate in detailed mission planning. There is a lot of unfamiliar material to be mastered in this course. This is one field of human endeavor where engineering meets astronomy and ce- lestial mechanics, two fields not usually included in an engineering curricu- lum.
    [Show full text]
  • Physics 3550, Fall 2012 Two Body, Central-Force Problem Relevant Sections in Text: §8.1 – 8.7
    Two Body, Central-Force Problem. Physics 3550, Fall 2012 Two Body, Central-Force Problem Relevant Sections in Text: x8.1 { 8.7 Two Body, Central-Force Problem { Introduction. I have already mentioned the two body central force problem several times. This is, of course, an important dynamical system since it represents in many ways the most fundamental kind of interaction between two bodies. For example, this interaction could be gravitational { relevant in astrophysics, or the interaction could be electromagnetic { relevant in atomic physics. There are other possibilities, too. For example, a simple model of strong interactions involves two-body central forces. Here we shall begin a systematic study of this dynamical system. As we shall see, the conservation laws admitted by this system allow for a complete determination of the motion. Many of the topics we have been discussing in previous lectures come into play here. While this problem is very instructive and physically quite important, it is worth keeping in mind that the complete solvability of this system makes it an exceptional type of dynamical system. We cannot solve for the motion of a generic system as we do for the two body problem. The two body problem involves a pair of particles with masses m1 and m2 described by a Lagrangian of the form: 1 2 1 2 L = m ~r_ + m ~r_ − V (j~r − ~r j): 2 1 1 2 2 2 1 2 Reflecting the fact that it describes a closed, Newtonian system, this Lagrangian is in- variant under spatial translations, time translations, rotations, and boosts.* Thus we will have conservation of total energy, total momentum and total angular momentum for this system.
    [Show full text]
  • Elliptical Orbits
    CHAPTER ELLIPTICAL e ORBITS (0< <1) CHAPTER CONTENT: Page 120 / 338 8- ELLIPTICAL ORBITS (0<e<1) Page 121 / 338 8- ELLIPTICAL ORBITS (0<e<1) (NOTE13,P55,{1}) If f ( ) r 0 2 2 h 1 h 1 (1) rp r ra 1 e 1 e 0 180 The curve defined by orbit equation is an ellipse: Page 122 / 338 8- ELLIPTICAL ORBITS (0<e<1) Let 2a be the distance measured along the apse line from periapsis P to apoapsis A, as illustrated in figure, then (2) Substituting and values into (2), we get: (3) a is the semimajor axis of the ellipse. Page 123 / 338 8- ELLIPTICAL ORBITS (0<e<1) Solving equation (3) for and putting the result into orbit equation yields an alternative form of the orbit equation: (4) Let F denote the location of the body , which is the origin of the polar coordinate system. The center C of the ellipse is the point lying midway between the apoapsis and periapsis. Page 124 / 338 8- ELLIPTICAL ORBITS (0<e<1) From equation (4) we have: (5) So as indicated in the previous figure. If the true anomaly of point B is , then according to equation (4), the radial coordinate of B is: (6) Page 125 / 338 8- ELLIPTICAL ORBITS (0<e<1) The projection of onto the apse line is ae: Solving this expression for e, we obtain (7) Substituting this result into equation (6) we get According to the Pythagorean theorem, (8) Page 126 / 338 8- ELLIPTICAL ORBITS (0<e<1) Let an xy cartesian coordinate system be centered at C, In terms of , we see that: From, this we have: (9) For the y coordinate we have (by using equation (8)): Therefore: (10) Page
    [Show full text]
  • Astrophysical Black Holes
    XXXX, 1–62 © De Gruyter YYYY Astrophysical Black Holes Andrew C. Fabian and Anthony N. Lasenby Abstract. Black holes are a common feature of the Universe. They are observed as stellar mass black holes spread throughout galaxies and as supermassive objects in their centres. Ob- servations of stars orbiting close to the centre of our Galaxy provide detailed clear evidence for the presence of a 4 million Solar mass black hole. Gas accreting onto distant supermassive black holes produces the most luminous persistent sources of radiation observed, outshining galaxies as quasars. The energy generated by such displays may even profoundly affect the fate of a galaxy. We briefly review the history of black holes and relativistic astrophysics be- fore exploring the observational evidence for black holes and reviewing current observations including black hole mass and spin. In parallel we outline the general relativistic derivation of the physical properties of black holes relevant to observation. Finally we speculate on fu- ture observations and touch on black hole thermodynamics and the extraction of energy from rotating black holes. Keywords. Please insert your keywords here, separated by commas.. AMS classification. Please insert AMS Mathematics Subject Classification numbers here. See www.ams.org/msc. 1 Introduction Black holes are exotic relativistic objects which are common in the Universe. It has arXiv:1911.04305v1 [astro-ph.HE] 11 Nov 2019 now been realised that they play a major role in the evolution of galaxies. Accretion of matter into them provides the power source for millions of high-energy sources spanning the entire electromagnetic spectrum. In this chapter we consider black holes from an astrophysical point of view, and highlight their astrophysical roles as well as providing details of the General Relativistic phenomena which are vital for their understanding.
    [Show full text]
  • 4. Central Forces
    4. Central Forces In this section we will study the three-dimensional motion of a particle in a central force potential. Such a system obeys the equation of motion mx¨ = V (r)(4.1) r where the potential depends only on r = x .Sincebothgravitationalandelectrostatic | | forces are of this form, solutions to this equation contain some of the most important results in classical physics. Our first line of attack in solving (4.1)istouseangularmomentum.Recallthatthis is defined as L = mx x˙ ⇥ We already saw in Section 2.2.2 that angular momentum is conserved in a central potential. The proof is straightforward: dL = mx x¨ = x V =0 dt ⇥ − ⇥r where the final equality follows because V is parallel to x. r The conservation of angular momentum has an important consequence: all motion takes place in a plane. This follows because L is a fixed, unchanging vector which, by construction, obeys L x =0 · So the position of the particle always lies in a plane perpendicular to L.Bythesame argument, L x˙ =0sothevelocityoftheparticlealsoliesinthesameplane.Inthis · way the three-dimensional dynamics is reduced to dynamics on a plane. 4.1 Polar Coordinates in the Plane We’ve learned that the motion lies in a plane. It will turn out to be much easier if we work with polar coordinates on the plane rather than Cartesian coordinates. For this reason, we take a brief detour to explain some relevant aspects of polar coordinates. To start, we rotate our coordinate system so that the angular momentum points in the z-direction and all motion takes place in the (x, y)plane.Wethendefinetheusual polar coordinates x = r cos ✓, y= r sin ✓ –48– Our goal is to express both the velocity and acceleration y ^ ^ θ r in polar coordinates.
    [Show full text]
  • The Monotonicity of the Apsidal Angle in Power-Law Potential Systems
    The monotonicity of the apsidal angle in power-law potential systems Roberto Castelli Department of Mathematics, Vrije Universiteit Amsterdam, De Boelelaan 1081, 1081 HV Amsterdam, The Netherlands; [email protected] Abstract In a central force system the apsidal angle is the angle at the centre of force between two consecutive apsis and measures the precession rate of the line of apsis. The apsidal angle has applications in different fields and the Newton's apsidal precession theorem has been extensively studied by astronomers, physicist and mathematicians. The perihelion precession of Mercury, the dynamics of galaxies, the vortex dynamics, the JWKB quantisation condition are some examples where the apsidal angle is of interest. In case of eccentric orbits and forces far from inverse square, numerical investiga- tions provide evidence of the monotonicity of the apsidal angle with respect to the orbit parameters, such as the orbit eccentricity. However, no proof of this statement is available. In this paper central force systems with f(r) ∼ µr−(α+1) are considered. We prove that for any −2 < α < 1 the apsidal angle is a monotonic function of the orbital eccentricity, or equivalently of the angular momentum. As a corollary, the conjecture stating the absence of isolated cases of zero precession is proved. Keywords: Central force systems, Homogeneous potential, Precession rate, Monotonicity of the apsidal angle, Two-body problem arXiv:1509.08662v1 [math.DS] 29 Sep 2015 2000 MSC: 70F05, 65G30 1. Introduction In a centripetal force system, when the force depends only on the distance from the centre, a particle oscillates between the points of highest and lower distance, called Preprint submitted to Elsevier apsis, while rotating around the centre of the force.
    [Show full text]
  • Introduction to Aerospace Engineering
    Introduction to Aerospace Engineering Lecture slides Challenge the future 1 Introduction to Aerospace Engineering AE1-102 Dept. Space Engineering Astrodynamics & Space Missions (AS) • Prof. ir. B.A.C. Ambrosius • Ir. R. Noomen Delft University of Technology Challenge the future Part of the lecture material for this chapter originates from B.A.C. Ambrosius, R.J. Hamann, R. Scharroo, P.N.A.M. Visser and K.F. Wakker. References to “”Introduction to Flight” by J.D. Anderson will be given in footnotes where relevant. 5 - 6 Orbital mechanics: satellite orbits (1) AE1102 Introduction to Aerospace Engineering 2 | This topic is (to a large extent) covered by Chapter 8 of “Introduction to Flight” by Anderson, although notations (see next sheet) and approach can be quite different. General remarks Two aspects are important to note when working with Anderson’s “Introduction to Flight” and these lecture notes: • The derivations in these sheets are done per unit of mass, whereas in the text book (p. 603 and further) this is not the case. • Some parameter conventions are different (see table below). parameter notation in customary “Introduction to Flight” notation gravitational parameter k2 GM, or µ angular momentum h H AE1102 Introduction to Aerospace Engineering 3 | Overview • Fundamentals (equations of motion) • Elliptical orbit • Circular orbit • Parabolic orbit • Hyperbolic orbit AE1102 Introduction to Aerospace Engineering 4 | The gravity field overlaps with lectures 27 and 28 (”space environment”) of the course ae1-101, but is repeated for the relevant part here since it forms the basis of orbital dynamics. Learning goals The student should be able to: • classify satellite orbits and describe them with Kepler elements • describe and explain the planetary laws of Kepler • describe and explain the laws of Newton • compute relevant parameters (direction, range, velocity, energy, time) for the various types of Kepler orbits Lecture material: • these slides (incl.
    [Show full text]
  • Geosynchronous Patrol Orbit for Space Situational Awareness
    Geosynchronous patrol orbit for space situational awareness Blair Thompson, Thomas Kelecy, Thomas Kubancik Applied Defense Solutions Tim Flora, Michael Chylla, Debra Rose Sierra Nevada Corporation ABSTRACT Applying eccentricity to a geosynchronous orbit produces both longitudinal and radial motion when viewed in Earth-fixed coordinates. An interesting family of orbits emerges, useful for “neighborhood patrol” space situational awareness and other missions. The basic result is a periodic (daily), quasi- elliptical, closed path around a fixed region of the geosynchronous (geo) orbit belt, keeping a sensor spacecraft in relatively close vicinity to designated geo objects. The motion is similar, in some regards, to the relative motion that may be encountered during spacecraft proximity operations, but on a much larger scale. The patrol orbit does not occupy a fixed slot in the geo belt, and the east-west motion can be combined with north-south motion caused by orbital inclination, leading to even greater versatility. Some practical uses of the geo patrol orbit include space surveillance (including catalog maintenance), and general space situational awareness. The patrol orbit offers improved, diverse observation geom- etry for angles-only sensors, resulting in faster, more accurate orbit determination compared to simple inclined geo orbits. In this paper, we analyze the requirements for putting a spacecraft in a patrol orbit, the unique station keeping requirements to compensate for perturbations, repositioning the patrol orbit to a different location along the geo belt, maneuvering into, around, and out of the volume for proximity operations with objects within the volume, and safe end-of-life disposal requirements. 1. INTRODUCTION The traditional geosynchronous (“geosynch” or “geo”) orbit is designed to keep a spacecraft in a nearly fixed position (longitude, latitude, and altitude) with respect to the rotating Earth.
    [Show full text]
  • Orbital Mechanics Third Edition
    Orbital Mechanics Third Edition Edited by Vladimir A. Chobotov EDUCATION SERIES J. S. Przemieniecki Series Editor-in-Chief Air Force Institute of Technology Wright-Patterson Air Force Base, Ohio Publishedby AmericanInstitute of Aeronauticsand Astronautics,Inc. 1801 AlexanderBell Drive, Reston, Virginia20191-4344 American Institute of Aeronautics and Astronautics, Inc., Reston, Virginia Library of Congress Cataloging-in-Publication Data Orbital mechanics / edited by Vladimir A. Chobotov.--3rd ed. p. cm.--(AIAA education series) Includes bibliographical references and index. 1. Orbital mechanics. 2. Artificial satellites--Orbits. 3. Navigation (Astronautics). I. Chobotov, Vladimir A. II. Series. TLI050.O73 2002 629.4/113--dc21 ISBN 1-56347-537-5 (hardcover : alk. paper) 2002008309 Copyright © 2002 by the American Institute of Aeronautics and Astronautics, Inc. All rights reserved. Printed in the United States of America. No part of this publication may be reproduced, distributed, or transmitted, in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher. Data and information appearing in this book are for informational purposes only. AIAA and the authors are not responsible for any injury or damage resulting from use or reliance, nor does AIAA or the authors warrant that use or reliance will be free from privately owned rights. Foreword The third edition of Orbital Mechanics edited by V. A. Chobotov complements five other space-related texts published in the Education Series of the American Institute of Aeronautics and Astronautics (AIAA): Re-Entry Vehicle Dynamics by F. J. Regan, An Introduction to the Mathematics and Methods of Astrodynamics by R.
    [Show full text]