Physics 3 - Fall Laboratory 6 - Orbits and Gravitation. 1) To demonstrate Kepler's three laws of planetary motion;

Size: px
Start display at page:

Download "Physics 3 - Fall Laboratory 6 - Orbits and Gravitation. 1) To demonstrate Kepler's three laws of planetary motion;"

Transcription

1 Physics 3 - Fall 1988 Laboratory 6 - Orbits and Gravitation Many pheonomena we study in this course lend themselves nicely to laboratory excercises and demonstrations - physics is all around us! But gravitation is an exception. While we experience it every day, we are only aware of it as a steady 9.8 m/s 2 acceleration downward, leading to the familiar phenomena of projectile motion and so on. In the larger world - the universe - gravitation works with a much richer palette. The force of gravitation falls off with distance from an object; as objects coast under their own inertia and are acted on by this variable force, they follow paths - or orbits - which display fascinating regularities. We can use many of the concepts we've developed in the course to understand some aspects of these orbits; other aspects will be quite novel. The purposes of this lab are as follows 1) To demonstrate Kepler's three laws of planetary motion; 2) To explore the various quantities used to describe orbits; and 3) To demonstrate how energy and angular momentum are conserved. These three are quite traditional, and also somewhat interrelated. A subtext is 4) To demystify a little the notion of 'computer simulation'. To save time I'm forced to refer you to the book for much of the background material. Please read chapter 15 before coming in. Pay special attention to 15-8 and Here's a useful hint - your lab quiz question will probably be about Kepler's three laws! Please read through the lab at least to Excercise 1, and work it in your notebook before coming to lab. PART A: THE COMPUTER PROGRAM In this part you learn about how the program works by a combination of looking at the theory, working examples on paper, and running a couple of simulations designed to highlight features of the program. We'll be using the computer here to follow the motion of an object under this sort of force. The basic idea is simple; we divide time into little time steps, dt, which are short enough so that not much changes in each step. Then we follow the motion using this sort of algorithm: - given the position and velocity of the object*, - compute the forces acting on the object at that position using f = GMm/r 2 - figure out the object's new position using v(dt) = d; - figure out the object's new velocity using delta v = a(dt) = (f/m) (dt) - go back to the first step. This way we can follow what happens even if it would be difficult to solve for it explicitly * Note for specialists - the genius of the particular scheme used in this program (I didn't invent this aspect, so I can call it that!) is as follows. The velocities are computed for the middle of the time intervals, whereas the positions are for the ends of the time steps. Before the calculation starts, it adjusts the given initial velocity is adjusted appropriately. This makes the calculation much more accurate than it would have been As it turns out, the case considered in this program - simple Keplerian motion (the motion of a small planet or satellite under the influence of a single massive body) actually can be solved explicitly. One of Newton's great triumphs was showing that Kepler's Laws, a set of laws

2 describing planetary orbits discovered empirically by Johannes Kepler in the early 17th century, followed naturally from f = ma and the law of universal gravitation. Some of Newton's proofs are a little too involved for us here, but others can be seen very nicely without complicated mathematics; we'll do that in class. The nice thing about having a simulation program is that you can quickly see that even the hard-to-prove Kepler laws do work out in practice. Along the way you can see how the size, shape, and time-dependence, and other parameters of the orbits follows from their initial conditions. Some of the numbers returned by the program are based on the theory of these orbits, but the orbits themselves simulated in the simple manner described above. The form of the force law used in the computer program is a little obscure at first, so I'll explain it. Gravity acts between any two bodies, exerting an attractive force of magnitude directly on a line between the two bodies; here M and m are the masses of the bodies, G a universal constant (the gravitational constant) which expresses how strongly matter couples to gravity, and r is the distance between the bodies. Since this force acts along the line between the bodies, and since it is attractive, we can rewrite this as If we consider an object moving in the x-y plane, we can find the components of this force easily; this is the form used in the computer program in the lab. There are several other features of the program which it is important to understand. First, the whole calculation is set up in funny (but very convenient) units, which we'll call computer units. These are set up so that GM has a numerical value 1, where M is the mass of the central object. This may look utterly mysterious - we've been stressing mks units all along, and now we're abandoning them! - but it need not be so puzzling if you make it more concrete. To do so, first choose a mass for the central object appropriate to the problem; for the planetary motion problem, this would be the solar mass, 1.99 x kg. Then multiplying out in mks you get GM = (6.672 x m 3 kg -1 s -2 ) ( 1.99 x kg) = 1.32 x m 3 /s 2. For our computer units to work as advertised this must be 1.32 x m 3 /s 2 = 1 (computer length unit) 3 /(computer time unit) 2. So our condition that GM = 1, together with a choice of M, gives a condition on the ratio of the length unit to the time unit. We are still free to choose the value of either; a nice choice might be computer length unit = distance from earth to sun = x m. By substituting in the above expression, you find that with these choices the time unit is constrained to be

3 (1 computer time unit) 2 = [(1.496 x m) 3 / (1.32 x m 3 s -2 )] which gives 1 computer time unit = 5.04 x 10 6 seconds. This looks like a random number, but it's (1 yr / 2π) = (3.156 x 10 7 sec) / 2π = 5.02 x 10 6 sec = days. In other words, the time it takes the earth to orbit the sun should be 2π of our computer time units, and the velocity of the earth in its orbit should be 1 length unit/ time unit. EXCERCISE: In your lab notebook, do a parallel derivation for the following case: M = mass of earth (5.98 x kg) and the length unit = radius of earth (6.38 x 10 6 m). What is the computer time unit in seconds? Convert to minutes. Also, show that in units such that GM = 1, - the circular orbital velocity is the square root of 1/r, where r is the radius in computer units. - EXPERIMENT 1: Using the simulation program*, start the earth off at X = 1, Y = 0, with V x = 0 and V y = 1. How long does it take to go around? * To use it: start the mac, insert the disk, and click the icon 'Kepler4'; after much whirring and clicking the computer program will come up on the screen. You're encouraged to read through it; though much of it is computerese 'housekeeping', you may be able to discern how the actual computations are done. You run the program by pulling down the 'run' scrollbar and clicking on the appropriate choice. A set of axes will appear; the tics are supposed to be one unit apart. As the simulation proceeds you'll see points plotted where the 'earth' is at (more or less) even time intervals. After this is done, follow the directions to see a display all sorts of orbit parameters; look at the 'time period simulated' and the 'period in theory'; do they agree with expectation? As we'll see, the period simulated is not precise but should be close The way points are plotted deserves a little extra attention here. As the time steps go by, they are accumulated into a variable called Tp, the plot time - when this gets larger than a preset value, a point is plotted and the variable is reset to zero. Thus the points plotted are at roughly equal intervals of simulated time; this approximation can break down in some cases, where the variable time steps (explained later) are very coarse, but it is usually pretty good. So where points are plotted close together, the object is going slowly; where points are plotted far apart, the objects are going fast. One feature may have escaped your attention, but it is fundamental! The program does not prompt for the mass of the moving object; it doesn't need it! In computing the orbit, all that the program needs is the acceleration as a function of position; this is independent of the mass of the satellite. To see this, write the force law, set it equal to ma, and cancel m. Now that you've seen the program in action and have some idea what the units mean, it's time to look at it in more detail. As you've seen, the program just starts an object off at some position with some velocity and

4 calculates where it goes. For the 2-body problem, we can restrict our attention the plane in which the object moves; it always stays in the same plane and doesn't move in or out of the screen. Now, how does the program decide to stop this process? You've already seen one way; the program checks to see if the orbit has closed on itself. The way it does this is, after each time step, it compares the present position with the initial position. If it is within a small distance - in particular, the distance the object could move in one time step at its present velocity, with a little extra for slop - it decides it has closed and stops. While the computation is going on, it accumulates the sum of all the little time steps, which is the elapsed time since the start; that's the 'time period simulated' in the printout. This is the normal way for the calculation to stop in the case of a closed orbit. As you'll see as time goes on, in theory all bound orbits close upon themselves and repeat exactly. There's one possible fly in the ointment here - what if the approximations used aren't accurate enough, so the orbit doesn't quite close? Then the program will run on and on forever (or at least for a long time!). This happens rather seldom, generally when an object gets very close to the sun and moves in a very tight curve. If it should happen to you, just pull down the 'stop' item from the 'Run' menu bar, and stop the program. You'll have to restart it then. EXPERIMENT 2: Drop an object into the sun. Start at X = 3, Y = 3, Vx = 0, Vy = 0; this means that it is dropped from rest. Be a little bit patient; don't stop the program. This demonstrates nicely several other features of the program. First, you can easily see how the dots get farther apart as the object falls faster and faster into the sun; and the fact that an object which is dropped heads right for the sun is reassuring! But the newest and most complicated things here revolve around the variable time step. What it does is the following. a) When the simulation starts, it figures out how far the object is from the sun (r 2 = X 2 + Y 2 ), and the speed (V 2 = V x 2 + V y 2 ) and sets the time step dt = 0.01 r / V; in other words, dt is the time it takes the object to go 1/100 of the distance it is from the sun. (This doesn't mean that r changes by 1/100 in the first step, unless the object just happens to start out heading directly toward or away from the sun.) b) After each step, it compares the current value of r to the current value of V; if the time step is such that the object is moving more than 0.02 r in a time dt, it decides that the time step is too coarse, and it halves the time step. If the time step is such that the object is moving less than r in time dt, it decides that the timestep is too fine, and it doubles the time step. Since it takes the computer a (more or less) fixed amount of real time to do one step, this means that the execution can speed up or slow down a lot compared to the time we're simulating in the system. As the object drops into the sun, for example, it takes a large amount of actual time to simulate the last plunge of the object into the sun, which (if you were to do it) would take place very quickly. As you just saw, there is a limit to how many times this adjustment can take place! If during the execution the time step is halved more than 15 times, the computer decides that it's not worth proceeding and quits. It actually keeps track of the net number of adjustments, counting upward ones as positive and downward as negative; if this gets to be less than -15, it kicks out. This saves the program from running indefinitely. Let's see another aspect of this variable time step and demonstrate something else as well. EXPERIMENT 3. As we've seen in class, if you fire off an object with more than root-2 times its circular orbit velocity, it never comes back! Try it; the circular velocity at X = 1 unit is 1; try launching an object with X = 1, Y = 0, V x = 0, and V y = 1.5. Again, be a bit patient. As you can see, the object goes off the visible part of the screen into never-never land; it in fact does

