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

Size: px
Start display at page:

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

Transcription

1 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 govern the motion of the Pendulum and we have the following second order differential equation (Newton s second law): d 2 θ(t) 2 = ω 2 0 sin(θ(t)) αdθ(t) +Acos(ωt) (1) where ω 0 is the natural frequency of the pendulum, the α term arises due to friction and the A term is the driving force with the driving frequency ω. Using the following definitions: y 1 (t) = θ(t) (2) y 2 (t) = dθ(t) (3) show that we can re-write Eq. 1 into the following set of coupled first order differential equations: dy 1 (t) dy 2 (t) = y 2 (t) = ω 2 0sin(y 1 (t)) αy 2 (t)+acos(ωt) (4) We will now solve the system of coupled first order differential equation using Mathematica. Open a new notebook. This you can do by clicking on the Mathematica icon. Using the NDSolve function (you can look at the documentation center for examples), solve the Eqns. 4 for the following cases using ω 0 = 1, T = 2π/ω 0 Replace sin(y 1 (t)) y 1 (t) and choose A = 0, α = 0 - Ideal pendulum for different initial values of y 1 (0) and y 2 (0). Make a plot (using the function Plot) of the phase

2 2 space i.e. a plot of y 2 (t) as a function of y 1 (t). Study the motion from t = 0 to t = 4T. What do you get? Increase the value of y 1 (t) from say 0.1 to 2.0. Let us go back to using the sin(y 1 (t) term as in Eq. 4 and let A = 0, α = 0. Run for the same set of y 1 (t) as the previous question and make plots (using the function Plot) of the phase space i.e. a plot of y 2 (t) as a function of y 1 (t) as well as y 1 (t) and y 2 (t) versus t in each case. Study the motion from t = 0 to t = 4T. What do you get? How is this different from the previous case? From here on, we will use the Eq. 4 for all our analysis. Choose for a fixed value of y 1 (t) increasing values of y 2 (t) and re-do the phase space plots as well as plots of y 1 (t) and y 2 (t) as a function of t. Comment on what you observe. Keeping A = 0, set α = 0.01,0.1,0.5,2.0,5.0 and once again plot the phase space as well as y 1 (t) and y 2 (t) as functions of t. Study the motion from t = 0 to t = 4T. What

3 3 do you get and how would you interpret your result? Let us add a driving force: A = 0.52, α = 0.5. Explore the phase space and the solutions y 1 (t) and y 2 (t) for different driving frequencies ω = ω 0,2ω 0,2/3,. Study the motion from t = 0 to t = 4T. Explain your results: We will now explore Chaos in the driven and damped pendulum. Note that in these examples, you will have to solve for at least 100T in order to see effects. Solve the Eqns. 4 for the following conditions and make a plot of the phase space. 1. Set A = 2.0, α = 0.5, ω = 2/3. Explore the phase space by first beginning with y 1 (0) = y 2 (0) = 1. Then change y 2 (0) = 0.998,0.995,0.997 and observe the changes in the phase space. Explain your results: 2. What happens to your results in 1, if you ran for less time, say from t = 0 to t = 4T? 3. Set α = 0.2, ω = 2/3. Change A in the following range:

4 4 {0.1,0.16,0.2,0.4,0.5,0.6}. For the following initial conditions, y 1 (0) = ,y 2 (0) = , plot the phase space in each case and explain what you see. How does the phase space compare with the one in the previous case? Finally we will do some Poincare section: Here we will sample the phase space at fixed intervals (for example), say when the driving force goes through a zero. If we now plot y 1 (t) as a function of y 2 (t) we get a Poincare section. These sections capture important characteristics of the dynamics. We will explore some of these here. As a first step, open the sample mathematica notebook poincare section example.nb, go through the notebook and run it to evaluate the poincare section of the duffing s equation. Answer the question below before you proceed to the pendulum. Can you correlate the phase space plot and the poincare section? What would you expect for a poincare section of the motion is periodic? Your job is to adapt the notebook for the Pendulum. Find the poincare section for the following cases and in each case describe what you understand: For the simple periodic case without damping and external force.

5 5 For the case when the pendulum is damped. Set α = 0.5. For the chaotic cases that you have already studied: a. Chaotic b. Limit cycles What do you understand from the Poincare sections?

Computational Physics (6810): Session 8

Computational Physics (6810): Session 8 Computational Physics (6810): Session 8 Dick Furnstahl Nuclear Theory Group OSU Physics Department February 24, 2014 Differential equation solving Session 7 Preview Session 8 Stuff Solving differential

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

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

Creating and Analyzing Chaotic Attractors Using Mathematica Presented at the 2013 MAA MathFest

Creating and Analyzing Chaotic Attractors Using Mathematica Presented at the 2013 MAA MathFest Creating and Analyzing Chaotic Attractors Using Mathematica Presented at the 2013 MAA MathFest Ulrich Hoensch 1 Rocky Mountain College Billings, Montana hoenschu@rocky.edu Saturday, August 3, 2013 1 Travel

More information

Driven, damped, pendulum

Driven, damped, pendulum Driven, damped, pendulum Note: The notation and graphs in this notebook parallel those in Chaotic Dynamics by Baker and Gollub. (There's a copy in the department office.) For the driven, damped, pendulum,

More information

MAS212 Assignment #2: The damped driven pendulum

MAS212 Assignment #2: The damped driven pendulum MAS Assignment #: The damped driven pendulum Dr. Sam Dolan (s.dolan@sheffield.ac.uk) Introduction: In this assignment you will use Python to investigate a non-linear differential equation which models

More information

The Coupled Pendulum Experiment

The Coupled Pendulum Experiment The Coupled Pendulum Experiment In this lab you will briefly study the motion of a simple pendulum, after which you will couple two pendulums and study the properties of this system. 1. Introduction to

More information

Midterm EXAM PHYS 401 (Spring 2012), 03/20/12

Midterm EXAM PHYS 401 (Spring 2012), 03/20/12 Midterm EXAM PHYS 401 (Spring 2012), 03/20/12 Name: Signature: Duration: 75 minutes Show all your work for full/partial credit! In taking this exam you confirm to adhere to the Aggie Honor Code: An Aggie

More information

Modeling the Duffing Equation with an Analog Computer

Modeling the Duffing Equation with an Analog Computer Modeling the Duffing Equation with an Analog Computer Matt Schmitthenner Physics Department, The College of Wooster, Wooster, Ohio 44691, USA (Dated: December 13, 2011) The goal was to model the Duffing

More information

Chaotic Motion of the Double Pendulum

Chaotic Motion of the Double Pendulum MEGL 2016 - Mathematical Art and 3D Printing George Mason University: College of Science December 16, 2016 Table of Contents 1 The Mathematics 2 Inspiration for the Model Planning the Construction of the

More information

Computational Analyses on the Dynamics of the Dipping Bird

Computational Analyses on the Dynamics of the Dipping Bird Computational Analyses on the Dynamics of the Dipping Bird Sean Murray and Glenn Moynihan Supervised by Prof. Stefan Hutzler Abstract A simple differential equation was designed to display the motion of

More information

Periodic Skeletons of Nonlinear Dynamical Systems in the Problems of Global Bifurcation Analysis

Periodic Skeletons of Nonlinear Dynamical Systems in the Problems of Global Bifurcation Analysis Periodic Skeletons of Nonlinear Dynamical Systems in the Problems of Global Bifurcation Analysis M Zakrzhevsky, I Schukin, A Klokov and E Shilvan PERIODIC SKELETONS OF NONLINEAR DYNAMICAL SYSTEMS IN THE

More information

Lab 11. Spring-Mass Oscillations

Lab 11. Spring-Mass Oscillations Lab 11. Spring-Mass Oscillations Goals To determine experimentally whether the supplied spring obeys Hooke s law, and if so, to calculate its spring constant. To find a solution to the differential equation

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

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

Lecture 1: A Preliminary to Nonlinear Dynamics and Chaos

Lecture 1: A Preliminary to Nonlinear Dynamics and Chaos Lecture 1: A Preliminary to Nonlinear Dynamics and Chaos Autonomous Systems A set of coupled autonomous 1st-order ODEs. Here "autonomous" means that the right hand side of the equations does not explicitly

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

More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n.

More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n. More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n. If there are points which, after many iterations of map then fixed point called an attractor. fixed point, If λ

More information

Examining the Effect of Additional Driving Forces on a Mechanical Oscillator

Examining the Effect of Additional Driving Forces on a Mechanical Oscillator Examining the Effect of Additional Driving Forces on a Mechanical Oscillator Nate Stone Physics Department, The College of Wooster, Wooster, Ohio 44691, USA (Dated: May 7, 2015) In this experiment, the

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

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

From Last Time. Gravitational forces are apparent at a wide range of scales. Obeys

From Last Time. Gravitational forces are apparent at a wide range of scales. Obeys From Last Time Gravitational forces are apparent at a wide range of scales. Obeys F gravity (Mass of object 1) (Mass of object 2) square of distance between them F = 6.7 10-11 m 1 m 2 d 2 Gravitational

More information

Linear and Nonlinear Oscillators (Lecture 2)

Linear and Nonlinear Oscillators (Lecture 2) Linear and Nonlinear Oscillators (Lecture 2) January 25, 2016 7/441 Lecture outline A simple model of a linear oscillator lies in the foundation of many physical phenomena in accelerator dynamics. A typical

More information

The Nonlinear Pendulum

The Nonlinear Pendulum The Nonlinear Pendulum Evan Sheridan 11367741 Feburary 18th 013 Abstract Both the non-linear linear pendulum are investigated compared using the pendulum.c program that utilizes the trapezoid method for

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

Transitioning to Chaos in a Simple Mechanical Oscillator

Transitioning to Chaos in a Simple Mechanical Oscillator Transitioning to Chaos in a Simple Mechanical Oscillator Hwan Bae Physics Department, The College of Wooster, Wooster, Ohio 69, USA (Dated: May 9, 8) We vary the magnetic damping, driver frequency, and

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

RLC Circuits. 1 Introduction. 1.1 Undriven Systems. 1.2 Driven Systems

RLC Circuits. 1 Introduction. 1.1 Undriven Systems. 1.2 Driven Systems RLC Circuits Equipment: Capstone, 850 interface, RLC circuit board, 4 leads (91 cm), 3 voltage sensors, Fluke mulitmeter, and BNC connector on one end and banana plugs on the other Reading: Review AC circuits

More information

Coupled Oscillators. 1 Introduction. 2 Theory. PHY 300 Lab 2 Fall 2012

Coupled Oscillators. 1 Introduction. 2 Theory. PHY 300 Lab 2 Fall 2012 Coupled Oscillators 1 Introduction In this experiment you are going to observe the normal modes of oscillation of several different mechanical systems, first on the air tracks and then using some coupled

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

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

Lab 12. Spring-Mass Oscillations

Lab 12. Spring-Mass Oscillations Lab 12. Spring-Mass Oscillations Goals To determine experimentally whether the supplied spring obeys Hooke s law, and if so, to calculate its spring constant. To determine the spring constant by another

More information

HB Coupled Pendulums Lab Coupled Pendulums

HB Coupled Pendulums Lab Coupled Pendulums HB 04-19-00 Coupled Pendulums Lab 1 1 Coupled Pendulums Equipment Rotary Motion sensors mounted on a horizontal rod, vertical rods to hold horizontal rod, bench clamps to hold the vertical rods, rod clamps

More information

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 4.0 License.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 4.0 License. University of Rhode Island DigitalCommons@URI Classical Dynamics Physics Course Materials 015 14. Oscillations Gerhard Müller University of Rhode Island, gmuller@uri.edu Creative Commons License This wor

More information

Nonlinear Oscillators: Free Response

Nonlinear Oscillators: Free Response 20 Nonlinear Oscillators: Free Response Tools Used in Lab 20 Pendulums To the Instructor: This lab is just an introduction to the nonlinear phase portraits, but the connection between phase portraits and

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

LAST TIME: Simple Pendulum:

LAST TIME: Simple Pendulum: LAST TIME: Simple Pendulum: The displacement from equilibrium, x is the arclength s = L. s / L x / L Accelerating & Restoring Force in the tangential direction, taking cw as positive initial displacement

More information

The Pendulum - Stating the Problem

The Pendulum - Stating the Problem The Pendulum - Stating the Problem The physics of the pendulum evokes a wide range of applications from circuits to ecology. We start with a simple pendulum consisting of a point mass on a negligibly light

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

Chaotic Motion (One or two weights)

Chaotic Motion (One or two weights) Page 1 of 8 Chaotic Motion (One or two weights) Exercises I through IV form the one-weight experiment. Exercises V through VII, completed after Exercises I-IV, add one weight more. This challenging experiment

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

Computational Physics (6810): Session 9

Computational Physics (6810): Session 9 Computational Physics (6810): Session 9 Dick Furnstahl Nuclear Theory Group OSU Physics Department March 3, 2014 Session 8 Stuff Session 9 Overview Session 8 Stuff Damped, driven harmonic oscillator ẍ

More information

arxiv: v1 [physics.pop-ph] 13 May 2009

arxiv: v1 [physics.pop-ph] 13 May 2009 A computer controlled pendulum with position readout H. Hauptfleisch, T. Gasenzer, K. Meier, O. Nachtmann, and J. Schemmel Institut für Theoretische Physik, Universität Heidelberg, Philosophenweg 6, 69

More information

Hooke s law. F s =-kx Hooke s law

Hooke s law. F s =-kx Hooke s law Hooke s law F s =-kx Hooke s law If there is no friction, the mass continues to oscillate back and forth. If a force is proportional to the displacement x, but opposite in direction, the resulting motion

More information

Lab/Demo 5 Periodic Motion and Momentum PHYS 1800

Lab/Demo 5 Periodic Motion and Momentum PHYS 1800 Lab/Demo 5 Periodic Motion and Momentum PHYS 1800 Objectives: Learn to recognize and describe periodic motion. Develop some intuition for the principle of conservation of energy in periodic systems. Use

More information

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD CHALMERS, GÖTEBORGS UNIVERSITET EXAM for DYNAMICAL SYSTEMS COURSE CODES: TIF 155, FIM770GU, PhD Time: Place: Teachers: Allowed material: Not allowed: April 06, 2018, at 14 00 18 00 Johanneberg Kristian

More information

Lecture 3 : Bifurcation Analysis

Lecture 3 : Bifurcation Analysis Lecture 3 : Bifurcation Analysis D. Sumpter & S.C. Nicolis October - December 2008 D. Sumpter & S.C. Nicolis General settings 4 basic bifurcations (as long as there is only one unstable mode!) steady state

More information

Physics 141, Lecture 7. Outline. Course Information. Course information: Homework set # 3 Exam # 1. Quiz. Continuation of the discussion of Chapter 4.

Physics 141, Lecture 7. Outline. Course Information. Course information: Homework set # 3 Exam # 1. Quiz. Continuation of the discussion of Chapter 4. Physics 141, Lecture 7. Frank L. H. Wolfs Department of Physics and Astronomy, University of Rochester, Lecture 07, Page 1 Outline. Course information: Homework set # 3 Exam # 1 Quiz. Continuation of the

More information

Analysis of Hermite s equation governing the motion of damped pendulum with small displacement

Analysis of Hermite s equation governing the motion of damped pendulum with small displacement Vol. 10(12), pp. 364-370, 30 June, 2015 DOI: 10.5897/IJPS2015.4364 Article Number: 9A709F454056 ISSN 1992-1950 Copyright 2015 Author(s) retain the copyright of this article http://www.academicjournals.org/ijps

More information

Application 6.5B Period Doubling and Chaos in Mechanical Systems

Application 6.5B Period Doubling and Chaos in Mechanical Systems Application 6.5B Period Doubling and Chaos in Mechanical Systems The first objective of this section is the application of the DE plotting techniques of the Section 6. and 6.4 applications to the investigation

More information

Fourier Series. Green - underdamped

Fourier Series. Green - underdamped Harmonic Oscillator Fourier Series Undamped: Green - underdamped Overdamped: Critical: Underdamped: Driven: Calculus of Variations b f {y, y'; x}dx is stationary when f y d f = 0 dx y' a Note that y is

More information

Physics 201, Lecture 28

Physics 201, Lecture 28 Physics 01, Lecture 8 Today s Topics n Oscillations (Ch 15) n n n More Simple Harmonic Oscillation n Review: Mathematical Representation n Eamples: Simple Pendulum, Physical pendulum Damped Oscillation

More information

VERTICALLY AND HORIZONTALLY DRIVEN PENDULUMS

VERTICALLY AND HORIZONTALLY DRIVEN PENDULUMS VERTICALLY AND HORIZONTALLY DRIVEN PENDULUMS RAVITEJ UPPU Abstract. In this I will be doing two cases majorly where the pendulum s support moves horizontally and vertically with a frequency ν. Date: 6

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

Exam tomorrow on Chapter 15, 16, and 17 (Oscilla;ons and Waves 1 &2)

Exam tomorrow on Chapter 15, 16, and 17 (Oscilla;ons and Waves 1 &2) Exam tomorrow on Chapter 15, 16, and 17 (Oscilla;ons and Waves 1 &2) What to study: Quiz 6 Homework problems for Chapters 15 & 16 Material indicated in the following review slides Other Specific things:

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

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x Use of Tools from Interactive Differential Equations with the texts Fundamentals of Differential Equations, 5th edition and Fundamentals of Differential Equations and Boundary Value Problems, 3rd edition

More information

Solutions 2: Simple Harmonic Oscillator and General Oscillations

Solutions 2: Simple Harmonic Oscillator and General Oscillations Massachusetts Institute of Technology MITES 2017 Physics III Solutions 2: Simple Harmonic Oscillator and General Oscillations Due Wednesday June 21, at 9AM under Rene García s door Preface: This problem

More information

An Analogue Circuit to Study the Forced and Quadratically Damped Mathieu-Duffing Oscillator

An Analogue Circuit to Study the Forced and Quadratically Damped Mathieu-Duffing Oscillator Progress in Nonlinear Dynamics and Chaos Vol. 4, No. 1, 216, 1-6 ISSN: 2321 9238 (online) Published on 27 February 216 www.researchmathsci.org Progress in An Analogue Circuit to Study the Forced and Quadratically

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

Driven Harmonic Oscillator

Driven Harmonic Oscillator Driven Harmonic Oscillator Physics 6B Lab Experiment 1 APPARATUS Computer and interface Mechanical vibrator and spring holder Stands, etc. to hold vibrator Motion sensor C-209 spring Weight holder and

More information

Physics 76 Spring 1997 Chaotic Pendulum

Physics 76 Spring 1997 Chaotic Pendulum Physics 76 Spring 1997 Chaotic Pendulum A violent order is disorder; and A great disorder is an order. These Two things are one. Wallace Stevens, Connoisseur of Chaos, 1942. Reading: Prior to doing this

More information

The Pendulum Plain and Puzzling

The Pendulum Plain and Puzzling The Pendulum Plain and Puzzling Chris Sangwin School of Mathematics University of Edinburgh April 2017 Chris Sangwin (University of Edinburgh) Pendulum April 2017 1 / 38 Outline 1 Introduction and motivation

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

PHYSICS 211 LAB #8: Periodic Motion

PHYSICS 211 LAB #8: Periodic Motion PHYSICS 211 LAB #8: Periodic Motion A Lab Consisting of 6 Activities Name: Section: TA: Date: Lab Partners: Circle the name of the person to whose report your group printouts will be attached. Individual

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

Lecture. Math Dylan Zwick. Spring Simple Mechanical Systems, and the Differential Equations

Lecture. Math Dylan Zwick. Spring Simple Mechanical Systems, and the Differential Equations Math 2280 - Lecture 14 Dylan Zwick Spring 2013 In today s lecture we re going to examine, in detail, a physical system whose behavior is modeled by a second-order linear ODE with constant coefficients.

More information

Why are Discrete Maps Sufficient?

Why are Discrete Maps Sufficient? Why are Discrete Maps Sufficient? Why do dynamical systems specialists study maps of the form x n+ 1 = f ( xn), (time is discrete) when much of the world around us evolves continuously, and is thus well

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

D Alembert s principle of virtual work

D Alembert s principle of virtual work PH101 Lecture 9 Review of Lagrange s equations from D Alembert s Principle, Examples of Generalized Forces a way to deal with friction, and other non-conservative forces D Alembert s principle of virtual

More information

ANALYTICAL MECHANICS. LOUIS N. HAND and JANET D. FINCH CAMBRIDGE UNIVERSITY PRESS

ANALYTICAL MECHANICS. LOUIS N. HAND and JANET D. FINCH CAMBRIDGE UNIVERSITY PRESS ANALYTICAL MECHANICS LOUIS N. HAND and JANET D. FINCH CAMBRIDGE UNIVERSITY PRESS Preface xi 1 LAGRANGIAN MECHANICS l 1.1 Example and Review of Newton's Mechanics: A Block Sliding on an Inclined Plane 1

More information

Simple Harmonic Motion

Simple Harmonic Motion Simple Harmonic Motion (FIZ 101E - Summer 2018) July 29, 2018 Contents 1 Introduction 2 2 The Spring-Mass System 2 3 The Energy in SHM 5 4 The Simple Pendulum 6 5 The Physical Pendulum 8 6 The Damped Oscillations

More information

Dylan Zwick. Spring 2014

Dylan Zwick. Spring 2014 Math 2280 - Lecture 14 Dylan Zwick Spring 2014 In today s lecture we re going to examine, in detail, a physical system whose behavior is modeled by a second-order linear ODE with constant coefficients.

More information

Chasing Chaos With a Magnetic Pendulum

Chasing Chaos With a Magnetic Pendulum Chasing Chaos With a Magnetic Pendulum PHY 300 - Junior Phyics Laboratory Hassan Bukhari Roll no: 2012-10-0152 Department of Physcis LUMS SSE Saturday, October, 23, 2010 1 Introduction Chaos expresses

More information

Lab 5: Harmonic Oscillations and Damping

Lab 5: Harmonic Oscillations and Damping Introduction Lab 5: Harmonic Oscillations and Damping In this lab, you will explore the oscillations of a mass-spring system, with and without damping. You'll get to see how changing various parameters

More information

Lecture 20: ODE V - Examples in Physics

Lecture 20: ODE V - Examples in Physics Lecture 20: ODE V - Examples in Physics Helmholtz oscillator The system. A particle of mass is moving in a potential field. Set up the equation of motion. (1.1) (1.2) (1.4) (1.5) Fixed points Linear stability

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

Author(s) Okamura, Noriaki; Okamoto, Hisao; T.

Author(s) Okamura, Noriaki; Okamoto, Hisao; T. Title A New Classification of Strange Att Mutual Information Author(s) Okamura, Noriaki; Okamoto, Hisao; T Chaos Memorial Symposium in Asuka : Citation dedicated to professor Yoshisuke Ue 60th birthday,

More information

Experiment 7 Simple Harmonic Motion Reading: Bauer&Westfall Chapter 13 as needed (e.g. definitions of oscillation variables)

Experiment 7 Simple Harmonic Motion Reading: Bauer&Westfall Chapter 13 as needed (e.g. definitions of oscillation variables) PHY191 Experiment 7: Simple Harmonic Motion 7/3/9 Page 1 Experiment 7 Simple Harmonic Motion Reading: Bauer&Westfall Chapter 13 as needed (e.g. definitions of oscillation variables) Homework 8: turn in

More information

Physics 106b: Lecture 7 25 January, 2018

Physics 106b: Lecture 7 25 January, 2018 Physics 106b: Lecture 7 25 January, 2018 Hamiltonian Chaos: Introduction Integrable Systems We start with systems that do not exhibit chaos, but instead have simple periodic motion (like the SHO) with

More information

kg meter ii) Note the dimensions of ρ τ are kg 2 velocity 2 meter = 1 sec 2 We will interpret this velocity in upcoming slides.

kg meter ii) Note the dimensions of ρ τ are kg 2 velocity 2 meter = 1 sec 2 We will interpret this velocity in upcoming slides. II. Generalizing the 1-dimensional wave equation First generalize the notation. i) "q" has meant transverse deflection of the string. Replace q Ψ, where Ψ may indicate other properties of the medium that

