Computational Analyses on the Dynamics of the Dipping Bird

Size: px
Start display at page:

Download "Computational Analyses on the Dynamics of the Dipping Bird"

Transcription

1 Computational Analyses on the Dynamics of the Dipping Bird Sean Murray and Glenn Moynihan Supervised by Prof. Stefan Hutzler

2 Abstract A simple differential equation was designed to display the motion of the Dipping Bird. Mathematica was used to solve the equations of motion. Short, medium and long time scales were observed in the motion of the bird, and results were compared to previous models and experiment. A model for two coupled dipping birds was developed, which accurately displayed in phase, anti-phase and period doubling motion. The coupled dipping birds were investigated as a chaotic system and some chaotic behavior was found, but attempts at creating a bifurcation table failed.

3 1 Introduction The dippy bird is a simple toy that originated in China in around It was patented as a toy in the US in 1946 and has been hanging around desktops, entertaining ever since. Much of the appeal of the toy comes from its apparent portrayal as a perpetual motion machine. If provided with a glass of water it seemingly oscillates and performs successive dips for an infinite amount of time. This however is not the case. The dippy bird is in fact quite a simple thermodynamic engine which will run for a few days if its constantly being wet by a glass of water, or a few hours if the head is only wet once. The physical apparatus of the dippy bird as shown in Fig1 consists of a a top bulb covered in felt the head, a bottom bulb the body, and a tube connecting the head to the body, which protrudes some way into the body the neck. The bird is filled with a highly volatile liquid like methelyne chloride and its gas in thermal equilibrium. There is also a bar, perpendicular to the neck about halfway up the neck which provides the axis for the bird to oscillate around. Figure 1: Diagrams of the physical dipping bird in vertical and horizontal (dipping position) positions The motion of the bird begins when the felt covering the head is wet with some kind of liquid (not necessarily water). If the air surrounding the head is not 100% saturated with the liquid then spontaneous evaporation will occur. The latent heat for the evaporation will be taken from the head, this causes the gas inside the head to cool down and condense. The pressure in the head will decrease and the pressure differential between the head and the body will cause the liquid in the body to be pushed up the neck of the bird. This causes the center of mass of the bird to rise, and the bird to start to tip over. At an angle close to 90 degrees from the vertical position, the neck of the bird rises out of the liquid in the body, the liquid in the neck and head flows back down to the body and the pressure difference between had and body equalises. The bird then tips back to its initial condition and the cycle starts over again. If the bird is re-wet after each cycle by letting the beak dip into a glass of the liquid being used, say, then the motion will continue on until it has evaporated all th liquid from the glass. The motion will be periodic and the time between successive dips (the dipping period) will remain unchanged throughout the entire process. 2

4 It is also possible to wet the head of the bird just once at the beginning. The bird will continue to dip until its evaporated all the liquid off its head. However the dipping period, will not remain constant. Since the rate of evaporation is proportional to the amount of liquid on the head, the rate of evaporation will decrease. Since the same work is required to move the liquid up the neck, and the power ( from rate of evaporation) decreases, the time taken to reach the critical angle increases. Hence the dipping period increases with time. 2 Aim of the Project The aim of the project was to design a simple differential equation that captured the quantitative motion of the dipping bird. This would be compared to two papers on the bird [1], [2].One, Guemez et al. (2003) with a involved computational model for a qualitative study of the dipping bird, and one, Lorenz (2006), which measured dipping bird motion directly through experiment. There are three different time scales we tried to capture in our model, firstly the short time scale of oscillations of the dipping bird. Secondly the time scale of successive dips of the bird ( the dipping period), and thirdly the long time scale of the increase in dipping period when the bird was not constantly re-wet after each dip. The final aim of the project was to try and introduce a force to our system to try ad induce chaotic motion in the dipping period of the bird. This was attempted by coupling two dipping birds together. 3 Computational Model of the Dipping Bird In the paper by Guemez et al. (2003) the dipping bird is analyzed as a pendulum with both its moment of inertia and torque described as functions of the height of liquid in the neck of the bird. The height of liquid in the neck was a function of time. When analyzing the motion of a physical dipping bird it seemed to act as a simple pendulum, whose angle of equilibrium about which it oscillated increased in time,until it dipped and reset that angle. We therefor constructed a model which was a damped compound pendulum with a simple linear driving force. Equating the torques on the bird of gravity, dampening and our driving force to the rate of change of angular momentum we derived the equations of motion: d 2 dt 2 (ml2 θ(t)) + mgl sin(θ(t)) + bl 2 θ lf (t, θ) = 0 (1) where m is the mass of the pendulum, l is the fixed length of the pendulum, θ is the angle between the pendulum and the vertical axis, b is a damping coefficient, and F is the driving force. Then to non dimensionalise our EOM we introduced a dimensionless time variable. then subbing this into equation (1) we get τ = t g l = w 0t d dt = dτ dt d dτ = g l d 2 dt = g d 2 2 l dτ 2 d dτ 3

5 d 2 θ dτ + sin(θ) + b dθ F (τ, θ) 2 mω 0 dτ mg now we group our parameters into single control variables α = 1 mg ; β = b mω 0 = 0 (2) giving the final EOM as θ + sin(θ) + β θ f(τ, θ) = 0 (3) here f is our driving force f(τ, θ) = α (τ τ 0 ) ; θ < θ max = 0 ; θ θ max It is a sawtooth function,fig16, increasing linearly with time and resetting when a maximum angle has been reached. This describes a shifting of the equilibrium angle about which the pendulum oscillates with time, which replaces in our model, to some extent, the changes in moment of inertia and torques described by Guemez (2003). The parameter α can be used in two ways, firstly it can be kept as constant, where it controls the period of successive dips of the bird. Secondly for the situation where the bird is only wet once,α can slowly decrease with time. α = e pτ, p 1 This makes the rate of increase in force slowly decrease with time, and simulates the gradual evaporation of liquid from the birds head over time, Fig17. Using different values for our input variables (Appendix C), we ran simulations of our dipping bird and compared them with results from the Gumez and Lorenz papers. Our program solved equation (3) in Mathematica using the inbuilt numerical differential equation solver NDSolve and output values of θ and ω with time. 4 Coupled Dipping Bird Model To set up a system to investigate chaotic motion of the dipping birds we used two dipping birds, with different parameters and initial conditions coupled by a spring between the two body s, shown in Fig2. Figure 2: Two dipping bird models with different lengths, the body joined by a spring, and d is the distance between the two body s 4