5 not come back. Yet the program still stops; there's a limit of 200 length units for r and the program kicks out once this is exceeded. So some very large closed orbits cannot be simulated, but once again execution terminates in an orderly fashion. This is all the termination modes we have: - the orbit closes on itself - the time step gets excessively short - the object gets too far from the center. There's another sweet aspect of the program demonstrated here. As you can see from the 'time period simulated' parameter, the object has taken an awfully long simulated time to get out to r = 200! Yet the execution time was not excessive. If you think about it, with the object heading more-or-less straight away from the sun, and the time steps adjusted as the program does, it takes about 100 time steps - loops through the program - for the distance from the sun to double. These 100 time steps take maybe 1 second to compute. In the next second, the distance doubles again, and then again, and so on. So the execution time goes down exponentially as the object gets away from the sun, which means it gets to the 200 unit limit in pretty short order. PART B: KEPLER'S THREE LAWS. EXPERIMENT 4: Kepler's first law: The planets move in elliptical orbits with the sun at one focus. This is a little hard to demonstrate, especially since most people have only a faint idea of what an ellipse is! So here's a way to do it. The person working on the Mac connected to an Imagewriter should simulate an orbit which is nicely closed and fits on the screen, which is oblong. A little experimentation will give you a good one; you might start at x = 1.5, y = 0, vx = 0, and vy a little more than the circular velocity. This person dumps the screen to the imagewriter by typing CTRL- SHIFT-4, all at once; the 'CTRL' key is the funny little four-leaf clover guy at the lower left. Someone gets to go make expanded copies of this, enough for each pair of people in the lab. Mount this on a board with pins through the two foci of the ellipse. (One is at the 'sun'; where is the other?) Get a piece of string and tie it so that when pulled around the two pins, it just reaches the curve. Trace the ellipse with a pencil. An alternative, higher-tech but less pedagogical way: dump the screen to a MACPAINT document using CTRL-SHIFT-3; then use the MACPAINT ellipse drawing utilities to maneuver an ellipse to match the curve EXPERIMENT 5: A line drawn from the sun to a planet sweeps out equal areas in equal times. As can be seen from Fig in the book and the discussion on pp , this is exactly equivalent to saying that the angular momentum of a planet with respect to the sun is conserved. This must be so since the force acts directly along the line of centers, and hence creates no torque on the planet when the origin is taken as the sun. To demonstrate this, I've built another feature into the program. After you've run a simulation, one of the choices that usually comes up is 'type 1 to see stored values'. While the program executes, it randomly stores the x, y, vx, vy values of up to three point in the orbit. The points to be stored are selected at the 'throw of a dice' and are completely typical. (If no values happen to be stored, you don't get the choice.) To do this part, then, a) run a simulation of a somewhat elliptical orbit b) look at the values stored. Check to be sure that the points selected are not too tightly clustered around the orbit; the best case is to have one fairly close to the sun and one rather far a Once you get a good run, select two points and c) Accurately copy the x, y, vx, vy values; get the digits right. d) In your notebook, sketch the orbit moderately accurately and graph where two of the selected points are.