More information

Faculty of Computers and Information. Basic Science Department

Faculty of Computers and Information. Basic Science Department 18--018 FCI 1 Faculty of Computers and Information Basic Science Department 017-018 Prof. Nabila.M.Hassan 18--018 FCI Aims of Course: The graduates have to know the nature of vibration wave motions with

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

Section 3.7: Mechanical and Electrical Vibrations

Section 3.7: Mechanical and Electrical Vibrations Section 3.7: Mechanical and Electrical Vibrations Second order linear equations with constant coefficients serve as mathematical models for mechanical and electrical oscillations. For example, the motion

More information

Project 3: Pendulum. Physics 2300 Spring 2018 Lab partner

Project 3: Pendulum. Physics 2300 Spring 2018 Lab partner Physics 2300 Spring 2018 Name Lab partner Project 3: Pendulum In this project you will explore the behavior of a pendulum. There is no better example of a system that seems simple at first but turns out

More information

z F 3 = = = m 1 F 1 m 2 F 2 m 3 - Linear Momentum dp dt F net = d P net = d p 1 dt d p n dt - Conservation of Linear Momentum Δ P = 0

z F 3 = = = m 1 F 1 m 2 F 2 m 3 - Linear Momentum dp dt F net = d P net = d p 1 dt d p n dt - Conservation of Linear Momentum Δ P = 0 F 1 m 2 F 2 x m 1 O z F 3 m 3 y Ma com = F net F F F net, x net, y net, z = = = Ma Ma Ma com, x com, y com, z p = mv - Linear Momentum F net = dp dt F net = d P dt = d p 1 dt +...+ d p n dt Δ P = 0 - Conservation