6 This was designed using two coupled differential equations similar to equation (1), with an extra torque term added on the end to account for the torque applied by the spring between the two birds. d 2 dt 2 (l2 1θ 1 ) + m 1 gl 1 sin(θ 1 ) + b 1 θ 1 l 1 F 1 (t, θ 1 ) cl 1 d cos(θ 1 φ) = 0 (4) d 2 dt 2 (l2 2θ 2 ) + m 2 gl 2 sin(θ 2 ) + b 2 θ 2 l 2 F 2 (t, θ 2 ) + cl 2 d cos(φ θ 2 ) = 0 (5) Here the constants are the same as before, with c being the coupling constant, φ the angle between the spring and the horizontal, and d = d d o describes the extension of the spring where d is the distance between the two bird body s and d 0 is the distance between the two bird body s when θ 1, θ 2 = 0. we get Using the same methods as before to non dimensionalise and tidy up equations (4) and (5), θ 1 + sin(θ 1 ) + β 1 θ 1 α 1 γ 1 d cos(θ 1 φ) (6) θ 2 + sin(θ 2 ) + β 2 θ 2 α 2 γ 2 d cos(φ θ 2 ) (7) with all symbols having usual meaning and γ 1,2 = c gm 1,2 We use Mathematica to solve these simultaneous differential equations with NDSolve and analyze the results for different parameters and initial conditions. 5 Results 5.1 Results for the Single Dipping Bird Using our model, we compare results with that from papers of Guemez and Lorenz Evolution of Angle with time Using our model, we output and analyze the angular evolution of the dipping bird with respect to time. Fig 3 shows the simplest case, where the bird has an initial angle of the critical angle, and no initial angular velocity.this model also uses the case of the bird being constantly re-wet after each dip. In comparing this graph with fig..., we can observe that our model agrees quite well with the Guemez et al. (2003) model. Also by taking the angle with respect to the horizontal Fig14, we can compare our model to the experimental results of Lorenz(2006) Fig13. It is seen that the general shape of the graphs are quite similar. There are a few aspects of the graph that compare very well. The short time oscillation is visible, and has a rather unchanged period. Initially dampening occurs and the envelope surrounding the motion decreases from above and below the x axis 5

7 As the bird evolves in time, the equilibrium angle about which it oscillates increases, and the envelope stops narrowing symmetrically about the x axis θ increases to a critical angle, then falls back down and the motion repeats itself periodically t Figure 3: θ versus t, showing the angular evolution of the dipping bird with time. Simple case, with constant α, modeling bird re-wet after each dip. To model the bird in the situation where it is only wet once, we change α from a constant value to a exponentially decreasing with p=0.002, we get graph shown in Fig 4. Here we can see the dipping period of the bird increases in time over the 3 dips t Figure 4: Angular evolution of bird in time, with alpha non constant, p=0.002, modeling case where bird is only wet once. Note increase in period in successive cycles Fig 4 shows the third, long time scale as successive dips have longer periods. Over successive dips we can plot this period versus time in,shown in Fig 5, and compare it to Fig 12. 6

8 e Figure 5: The evolution of dipping period with time for p= Dipping period seems to exponentially increase in time We can see the general evolution of the dipping period seems to be exponential. This agrees quite well with the experimental results, by which we take our model of α to be a good one Problems with our Model There in one major dissimilarity between our model and the physical dipping bird. To better observe the dissimilarity, we changed the angle θ of the bird to be to the horizontal and not the vertical Fig 14, this allows us to compare it to experimental results from the Lorenz paper Fig 13. In the model, when the short term oscillations dampen away, the bird quite linearly decreases in θ till it hits the critical angle and falls back down. In the physical bird, it holds a steady angle for a long time and then, in a short time, quickly decreases angle in a non-linear way until it hits minimum angle and then falls back down. This is due to our oversimplification of our driving force to be a linear sawtooth force. While this does give a difference between our model and the physical results we feel its not overly important and that the model still captures the major characteristics of the motion of the dipping bird. 6 Coupled Dipping Birds In order to try and get chaotic motion with the dippy bird, we introduced an external driving force, through coupling the dipping bird with a second bird by means of a spring between the two body s. We set up the system as described in section 4 and analyzed the motion for different parameters of the two birds. In all coupled dipping bird models, we have kept α constant unless stated. This means we are analyzing the case where the birds are re-wet after each successive dip. 6.1 In Phase Motion To test our model was working as expected, we set the two birds to have the same physical parameters α and β and the same initial conditions. The resulting motion was expected to be the same as in the section 5 for the single bird model, for both birds. Here we plot the results in phase space showing bird1 and bird2 in Fig 6. 7

9 Figure 6: Phase space diagram of the evolution of bird 1 and 2 overlayed on each other. Both diagrams are identical showing the in phase motion of the two birds Both birds follow the same path and when this is compared to the phase space graph of the single bird model in Fig6, it is seen to be the same motion as the single bird model, Fig Antiphase Motion Another check on the model is to set the birds in anti phase motion. This is done by keeping the physical parameters of the birds the same but reverse the initial angle and angular velocity of one of the birds. The resulting phase space diagram is shown in Fig Figure 7: Phase space diagrams the evolution of bird one and bird two, when set up with initial conditions for anti-phase motion. the two diagrams are symmetrical about reflection through the origin, showing the two birds to be in an anti-phase state It can be clearly seen that the two motions are symmetrical about the origin, as is the expected result. From these two checks of phase and anti phase motion we conclude our model is accurately computing our expected setup of two coupled dipping birds. 6.3 Period Doubling We then looked at setting up our model to try and find chaotic motion. We wanted to find chaos in the dipping period of bird1 or bird2 in our coupled model, so in the following graph, we will measure the dipping period versus cycle number. Before looking for chaotic motion, we tried to find some parameters for the system where it would settle into a period doubling or tripling motion for one of the birds, like in classical chaotic systems. For the parameters in Appendix C, we managed to get bird2 to settle into a period doubling motion, shown in Fig 8. 8

10 s Figure 8: The period of bird 2 against cycle. After a few cycles, the bird can be seen to settle down into a period doubling motion It is quite clear from the diagram that bird2 has settled into a motion where its period repeats only every second cycle. this is period doubling behavior and is characteristic of chaotic systems. 6.4 Chaotic Motion To try and find chaotic motion, we varied the parameter α2 in bird2 over a small range, in 50 steps, and looked at the period of the bird over a few cycles at that value of alpha. The results for the periods of bird1 and bird2 are shown below in Fig 9 and Fig 10. All values recorded for period, are over 30 cycles, split between bird1 and bird2, at the value α2 are included. Period alpha Figure 9: Plot of dipping period of bird1 versus α2. For each value of α2 many periods are found, this shows a break in the conserved dipping period of uncoupled birds Period alpha Figure 10: Plot of dipping period of bird2 versus α2. There are also many periods for each value of alpha. There is also a trend in average period which decreases with increase in α2 9

