Circular and Elliptical Orbit Geometries.

Size: px
Start display at page:

Download "Circular and Elliptical Orbit Geometries."

Transcription

1 Circular and Elliptical Orbit Geometries. Satellite orbits ollow either circular or elliptical paths based on Keplers' laws o motion. Intrinsic assumptions are that the mass o the satellite is insigniicant compared to mass o planet Earth and that there are no other gravitational or secondary disturbances, the only attractor being a perectly spherical planet Earth. Low Earth Orbits (LEO range rom 300Km altitude to just a couple o thousand kilometers and are predominantly circular. Geosynchronous Earth Orbits (GSO are located at an altitude o kilometers altitude with the special case o Geostationary Earth Orbit (GEO located at the same altitude but directly above the equator. Both GSO and GEO tend to be circular. Medium Earth Orbits (MEO range between these two limits and can be circular or elliptical. Transer orbits between the various levels, eg, GTO (transer rom low earth orbit to GEO are highly elliptical. Satellite orbits can have a range o inclinations rom equatorial to polar. In all cases to analyse the geometry we take a simple approach o setting the axis to be in the plane o the orbit with Earth at a ocal point o the orbit. The point on the ellipse closest to earth is deined as the perigee with a radial distance rom earth ocus set as. The urthest point is deined as apogee with a radial distance. The semi-major axis (a is an important measure o the size o the ellipse, along with the distance between center and ocus (c which determines the eccentricity (e = c/a. The orbit obtained by an particular satellite is determined by its velocity. A balance between the angular momentum and acceleration o the satellite and the gravitational attraction o Earth will cause it to maintain a stable path. Circular Orbit For a circular orbit the satellite will maintain a constant velocity whose angular acceleration will exactly match the gravitational acceleration or its altitude. For a given altitude (h the satellite's radial position to the center o the Earth will be R = h+r E, where R E is the radius o the Earth. At this point the gravitational acceleration due to the earth will be g= GM R 2 where G is the universal gravitational constant and M is the mass o Earth. Typically the value o GM is taken to be x0 4 m 3 /s 2 The angular acceleration produced by the Earth's attraction will be a=ω 2 R where ω is the angular velocity o the satellite which is related to the satellite velocity (V as ω=v /R. For a stable circular path the accelerations must be equal so that GM R 2 =g=a=ω2 R= V 2 R