More information

Lab 1: Dynamic Simulation Using Simulink and Matlab

Lab 1: Dynamic Simulation Using Simulink and Matlab Lab 1: Dynamic Simulation Using Simulink and Matlab Objectives In this lab you will learn how to use a program called Simulink to simulate dynamic systems. Simulink runs under Matlab and uses block diagrams

More information

A Search for the Simplest Chaotic Partial Differential Equation

A Search for the Simplest Chaotic Partial Differential Equation A Search for the Simplest Chaotic Partial Differential Equation C. Brummitt University of Wisconsin-Madison, Department of Physics cbrummitt@wisc.edu J. C. Sprott University of Wisconsin-Madison, Department

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

OSCILLATIONS ABOUT EQUILIBRIUM

OSCILLATIONS ABOUT EQUILIBRIUM OSCILLATIONS ABOUT EQUILIBRIUM Chapter 13 Units of Chapter 13 Periodic Motion Simple Harmonic Motion Connections between Uniform Circular Motion and Simple Harmonic Motion The Period of a Mass on a Spring

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

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

REACTIONS THAT OSCILLATE

REACTIONS THAT OSCILLATE C H E M I S T R Y 1 9 5 Foundations of Chemistry II - Honors Spring 2017 REACTIONS THAT OSCILLATE DEPARTMENT OF CHEMISTRY UNIVERSITY OF KANSAS Reactions that Oscillate Introduction Oscillating reactions