11 The resulting periods don t show a classical bifurcation diagram, there is no continuous area of single period, and no obvious bifurcations into period doubling, or tripling. However, the graphs do show that for different values of alpha, we don t get periodic behavior in the dipping periods for both the birds. While this is not what was sought in setting up the model, it does give a somewhat nice result, that for some values of alpha, the constant dipping period of the bird is broken. Also, for different values of alpha, these seemingly random periods don t repeat. However we don t think the resulting motion is chaotic, there seem to be many closely clustered periods for both birds at most values of α2. Though there is a general decrease in dipping period of bird2, we are still reasonably happy with the model, as the desired result was to find chaotic motion in one of the birds, treating the other bird as just an external driving force. 7 Conclusions 7.1 Single Bird Model The single dipping bird model was very successful. It compared very well with both the computational model of Guemez et al. and the experimental model of Lorenz.All 3 time scales were successfully captured by our model. The dissimilarities between our model and the physical dipping bird can be explained by some oversimplification of our driving force, but this is quite a minor difference. 7.2 Coupled Dipping Bird We modeled a pair of coupled dipping birds by modeling a spring attached between two birds body s. Our model was set up with initial conditions to observe in-phase and anti-phase motion. In both instances the model correctly displayed expected behavior. We set up the model in conditions which led to period doubling for one of the birds. This was done for a small time step 10 7 and found to hold up. However in previous results, when period doubling/tripling was observed for a timescale, decreasing the timescale sometimes extinguished this behavior, while this was generally at larger time scales, it is possible our model is still too discrete and the period doubling doesn t exist. We varied a parameter, α2 of one of the birds over a small range and measured the periods observed at those values of α2, hoping to observe something similar to the classical bifurcation diagram. This was not observed, as there were no obvious bifurcations. However we did get a level of chaotic behavior, in that there were multiple periods observed for each value of α2, and they differed widely with α Further Work There is still some scope left in the project for further work in our project in both models. In the single model, a non linear driving force could be investigated to try and rectify the dissimilarity between the model and observed experimental results (Lorenz 2006). In the case of the coupled dipping bird, the other parameters of our model β or γ, could have been varied and a bifurcation diagram with it as the parameter could have been investigated. 10

12 Also for when we varied α2, maybe varying it over an even shorter range, and less discretely might have led to results closer to a classical bifurcation diagram. Finally it would have been nice to build a physical coupled dipping bird system and try to observe chaotic, or at least non periodic dipping period motion. References [1] R. Lorenz, Finite-time thermodynamics of an instrumented drinking bird toy, Am. J.Phys. 74(8), (2006). [2] J. Guemez, R. Valiente, C. Fiolhais, and M. Fiolhais, Experiments with the drinking bird, Am. J. Phys.71(12), (2003). 8 Appendices A Results from Gumez et a.l and Lorenz Figure 11: Guemez et al. computational simulation of the angular evolution of the dipping bird Figure 12: Guemez et al. measured increase of dipping period with time for dipping bird enclosed in a box 11

13 Energy Figure 15: The energy for a single dipping period as in Fig 14 with time. It is seen that energy is not conserved, which is in accordance with the dipping bird as it does work. However our model doesnt show energy constantly decreasing which would be physical. This is another failing of the model. Figure 13: Lorenz measured angular evolution of the dipping bird. Angle taken with respect to the horizontal axis B Extraneous Plots These plots are either not needed for the main aims of this report, or are repeated graphs in a slightly different format t Figure 14: Simple single dipping bird model as in Fig 3 but with angle with respect to the horizontal, to better compare with Fig 13 12

14 Force Figure 16: A plot of the driving force with time for constant α Force Figure 17: A plot of the driving force with time for non constant α, with p = Figure 18: Single dipping bird evloution in phase space with constant α2 13

15 C Paramaters Table 1: Single Dipping Bird θ ω 0 0 α 0.01 β 0.12 p 0 step-size 0.01 Table 2: Coupled Dipping Bird in Phase Bird 1 Bird2 (X, Y ) - (2,0) θ ω α β γ p 0 0 step-size Table 3: Coupled Dipping Bird Anti-phase Bird 1 Bird2 (X, Y ) - (2,0) θ ω α β γ p 0 0 step-size

16 Table 4: Coupled Dipping Bird Period Doubling Bird 1 Bird2 (X, Y ) - (2,0) θ ω α β γ p 0 0 step-size Table 5: Chaotic motion Bird 1 Bird2 (X, Y ) - (2,0) θ ω α 1/ k β γ p 0 0 step-size

Simple Harmonic Motion - MBL

Simple Harmonic Motion - MBL Simple Harmonic Motion - MBL In this experiment you will use a pendulum to investigate different aspects of simple harmonic motion. You will first examine qualitatively the period of a pendulum, as well

More information

The Pendulum. The purpose of this tab is to predict the motion of various pendulums and compare these predictions with experimental observations.

The Pendulum. The purpose of this tab is to predict the motion of various pendulums and compare these predictions with experimental observations. The Pendulum Introduction: The purpose of this tab is to predict the motion of various pendulums and compare these predictions with experimental observations. Equipment: Simple pendulum made from string

More information

Mechanical Resonance and Chaos

Mechanical Resonance and Chaos Mechanical Resonance and Chaos You will use the apparatus in Figure 1 to investigate regimes of increasing complexity. Figure 1. The rotary pendulum (from DeSerio, www.phys.ufl.edu/courses/phy483l/group_iv/chaos/chaos.pdf).

More information

PH 120 Project # 2: Pendulum and chaos

PH 120 Project # 2: Pendulum and chaos PH 120 Project # 2: Pendulum and chaos Due: Friday, January 16, 2004 In PH109, you studied a simple pendulum, which is an effectively massless rod of length l that is fixed at one end with a small mass

More information

t = g = 10 m/s 2 = 2 s T = 2π g

t = g = 10 m/s 2 = 2 s T = 2π g Annotated Answers to the 1984 AP Physics C Mechanics Multiple Choice 1. D. Torque is the rotational analogue of force; F net = ma corresponds to τ net = Iα. 2. C. The horizontal speed does not affect the

More information

Name Date: Course number: MAKE SURE TA & TI STAMPS EVERY PAGE BEFORE YOU START. Grade: EXPERIMENT 4