6 e) Below this, graph the velocities at these points as vectors in the (Vx, Vy) plane. f) Transfer these up to the first graph. Find the angles between the vectors with a protracter. g) Compute the lengths of the vectors using the Pythagorean theorem. h) Compute the magnitude of cross product of r and v, or r v sin θ; this is just the angular momentum per unit mass, since l = r x p = r x mv) That was laborious, wasn't it! Here's the easy way: The cross-product here can (it turns out) be written as r x v = (x i + y j) x (V x i + V y j) = ( x V y - y V x ) k so the rest of it is i) Compute the cross-product the easy way! In this way, demonstrate that angular momentum is conserved! EXPERIMENT 6: Kepler's law of periods and distances. Start by simulating circular orbits at 1, 2, and 3 units distance; refer to the first excercise for guidance about initial conditions. Since the 'Period in theory' numbers are derived from the theory, and we want to test it, use the 'Time period simulated' numbers to show that T 2 /r 3 = a constant; what is that constant for these uints? Now, simulate a couple of elliptical orbits. Look at their values of a (the semi-major axis) when the parameters come up. Satisfy yourself that these numbers are reasonable for the orbit plotted. Again, compute T 2 /a PART C: Orbits and Energy; Parameters of the Conic Sections. EXPERIMENT 7. Run the following orbits, all starting from (x = 1, y = 0, V x = 0) and varying V y. Keep a table of (a) period, (b) total mechanical energy, (c) angular momentum, (d) semimajor axis; (e) orbital eccentricity. Between runs, elect to 'keep' the graphics, so that it overplots. Sketch in your notebook what happens in each case. Also write down the (x, y, vx, vy) for one of the randomly recorded points. The cases are: (a) vy = 0.5; (Where's the focus without the sun in it?) (a) vy = 1; (b) vy = 1.2 (Now where's the focus without the sun?) (c) vy = 1.41 (d) vy = = root 2; for this and the following note down the (x, y, vx, vy) of the stopping point, and note the 'time period simulated'. Note that there's no 'period in theory' - why not, do you suppose? (e) vy = ; (e) vy = 1.5 (f) vy = 3.0

7 In your notebook, answer the following: - How does the eccentricity behave as the energy increases? What happens around e = 0? The eccentricity is a measure of how 'out of round' a conic section is. e = 0 for a circle, e < 1 for an ellipse, e = 1 for a parabola, and e > 1 for a hyperbola. Here we see a generalization of Kepler's first law; the planets may move in ellipses, but even unbound orbits are conic sections. Now do the following. As you'll recall, the gravitational potential energy is U = - GMm / r, And of course kinetic energy is K = 1/2 mv 2. Gravity is a conservative force, so for any of these orbits we should have E mech = K + U = constant. And as we've seen, if an orbit has E mech > 0 it is unbound; if it has E mech < 0 it is bound. The E reported here is computed on the basis of the initial conditions. Now for each of your bound orbits compute E at your randomly-stored point; with these convenient units it's just E = -1/ (root (x 2 +y 2 )) (V x 2 + V y 2 ). For each of your unbound orbits, compute E at the stopping point. This should be conserved fairly well, but as it turns out the approximations don't conserve E as well as they do angular momentum. Notice the obvious relationship between the orbit's starting parameters and the angular momentum. Can you understand it in terms of the definition of angular momentum (per unit mass)? That's the end of the formal part of the lab. You may want to play some more by modifying the computer program. You're encouraged to do this, but make your own copy of the program before modifying it. One thing to try would be changing the exponent in the force law, which appears in the 'meat of the calculation', the program loop in which the object is followed. This will lead to several consequences which you should be aware of; (a) the orbit parameters reported after each simulation won't be correct; (b) bound orbits may not close on themselves, so the program won't stop. You might invent an appropriate fix for this.

GRAVITATION. F = GmM R 2

GRAVITATION. F = GmM R 2 GRAVITATION Name: Partner: Section: Date: PURPOSE: To explore the gravitational force and Kepler s Laws of Planetary motion. INTRODUCTION: Newton s law of Universal Gravitation tells us that the gravitational

More information

Lecture Outline. Chapter 13 Gravity Pearson Education, Inc. Slide 13-1

Lecture Outline. Chapter 13 Gravity Pearson Education, Inc. Slide 13-1 Lecture Outline Chapter 13 Gravity Slide 13-1 The plan Lab this week: exam problems will put problems on mastering for chapters without HW; will also go over exam 2 Final coverage: now posted; some sections/chapters

More information

Comments about HW #1 Sunset observations: Pick a convenient spot (your dorm?) Try to get 1 data point per week Keep a lab notebook with date, time,

Comments about HW #1 Sunset observations: Pick a convenient spot (your dorm?) Try to get 1 data point per week Keep a lab notebook with date, time, Comments about HW #1 Sunset observations: Pick a convenient spot (your dorm?) Try to get 1 data point per week Keep a lab notebook with date, time, weather, comments Mark down bad weather attempts Today:

More information

AST101: Our Corner of the Universe Lab 4: Planetary Orbits

AST101: Our Corner of the Universe Lab 4: Planetary Orbits AST101: Our Corner of the Universe Lab 4: Planetary Orbits Name: Partners: Student number (SUID): Lab section number: 1 Introduction Objectives The Planetary Orbits Lab reviews used the Planetary Orbit

More information

F = ma. G mm r 2. S center

F = ma. G mm r 2. S center In the early 17 th century, Kepler discovered the following three laws of planetary motion: 1. The planets orbit around the sun in an ellipse with the sun at one focus. 2. As the planets orbit around the

More information

Chapter 4. Motion and gravity

Chapter 4. Motion and gravity Chapter 4. Motion and gravity Announcements Labs open this week to finish. You may go to any lab section this week (most people done). Lab exercise 2 starts Oct 2. It's the long one!! Midterm exam likely

More information

Chapter 12 Gravity. Copyright 2010 Pearson Education, Inc.

Chapter 12 Gravity. Copyright 2010 Pearson Education, Inc. Chapter 12 Gravity Units of Chapter 12 Newton s Law of Universal Gravitation Gravitational Attraction of Spherical Bodies Kepler s Laws of Orbital Motion Gravitational Potential Energy Energy Conservation

More information

PHYSICS. Chapter 13 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc.

PHYSICS. Chapter 13 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT Pearson Education, Inc. PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 13 Lecture RANDALL D. KNIGHT Chapter 13 Newton s Theory of Gravity IN THIS CHAPTER, you will learn to understand the motion of satellites

More information

Chapter 13. Gravitation

Chapter 13. Gravitation Chapter 13 Gravitation e = c/a A note about eccentricity For a circle c = 0 à e = 0 a Orbit Examples Mercury has the highest eccentricity of any planet (a) e Mercury = 0.21 Halley s comet has an orbit

More information

Kepler's Laws and Newton's Laws

Kepler's Laws and Newton's Laws Kepler's Laws and Newton's Laws Kepler's Laws Johannes Kepler (1571-1630) developed a quantitative description of the motions of the planets in the solar system. The description that he produced is expressed

More information

VISUAL PHYSICS ONLINE

VISUAL PHYSICS ONLINE VISUAL PHYSICS ONLINE EXCEL SIMULATION MOTION OF SATELLITES DOWNLOAD the MS EXCEL program PA50satellite.xlsx and view the worksheet Display as shown in the figure below. One of the most important questions

More information

Chapter 13 Gravity Pearson Education, Inc. Slide 13-1

Chapter 13 Gravity Pearson Education, Inc. Slide 13-1 Chapter 13 Gravity Slide 13-1 The plan Lab this week: there will be time for exam problems Final exam: sections posted today; some left out Final format: all multiple choice, almost all short problems,

More information

Physics 12. Unit 5 Circular Motion and Gravitation Part 2

Physics 12. Unit 5 Circular Motion and Gravitation Part 2 Physics 12 Unit 5 Circular Motion and Gravitation Part 2 1. Newton s law of gravitation We have seen in Physics 11 that the force acting on an object due to gravity is given by a well known formula: F

More information

Chapter 12 Gravity. Copyright 2010 Pearson Education, Inc.

Chapter 12 Gravity. Copyright 2010 Pearson Education, Inc. Chapter 12 Gravity Units of Chapter 12 Newton s Law of Universal Gravitation Gravitational Attraction of Spherical Bodies Kepler s Laws of Orbital Motion Gravitational Potential Energy Energy Conservation

More information

Copyright 2010 Pearson Education, Inc. GRAVITY. Chapter 12

Copyright 2010 Pearson Education, Inc. GRAVITY. Chapter 12 GRAVITY Chapter 12 Units of Chapter 12 Newton s Law of Universal Gravitation Gravitational Attraction of Spherical Bodies Kepler s Laws of Orbital Motion Gravitational Potential Energy Energy Conservation

More information

Circular Motion and Gravitation Notes 1 Centripetal Acceleration and Force

Circular Motion and Gravitation Notes 1 Centripetal Acceleration and Force Circular Motion and Gravitation Notes 1 Centripetal Acceleration and Force This unit we will investigate the special case of kinematics and dynamics of objects in uniform circular motion. First let s consider

More information

Chapter 13. Universal Gravitation

Chapter 13. Universal Gravitation Chapter 13 Universal Gravitation Planetary Motion A large amount of data had been collected by 1687. There was no clear understanding of the forces related to these motions. Isaac Newton provided the answer.

More information

Lecture 1a: Satellite Orbits

Lecture 1a: Satellite Orbits Lecture 1a: Satellite Orbits Meteorological Satellite Orbits LEO view GEO view Two main orbits of Met Satellites: 1) Geostationary Orbit (GEO) 1) Low Earth Orbit (LEO) or polar orbits Orbits of meteorological

