CHAOS AND THE DOUBLE PENDULUM

Slides:



Advertisements
Similar presentations
A TASTE OF CHAOS By Adam T., Andy S., and Shannon R.
Advertisements

Periodic motion Frequency Period. Periodic motion – Any motion that repeats itself.
CHAOS AND THE DOUBLE PENDULUM By Nick Giffen (James Madison University) & Laura Marafino (University of Mary Washington)
Kinetics of Particles Impulse and Momentum.
In this presentation you will:
Chapter 2: Part 1 Phasors and Complex Numbers
Rotational Dynamics Chapter 9.
MAT 594CM S10Fundamentals of Spatial ComputingAngus Forbes Week 2 : Dynamics & Numerical Methods Goal : To write a simple physics simulation Topics: Intro.
Scott Johnson, John Rossman, Charles Harnden, Rob Schweitzer, Scott Schlef Department of Physics, Bridgewater State College // Bridgewater MA, Mentor:
Gravity is one of the four fundamental interactions. General Relativity (GR) is the modern interpretation of gravity. GR says gravity is not a force!
1 Class #17 Lagrange’s equations examples Pendulum with sliding support (T7-31) Double Atwood (7-27) Accelerating Pendulum (7-22)
Chapter 14 Oscillations Chapter Opener. Caption: An object attached to a coil spring can exhibit oscillatory motion. Many kinds of oscillatory motion are.
Copyright © 2009 Pearson Education, Inc. Lecture 1 – Waves & Sound a) Simple Harmonic Motion (SHM)
Introduction to ROBOTICS
Oscillation.
© 2007 Pearson Prentice Hall This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching their.
Halliday/Resnick/Walker Fundamentals of Physics 8th edition
Lecture 18 – Oscillations about Equilibrium
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Solving ODE.
Work, Energy & Power AP Physics B. There are many different TYPES of Energy. Energy is expressed in JOULES (J) 4.19 J = 1 calorie Energy can be expressed.
Simple Harmonic Motion
Periodic Motion - 1.
What governs stellar orbits of disk stars: For the most part, we can treat all the “other” stars as being uniformly spread out Don’t worry about effects.
Chaotic motion in the double pendulum Dan Hampton and Wolfgang Christian Abstract The double pendulum provides an ideal system in which to study chaotic.
An Over View of Runge-Kutta Fehlberg and Dormand and Prince Methods. Numerical Methods To Solve Initial Value Problems William Mize.
Chapter 11 - Simple Harmonic Motion
Problem 10. Inverted Pendulum. It is possible to stabilise an inverted pendulum. It is even possible to stabilise inverted multiple pendulum (one pendulum.
Copyright © 2010 Pearson Education, Inc. Lecture Outline Chapter 13 Physics, 4 th Edition James S. Walker.
Copyright © 2009 Pearson Education, Inc. Chapter 14 Oscillations.
ORBITAL DECAY OF HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004 What is the fate of the gas clouds orbiting the MilkyWay Galaxy?
Copyright © 2009 Pearson Education, Inc. Oscillations of a Spring Simple Harmonic Motion Energy in the Simple Harmonic Oscillator The Simple Pendulum Lecture.
The Double Pendulum by Franziska von Herrath & Scott Mandell.
ARO309 - Astronautics and Spacecraft Design
Stephanie Young, Kayo Ide, Atmospheric and Oceanic Science Department
Kinematics in Two Dimensions; Vectors
WORK, ENERGY & POWER AP Physics 1. There are many different TYPES of Energy. Energy is expressed in JOULES (J) 4.19 J = 1 calorie Energy can be expressed.
Copyright © 2010 Pearson Education, Inc. Chapter 13 Oscillations about Equilibrium.
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
Oscillations. Periodic Motion Periodic motion is motion of an object that regularly returns to a given position after a fixed time interval A special.
SCIENTIFIC DISCOVERY EXPERIMENT THEORY SCIENTIFIC COMPUTING 1.
Oscillations. Definitions Frequency If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time,
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 6 - Chapters 22 and 23.
PHY 151: Lecture Motion of an Object attached to a Spring 12.2 Particle in Simple Harmonic Motion 12.3 Energy of the Simple Harmonic Oscillator.
The PASCO Pendulum Weight attached to rotating disc Springs attached to either side of disc in pulley fashion One spring is driven by sinusoidal force.
Shawn Weatherford Saint Leo University
Work, Energy & Power AP Physics 1.
Model Initialization Spring 2016 Kyle Imhoff.
Shortest Path Problems
Elasticity and Oscillations
Oscillations 1. Different types of motion:
Reinforcement Learning for Intelligent Control Part 2 Presented at Chinese Youth Automation Conference National Academy of Science, Beijing, 8/22/05.
Department of Aerospace Engineering
3.2 Solve Linear Systems Algebraically
Class Notes 19: Numerical Methods (2/2)
Variational Calculus: Euler’s Equation
Physics-based simulation for visual computing applications
Mathematical Modeling, Numerical Methods, and Problem Solving
Advanced Computer Graphics Spring 2008
Devil physics The baddest class on campus IB Physics
Simple Harmonic Motion
Chapter 15 Oscillations In this chapter we will cover the following topics: Displacement, velocity and acceleration of a simple harmonic oscillator Energy.
Simple Harmonic Motion
Lecture Outline Chapter 13 Physics, 4th Edition James S. Walker
Sec:5.4 RUNGE-KUTTA METHODS.
Chapter 15 Oscillations In this chapter we will cover the following topics: Displacement, velocity and acceleration of a simple harmonic oscillator Energy.
Universal Gravitation
Work, Energy & Power AP Physics B.
Pendulum.
Implicit and Explicit Runge-Kutta methods
Chapter 3 Modeling in the Time Domain
Presentation transcript:

CHAOS AND THE DOUBLE PENDULUM By Nick Giffen (James Madison University) & Laura Marafino (University of Mary Washington)

Overview What is the double pendulum and why are we studying it? Governing equations and Numerical Methods Use of the Immersive Visualization System

What is Chaos? If we take two identical double pendulums and start them with almost identical (yet still different) initial conditions, what will happen? When do we get chaos? When don’t we get chaos?

Introduction to Parameters Gravitational acceleration Mass of bob 1 Mass of bob 2 Length of arm 1 Length of arm 2 = 1+m1/m2

Initial Conditions Angle the first arm makes with vertical Angle the second arm makes with vertical Angular velocity of the first arm Angular velocity of the second arm

Governing Equations Standard Equations Polynomial Equations Use the Lagrangian Polynomial Equations Use elementary substitutions on standard equations

Standard Equations

A Basic Polynomial Substitution

Substitutions for Polynomial Equations

Polynomial Equations

Numerical Methods Runge-Kutta 4th order (RK4) Runge-Kutta-Fehlberg 4th/5th order (RKF45) Modified Picard method

Polynomial or Standard? Energy conserved better in both RK4 and RKF45 with polynomial equations Adaptive time steps larger in RKF45 with polynomial equations Polynomial equations used for the Modified Picard method Why are the Polynomial equations more useful in the Runge-Kutta methods? Avoids needless approximate function evaluations (sine, cosine, exponents, etc.) after the first iteration Computer only adds or multiplies every iteration thereafter which it can do exactly

Fortran Data Files STANDARD EQUATIONS POLYNOMIAL EQUATIONS RKF45 METHOD INITIAL ENERGY = 52.97316 for time = 0.930: x1 = -0.5439 y1 = -0.8391 x2 = -0.2745 y2 = -1.8021 Energy = 52.97527 for time = 0.940: x1 = -0.5133 y1 = -0.8582 x2 = -0.3565 y2 = -1.8458 Energy = 52.97350 for time = 0.950: x1 = -0.4752 y1 = -0.8799 x2 = -0.4403 y2 = -1.8792 Energy = 52.97104 for time = 0.960: x1 = -0.4291 y1 = -0.9032 x2 = -0.5245 y2 = -1.8987 Energy = 52.96865 for time = 0.970: x1 = -0.3755 y1 = -0.9268 x2 = -0.6067 y2 = -1.8997 Energy = 52.96735 for time = 0.980: x1 = -0.3170 y1 = -0.9484 x2 = -0.6834 y2 = -1.8789 Energy = 52.96690 for time = 0.990: x1 = -0.2581 y1 = -0.9661 x2 = -0.7511 y2 = -1.8362 Energy = 52.96738 for time = 1.000: x1 = -0.2033 y1 = -0.9791 x2 = -0.8082 y2 = -1.7754 FINAL Energy = 52.96757 POLYNOMIAL EQUATIONS RKF45 METHOD INITIAL ENERGY = 52.97316 for time = 0.930: x1 = -0.5439 y1 = -0.8391 x2 = -0.2743 y2 = -1.8021 Energy = 52.97317 for time = 0.940: x1 = -0.5133 y1 = -0.8582 x2 = -0.3564 y2 = -1.8458 Energy = 52.97318 for time = 0.950: x1 = -0.4752 y1 = -0.8799 x2 = -0.4401 y2 = -1.8792 Energy = 52.97320 for time = 0.960: x1 = -0.4291 y1 = -0.9032 x2 = -0.5243 y2 = -1.8987 for time = 0.970: x1 = -0.3755 y1 = -0.9268 x2 = -0.6065 y2 = -1.8998 Energy = 52.97308 for time = 0.980: x1 = -0.3170 y1 = -0.9484 x2 = -0.6832 y2 = -1.8789 Energy = 52.97319 for time = 0.990: x1 = -0.2581 y1 = -0.9661 x2 = -0.7510 y2 = -1.8362 Energy = 52.97337 for time = 1.000: x1 = -0.2032 y1 = -0.9791 x2 = -0.8080 y2 = -1.7755 FINAL Energy = 52.97340

How Accurate is the Simulation? Is chaos really observed in the simulation actually due to numerical error? …NO! Choosing a time step and showing any subsequent smaller time steps will produce the same result Total energy display

Poincaré Maps and Energy Surfaces Two products of the chaotic double pendulum

Double Pendulum on the Immersive Visualization System Display up to 73 double pendulums at once Slightly varied IC’s for each one Computational power allows us to advance far into the “future” Zooming capabilities 5X5 central display Narrowing the range of IC’s Current displays IC’s Energy

Acknowledgements Advisors Dr. James Sochacki & Dr. William Ingham Supported by James Madison University’s College of Science and Mathematics Computer Programmers Joshua Blake, Justin Creasy, Garrett Allen, & John Suarez Additional Assistance Dr. David Pruett Tina Liu