Name Date: Course number: MAKE SURE TA & TI STAMPS EVERY PAGE BEFORE YOU START. Grade: EXPERIMENT 4 Laboratory Section: Last Revised on June 18, 2018 Partners Names: Grade: EXPERIMENT 4 Moment of Inertia & Oscillations 0 Pre-Laboratory Work [20 pts] 1 a) In Section 31, describe briefly the steps you

More information

Chapter 14 Periodic Motion

Chapter 14 Periodic Motion Chapter 14 Periodic Motion 1 Describing Oscillation First, we want to describe the kinematical and dynamical quantities associated with Simple Harmonic Motion (SHM), for example, x, v x, a x, and F x.

More information

Lab 3: The Coupled Pendulum and a bit on the Chaotic Double Pendulum

Lab 3: The Coupled Pendulum and a bit on the Chaotic Double Pendulum Phys 15c: Lab 3, Fall 006 1 Lab 3: The Coupled Pendulum and a bit on the Chaotic Double Pendulum Due Friday, March, 007, before 1 Noon in front of SC 301 REV0: February 1, 007 1 Introduction This lab looks

More information

Experiment 9: Compound Pendulum

Experiment 9: Compound Pendulum COMSATS nstitute of nformation Technology, slamabad Campus PHYS - 108 Experiment 9: Compound Pendulum A compound pendulum (also known as a physical pendulum) consists of a rigid body oscillating about

More information

Updated 2013 (Mathematica Version) M1.1. Lab M1: The Simple Pendulum

Updated 2013 (Mathematica Version) M1.1. Lab M1: The Simple Pendulum Updated 2013 (Mathematica Version) M1.1 Introduction. Lab M1: The Simple Pendulum The simple pendulum is a favorite introductory exercise because Galileo's experiments on pendulums in the early 1600s are

More information

Chapter 14. Oscillations. Oscillations Introductory Terminology Simple Harmonic Motion:

Chapter 14. Oscillations. Oscillations Introductory Terminology Simple Harmonic Motion: Chapter 14 Oscillations Oscillations Introductory Terminology Simple Harmonic Motion: Kinematics Energy Examples of Simple Harmonic Oscillators Damped and Forced Oscillations. Resonance. Periodic Motion

More information

Chaotic motion. Phys 420/580 Lecture 10

Chaotic motion. Phys 420/580 Lecture 10 Chaotic motion Phys 420/580 Lecture 10 Finite-difference equations Finite difference equation approximates a differential equation as an iterative map (x n+1,v n+1 )=M[(x n,v n )] Evolution from time t

More information

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

PHYSICS. Chapter 15 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 15 Lecture RANDALL D. KNIGHT Chapter 15 Oscillations IN THIS CHAPTER, you will learn about systems that oscillate in simple harmonic

More information

Chapter 14 Oscillations

Chapter 14 Oscillations Chapter 14 Oscillations Chapter Goal: To understand systems that oscillate with simple harmonic motion. Slide 14-2 Chapter 14 Preview Slide 14-3 Chapter 14 Preview Slide 14-4 Chapter 14 Preview Slide 14-5

More information

Physics 132 3/31/17. March 31, 2017 Physics 132 Prof. E. F. Redish Theme Music: Benny Goodman. Swing, Swing, Swing. Cartoon: Bill Watterson

Physics 132 3/31/17. March 31, 2017 Physics 132 Prof. E. F. Redish Theme Music: Benny Goodman. Swing, Swing, Swing. Cartoon: Bill Watterson March 31, 2017 Physics 132 Prof. E. F. Redish Theme Music: Benny Goodman Swing, Swing, Swing Cartoon: Bill Watterson Calvin & Hobbes 1 Outline The makeup exam Recap: the math of the harmonic oscillator

More information

!T = 2# T = 2! " The velocity and acceleration of the object are found by taking the first and second derivative of the position:

!T = 2# T = 2!  The velocity and acceleration of the object are found by taking the first and second derivative of the position: A pendulum swinging back and forth or a mass oscillating on a spring are two examples of (SHM.) SHM occurs any time the position of an object as a function of time can be represented by a sine wave. We

More information

Lab 10: Harmonic Motion and the Pendulum

Lab 10: Harmonic Motion and the Pendulum Lab 10 Harmonic Motion and the Pendulum 119 Name Date Partners Lab 10: Harmonic Motion and the Pendulum OVERVIEW A body is said to be in a position of stable equilibrium if, after displacement in any direction,

More information

How To Pump A Swing. Tareq Ahmed Mokhiemer Research Assistant, Physics Department.

How To Pump A Swing. Tareq Ahmed Mokhiemer Research Assistant, Physics Department. How To Pump A Swing Tareq Ahmed Mokhiemer Research Assistant, Physics Department Abstract The analysis of pumping a swing has been done in the standing mode and seated mode in different ways using Mathematica

More information

Oscillatory Motion and Wave Motion

Oscillatory Motion and Wave Motion Oscillatory Motion and Wave Motion Oscillatory Motion Simple Harmonic Motion Wave Motion Waves Motion of an Object Attached to a Spring The Pendulum Transverse and Longitudinal Waves Sinusoidal Wave Function

More information

Static Equilibrium, Gravitation, Periodic Motion

Static Equilibrium, Gravitation, Periodic Motion This test covers static equilibrium, universal gravitation, and simple harmonic motion, with some problems requiring a knowledge of basic calculus. Part I. Multiple Choice 1. 60 A B 10 kg A mass of 10

More information

CHAPTER 12 OSCILLATORY MOTION

CHAPTER 12 OSCILLATORY MOTION CHAPTER 1 OSCILLATORY MOTION Before starting the discussion of the chapter s concepts it is worth to define some terms we will use frequently in this chapter: 1. The period of the motion, T, is the time

More information

Oscillatory Motion. Simple pendulum: linear Hooke s Law restoring force for small angular deviations. small angle approximation. Oscillatory solution

Oscillatory Motion. Simple pendulum: linear Hooke s Law restoring force for small angular deviations. small angle approximation. Oscillatory solution Oscillatory Motion Simple pendulum: linear Hooke s Law restoring force for small angular deviations d 2 θ dt 2 = g l θ small angle approximation θ l Oscillatory solution θ(t) =θ 0 sin(ωt + φ) F with characteristic

More information

Oscillatory Motion SHM

Oscillatory Motion SHM Chapter 15 Oscillatory Motion SHM Dr. Armen Kocharian Periodic Motion Periodic motion is motion of an object that regularly repeats The object returns to a given position after a fixed time interval A

More information

Analyzing SHO of a double pendulum