More information

PHYSICS 210 SOLUTION OF THE NONLINEAR PENDULUM EQUATION USING FDAS

PHYSICS 210 SOLUTION OF THE NONLINEAR PENDULUM EQUATION USING FDAS PHYSICS 210 SOLUTION OF THE NONLINEAR PENDULUM EQUATION USING FDAS 1. PHYSICAL & MATHEMATICAL FORMULATION O θ L r T m W 1 1.1 Derivation of the equation of motion O Consider idealized pendulum: Mass of

More information

Lecture 6: Differential Equations Describing Vibrations

Lecture 6: Differential Equations Describing Vibrations Lecture 6: Differential Equations Describing Vibrations In Chapter 3 of the Benson textbook, we will look at how various types of musical instruments produce sound, focusing on issues like how the construction

More information

Deterministic Chaos. (a) (b) ONE CYCLE

Deterministic Chaos. (a) (b) ONE CYCLE Class Notes, Phyx Deterministic Chaos I. INTRODUCTION - ORDER VS CHAOS One of the most mysterious aspects of the natural world is the coexistence of order and disorder. Some things appear to be fairly

More information

Chapter 3: Second Order ODE 3.8 Elements of Particle Dy

Chapter 3: Second Order ODE 3.8 Elements of Particle Dy Chapter 3: Second Order ODE 3.8 Elements of Particle Dynamics 3 March 2018 Objective The objective of this section is to explain that any second degree linear ODE represents the motion of a particle. This

More information

Nonlinear Dynamic Systems Homework 1

Nonlinear Dynamic Systems Homework 1 Nonlinear Dynamic Systems Homework 1 1. A particle of mass m is constrained to travel along the path shown in Figure 1, which is described by the following function yx = 5x + 1x 4, 1 where x is defined

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

Physics 351, Spring 2017, Homework #3. Due at start of class, Friday, February 3, 2017

Physics 351, Spring 2017, Homework #3. Due at start of class, Friday, February 3, 2017 Physics 351, Spring 2017, Homework #3. Due at start of class, Friday, February 3, 2017 Course info is at positron.hep.upenn.edu/p351 When you finish this homework, remember to visit the feedback page at

More information