More information

Lecture 15 - Orbit Problems

Lecture 15 - Orbit Problems Lecture 15 - Orbit Problems A Puzzle... The ellipse shown below has one focus at the origin and its major axis lies along the x-axis. The ellipse has a semimajor axis of length a and a semi-minor axis

More information

Orbital Mechanics Laboratory

Orbital Mechanics Laboratory Team: Orbital Mechanics Laboratory Studying the forces of nature the interactions between matter is the primary quest of physics. In this celestial experiment, you will measure the force responsible for

More information

MITOCW 18. Quiz Review From Optional Problem Set 8

MITOCW 18. Quiz Review From Optional Problem Set 8 MITOCW 18. Quiz Review From Optional Problem Set 8 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational

More information

r CM = ir im i i m i m i v i (2) P = i

r CM = ir im i i m i m i v i (2) P = i Physics 121 Test 3 study guide Thisisintendedtobeastudyguideforyourthirdtest, whichcoverschapters 9, 10, 12, and 13. Note that chapter 10 was also covered in test 2 without section 10.7 (elastic collisions),

More information

BEFORE YOU READ. Forces and Motion Gravity and Motion STUDY TIP. After you read this section, you should be able to answer these questions:

BEFORE YOU READ. Forces and Motion Gravity and Motion STUDY TIP. After you read this section, you should be able to answer these questions: CHAPTER 2 1 SECTION Forces and Motion Gravity and Motion BEFORE YOU READ After you read this section, you should be able to answer these questions: How does gravity affect objects? How does air resistance

More information

14.1 Earth Satellites. The path of an Earth satellite follows the curvature of the Earth.

14.1 Earth Satellites. The path of an Earth satellite follows the curvature of the Earth. The path of an Earth satellite follows the curvature of the Earth. A stone thrown fast enough to go a horizontal distance of 8 kilometers during the time (1 second) it takes to fall 5 meters, will orbit

More information

Vibratory Motion -- Conceptual Solutions