2 Thus the required satellite velocity or a stable circular orbit at a given radius will be Elliptical Orbit V = (GM R I the velocity o the satellite at a given altitude doesn't match the above requirement or a circular orbit then the resulting orbit will be elliptical. The velocity will no longer be constant but will change with radius rom earth. The motion is still controlled by conservation o angular momentum and acceleration laws. (Kepler's Laws. Conservation o angular momentum implies that m ω where m is the mass o the satellite, is constant at all points on the orbit. Taking perigee and apogee points gives the ollowing balance, m ω=m V P =m V A V P = V A Conservation o energy implies that the sum o kinetic energy and gravitational potential or the satellite is also conserved along the path. Kinetic energy o the satellite is 2 mv 2, its potential energy in the Earth's gravitational ield is m gr= m GM R. Equating the energy at perigee and apogee points gives, 2 mv 2 P m GM = 2 mv 2 A m GM, V P 2 V A 2 =2GM (. Applying the conservation o angular momentum result gives, V 2 2 P V P ( R 2 P 2 =2GM ( or = V 2GM P ( V 2 A( + or V A = R 2 A 2 ( 2GM or rearranging or solution o radius gives, = ( 2GM V 2 P and The eccentricity (e o the orbit can be calculated as 2 e= R V P P GM V 2 A=2GM ( = ( 2GM V 2 A + Given the conditions at a perigee or apogee, the shape o the orbit can thus be determined accurately. Period o Orbit. For a circular orbit the period can be calculated rom the constant angular velocity. P= 2π ω = 2π R 2π R3/2 = V GM For an elliptical orbit the conservation laws allow a mean motion approximation to be applied. Even though the satellite velocity is increasing and decreasing along the orbit, by simulating a circular orbit based on the

3 center o the ellipse, an equivalent period is obtained with the simulated satellite moving at a constant velocity along this mean motion path. The period o the elliptical orbit will be /2 2 π a3 P= GM Location within an Orbit Location o the satellite at any point in time within the orbit can be ound by use o the mean motion simulation and translation to a true anomaly ( ν (true angular location. The process or calculating true anomaly (angular position will be done in three steps. A mean anomaly (M can be predicted assuming the mean motion path or the satellite. Using the equal angle sweep equations based on Kepler's Laws a relationship between M and eccentric anomaly (E can be obtained, then using triangular geometry as shown in the above igure true anomaly ( ν can be obtained rom E. The relationship between E and M is M=E e. sin(e Unortunately this is a transcendental unction and is not directly invertable, so approximate solutions or iterative solutions are required to ind E. The exact relationship is shown in the ollowing igure.

4 The geometric relationship between true anomaly and eccentric anomaly tan ( ν 2 = + e e tan ( E 2 For small eccentricity, the relationship between true anomaly and mean anomaly can be approximated by, ν M+ 2esin( M+.25 e 2 sin(2m Alternate solutions to ind satellite positions will require a numerical approach. Numerical Integration or Orbit Simulation. An alternate to the analytical solutions or orbit prediction is a Euler time-stepping integration technique using simple application o Newtons laws. At any instant o time a satellite will experience an acceleration that is due to the sum o all gravitational eects applied to it. I it is assumed that the acceleration is constant or a small time step then changes to the satellites velocity and position can be predicted. By continually updating the position and recalculating the acceleration over many o these small time steps a satellites trajectory can be mapped. The ollowing solution is based on the application o this method to a simple orbital plane (two dimensional. At an initial point (x 0,y 0 the satellite can be assumed to have x-dirn and y-dirn velocity components (u 0,v 0 and will be subject to accelerations, a x = g.cos(θ= g. x 0 /R a y = g.sin(θ= g. y 0 / R

5 where the local gravitational value will be g= GM R 2. Over a small time step ( Δ t the change in velocity can be approximated as : u=u 0 + Δ t.a x and v=v 0 + Δ t.a y The change in position will be : x=x 0 + u 0. Δ t+ 2 a x Δ t 2 and y= y 0 + v 0. Δ t+ 2 a yδ t 2 The new position can be used as the initial position or the next time step. The acceleration can be recalculated or the new position and another step taken along the track. The process can continue in this mode or as many time steps as is necessary to deine a complete track. A same MATLAB code is available to demonstrate this method : orbit.m The advantage o a numerical method is that it is not limited to simple orbits and can include gravitational eects rom other objects or perturbations rom other mechanisms that may cause acceleration or deceleration o the satellite. The disadvantage o the numerical method is its dependency on the length o the time step to ensure accuracy. In many cases the time-step will need to be very small to ensure the assumption o constant acceleration is maintained and a desired accuracy o solution achieved. The solution process can thus require a large number o iterations and hence take a long time. Modiications to the constant acceleration Euler integration method are o course quite plausible and may be used to improve solution eiciency. m dv = T D mg cos(θ

6 Rocket Launch/Boost/Trajectory Change Calculations Initial launch parameters or a rocket can be estimates by analysing the ollowing dynamic orce balance. V = Velocity T= Thrust L= Lit D=Drag mg =weight θ = angle between light path and horizontal Along the direction o the light path m dv = T D mg cos(θ Normal to the light path we can assume Lit balances residual weight. L mg sin(θ Acceleration along the light path will be due to thrust o the rocket motors but also reduced by the aerodynamic drag and the deceleration due to gravity. Over a small period o time the change in vehicle velocity will be dv = T m. D. g cos(θ. m To obtain overall changes in vehicle velocity the above expression will need to be integrated over the time o burn ( t b that the thrust is applied. V inal t b T V dv = V initial V inal = Δ V = initial 0 m. t b D 0 m. t b 0 g cos(θ. In orbit there is no atmospheric drag and solar wind drag is minimal compared to thrust. For circular orbits θ is 90 o so cos(θ=0. For elliptical orbits the acceleration due to gravity speeds up and then slows down the rocket in a balanced manner so or small period rockets burns, the elliptical orbit natural velocity change eect can be taken out o the equation. So or these simple cases Δ V = o t b T m. = T m. dm.dm = m inal minitial T. dm m.dm dm is the rate o change o mass o the vehicle and typically this is a reducing mass equal to the amount o exhaust gas leaving the exit o the nozzle. dm = m Where m is the low rate o exhaust product rom the rocket. m inal T Δ V = minitial. m m.dm Ideally thrust is produced by the exhaust momentum T = m. V e and by deinition rocket motor eiciency is measured by the amount thrust produced or a given mass low rate o uel, Speciic Impulse (Isp Isp = T T or = Isp.g m g 0 m 0 = V e

7 Hence m inal m inal Δ V = minitial Isp. g 0. m. dm = Isp.g 0. minitial m. dm assuming Isp is constant. Δ V = Isp. g 0. (ln(m inal ln(m initial = Isp.g 0. (ln(m initial ln (m inal = Isp. g 0.ln( m initial m inal Δ V = Isp. g 0.ln( m initial = V m e ln( m initial inal m inal This result can be applied in orbit to determine the amount o uel required or orbital manoeuvres. Ideally neglecting gravity and drag it can be used to predict the amount o uel used or launch.. However, how can the eects o drag and gravity be included in a launch calculation? By deinition D=C D. 2 ρv 2 A C D drag coeicient (may not always be constant ρ density o luid. Varies logarithmically with altitude. V velocity o vehicle A rontal cross-sectional area (may change as stages are released. Gravitational attraction (g changes with altitude and the light path angle (θ with change rom zero to 90 o as the rocket goes rom vertical at launch to a parallel path in low earth orbit. Simple ormulae and integrations or these non-linear parameters is not possible 0 t b D m. and t b 0 g cos(θ. The simplest approach again may be numerical rather than trying to ind an analytical solution to be above equations. Extending the previous time stepping approach and including the additional resistance orces would allow prediction o accelerations at an individual point in time and hence a prediction o the velocity change and new position a small time later. a x = g. cos(θ D x m, a = g. sin(θ D y y m

Section 4: The Basics of Satellite Orbits

Section 4: The Basics of Satellite Orbits Section 4: The Basics of Satellite Orbits MOTION IN SPACE VS. MOTION IN THE ATMOSPHERE The motion of objects in the atmosphere differs in three important ways from the motion of objects in space. First,

More information

Orbital Mechanics and Space Geometry

Orbital Mechanics and Space Geometry Orbital Mechanics and Space Geometry AERO4701 Space Engineering 3 Week 2 Overview First Hour Co-ordinate Systems and Frames of Reference (Review) Kepler s equations, Orbital Elements Second Hour Orbit

More information

Lecture L17 - Orbit Transfers and Interplanetary Trajectories

Lecture L17 - Orbit Transfers and Interplanetary Trajectories S. Widnall, J. Peraire 16.07 Dynamics Fall 008 Version.0 Lecture L17 - Orbit Transfers and Interplanetary Trajectories In this lecture, we will consider how to transfer from one orbit, to another or to

More information

Penn State University Physics 211 ORBITAL MECHANICS 1

Penn State University Physics 211 ORBITAL MECHANICS 1 ORBITAL MECHANICS 1 PURPOSE The purpose of this laboratory project is to calculate, verify and then simulate various satellite orbit scenarios for an artificial satellite orbiting the earth. First, there

More information

2. Orbits. FER-Zagreb, Satellite communication systems 2011/12

2. Orbits. FER-Zagreb, Satellite communication systems 2011/12 2. Orbits Topics Orbit types Kepler and Newton laws Coverage area Influence of Earth 1 Orbit types According to inclination angle Equatorial Polar Inclinational orbit According to shape Circular orbit

More information

Astromechanics Two-Body Problem (Cont)

Astromechanics Two-Body Problem (Cont) 5. Orbit Characteristics Astromechanics Two-Body Problem (Cont) We have shown that the in the two-body problem, the orbit of the satellite about the primary (or vice-versa) is a conic section, with the

More information

Orbital Mechanics. Angular Momentum

Orbital Mechanics. Angular Momentum Orbital Mechanics The objects that orbit earth have only a few forces acting on them, the largest being the gravitational pull from the earth. The trajectories that satellites or rockets follow are largely

More information

G U I D E T O A P P L I E D O R B I T A L M E C H A N I C S F O R K E R B A L S P A C E P R O G R A M

G U I D E T O A P P L I E D O R B I T A L M E C H A N I C S F O R K E R B A L S P A C E P R O G R A M G U I D E T O A P P L I E D O R B I T A L M E C H A N I C S F O R K E R B A L S P A C E P R O G R A M CONTENTS Foreword... 2 Forces... 3 Circular Orbits... 8 Energy... 10 Angular Momentum... 13 FOREWORD

More information

Halliday, Resnick & Walker Chapter 13. Gravitation. Physics 1A PHYS1121 Professor Michael Burton

Halliday, Resnick & Walker Chapter 13. Gravitation. Physics 1A PHYS1121 Professor Michael Burton Halliday, Resnick & Walker Chapter 13 Gravitation Physics 1A PHYS1121 Professor Michael Burton II_A2: Planetary Orbits in the Solar System + Galaxy Interactions (You Tube) 21 seconds 13-1 Newton's Law

More information

Orbital Dynamics: Formulary

Orbital Dynamics: Formulary Orbital Dynamics: Formulary 1 Introduction Prof. Dr. D. Stoffer Department of Mathematics, ETH Zurich Newton s law of motion: The net force on an object is equal to the mass of the object multiplied by

More information

Halliday, Resnick & Walker Chapter 13. Gravitation. Physics 1A PHYS1121 Professor Michael Burton

Halliday, Resnick & Walker Chapter 13. Gravitation. Physics 1A PHYS1121 Professor Michael Burton Halliday, Resnick & Walker Chapter 13 Gravitation Physics 1A PHYS1121 Professor Michael Burton II_A2: Planetary Orbits in the Solar System + Galaxy Interactions (You Tube) 21 seconds 13-1 Newton's Law

More information

Planetary Orbit Simulator Student Guide

Planetary Orbit Simulator Student Guide Name: Planetary Orbit Simulator Student Guide Background Material Answer the following questions after reviewing the Kepler's Laws and Planetary Motion and Newton and Planetary Motion background pages.

More information

Newton s Law of Universal Gravitation

Newton s Law of Universal Gravitation Newton s Law of Universal Gravitation The greatest moments in science are when two phenomena that were considered completely separate suddenly are seen as just two different versions of the same thing.

More information

Newton s Law of Gravity

Newton s Law of Gravity Gravitational Potential Energy On Earth, depends on: object s mass (m) strength of gravity (g) distance object could potentially fall Gravitational Potential Energy In space, an object or gas cloud has

More information

Niraj Sir GRAVITATION CONCEPTS. Kepler's law of planetry motion

Niraj Sir GRAVITATION CONCEPTS. Kepler's law of planetry motion GRAVITATION CONCEPTS Kepler's law of planetry motion (a) Kepler's first law (law of orbit): Every planet revolves around the sun in an elliptical orbit with the sun is situated at one focus of the ellipse.

More information

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 13.

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 13. Chapter 5. Gravitation Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 13. 5.1 Newton s Law of Gravitation We have already studied the effects of gravity through the

More information

Problem Set 5 Work and Kinetic Energy Solutions

Problem Set 5 Work and Kinetic Energy Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department o Physics Physics 8.1 Fall 1 Problem Set 5 Work and Kinetic Energy Solutions Problem 1: Work Done by Forces a) Two people push in opposite directions on

More information

Orbital Mechanics. Orbital Mechanics. Principles of Space Systems Design. 2001 David L. Akin - All rights reserved

Orbital Mechanics. Orbital Mechanics. Principles of Space Systems Design. 2001 David L. Akin - All rights reserved Energy and velocity in orbit Elliptical orbit parameters Orbital elements Coplanar orbital transfers Noncoplanar transfers Time and flight path angle as a function of orbital position Relative orbital

More information

Lecture L14 - Variable Mass Systems: The Rocket Equation

Lecture L14 - Variable Mass Systems: The Rocket Equation J. Peraire, S. Widnall 16.07 Dynamics Fall 2008 Version 2.0 Lecture L14 - Variable Mass Systems: The Rocket Equation In this lecture, we consider the problem in which the mass of the body changes during

More information

Use the following information to deduce that the gravitational field strength at the surface of the Earth is approximately 10 N kg 1.

Use the following information to deduce that the gravitational field strength at the surface of the Earth is approximately 10 N kg 1. IB PHYSICS: Gravitational Forces Review 1. This question is about gravitation and ocean tides. (b) State Newton s law of universal gravitation. Use the following information to deduce that the gravitational

More information

A. 81 2 = 6561 times greater. B. 81 times greater. C. equally strong. D. 1/81 as great. E. (1/81) 2 = 1/6561 as great.

A. 81 2 = 6561 times greater. B. 81 times greater. C. equally strong. D. 1/81 as great. E. (1/81) 2 = 1/6561 as great. Q12.1 The mass of the Moon is 1/81 of the mass of the Earth. Compared to the gravitational force that the Earth exerts on the Moon, the gravitational force that the Moon exerts on the Earth is A. 81 2

More information

Development of an automated satellite network management system

Development of an automated satellite network management system Development of an automated satellite network management system Iasonas Kytros Christos Porios Nikitas Terzoudis Varvara Chatzipavlou Coach: Sitsanlis Ilias February 2013 Abstract In this paper we present

More information

Does currently available technology have the capacity to facilitate a manned mission to Mars?

Does currently available technology have the capacity to facilitate a manned mission to Mars? Furze Platt Senior School Does currently available technology have the capacity to facilitate a manned mission to Mars? Daniel Messias Date: 8/03/2015 Candidate Number: 7158 Centre Number: 51519 Contents

More information

Physics Midterm Review Packet January 2010

Physics Midterm Review Packet January 2010 Physics Midterm Review Packet January 2010 This Packet is a Study Guide, not a replacement for studying from your notes, tests, quizzes, and textbook. Midterm Date: Thursday, January 28 th 8:15-10:15 Room:

More information

Name: Earth 110 Exploration of the Solar System Assignment 1: Celestial Motions and Forces Due in class Tuesday, Jan. 20, 2015

Name: Earth 110 Exploration of the Solar System Assignment 1: Celestial Motions and Forces Due in class Tuesday, Jan. 20, 2015 Name: Earth 110 Exploration of the Solar System Assignment 1: Celestial Motions and Forces Due in class Tuesday, Jan. 20, 2015 Why are celestial motions and forces important? They explain the world around

More information

Solar System. 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X?

Solar System. 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X? Solar System 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X? A) Earth B) Sun C) Moon D) Polaris 2. Which object orbits Earth in both the Earth-centered

More information

The Gravitational Field

The Gravitational Field The Gravitational Field The use of multimedia in teaching physics Texts to multimedia presentation Jan Hrnčíř jan.hrncir@gfxs.cz Martin Klejch martin.klejch@gfxs.cz F. X. Šalda Grammar School, Liberec

More information

Binary Stars. Kepler s Laws of Orbital Motion

Binary Stars. Kepler s Laws of Orbital Motion Binary Stars Kepler s Laws of Orbital Motion Kepler s Three Laws of orbital motion result from the solution to the equation of motion for bodies moving under the influence of a central 1/r 2 force gravity.

More information

Introduction to Aerospace Engineering

Introduction to Aerospace Engineering Introduction to Aerospace Engineering Lecture slides Challenge the future 1 Introduction to Aerospace Engineering AE1-10 Dept. Space Engineering Astrodynamics & Space Missions (AS) Prof. ir. B.A.C. Ambrosius

More information

Problem Set #13 Solutions

Problem Set #13 Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department 8.0L: Physics I January 3, 06 Prof. Alan Guth Problem Set #3 Solutions Due by :00 am on Friday, January in the bins at the intersection of Buildings

More information

SIMPLIFIED METHOD FOR ESTIMATING THE FLIGHT PERFORMANCE OF A HOBBY ROCKET

SIMPLIFIED METHOD FOR ESTIMATING THE FLIGHT PERFORMANCE OF A HOBBY ROCKET SIMPLIFIED METHOD FOR ESTIMATING THE FLIGHT PERFORMANCE OF A HOBBY ROCKET WWW.NAKKA-ROCKETRY.NET February 007 Rev.1 March 007 1 Introduction As part of the design process for a hobby rocket, it is very

More information

Vocabulary - Understanding Revolution in. our Solar System

Vocabulary - Understanding Revolution in. our Solar System Vocabulary - Understanding Revolution in Universe Galaxy Solar system Planet Moon Comet Asteroid Meteor(ite) Heliocentric Geocentric Satellite Terrestrial planets Jovian (gas) planets Gravity our Solar

More information

Math 1302, Week 3 Polar coordinates and orbital motion

Math 1302, Week 3 Polar coordinates and orbital motion Math 130, Week 3 Polar coordinates and orbital motion 1 Motion under a central force We start by considering the motion of the earth E around the (fixed) sun (figure 1). The key point here is that the

More information

This paper is also taken for the relevant Examination for the Associateship. For Second Year Physics Students Wednesday, 4th June 2008: 14:00 to 16:00

This paper is also taken for the relevant Examination for the Associateship. For Second Year Physics Students Wednesday, 4th June 2008: 14:00 to 16:00 Imperial College London BSc/MSci EXAMINATION June 2008 This paper is also taken for the relevant Examination for the Associateship SUN, STARS, PLANETS For Second Year Physics Students Wednesday, 4th June

More information

Mobile Communications: Satellite Systems

Mobile Communications: Satellite Systems Mobile Communications: Satellite Systems Mobile Communication: Satellite Systems - Jochen Schiller http://www.jochenschiller.de 1 History of satellite communication 1945 Arthur C. Clarke publishes an essay

More information

Lecture L22-2D Rigid Body Dynamics: Work and Energy

Lecture L22-2D Rigid Body Dynamics: Work and Energy J. Peraire, S. Widnall 6.07 Dynamics Fall 008 Version.0 Lecture L - D Rigid Body Dynamics: Work and Energy In this lecture, we will revisit the principle of work and energy introduced in lecture L-3 for

More information

Lecture 13. Gravity in the Solar System

Lecture 13. Gravity in the Solar System Lecture 13 Gravity in the Solar System Guiding Questions 1. How was the heliocentric model established? What are monumental steps in the history of the heliocentric model? 2. How do Kepler s three laws

More information

Lecture L5 - Other Coordinate Systems

Lecture L5 - Other Coordinate Systems S. Widnall, J. Peraire 16.07 Dynamics Fall 008 Version.0 Lecture L5 - Other Coordinate Systems In this lecture, we will look at some other common systems of coordinates. We will present polar coordinates

More information

Mechanics 1: Conservation of Energy and Momentum

Mechanics 1: Conservation of Energy and Momentum Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation

More information

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion S. Widnall 6.07 Dynamics Fall 009 Version.0 Lecture L - Degrees of Freedom and Constraints, Rectilinear Motion Degrees of Freedom Degrees of freedom refers to the number of independent spatial coordinates

More information

Understanding Orbital Mechanics Through a Step-by-Step Examination of the Space-Based Infrared System (SBIRS)

Understanding Orbital Mechanics Through a Step-by-Step Examination of the Space-Based Infrared System (SBIRS) Understanding Orbital Mechanics Through a Step-by-Step Examination of the Space-Based Infrared System (SBIRS) Denny Sissom Elmco, Inc. May 2003 Pg 1 of 27 SSMD-1102-366 [1] The Ground-Based Midcourse Defense

More information

State Newton's second law of motion for a particle, defining carefully each term used.

State Newton's second law of motion for a particle, defining carefully each term used. 5 Question 1. [Marks 20] An unmarked police car P is, travelling at the legal speed limit, v P, on a straight section of highway. At time t = 0, the police car is overtaken by a car C, which is speeding

More information

Flight and Orbital Mechanics

Flight and Orbital Mechanics Flight and Orbital Mechanics Lecture slides Challenge the future 1 Material for exam: this presentation (i.e., no material from text book). Sun-synchronous orbit: used for a variety of earth-observing

More information

The Two-Body Problem

The Two-Body Problem The Two-Body Problem Abstract In my short essay on Kepler s laws of planetary motion and Newton s law of universal gravitation, the trajectory of one massive object near another was shown to be a conic

More information

Section 2. Satellite Orbits

Section 2. Satellite Orbits Section 2. Satellite Orbits References Kidder and Vonder Haar: chapter 2 Stephens: chapter 1, pp. 25-30 Rees: chapter 9, pp. 174-192 In order to understand satellites and the remote sounding data obtained

More information

8.012 Physics I: Classical Mechanics Fall 2008

8.012 Physics I: Classical Mechanics Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 8.012 Physics I: Classical Mechanics Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS INSTITUTE

More information

State Newton's second law of motion for a particle, defining carefully each term used.

State Newton's second law of motion for a particle, defining carefully each term used. 5 Question 1. [Marks 28] An unmarked police car P is, travelling at the legal speed limit, v P, on a straight section of highway. At time t = 0, the police car is overtaken by a car C, which is speeding

More information

Newton s Laws. Newton s Imaginary Cannon. Michael Fowler Physics 142E Lec 6 Jan 22, 2009

Newton s Laws. Newton s Imaginary Cannon. Michael Fowler Physics 142E Lec 6 Jan 22, 2009 Newton s Laws Michael Fowler Physics 142E Lec 6 Jan 22, 2009 Newton s Imaginary Cannon Newton was familiar with Galileo s analysis of projectile motion, and decided to take it one step further. He imagined

More information

Mobile Communications Chapter 5: Satellite Systems

Mobile Communications Chapter 5: Satellite Systems Mobile Communications Chapter 5: Satellite Systems History Basics Localization Handover Routing Systems History of satellite communication 1945 Arthur C. Clarke publishes an essay about Extra Terrestrial

More information

DIRECT ORBITAL DYNAMICS: USING INDEPENDENT ORBITAL TERMS TO TREAT BODIES AS ORBITING EACH OTHER DIRECTLY WHILE IN MOTION

DIRECT ORBITAL DYNAMICS: USING INDEPENDENT ORBITAL TERMS TO TREAT BODIES AS ORBITING EACH OTHER DIRECTLY WHILE IN MOTION 1 DIRECT ORBITAL DYNAMICS: USING INDEPENDENT ORBITAL TERMS TO TREAT BODIES AS ORBITING EACH OTHER DIRECTLY WHILE IN MOTION Daniel S. Orton email: dsorton1@gmail.com Abstract: There are many longstanding

More information

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 20 Conservation Equations in Fluid Flow Part VIII Good morning. I welcome you all

More information

Forces on the Rocket. Rocket Dynamics. Equation of Motion: F = Ma

Forces on the Rocket. Rocket Dynamics. Equation of Motion: F = Ma Rocket Dynamics orces on the Rockets - Drag Rocket Stability Rocket Equation Specific Impulse Rocket otors Thrust orces on the Rocket Equation of otion: = a orces at through the Center of ass Center of

More information

Copyright 2011 Casa Software Ltd. www.casaxps.com

Copyright 2011 Casa Software Ltd. www.casaxps.com Table of Contents Variable Forces and Differential Equations... 2 Differential Equations... 3 Second Order Linear Differential Equations with Constant Coefficients... 6 Reduction of Differential Equations

More information

Gravity Field and Dynamics of the Earth

Gravity Field and Dynamics of the Earth Milan Bursa Karel Pec Gravity Field and Dynamics of the Earth With 89 Figures Springer-Verlag Berlin Heidelberg New York London Paris Tokyo HongKong Barcelona Budapest Preface v Introduction 1 1 Fundamentals

More information

Can Hubble be Moved to the International Space Station? 1

Can Hubble be Moved to the International Space Station? 1 Can Hubble be Moved to the International Space Station? 1 On January 16, NASA Administrator Sean O Keefe informed scientists and engineers at the Goddard Space Flight Center (GSFC) that plans to service

More information

Physics 40 Lab 1: Tests of Newton s Second Law

Physics 40 Lab 1: Tests of Newton s Second Law Physics 40 Lab 1: Tests of Newton s Second Law January 28 th, 2008, Section 2 Lynda Williams Lab Partners: Madonna, Hilary Clinton & Angie Jolie Abstract Our primary objective was to test the validity

More information

Solving Newton s Second Law Problems

Solving Newton s Second Law Problems Solving ewton s Second Law Problems Michael Fowler, Phys 142E Lec 8 Feb 5, 2009 Zero Acceleration Problems: Forces Add to Zero he Law is F ma : the acceleration o a given body is given by the net orce

More information

Chapter 6. Orbital Mechanics. Maj Edward P. Chatters IV, USAF; Maj Bryan Eberhardt, USAF; and Maj Michael S. Warner, USAF

Chapter 6. Orbital Mechanics. Maj Edward P. Chatters IV, USAF; Maj Bryan Eberhardt, USAF; and Maj Michael S. Warner, USAF Chapter 6 Orbital Mechanics Maj Edward P. Chatters IV, USAF; Maj Bryan Eberhardt, USAF; and Maj Michael S. Warner, USAF Knowledge of orbital motion is essential for a full understanding of space operations.

More information

Artificial Satellites Earth & Sky

Artificial Satellites Earth & Sky Artificial Satellites Earth & Sky Name: Introduction In this lab, you will have the opportunity to find out when satellites may be visible from the RPI campus, and if any are visible during the activity,

More information

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid.

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Fluid Statics When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Consider a small wedge of fluid at rest of size Δx, Δz, Δs

More information

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento RS platforms Platform vs. instrument Sensor Platform Instrument The remote sensor can be ideally represented as an instrument carried by a platform Platforms Remote Sensing: Ground-based air-borne space-borne

More information

CHAPTER 6 WORK AND ENERGY

CHAPTER 6 WORK AND ENERGY CHAPTER 6 WORK AND ENERGY CONCEPTUAL QUESTIONS. REASONING AND SOLUTION The work done by F in moving the box through a displacement s is W = ( F cos 0 ) s= Fs. The work done by F is W = ( F cos θ). s From

More information

Chapter 6. Work and Energy

Chapter 6. Work and Energy Chapter 6 Work and Energy The concept of forces acting on a mass (one object) is intimately related to the concept of ENERGY production or storage. A mass accelerated to a non-zero speed carries energy

More information

Gauss Formulation of the gravitational forces

Gauss Formulation of the gravitational forces Chapter 1 Gauss Formulation of the gravitational forces 1.1 ome theoretical background We have seen in class the Newton s formulation of the gravitational law. Often it is interesting to describe a conservative

More information

Spacecraft orbits and missions

Spacecraft orbits and missions General Astrophysics and Space Research Course 210142, Space Physics Module Spring 2009, Joachim Vogt Spacecraft orbits and missions Topics of this lecture Basics of celestial mechanics Geocentric orbits

More information

F N A) 330 N 0.31 B) 310 N 0.33 C) 250 N 0.27 D) 290 N 0.30 E) 370 N 0.26

F N A) 330 N 0.31 B) 310 N 0.33 C) 250 N 0.27 D) 290 N 0.30 E) 370 N 0.26 Physics 23 Exam 2 Spring 2010 Dr. Alward Page 1 1. A 250-N force is directed horizontally as shown to push a 29-kg box up an inclined plane at a constant speed. Determine the magnitude of the normal force,

More information

= = GM. v 1 = Ωa 1 sin i.

= = GM. v 1 = Ωa 1 sin i. 1 Binary Stars Consider a binary composed of two stars of masses M 1 and We define M = M 1 + and µ = M 1 /M If a 1 and a 2 are the mean distances of the stars from the center of mass, then M 1 a 1 = a

More information

Chapter 9 Circular Motion Dynamics

Chapter 9 Circular Motion Dynamics Chapter 9 Circular Motion Dynamics 9. Introduction Newton s Second Law and Circular Motion... 9. Universal Law of Gravitation and the Circular Orbit of the Moon... 9.. Universal Law of Gravitation... 3

More information

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation Differential Relations for Fluid Flow In this approach, we apply our four basic conservation laws to an infinitesimally small control volume. The differential approach provides point by point details of

More information

PROBLEM SET. Practice Problems for Exam #1. Math 2350, Fall 2004. Sept. 30, 2004 ANSWERS

PROBLEM SET. Practice Problems for Exam #1. Math 2350, Fall 2004. Sept. 30, 2004 ANSWERS PROBLEM SET Practice Problems for Exam #1 Math 350, Fall 004 Sept. 30, 004 ANSWERS i Problem 1. The position vector of a particle is given by Rt) = t, t, t 3 ). Find the velocity and acceleration vectors

More information

APPLIED MATHEMATICS ADVANCED LEVEL

APPLIED MATHEMATICS ADVANCED LEVEL APPLIED MATHEMATICS ADVANCED LEVEL INTRODUCTION This syllabus serves to examine candidates knowledge and skills in introductory mathematical and statistical methods, and their applications. For applications

More information

PHYSICS 111 HOMEWORK SOLUTION #10. April 8, 2013

PHYSICS 111 HOMEWORK SOLUTION #10. April 8, 2013 PHYSICS HOMEWORK SOLUTION #0 April 8, 203 0. Find the net torque on the wheel in the figure below about the axle through O, taking a = 6.0 cm and b = 30.0 cm. A torque that s produced by a force can be

More information

EN4 Dynamics and Vibrations. Design Project. Orbital Design for a Lunar Impact Mission. Synopsis

EN4 Dynamics and Vibrations. Design Project. Orbital Design for a Lunar Impact Mission. Synopsis EN4 Dynamics and Vibrations Design Project Orbital Design for a Lunar Impact Mission Synopsis NASA has identified a need for a low-cost mission to launch a satellite that will impact the moon. You will

More information

Coverage Characteristics of Earth Satellites

Coverage Characteristics of Earth Satellites Coverage Characteristics of Earth Satellites This document describes two MATLAB scripts that can be used to determine coverage characteristics of single satellites, and Walker and user-defined satellite

More information

8. Potential Energy and Conservation of Energy Potential Energy: When an object has potential to have work done on it, it is said to have potential

8. Potential Energy and Conservation of Energy Potential Energy: When an object has potential to have work done on it, it is said to have potential 8. Potential Energy and Conservation of Energy Potential Energy: When an object has potential to have work done on it, it is said to have potential energy, e.g. a ball in your hand has more potential energy

More information

How To Understand The Theory Of Gravity

How To Understand The Theory Of Gravity Newton s Law of Gravity and Kepler s Laws Michael Fowler Phys 142E Lec 9 2/6/09. These notes are partly adapted from my Physics 152 lectures, where more mathematical details can be found. The Universal

More information

Lecture 07: Work and Kinetic Energy. Physics 2210 Fall Semester 2014

Lecture 07: Work and Kinetic Energy. Physics 2210 Fall Semester 2014 Lecture 07: Work and Kinetic Energy Physics 2210 Fall Semester 2014 Announcements Schedule next few weeks: 9/08 Unit 3 9/10 Unit 4 9/15 Unit 5 (guest lecturer) 9/17 Unit 6 (guest lecturer) 9/22 Unit 7,

More information

Satellite Communications

Satellite Communications Satellite Communications Department of Electrical Engineering Faculty of Engineering Chiangmai University Origin of Satellite Communications Arthur C. Clark (1945) British Science fiction writer propose

More information

Newton s Laws of Motion

Newton s Laws of Motion Newton s Laws of Motion The Earth revolves around the sun in an elliptical orbit. The moon orbits the Earth in the same way. But what keeps the Earth and the moon in orbit? Why don t they just fly off

More information

Astrodynamics (AERO0024)

Astrodynamics (AERO0024) Astrodynamics (AERO0024) 6. Interplanetary Trajectories Gaëtan Kerschen Space Structures & Systems Lab (S3L) Course Outline THEMATIC UNIT 1: ORBITAL DYNAMICS Lecture 02: The Two-Body Problem Lecture 03:

More information

Planetesimal Dynamics Formation of Terrestrial Planets from Planetesimals

Planetesimal Dynamics Formation of Terrestrial Planets from Planetesimals Planetesimal Dynamics Formation of Terrestrial Planets from Planetesimals Protoplanetary disk Gas/Dust Planetesimals...... 10 6 yr 10 5-6 yr Protoplanets 10 7-8 yr Terrestrial planets Eiichiro Kokubo National

More information

From Aristotle to Newton

From Aristotle to Newton From Aristotle to Newton The history of the Solar System (and the universe to some extent) from ancient Greek times through to the beginnings of modern physics. The Geocentric Model Ancient Greek astronomers

More information

circular motion & gravitation physics 111N

circular motion & gravitation physics 111N circular motion & gravitation physics 111N uniform circular motion an object moving around a circle at a constant rate must have an acceleration always perpendicular to the velocity (else the speed would

More information

C B A T 3 T 2 T 1. 1. What is the magnitude of the force T 1? A) 37.5 N B) 75.0 N C) 113 N D) 157 N E) 192 N

C B A T 3 T 2 T 1. 1. What is the magnitude of the force T 1? A) 37.5 N B) 75.0 N C) 113 N D) 157 N E) 192 N Three boxes are connected by massless strings and are resting on a frictionless table. Each box has a mass of 15 kg, and the tension T 1 in the right string is accelerating the boxes to the right at a

More information

Lab 7: Rotational Motion

Lab 7: Rotational Motion Lab 7: Rotational Motion Equipment: DataStudio, rotary motion sensor mounted on 80 cm rod and heavy duty bench clamp (PASCO ME-9472), string with loop at one end and small white bead at the other end (125

More information

Chapter 6 Work and Energy

Chapter 6 Work and Energy Chapter 6 WORK AND ENERGY PREVIEW Work is the scalar product of the force acting on an object and the displacement through which it acts. When work is done on or by a system, the energy of that system

More information

USING MS EXCEL FOR DATA ANALYSIS AND SIMULATION

USING MS EXCEL FOR DATA ANALYSIS AND SIMULATION USING MS EXCEL FOR DATA ANALYSIS AND SIMULATION Ian Cooper School of Physics The University of Sydney i.cooper@physics.usyd.edu.au Introduction The numerical calculations performed by scientists and engineers

More information

Orbital Dynamics with Maple (sll --- v1.0, February 2012)

Orbital Dynamics with Maple (sll --- v1.0, February 2012) Orbital Dynamics with Maple (sll --- v1.0, February 2012) Kepler s Laws of Orbital Motion Orbital theory is one of the great triumphs mathematical astronomy. The first understanding of orbits was published

More information

III. Applications of Force and Motion Concepts. Concept Review. Conflicting Contentions. 1. Airplane Drop 2. Moving Ball Toss 3. Galileo s Argument

III. Applications of Force and Motion Concepts. Concept Review. Conflicting Contentions. 1. Airplane Drop 2. Moving Ball Toss 3. Galileo s Argument III. Applications of Force and Motion Concepts Concept Review Conflicting Contentions 1. Airplane Drop 2. Moving Ball Toss 3. Galileo s Argument Qualitative Reasoning 1. Dropping Balls 2. Spinning Bug

More information

Satellite Posi+oning. Lecture 5: Satellite Orbits. Jan Johansson jan.johansson@chalmers.se Chalmers University of Technology, 2013

Satellite Posi+oning. Lecture 5: Satellite Orbits. Jan Johansson jan.johansson@chalmers.se Chalmers University of Technology, 2013 Lecture 5: Satellite Orbits Jan Johansson jan.johansson@chalmers.se Chalmers University of Technology, 2013 Geometry Satellite Plasma Posi+oning physics Antenna theory Geophysics Time and Frequency GNSS

More information

Lecture 17. Last time we saw that the rotational analog of Newton s 2nd Law is

Lecture 17. Last time we saw that the rotational analog of Newton s 2nd Law is Lecture 17 Rotational Dynamics Rotational Kinetic Energy Stress and Strain and Springs Cutnell+Johnson: 9.4-9.6, 10.1-10.2 Rotational Dynamics (some more) Last time we saw that the rotational analog of

More information

Answer, Key Homework 7 David McIntyre 45123 Mar 25, 2004 1

Answer, Key Homework 7 David McIntyre 45123 Mar 25, 2004 1 Answer, Key Hoework 7 David McIntyre 453 Mar 5, 004 This print-out should have 4 questions. Multiple-choice questions ay continue on the next colun or page find all choices before aking your selection.

More information

Astronomy 110 Homework #04 Assigned: 02/06/2007 Due: 02/13/2007. Name:

Astronomy 110 Homework #04 Assigned: 02/06/2007 Due: 02/13/2007. Name: Astronomy 110 Homework #04 Assigned: 02/06/2007 Due: 02/13/2007 Name: Directions: Listed below are twenty (20) multiple-choice questions based on the material covered by the lectures this past week. Choose

More information

Physics 9e/Cutnell. correlated to the. College Board AP Physics 1 Course Objectives

Physics 9e/Cutnell. correlated to the. College Board AP Physics 1 Course Objectives Physics 9e/Cutnell correlated to the College Board AP Physics 1 Course Objectives Big Idea 1: Objects and systems have properties such as mass and charge. Systems may have internal structure. Enduring

More information

The Geometry of Perspective Projection

The Geometry of Perspective Projection The Geometry o Perspective Projection Pinhole camera and perspective projection - This is the simplest imaging device which, however, captures accurately the geometry o perspective projection. -Rays o

More information

Prelab Exercises: Hooke's Law and the Behavior of Springs

Prelab Exercises: Hooke's Law and the Behavior of Springs 59 Prelab Exercises: Hooke's Law and the Behavior of Springs Study the description of the experiment that follows and answer the following questions.. (3 marks) Explain why a mass suspended vertically

More information

astronomy 2008 1. A planet was viewed from Earth for several hours. The diagrams below represent the appearance of the planet at four different times.

astronomy 2008 1. A planet was viewed from Earth for several hours. The diagrams below represent the appearance of the planet at four different times. 1. A planet was viewed from Earth for several hours. The diagrams below represent the appearance of the planet at four different times. 5. If the distance between the Earth and the Sun were increased,

More information

Centripetal Force. This result is independent of the size of r. A full circle has 2π rad, and 360 deg = 2π rad.

Centripetal Force. This result is independent of the size of r. A full circle has 2π rad, and 360 deg = 2π rad. Centripetal Force 1 Introduction In classical mechanics, the dynamics of a point particle are described by Newton s 2nd law, F = m a, where F is the net force, m is the mass, and a is the acceleration.

More information

Chapter 2. Mission Analysis. 2.1 Mission Geometry

Chapter 2. Mission Analysis. 2.1 Mission Geometry Chapter 2 Mission Analysis As noted in Chapter 1, orbital and attitude dynamics must be considered as coupled. That is to say, the orbital motion of a spacecraft affects the attitude motion, and the attitude

More information

Work, Energy & Power. AP Physics B

Work, Energy & Power. AP Physics B ork, Energy & Power AP Physics B There are many dierent TYPES o Energy. Energy is expressed in JOULES (J) 4.19 J = 1 calorie Energy can be expressed more speciically by using the term ORK() ork = The Scalar

More information