Analyzing SHO of a double pendulum WJP, PHY381 (2010) Wabash Journal of Physics v4.2, p.1 Analyzing SHO of a double pendulum W.C. Beard, R. Paudel, B. Vest, T. Warn, and M.J. Madsen Department of Physics, Wabash College, Crawfordsville,

More information

In the presence of viscous damping, a more generalized form of the Lagrange s equation of motion can be written as

In the presence of viscous damping, a more generalized form of the Lagrange s equation of motion can be written as 2 MODELING Once the control target is identified, which includes the state variable to be controlled (ex. speed, position, temperature, flow rate, etc), and once the system drives are identified (ex. force,

More information

9.1 Harmonic Motion. Motion in cycles. linear motion - motion that goes from one place to another without repeating.

9.1 Harmonic Motion. Motion in cycles. linear motion - motion that goes from one place to another without repeating. 9.1 Harmonic Motion A bicyclist pedaling past you on the street moves in linear motion. Linear motion gets us from one place to another (Figure 9.1A). This chapter is about another kind of motion called

More information

Oscillatory Motion. Simple pendulum: linear Hooke s Law restoring force for small angular deviations. Oscillatory solution

Oscillatory Motion. Simple pendulum: linear Hooke s Law restoring force for small angular deviations. Oscillatory solution Oscillatory Motion Simple pendulum: linear Hooke s Law restoring force for small angular deviations d 2 θ dt 2 = g l θ θ l Oscillatory solution θ(t) =θ 0 sin(ωt + φ) F with characteristic angular frequency

More information

Chapter 13: Oscillatory Motions

Chapter 13: Oscillatory Motions Chapter 13: Oscillatory Motions Simple harmonic motion Spring and Hooe s law When a mass hanging from a spring and in equilibrium, the Newton s nd law says: Fy ma Fs Fg 0 Fs Fg This means the force due

More information

Lecture XXVI. Morris Swartz Dept. of Physics and Astronomy Johns Hopkins University November 5, 2003

Lecture XXVI. Morris Swartz Dept. of Physics and Astronomy Johns Hopkins University November 5, 2003 Lecture XXVI Morris Swartz Dept. of Physics and Astronomy Johns Hopins University morris@jhu.edu November 5, 2003 Lecture XXVI: Oscillations Oscillations are periodic motions. There are many examples of

More information

Lab 1: Damped, Driven Harmonic Oscillator

Lab 1: Damped, Driven Harmonic Oscillator 1 Introduction Lab 1: Damped, Driven Harmonic Oscillator The purpose of this experiment is to study the resonant properties of a driven, damped harmonic oscillator. This type of motion is characteristic

More information

Earth s Magnetic Field Adapted by MMWaite from Measurement of Earth's Magnetic Field [Horizontal Component] by Dr. Harold Skelton

Earth s Magnetic Field Adapted by MMWaite from Measurement of Earth's Magnetic Field [Horizontal Component] by Dr. Harold Skelton Adapted by MMWaite from Measurement of Earth's Magnetic Field [Horizontal Component] by Dr. Harold Skelton Object: The purpose of this lab is to determine the horizontal component of the Earth s Magnetic

More information

Springs: Part II (Forced Vibrations)

Springs: Part II (Forced Vibrations) 22 Springs: Part II (Forced Vibrations) Let us look, again, at those mass/spring systems discussed in chapter 17. Remember, in such a system we have a spring with one end attached to an immobile wall and

More information

I. THE PENDULUM. y 1 (t) = θ(t) (2) y 2 (t) = dθ(t) dt

I. THE PENDULUM. y 1 (t) = θ(t) (2) y 2 (t) = dθ(t) dt 1 I. THE PENDULUM In this section, we will explore using Mathematica as a tool, several aspects of the pendulum that you might have done as anexperiment inthe lab. We begin by looking at the forces that

More information

1 CHAPTER 8 IMPULSIVE FORCES

1 CHAPTER 8 IMPULSIVE FORCES 8.1 Introduction. 1 CHAPTER 8 IMPULSIVE FORCES As it goes about its business, a particle may experience many different sorts of forces. In Chapter 7, we looked at the effect of forces that depend only

More information

Lab 1: damped, driven harmonic oscillator

Lab 1: damped, driven harmonic oscillator Lab 1: damped, driven harmonic oscillator 1 Introduction The purpose of this experiment is to study the resonant properties of a driven, damped harmonic oscillator. This type of motion is characteristic

More information

θ + mgl θ = 0 or θ + ω 2 θ = 0 (2) ω 2 = I θ = mgl sinθ (1) + Ml 2 I = I CM mgl Kater s Pendulum The Compound Pendulum

θ + mgl θ = 0 or θ + ω 2 θ = 0 (2) ω 2 = I θ = mgl sinθ (1) + Ml 2 I = I CM mgl Kater s Pendulum The Compound Pendulum Kater s Pendulum The Compound Pendulum A compound pendulum is the term that generally refers to an arbitrary lamina that is allowed to oscillate about a point located some distance from the lamina s center

More information

Lecture 17 - Gyroscopes

Lecture 17 - Gyroscopes Lecture 17 - Gyroscopes A Puzzle... We have seen throughout class that the center of mass is a very powerful tool for evaluating systems. However, don t let yourself get carried away with how useful it

More information

arxiv:physics/ v3 [physics.ed-ph] 24 Jun 2003

arxiv:physics/ v3 [physics.ed-ph] 24 Jun 2003 ERAU-PHY-0201c The driven pendulum at arbitrary drive angles Gordon J. VanDalen Department of Physics, University of California, Riverside, California 92521 and arxiv:physics/0211047v3 [physics.ed-ph]

More information

Lecture V : Oscillatory motion and spectral analysis

Lecture V : Oscillatory motion and spectral analysis Lecture V : Oscillatory motion and spectral analysis I. IDEAL PENDULUM AND STABILITY ANALYSIS Let us remind ourselves of the equation of motion for the pendulum. Remembering that the external torque applied

More information

Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class

Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class Assignments VIII and IX, PHYS 301 (Classical Mechanics) Spring 2014 Due 3/21/14 at start of class Homeworks VIII and IX both center on Lagrangian mechanics and involve many of the same skills. Therefore,

More information

MAS212 Assignment #2: The damped driven pendulum

MAS212 Assignment #2: The damped driven pendulum MAS Assignment #: The damped driven pendulum Sam Dolan (January 8 Introduction In this assignment we study the motion of a rigid pendulum of length l and mass m, shown in Fig., using both analytical and

More information

Final Review, Day 1. Announcements: Web page:

Final Review, Day 1. Announcements: Web page: Announcements: Final Review, Day 1 Final exam next Wednesday (5/9) at 7:30am in the Coors Event Center. Recitation tomorrow is a review. Please feel free to ask the TA any questions on the course material.

More information

Understanding Precession

Understanding Precession University of Rochester PHY35 Term Paper Understanding Precession Author: Peter Heuer Professor: Dr. Douglas Cline December 1th 01 1 Introduction Figure 1: Bicycle wheel gyroscope demonstration used at

More information

Lab 10 - Harmonic Motion and the Pendulum

Lab 10 - Harmonic Motion and the Pendulum Lab 10 Harmonic Motion and the Pendulum L10-1 Name Date Partners Lab 10 - Harmonic Motion and the Pendulum L (measured from the suspension point to the center of mass) Groove marking the center of mass

More information

Chapter 14 Preview Looking Ahead

Chapter 14 Preview Looking Ahead Chapter 14 Preview Looking Ahead Text: p. 438 Slide 14-1 Chapter 14 Preview Looking Back: Springs and Restoring Forces In Chapter 8, you learned that a stretched spring exerts a restoring force proportional

More information

Physics 235 Chapter 4. Chapter 4 Non-Linear Oscillations and Chaos

Physics 235 Chapter 4. Chapter 4 Non-Linear Oscillations and Chaos Chapter 4 Non-Linear Oscillations and Chaos Non-Linear Differential Equations Up to now we have considered differential equations with terms that are proportional to the acceleration, the velocity, and

More information

Problem 1. Mathematics of rotations

Problem 1. Mathematics of rotations Problem 1. Mathematics of rotations (a) Show by algebraic means (i.e. no pictures) that the relationship between ω and is: φ, ψ, θ Feel free to use computer algebra. ω X = φ sin θ sin ψ + θ cos ψ (1) ω

More information

Chapter 13 Lecture. Essential University Physics Richard Wolfson 2 nd Edition. Oscillatory Motion Pearson Education, Inc.

Chapter 13 Lecture. Essential University Physics Richard Wolfson 2 nd Edition. Oscillatory Motion Pearson Education, Inc. Chapter 13 Lecture Essential University Physics Richard Wolfson nd Edition Oscillatory Motion Slide 13-1 In this lecture you ll learn To describe the conditions under which oscillatory motion occurs To

More information

Rotational motion problems

Rotational motion problems Rotational motion problems. (Massive pulley) Masses m and m 2 are connected by a string that runs over a pulley of radius R and moment of inertia I. Find the acceleration of the two masses, as well as

More information

Investigating the Relationship Between Cavendish Temperature Fluctuation and Torsional Oscillation

Investigating the Relationship Between Cavendish Temperature Fluctuation and Torsional Oscillation Investigating the Relationship Between Cavendish Temperature Fluctuation and Torsional Oscillation John Grasel 4 March 2010 Abstract The Cavendish apparatus measures the gravitational attraction between

More information

Differential Equations (Math 217) Practice Midterm 1

Differential Equations (Math 217) Practice Midterm 1 Differential Equations (Math 217) Practice Midterm 1 September 20, 2016 No calculators, notes, or other resources are allowed. There are 14 multiple-choice questions, worth 5 points each, and two hand-graded

More information

Chapter 15 Periodic Motion

Chapter 15 Periodic Motion Chapter 15 Periodic Motion Slide 1-1 Chapter 15 Periodic Motion Concepts Slide 1-2 Section 15.1: Periodic motion and energy Section Goals You will learn to Define the concepts of periodic motion, vibration,

More information

Chaotic motion. Phys 750 Lecture 9

Chaotic motion. Phys 750 Lecture 9 Chaotic motion Phys 750 Lecture 9 Finite-difference equations Finite difference equation approximates a differential equation as an iterative map (x n+1,v n+1 )=M[(x n,v n )] Evolution from time t =0to

More information

Physics 8, Fall 2011, equation sheet work in progress

Physics 8, Fall 2011, equation sheet work in progress 1 year 3.16 10 7 s Physics 8, Fall 2011, equation sheet work in progress circumference of earth 40 10 6 m speed of light c = 2.9979 10 8 m/s mass of proton or neutron 1 amu ( atomic mass unit ) = 1 1.66

More information

Rotational Kinetic Energy

Rotational Kinetic Energy Lecture 17, Chapter 10: Rotational Energy and Angular Momentum 1 Rotational Kinetic Energy Consider a rigid body rotating with an angular velocity ω about an axis. Clearly every point in the rigid body

More information

Nonlinear Oscillations and Chaos

Nonlinear Oscillations and Chaos CHAPTER 4 Nonlinear Oscillations and Chaos 4-. l l = l + d s d d l l = l + d m θ m (a) (b) (c) The unetended length of each spring is, as shown in (a). In order to attach the mass m, each spring must be

More information

In-Class Problems 30-32: Moment of Inertia, Torque, and Pendulum: Solutions

In-Class Problems 30-32: Moment of Inertia, Torque, and Pendulum: Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Physics 8.01 TEAL Fall Term 004 In-Class Problems 30-3: Moment of Inertia, Torque, and Pendulum: Solutions Problem 30 Moment of Inertia of a

More information

The Restricted 3-Body Problem

The Restricted 3-Body Problem The Restricted 3-Body Problem John Bremseth and John Grasel 12/10/2010 Abstract Though the 3-body problem is difficult to solve, it can be modeled if one mass is so small that its effect on the other two

More information

Symmetries 2 - Rotations in Space

Symmetries 2 - Rotations in Space Symmetries 2 - Rotations in Space This symmetry is about the isotropy of space, i.e. space is the same in all orientations. Thus, if we continuously rotated an entire system in space, we expect the system

More information

PHY2053 General Physics I

PHY2053 General Physics I PHY2053 General Physics I Section 584771 Prof. Douglas H. Laurence Final Exam May 3, 2018 Name: 1 Instructions: This final exam is a take home exam. It will be posted online sometime around noon of the

More information

Lab 6a: Pole Placement for the Inverted Pendulum

Lab 6a: Pole Placement for the Inverted Pendulum Lab 6a: Pole Placement for the Inverted Pendulum Idiot. Above her head was the only stable place in the cosmos, the only refuge from the damnation of the Panta Rei, and she guessed it was the Pendulum

More information

Laboratory Instruction-Record Pages

Laboratory Instruction-Record Pages Laboratory Instruction-Record Pages The Driven Pendulum Geology 200 - Evolutionary Systems James Madison University Lynn S. Fichter and Steven J. Baedke Brief History of Swinging Many things in this universe

More information

LAB 10: HARMONIC MOTION AND THE PENDULUM

LAB 10: HARMONIC MOTION AND THE PENDULUM 163 Name Date Partners LAB 10: HARMONIC MOION AND HE PENDULUM Galileo reportedly began his study of the pendulum in 1581 while watching this chandelier swing in Pisa, Italy OVERVIEW A body is said to be

More information

Rotational Motion. Figure 1: Torsional harmonic oscillator. The locations of the rotor and fiber are indicated.

Rotational Motion. Figure 1: Torsional harmonic oscillator. The locations of the rotor and fiber are indicated. Rotational Motion 1 Purpose The main purpose of this laboratory is to familiarize you with the use of the Torsional Harmonic Oscillator (THO) that will be the subject of the final lab of the course on

More information

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration Module 15 Lecture 38 Vibration of Rigid Bodies Part-1 Today,

More information

Homework 7: # 4.22, 5.15, 5.21, 5.23, Foucault pendulum

Homework 7: # 4.22, 5.15, 5.21, 5.23, Foucault pendulum Homework 7: # 4., 5.15, 5.1, 5.3, Foucault pendulum Michael Good Oct 9, 4 4. A projectile is fired horizontally along Earth s surface. Show that to a first approximation the angular deviation from the

More information

McGill University. PHYS 101 (Introduction to Mechanics for the Life Sciences) FINAL EXAM SOLUTIONS

McGill University. PHYS 101 (Introduction to Mechanics for the Life Sciences) FINAL EXAM SOLUTIONS McGill University PHYS 101 (Introduction to Mechanics for the Life Sciences) FINAL EXAM SOLUTIONS 2006 PHYS 101 Final exam Examiner: K.J. Ragan x6518 Short answer questions (answer all): you should not

More information

Problem Set Number 2, j/2.036j MIT (Fall 2014)

Problem Set Number 2, j/2.036j MIT (Fall 2014) Problem Set Number 2, 18.385j/2.036j MIT (Fall 2014) Rodolfo R. Rosales (MIT, Math. Dept.,Cambridge, MA 02139) Due Mon., September 29, 2014. 1 Inverse function problem #01. Statement: Inverse function

More information

Lecture 18. In other words, if you double the stress, you double the resulting strain.

Lecture 18. In other words, if you double the stress, you double the resulting strain. Lecture 18 Stress and Strain and Springs Simple Harmonic Motion Cutnell+Johnson: 10.1-10.4,10.7-10.8 Stress and Strain and Springs So far we ve dealt with rigid objects. A rigid object doesn t change shape

More information

Phys 7221, Fall 2006: Midterm exam

Phys 7221, Fall 2006: Midterm exam Phys 7221, Fall 2006: Midterm exam October 20, 2006 Problem 1 (40 pts) Consider a spherical pendulum, a mass m attached to a rod of length l, as a constrained system with r = l, as shown in the figure.

More information

Physics 2310 Lab #3 Driven Harmonic Oscillator

Physics 2310 Lab #3 Driven Harmonic Oscillator Physics 2310 Lab #3 Driven Harmonic Oscillator M. Pierce (adapted from a lab by the UCLA Physics & Astronomy Department) Objective: The objective of this experiment is to characterize the behavior of a

More information

LAB 10 - HARMONIC MOTION AND THE PENDULUM

LAB 10 - HARMONIC MOTION AND THE PENDULUM L10-1 Name Date Partners LAB 10 - HARMONIC MOION AND HE PENDULUM θ L Groove marking the center of mass Photogate s = 0 s F tan mg θ OVERVIEW Figure 1 A body is said to be in a position of stable equilibrium

More information

Theoretical physics. Deterministic chaos in classical physics. Martin Scholtz

Theoretical physics. Deterministic chaos in classical physics. Martin Scholtz Theoretical physics Deterministic chaos in classical physics Martin Scholtz scholtzzz@gmail.com Fundamental physical theories and role of classical mechanics. Intuitive characteristics of chaos. Newton

More information

THE INDIAN COMMUNITY SCHOOL,KUWAIT PHYSICS SECTION-A

THE INDIAN COMMUNITY SCHOOL,KUWAIT PHYSICS SECTION-A THE INDIAN COMMUNITY SCHOOL,KUWAIT CLASS:XI MAX MARKS:70 PHYSICS TIME ALLOWED : 3HOURS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ General Instructions:

More information

Physics 2211 A & B Quiz #4 Solutions Fall 2016

Physics 2211 A & B Quiz #4 Solutions Fall 2016 Physics 22 A & B Quiz #4 Solutions Fall 206 I. (6 points) A pendulum bob of mass M is hanging at rest from an ideal string of length L. A bullet of mass m traveling horizontally at speed v 0 strikes it

More information

11/17/10. Chapter 14. Oscillations. Chapter 14. Oscillations Topics: Simple Harmonic Motion. Simple Harmonic Motion

11/17/10. Chapter 14. Oscillations. Chapter 14. Oscillations Topics: Simple Harmonic Motion. Simple Harmonic Motion 11/17/10 Chapter 14. Oscillations This striking computergenerated image demonstrates an important type of motion: oscillatory motion. Examples of oscillatory motion include a car bouncing up and down,

More information

PreClass Notes: Chapter 13, Sections

PreClass Notes: Chapter 13, Sections PreClass Notes: Chapter 13, Sections 13.3-13.7 From Essential University Physics 3 rd Edition by Richard Wolfson, Middlebury College 2016 by Pearson Education, Inc. Narration and extra little notes by

More information

Physics 200 Lecture 4. Integration. Lecture 4. Physics 200 Laboratory

Physics 200 Lecture 4. Integration. Lecture 4. Physics 200 Laboratory Physics 2 Lecture 4 Integration Lecture 4 Physics 2 Laboratory Monday, February 21st, 211 Integration is the flip-side of differentiation in fact, it is often possible to write a differential equation

More information

The Damped Pendulum. Physics 211 Lab 3 3/18/2016

The Damped Pendulum. Physics 211 Lab 3 3/18/2016 PHYS11 Lab 3 Physics 11 Lab 3 3/18/16 Objective The objective of this lab is to record the angular position of the pendulum vs. time with and without damping. The data is then analyzed and compared to

More information

Unit 7: Oscillations

Unit 7: Oscillations Text: Chapter 15 Unit 7: Oscillations NAME: Problems (p. 405-412) #1: 1, 7, 13, 17, 24, 26, 28, 32, 35 (simple harmonic motion, springs) #2: 45, 46, 49, 51, 75 (pendulums) Vocabulary: simple harmonic motion,

More information

IM4. Modul Mechanics. Coupled Pendulum

IM4. Modul Mechanics. Coupled Pendulum IM4 Modul Mechanics Coupled Pendulum Two pendulums that can exchange energy are called coupled pendulums. The gravitational force acting on the pendulums creates rotational stiffness that drives each pendulum

More information

Double Pendulum Power Method for Extracting Power from a Mechanical Oscillator -

Double Pendulum Power Method for Extracting Power from a Mechanical Oscillator - Double Pendulum Power Method for Extracting Power from a Mechanical Oscillator - A Numerical Analysis using the Runge Kutta Method to Solve the Euler Lagrange Equation for a Double Pendulum with Mechanical

More information

The Nonlinear Pendulum

The Nonlinear Pendulum The Nonlinear Pendulum - Pádraig Ó Conbhuí - 08531749 TP Monday 1. Abstract This experiment was performed to examine the effects that linearizing equations has on the accuracy of results and to find ways

More information

Department of Physics

Department of Physics Department of Physics PHYS101-051 FINAL EXAM Test Code: 100 Tuesday, 4 January 006 in Building 54 Exam Duration: 3 hrs (from 1:30pm to 3:30pm) Name: Student Number: Section Number: Page 1 1. A car starts

More information

Chapter 4. Oscillatory Motion. 4.1 The Important Stuff Simple Harmonic Motion

Chapter 4. Oscillatory Motion. 4.1 The Important Stuff Simple Harmonic Motion Chapter 4 Oscillatory Motion 4.1 The Important Stuff 4.1.1 Simple Harmonic Motion In this chapter we consider systems which have a motion which repeats itself in time, that is, it is periodic. In particular

More information

TORSION PENDULUM: THE MECHANICAL NONLINEAR OSCILLATOR

TORSION PENDULUM: THE MECHANICAL NONLINEAR OSCILLATOR TORSION PENDULUM: THE MECHANICAL NONLINEAR OSCILLATOR Samo Lasič, Gorazd Planinšič,, Faculty of Mathematics and Physics University of Ljubljana, Slovenija Giacomo Torzo, Department of Physics, University

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com 1. A uniform circular disc has mass 4m, centre O and radius 4a. The line POQ is a diameter of the disc. A circular hole of radius a is made in the disc with the centre of the hole at the point R on PQ

More information

Physics 106a, Caltech 4 December, Lecture 18: Examples on Rigid Body Dynamics. Rotating rectangle. Heavy symmetric top

Physics 106a, Caltech 4 December, Lecture 18: Examples on Rigid Body Dynamics. Rotating rectangle. Heavy symmetric top Physics 106a, Caltech 4 December, 2018 Lecture 18: Examples on Rigid Body Dynamics I go through a number of examples illustrating the methods of solving rigid body dynamics. In most cases, the problem

More information

Electric Fields, Dipoles and Torque Challenge Problem Solutions

Electric Fields, Dipoles and Torque Challenge Problem Solutions Electric Fields, Dipoles and Torque Challenge Problem Solutions Problem 1: Three charges equal to Q, +Q and +Q are located a distance a apart along the x axis (see sketch). The point P is located on the

More information

Physics 351, Spring 2015, Final Exam.

Physics 351, Spring 2015, Final Exam. Physics 351, Spring 2015, Final Exam. This closed-book exam has (only) 25% weight in your course grade. You can use one sheet of your own hand-written notes. Please show your work on these pages. The back

More information

Brown University Physics 0030 Physics Department Lab 5

Brown University Physics 0030 Physics Department Lab 5 Oscillatory Motion Experiment 1: Oscillations of a spring As described in the text, a system of a simple spring exhibits simple harmonic motion and is a good introduction to a study of oscillations, which

More information

Chapter 15 - Oscillations

Chapter 15 - Oscillations The pendulum of the mind oscillates between sense and nonsense, not between right and wrong. -Carl Gustav Jung David J. Starling Penn State Hazleton PHYS 211 Oscillatory motion is motion that is periodic

More information

Lab M1: The Simple Pendulum

Lab M1: The Simple Pendulum Spring 2003 M1.1 Introduction. Lab M1: The Simple Pendulum The simple pendulum is a favorite introductory exercise because Galileo's experiments on pendulums in the early 1600s are usually regarded as

More information

Flipping Physics Lecture Notes: Demonstrating Rotational Inertia (or Moment of Inertia)

Flipping Physics Lecture Notes: Demonstrating Rotational Inertia (or Moment of Inertia) Flipping Physics Lecture Notes: Demonstrating Rotational Inertia (or Moment of Inertia) Have you ever struggled to describe Rotational Inertia to your students? Even worse, have you ever struggled to understand

More information

The distance of the object from the equilibrium position is m.

The distance of the object from the equilibrium position is m. Answers, Even-Numbered Problems, Chapter..4.6.8.0..4.6.8 (a) A = 0.0 m (b).60 s (c) 0.65 Hz Whenever the object is released from rest, its initial displacement equals the amplitude of its SHM. (a) so 0.065

More information

Chapter 10. Rotation

Chapter 10. Rotation Chapter 10 Rotation Rotation Rotational Kinematics: Angular velocity and Angular Acceleration Rotational Kinetic Energy Moment of Inertia Newton s nd Law for Rotation Applications MFMcGraw-PHY 45 Chap_10Ha-Rotation-Revised

More information

Lecture D21 - Pendulums

Lecture D21 - Pendulums J. Peraire 16.07 Dynamics Fall 2004 Version 1.1 ecture D21 - Pendulums A pendulum is a rigid body suspended from a fixed point (hinge) which is offset with respect to the body s center of mass. If all

More information

EE Homework 3 Due Date: 03 / 30 / Spring 2015

EE Homework 3 Due Date: 03 / 30 / Spring 2015 EE 476 - Homework 3 Due Date: 03 / 30 / 2015 Spring 2015 Exercise 1 (10 points). Consider the problem of two pulleys and a mass discussed in class. We solved a version of the problem where the mass was

More information

A damped pendulum forced with a constant torque

A damped pendulum forced with a constant torque A damped pendulum forced with a constant torque P. Coullet, J.M. Gilli, M. Monticelli, and N. Vandenberghe Institut Non Linéaire de Nice, UMR 128 CNRS - UNSA, 1361 Route des Lucioles, 06560, Valbonne,

More information

Tacoma Narrows Bridge

Tacoma Narrows Bridge Tacoma Narrows Bridge Matt Bates and Sean Donohoe May 2, 23 Abstract The exact reasons behind the failure of the Tacoma Narrows Bridge are still being debated. This paper explores the error in the mathematic

More information