Vibratory Motion -- Conceptual Solutions Vibratory Motion Vibratory Motion -- Conceptual Solutions 1.) An ideal spring attached to a mass m =.3 kg provides a force equal to -kx, where k = 47.33 nt/m is the spring's spring constant and x denotes

More information

More examples: Summary of previous lecture

More examples: Summary of previous lecture More examples: 3 N Individual Forces Net Force 5 N 37 o 4 N Summary of previous lecture 1 st Law A net non zero force is required to change the velocity of an object. nd Law What happens when there is

More information

Chapter 13 Gravity Pearson Education, Inc. Slide 13-1

Chapter 13 Gravity Pearson Education, Inc. Slide 13-1 Chapter 13 Gravity Slide 13-1 12.12 The system shown below consists of two balls A and B connected by a thin rod of negligible mass. Ball A has five times the inertia of ball B and the distance between

More information

Lab 6: The Planets and Kepler

Lab 6: The Planets and Kepler Lab 6: The Planets and Kepler The Motion of the Planets part I 1. Morning and Evening Stars. Start up Stellarium, and check to see if you have the Angle Tool installed it looks like a sideways A ( ) in

More information

Gravity and Orbits. Objectives. Clarify a number of basic concepts. Gravity

Gravity and Orbits. Objectives. Clarify a number of basic concepts. Gravity Gravity and Orbits Objectives Clarify a number of basic concepts Speed vs. velocity Acceleration, and its relation to force Momentum and angular momentum Gravity Understand its basic workings Understand

More information

Preview. Circular Motion and Gravitation Section 1. Section 1 Circular Motion. Section 2 Newton s Law of Universal Gravitation

Preview. Circular Motion and Gravitation Section 1. Section 1 Circular Motion. Section 2 Newton s Law of Universal Gravitation Circular Motion and Gravitation Section 1 Preview Section 1 Circular Motion Section 2 Newton s Law of Universal Gravitation Section 3 Motion in Space Section 4 Torque and Simple Machines Circular Motion

More information

1. Which of the following correctly lists our cosmic address from small to large?

1. Which of the following correctly lists our cosmic address from small to large? 1. Which of the following correctly lists our cosmic address from small to large? (a) Earth, solar system, Milky Way Galaxy, Local Group, Local Super Cluster, universe (b) Earth, solar system, Milky Way

More information

Outline for Today: Newton s Law of Universal Gravitation The Gravitational Field Orbital Motion Gravitational Potential Energy. Hello!

Outline for Today: Newton s Law of Universal Gravitation The Gravitational Field Orbital Motion Gravitational Potential Energy. Hello! PHY131H1F - Class 13 Outline for Today: Newton s Law of Universal Gravitation The Gravitational Field Orbital Motion Gravitational Potential Energy Under the Flower of Kent apple tree in the Woolsthorpe

More information

Chapter 5 Part 2. Newton s Law of Universal Gravitation, Satellites, and Weightlessness

Chapter 5 Part 2. Newton s Law of Universal Gravitation, Satellites, and Weightlessness Chapter 5 Part 2 Newton s Law of Universal Gravitation, Satellites, and Weightlessness Newton s ideas about gravity Newton knew that a force exerted on an object causes an acceleration. Most forces occurred

More information

MITOCW watch?v=fxlzy2l1-4w

MITOCW watch?v=fxlzy2l1-4w MITOCW watch?v=fxlzy2l1-4w PROFESSOR: We spoke about the hydrogen atom. And in the hydrogen atom, we drew the spectrum, so the table, the data of spectrum of a quantum system. So this is a question that

More information

1 Summary of Chapter 2

1 Summary of Chapter 2 General Astronomy (9:61) Fall 01 Lecture 7 Notes, September 10, 01 1 Summary of Chapter There are a number of items from Chapter that you should be sure to understand. 1.1 Terminology A number of technical

More information

Gravitation & Kepler s Laws

Gravitation & Kepler s Laws Gravitation & Kepler s Laws What causes YOU to be pulled down to the surface of the earth? THE EARTH.or more specifically the EARTH S MASS. Anything that has MASS has a gravitational pull towards it. F

More information

MITOCW ocw-18_02-f07-lec02_220k

MITOCW ocw-18_02-f07-lec02_220k MITOCW ocw-18_02-f07-lec02_220k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

Describing Motion. Newton Newton s Laws of Motion. Position Velocity. Acceleration. Key Concepts: Lecture 9

Describing Motion. Newton Newton s Laws of Motion. Position Velocity. Acceleration. Key Concepts: Lecture 9 Key Concepts: Lecture 9 Newton Newton s Laws of Motion More on Kepler s Laws Describing Motion Position Velocity Rate of change of position (speed & direction) 80 km/hr Acceleration 40 km/hr Rate of change

More information

CH 8. Universal Gravitation Planetary and Satellite Motion

CH 8. Universal Gravitation Planetary and Satellite Motion CH 8 Universal Gravitation Planetary and Satellite Motion Sir Isaac Newton UNIVERSAL GRAVITATION Newton: Universal Gravitation Newton concluded that earthly objects and heavenly objects obey the same physical

More information

Making Sense of the Universe (Chapter 4) Why does the Earth go around the Sun? Part, but not all, of Chapter 4

Making Sense of the Universe (Chapter 4) Why does the Earth go around the Sun? Part, but not all, of Chapter 4 Making Sense of the Universe (Chapter 4) Why does the Earth go around the Sun? Part, but not all, of Chapter 4 Based on part of Chapter 4 This material will be useful for understanding Chapters 8 and 11

More information

Preview. Circular Motion and Gravitation Section 1. Section 1 Circular Motion. Section 2 Newton s Law of Universal Gravitation

Preview. Circular Motion and Gravitation Section 1. Section 1 Circular Motion. Section 2 Newton s Law of Universal Gravitation Circular Motion and Gravitation Section 1 Preview Section 1 Circular Motion Section 2 Newton s Law of Universal Gravitation Section 3 Motion in Space Section 4 Torque and Simple Machines Circular Motion

More information

Chapter: The Laws of Motion

Chapter: The Laws of Motion Table of Contents Chapter: The Laws of Motion Section 1: Newton s Second Law Section 2: Gravity Section 3: The Third Law of Motion 1 Newton s Second Law Force, Mass, and Acceleration Newton s first law

More information

AP Physics 1 Chapter 7 Circular Motion and Gravitation

