DOUBLE PENDULUM By: Rosa Nguyen EPS 109 – Fall 2011.

Slides:



Advertisements
Similar presentations
N.B. the material derivative, rate of change following the motion:
Advertisements

Chapter 6 Differential Equations
TNPL JoongJin-Cho Runge-kutta’s method of order 4.
Dr. Guy Tel-Zur Computational Physics Differential Equations Autumn Colors, by Bobby Mikul, Mikul Autumn Colors,
South China University of Technology Oscillator motions Xiaobao Yang Department of Physics
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
Atms 4320 / 7320 The Omega Equation: A physical interpretation.
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Seven Ordinary Differential Equations.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 31 Ordinary Differential Equations.
Ordinary Differential Equations (ODEs) 1Daniel Baur / Numerical Methods for Chemical Engineers / Explicit ODE Solvers Daniel Baur ETH Zurich, Institut.
Solving Quadratic Equations by Completing the Square.
Chapter 7 – Solving Systems of Linear Equations 7.3 – Solving Linear Systems by Linear Combinations.
Motion, Forces, and simple Machines Andrew Lisbon Tuesday 5/6/2014.
EE3561_Unit 8Al-Dhaifallah14351 EE 3561 : Computational Methods Unit 8 Solution of Ordinary Differential Equations Lesson 3: Midpoint and Heun’s Predictor.
MA Dynamical Systems MODELING CHANGE. Introduction to Dynamical Systems.
Section 1.2 Some Mathematical Models. TERMINOLOGY A model starts by (i) identifying the variables that are responsible for changing the system and (ii)
MA Dynamical Systems MODELING CHANGE. Modeling Change: Dynamical Systems A dynamical system is a changing system. Definition Dynamic: marked by.
DOES IT MEAN THAT THE MOTION OF THE PENDULUM SIMPLE HARMONIC? For a simple pendulum, the pendulum swing back and forth in a period motion… So…
6.6 – Solving Exponential Equations Using Common Logarithms. Objective: TSW solve exponential equations and use the change of base formula.
3x – 5y = 11 x = 3y + 1 Do Now. Homework Solutions 2)2x – 2y = – 6 y = – 2x 2x – 2(– 2x) = – 6 2x + 4x = – 6 6x = – 6 x = – 1y = – 2x y = – 2(– 1) y =
Solve the equation -3v = -21 Multiply or Divide? 1.
MA Dynamical Systems MODELING CHANGE. Introduction and Historical Context.
Computational Method in Chemical Engineering (TKK-2109)
Solving Quadratic Equations by Factoring. Solution by factoring Example 1 Find the roots of each quadratic by factoring. factoring a) x² − 3x + 2 b) x².
3.4 Solving Exponential and Logarithmic Equations.
The Double Pendulum by Franziska von Herrath & Scott Mandell.
University of Texas at Austin CS 378 – Game Technology Don Fussell CS 378: Computer Game Technology Physics for Games Spring 2012.
MA354 Dynamical Systems T H 2:30 pm– 3:45 pm Dr. Audi Byrne.
Solving Exponential Inequalities
HOMEWORK REVIEW. SOLVE ABSOLUTE VALUE INEQUALITIES 5.5.
Ordinary Differential Equations (ODEs) 1Michael Sokolov / Numerical Methods for Chemical Engineers / Explicit ODE Solvers Michael Sokolov ETH Zurich, Institut.
3.2 Solving Equations by Using Addition and Subtraction Addition Property of Equality –If the same number is added to each side of an equation, the resulting.
Using Equations to Solve Percent Problems
Further Trigonometric identities and their applications.
Integration for physically based animation CSE 3541 Matt Boggus.
5.5 Double Angle Formulas I. Double Angle Formulas. A) B) C)
Accelerated Motion. Newton’s Second Law of Motion (Law of Force)- Net force acting on an object causes the object to accelerate in the direction of the.
EE 460 Advanced Control and System Integration
Notes Over 7.6 Solving a Simple Radical Equation Solve the equation. Check your solution.
Radical expressions, rational exponents and radical equations ALGEBRA.
Chapter 11 Vibrations and Waves When a vibration or oscillation repeats itself back and forth over the same path, the motion is periodic. When an object.
Springs Hooke’s Law (Fs) Spring Constant (k)
Warm Up. Solving Differential Equations General and Particular solutions.
Name: Ha Pham Chaos Theory: Double Pendulum. Methods Double pendulum: simple pendulum with another pendulum attached to its end Solve Lagrangian: L =
Today in Algebra 2 Get a calculator. Go over homework Notes: –Solving Systems of Equations using Elimination Homework.
Simple Harmonic Motion
Building a Better Jump J
Chapter 4: Quadratic Functions and Equations
4.6 Completing the Square Learning goals
4.6 Completing the Square Learning goals
Stevens Institute of Technology
Multiple-Angle and Product-Sum Formulas
Linear Equations and Rational Equations
Numerical Analysis Project
What’s This Got To Do With Physics?
Equation Review Given in class 10/4/13.
Rigid Body Dynamics (unconstrained)
Notes Over 3.7 Solve for the indicated variable. 1. Area of a Triangle.
Numerical solution of first-order ordinary differential equations
Objective: To know the equations of simple straight lines.
Equation Review.
Warm Up Solve the period of a mass on a spring equation for the spring constant. k = _______ What are some properties of a pendulum? A 5 kg mass oscillating.
2x + 5y = x + 3y = 22 How can we solve this equation by elimination?
Rewriting Equations Equivalent Equations.
Double Angle Formulas I. Double Angle Formulas. A) B) C)
Solving a System of Linear Equations
Poincaré Map of Parametrically Forced Pendulum
Conceptual Dynamics Part II: Kinematics Chapter 2
Numerical solution of first-order ordinary differential equations 1. First order Runge-Kutta method (Euler’s method) Let’s start with the Taylor series.
Objective: To know the equations of simple straight lines.
Presentation transcript:

DOUBLE PENDULUM By: Rosa Nguyen EPS 109 – Fall 2011

Double Pendulum - A dynamical system where its motion is dictated by a set of ODE’s, which are derived from the initial position. Net forces, manipulation, and rewrite of derivatives to have first order equations. - A simple pendulum where another point of movement can now occur (or another rod added at the end). - Sensitive to initial conditions and can lead to chaos/unpredictability. - This sets up our conditions to solve the ODE’s with our Runge Kutta method in a similar fashion with past homeworks.

Run “double_pendulum.m” which calls on “ode2.m”