AP Physics 1 Chapter 7 Circular Motion and Gravitation AP Physics 1 Chapter 7 Circular Motion and Gravitation Chapter 7: Circular Motion and Angular Measure Gravitation Angular Speed and Velocity Uniform Circular Motion and Centripetal Acceleration Angular

More information

Chapter 9 Lecture. Pearson Physics. Gravity and Circular Motion. Prepared by Chris Chiaverina Pearson Education, Inc.

Chapter 9 Lecture. Pearson Physics. Gravity and Circular Motion. Prepared by Chris Chiaverina Pearson Education, Inc. Chapter 9 Lecture Pearson Physics Gravity and Circular Motion Prepared by Chris Chiaverina Chapter Contents Newton's Law of Universal Gravity Applications of Gravity Circular Motion Planetary Motion and

More information

Conceptual Physics Fundamentals

Conceptual Physics Fundamentals Conceptual Physics Fundamentals Chapter 6: GRAVITY, PROJECTILES, AND SATELLITES This lecture will help you understand: The Universal Law of Gravity The Universal Gravitational Constant, G Gravity and Distance:

More information

Universal Gravitation

Universal Gravitation Universal Gravitation Newton s Law of Universal Gravitation Every particle in the Universe attracts every other particle with a force that is directly proportional to the product of their masses and inversely

More information

The Cosmic Perspective Seventh Edition. Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Chapter 4 Lecture

The Cosmic Perspective Seventh Edition. Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Chapter 4 Lecture Chapter 4 Lecture The Cosmic Perspective Seventh Edition Making Sense of the Universe: Understanding Motion, Energy, and Gravity 2014 Pearson Education, Inc. Making Sense of the Universe: Understanding

More information

Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Copyright 2009 Pearson Education, Inc.

Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Copyright 2009 Pearson Education, Inc. Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity How do we describe motion? Precise definitions to describe motion: Speed: Rate at which object moves speed = distance time

More information

2010 Pearson Education, Inc. Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity

2010 Pearson Education, Inc. Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity 4.1 Describing Motion: Examples from Daily Life Some of the topics we will explore: How do we describe motion? (Speed,

More information

N t ew on L s aws Monday, February 2

N t ew on L s aws Monday, February 2 Newton s Laws Monday, February Isaac Newton (1643-177): English Discovered: three laws of motion, one law of universal gravitation. Newton s great book: Newton s laws are universal in scope, and mathematical

More information

KICKSTART PHYSICS SPACE 1. SPEED AND ESCAPE VELOCITY 2. PROJECTILE MOTION 3. ACCELERATION AND G-FORCES 4. C AND RELATIVITY 5.

KICKSTART PHYSICS SPACE 1. SPEED AND ESCAPE VELOCITY 2. PROJECTILE MOTION 3. ACCELERATION AND G-FORCES 4. C AND RELATIVITY 5. KICKSTART PHYSICS SPACE 1. SPEED AND ESCAPE VELOCITY 2. PROJECTILE MOTION 3. ACCELERATION AND GFORCES 4. C AND RELATIVITY 5. EINSTEIN Kickstart would like to acknowledge and pay respect to the traditional

More information

PHYS 106 Fall 2151 Homework 3 Due: Thursday, 8 Oct 2015

PHYS 106 Fall 2151 Homework 3 Due: Thursday, 8 Oct 2015 PHYS 106 Fall 2151 Homework 3 Due: Thursday, 8 Oct 2015 When you do a calculation, show all your steps. Do not just give an answer. You may work with others, but the work you submit should be your own.

More information

Today. Laws of Motion. Conservation Laws. Gravity. tides

Today. Laws of Motion. Conservation Laws. Gravity. tides Today Laws of Motion Conservation Laws Gravity tides Newton s Laws of Motion Our goals for learning: Newton s three laws of motion Universal Gravity How did Newton change our view of the universe? He realized

More information

AP Physics Multiple Choice Practice Gravitation

AP Physics Multiple Choice Practice Gravitation AP Physics Multiple Choice Practice Gravitation 1. Each of five satellites makes a circular orbit about an object that is much more massive than any of the satellites. The mass and orbital radius of each

More information

4.1 Describing Motion

4.1 Describing Motion Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity 4.1 Describing Motion Our goals for learning: How do we describe motion? How is mass different from weight? How do we describe

More information

4.3 Conservation Laws in Astronomy

4.3 Conservation Laws in Astronomy 4.3 Conservation Laws in Astronomy Our goals for learning: Why do objects move at constant velocity if no force acts on them? What keeps a planet rotating and orbiting the Sun? Where do objects get their

More information

MITOCW R11. Double Pendulum System

MITOCW R11. Double Pendulum System MITOCW R11. Double Pendulum System The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for

More information

How do we describe motion?

How do we describe motion? Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity How do we describe motion? Precise definitions to describe motion: Speed: Rate at which object moves example: speed of

More information

PROFESSOR: WELCOME BACK TO THE LAST LECTURE OF THE SEMESTER. PLANNING TO DO TODAY WAS FINISH THE BOOK. FINISH SECTION 6.5

PROFESSOR: WELCOME BACK TO THE LAST LECTURE OF THE SEMESTER. PLANNING TO DO TODAY WAS FINISH THE BOOK. FINISH SECTION 6.5 1 MATH 16A LECTURE. DECEMBER 9, 2008. PROFESSOR: WELCOME BACK TO THE LAST LECTURE OF THE SEMESTER. I HOPE YOU ALL WILL MISS IT AS MUCH AS I DO. SO WHAT I WAS PLANNING TO DO TODAY WAS FINISH THE BOOK. FINISH

More information

9/13/ Describing Motion: Examples from Everyday Life. Chapter 4: Making Sense of the Universe Understanding Motion, Energy, and Gravity

9/13/ Describing Motion: Examples from Everyday Life. Chapter 4: Making Sense of the Universe Understanding Motion, Energy, and Gravity 9/13/17 Lecture Outline 4.1 Describing Motion: Examples from Everyday Life Chapter 4: Making Sense of the Universe Understanding Motion, Energy, and Gravity Our goals for learning: How do we describe motion?

More information

How do we describe motion?

How do we describe motion? Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity 4.1 Describing Motion: Examples from Everyday Life Our goals for learning: How do we describe motion? How is mass different

More information

Chapter 13: universal gravitation

Chapter 13: universal gravitation Chapter 13: universal gravitation Newton s Law of Gravitation Weight Gravitational Potential Energy The Motion of Satellites Kepler s Laws and the Motion of Planets Spherical Mass Distributions Apparent

More information

Gravity. Newton s Law of Gravitation Kepler s Laws of Planetary Motion Gravitational Fields

Gravity. Newton s Law of Gravitation Kepler s Laws of Planetary Motion Gravitational Fields Gravity Newton s Law of Gravitation Kepler s Laws of Planetary Motion Gravitational Fields Simulation Synchronous Rotation https://www.youtube.com/watch?v=ozib_l eg75q Sun-Earth-Moon System https://vimeo.com/16015937

More information

Outline for Today: Newton s Law of Universal Gravitation The Gravitational Field Orbital Motion Gravitational Potential Energy

Outline for Today: Newton s Law of Universal Gravitation The Gravitational Field Orbital Motion Gravitational Potential Energy PHY131H1F - Class 13 Outline for Today: Newton s Law of Universal Gravitation The Gravitational Field Orbital Motion Gravitational Potential Energy Under the Flower of Kent apple tree in the Woolsthorpe

More information

Please turn on your clickers

Please turn on your clickers Please turn on your clickers HW #1, due 1 week from today Quiz in class Wednesday Sections meet in Planetarium Honors meeting tonight in my office Sterling 5520 at 5:30-6pm Newton s First Law An object

More information

11 Newton s Law of Universal Gravitation

11 Newton s Law of Universal Gravitation Physics 1A, Fall 2003 E. Abers 11 Newton s Law of Universal Gravitation 11.1 The Inverse Square Law 11.1.1 The Moon and Kepler s Third Law Things fall down, not in some other direction, because that s

More information

4.1 Describing Motion. How do we describe motion? Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity

4.1 Describing Motion. How do we describe motion? Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity 4.1 Describing Motion Our goals for learning: How do we describe motion? How is mass different from weight? How do we describe

More information

Circular Motion and Gravitation Notes 1 Centripetal Acceleration and Force

Circular Motion and Gravitation Notes 1 Centripetal Acceleration and Force Circular Motion and Gravitation Notes 1 Centripetal Acceleration and Force This unit we will investigate the special case of kinematics and dynamics of objects in uniform circular motion. First let s consider

More information

The Laws of Motion. Newton s Second Law

The Laws of Motion. Newton s Second Law The Laws of Motion Newton s Second Law Key Concepts What is Newton s second law of motion? How does centripetal force affect circular motion? What do you think? Read the two statements below and decide

More information

= v = 2πr. = mv2 r. = v2 r. F g. a c. F c. Text: Chapter 12 Chapter 13. Chapter 13. Think and Explain: Think and Solve:

= v = 2πr. = mv2 r. = v2 r. F g. a c. F c. Text: Chapter 12 Chapter 13. Chapter 13. Think and Explain: Think and Solve: NAME: Chapters 12, 13 & 14: Universal Gravitation Text: Chapter 12 Chapter 13 Think and Explain: Think and Explain: Think and Solve: Think and Solve: Chapter 13 Think and Explain: Think and Solve: Vocabulary:

More information

Gravitation. chapter 9

Gravitation. chapter 9 chapter 9 Gravitation Circular orbits (Section 9.3) 1, 2, and 3 are simple exercises to supplement the quantitative calculations of Examples 4, 5, and 6 in Section 9.3. 1. Satellite near Earth s surface

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information

CIRCULAR MOTION AND UNIVERSAL GRAVITATION

CIRCULAR MOTION AND UNIVERSAL GRAVITATION CIRCULAR MOTION AND UNIVERSAL GRAVITATION Uniform Circular Motion What holds an object in a circular path? A force. String Friction Gravity What happens when the force is diminished? Object flies off in

More information

The Mass of Jupiter Student Guide

The Mass of Jupiter Student Guide The Mass of Jupiter Student Guide Introduction: In this lab, you will use astronomical observations of Jupiter and its satellites to measure the mass of Jupiter. We will use the program Stellarium to simulate

More information

Gravity Teacher s Guide

Gravity Teacher s Guide Gravity Teacher s Guide 1.0 Summary Gravity is the 9 th and final Dynamica activity to be done before the Post-Test. This activity has not undergone many changes from the last school year. It should take

More information

Chapter 7. Preview. Objectives Tangential Speed Centripetal Acceleration Centripetal Force Describing a Rotating System. Section 1 Circular Motion

Chapter 7. Preview. Objectives Tangential Speed Centripetal Acceleration Centripetal Force Describing a Rotating System. Section 1 Circular Motion Section 1 Circular Motion Preview Objectives Tangential Speed Centripetal Acceleration Centripetal Force Describing a Rotating System Section 1 Circular Motion Objectives Solve problems involving centripetal

More information

Eclipses and Forces. Jan 21, ) Review 2) Eclipses 3) Kepler s Laws 4) Newton s Laws

Eclipses and Forces. Jan 21, ) Review 2) Eclipses 3) Kepler s Laws 4) Newton s Laws Eclipses and Forces Jan 21, 2004 1) Review 2) Eclipses 3) Kepler s Laws 4) Newton s Laws Review Lots of motion The Moon revolves around the Earth Eclipses Solar Lunar the Sun, Earth and Moon must all be

More information

Worksheet for Exploration 6.1: An Operational Definition of Work

Worksheet for Exploration 6.1: An Operational Definition of Work Worksheet for Exploration 6.1: An Operational Definition of Work This Exploration allows you to discover how work causes changes in kinetic energy. Restart. Drag "handy" to the front and/or the back of

More information

STUDY GUIDE 4: Equilibrium, Angular Kinematics, and Dynamics

STUDY GUIDE 4: Equilibrium, Angular Kinematics, and Dynamics PH 1110 Term C11 STUDY GUIDE 4: Equilibrium, Angular Kinematics, and Dynamics Objectives 25. Define torque. Solve problems involving objects in static equilibrium. 26. Define angular displacement, angular

More information

Isaac Newton & Gravity

Isaac Newton & Gravity Isaac Newton & Gravity Isaac Newton was born in England in 1642 the year that Galileo died. Newton would extend Galileo s study on the motion of bodies, correctly deduce the form of the gravitational force,

More information

CESAR Science Case. Jupiter Mass. Calculating a planet s mass from the motion of its moons. Student s Guide

CESAR Science Case. Jupiter Mass. Calculating a planet s mass from the motion of its moons. Student s Guide Jupiter Mass Calculating a planet s mass from the motion of its moons Student s Guide 2 Table of Contents The... Error! Marcador no definido. Kepler s Three Laws... 4 Activity 1: Properties of the Galilean

More information

Copyright 2008 Pearson Education, Inc., publishing as Pearson Addison-Wesley.

Copyright 2008 Pearson Education, Inc., publishing as Pearson Addison-Wesley. Chapter 13. Newton s Theory of Gravity The beautiful rings of Saturn consist of countless centimeter-sized ice crystals, all orbiting the planet under the influence of gravity. Chapter Goal: To use Newton

More information

Gravitation -- Conceptual Solutions

Gravitation -- Conceptual Solutions Gravitation Gravitation -- Conceptual Solutions 1.) It is the gravitational attraction between the moon and the oceans that causes the bulge we associate with high tide. So why do we observe two high tides

More information

The Revolution of the Moons of Jupiter

The Revolution of the Moons of Jupiter The Revolution of the Moons of Jupiter Overview: During this lab session you will make use of a CLEA (Contemporary Laboratory Experiences in Astronomy) computer program generously developed and supplied

More information

Chapter 13. Gravitation

Chapter 13. Gravitation Chapter 13 Gravitation 13.2 Newton s Law of Gravitation Here m 1 and m 2 are the masses of the particles, r is the distance between them, and G is the gravitational constant. G =6.67 x10 11 Nm 2 /kg 2

More information

MITOCW MIT8_01F16_L12v01_360p

MITOCW MIT8_01F16_L12v01_360p MITOCW MIT8_01F16_L12v01_360p Let's look at a typical application of Newton's second law for a system of objects. So what I want to consider is a system of pulleys and masses. So I'll have a fixed surface

More information

Agenda Announce: 4.1 Describing Motion. Tests. How do we describe motion?

Agenda Announce: 4.1 Describing Motion. Tests. How do we describe motion? Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity Agenda Announce: Stony Brook talk this Friday on Precision Cosmology Project Part I due in one week before class: one paragraph

More information

APS 1030 Astronomy Lab 79 Kepler's Laws KEPLER'S LAWS

APS 1030 Astronomy Lab 79 Kepler's Laws KEPLER'S LAWS APS 1030 Astronomy Lab 79 Kepler's Laws KEPLER'S LAWS SYNOPSIS: Johannes Kepler formulated three laws that described how the planets orbit around the Sun. His work paved the way for Isaac Newton, who derived

More information

A N D. c h a p t e r 1 2 M O T I O N F O R C E S

A N D. c h a p t e r 1 2 M O T I O N F O R C E S F O R C E S A N D c h a p t e r 1 2 M O T I O N What is a FORCE? A FORCE is a push or pull that acts on an object. A force can cause a resting object to move OR Accelerate a moving object by: changing

More information

Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Copyright 2012 Pearson Education, Inc.

Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Copyright 2012 Pearson Education, Inc. Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity 1 4.1 Describing Motion: Examples from Everyday Life Our goals for learning: How do we describe motion? How is mass different

More information

MITOCW ocw f99-lec23_300k

MITOCW ocw f99-lec23_300k MITOCW ocw-18.06-f99-lec23_300k -- and lift-off on differential equations. So, this section is about how to solve a system of first order, first derivative, constant coefficient linear equations. And if

More information

!! r r θ! 2 r!φ 2 sinθ = GM / r 2 r!! θ + 2!r θ! r!φ 2 sinθ cosθ = 0 r!! φ sinθ + 2r θ!!φ cosθ + 2!r!φ sinθ = 0

!! r r θ! 2 r!φ 2 sinθ = GM / r 2 r!! θ + 2!r θ! r!φ 2 sinθ cosθ = 0 r!! φ sinθ + 2r θ!!φ cosθ + 2!r!φ sinθ = 0 Phys 325 Lecture 9 Tuesday 12 February, 2019 NB Midterm next Thursday 2/21. Sample exam will be posted soon Formula sheet on sample exam will be same as formula sheet on actual exam You will be permitted

More information

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates.

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates. Learning Goals Experiment 3: Force After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Find your center of mass by

More information

We start by noting Kepler's observations (before Newton) regarding planetary motion.

We start by noting Kepler's observations (before Newton) regarding planetary motion. Phys 325 Lecture 8 Thursday 7 February, 2019 Announcements: HW4 is longer than the others, and is due Tuesday 2/19 Midterm I will be in-class on Thursday 2/21. Material covered will be lectures 1-10 and

More information

Electric Fields and Equipotentials

Electric Fields and Equipotentials Electric Fields and Equipotentials Note: There is a lot to do in this lab. If you waste time doing the first parts, you will not have time to do later ones. Please read this handout before you come to

More information

5. Universal Laws of Motion

5. Universal Laws of Motion 5. Universal Laws of Motion If I have seen farther than others, it is because I have stood on the shoulders of giants. Sir Isaac Newton (164 177) Physicist Image courtesy of NASA/JPL Sir Isaac Newton (164-177)

More information

MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4

MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4 MITOCW MITRES18_005S10_DiffEqnsGrowth_300k_512kb-mp4 GILBERT STRANG: OK, today is about differential equations. That's where calculus really is applied. And these will be equations that describe growth.

More information

(b) The period T and the angular frequency ω of uniform rotation are related to the cyclic frequency f as. , ω = 2πf =

(b) The period T and the angular frequency ω of uniform rotation are related to the cyclic frequency f as. , ω = 2πf = PHY 302 K. Solutions for problem set #9. Non-textbook problem #1: (a) Rotation frequency of 1 Hz means one revolution per second, or 60 revolutions per minute (RPM). The pre-lp vinyl disks rotated at 78

More information

Kepler s Basic Assumptions

Kepler s Basic Assumptions Theme 3.3 Kepler Kepler s Basic Assumptions Kepler wanted to use the extensive data sets provided by Tycho to work out the shapes and relative sizes of all the planetary orbits. He had to make two simplifying

More information

Chapter 6: Systems in Motion

Chapter 6: Systems in Motion Chapter 6: Systems in Motion The celestial order and the beauty of the universe compel me to admit that there is some excellent and eternal Being, who deserves the respect and homage of men Cicero (106

More information