Lecture 14: Ordinary Differential Equation I. First Order

Size: px
Start display at page:

Download "Lecture 14: Ordinary Differential Equation I. First Order"

Transcription

1 Lecture 14: Ordinary Differential Equation I. First Order 1. Key points Maple commands dsolve 2. Introduction We consider a function of one variable. An ordinary differential equations (ODE) specifies the relation among its derivatives, the function itself and variable, e.g., where is a function. The order of the differential equations is determined by the highest order derivative in the equation. Equation (1) is a n-th order differential equation. Our goal is to determine that satisfies the differential equation. In general the solution contains n undetermined constants (constant of integration). We need additional conditions (boundary conditions) to determine the constants. In this lecture, we consider the first order ODE. A general form of first order differential equations can be written as However, the most common form in physics is Maple has extensive commands to solve ODEs. For simple case, you can use dsolve. See other tools in DETools. (1) (2) (3) 3. The simplest case: y'=f(x) This kind of ODE can be converted to a simple integral.

2 This is a special case of y'=u(x)/w(y) discussed in section 5. Example: time-dependent force Consider a particle of mass m subject to an external forcing given by. Its equation of motion is What is the velocity at a later time t? (4) where is an initial velocity. Its position can be obtained by integrating the velocity. (5) Using Maple, (6) where _C1 is a constant of integration, equivalent to in Eq (4). You can specify boundary conditions as a part of the definition of ODE. For example, if the particle was initially at rest (7)

3 t 4. Autonomous equation: y'=f(y) If does not depend on, we have an autonomous equation equation to an integral.. We can convert the differential At certain values of, may become zero. Then, the integral may diverge. However, as you see below, cannot pass through those points since at those points. When, is positive. Hence, increases as increases. When, y' is negative. Hence, decreases as increases. When,. That means does not change. remains at the root of

4 From this flow diagram, it is clear that the 1st order autonomous ODE has only two types of solutions: one monotonically approaches to a fixed point (attractor) and the other monotonically diverges. Example: Free falling Consider a particle of mass m subject to a frictional force is falling under a uniform gravity g. Assume that its velocity is at. The equation of motion for the particle is and its integral solution is (8) (9) Solving for, we obtain (1)

5 Since (terminal velocity) is only the attractor in this equation, all solutions monotonically approach to the terminal velocity. (11) where _C1 is a constant of integration. To specify a boundary condition, (12) in agreement with Eq. (1). You can plot solutions as a flow diagram using DEplot t v(t) Regardless of the initial value of, all the velocities approach the terminal velocity. 5. Separable variables: y'=u(x)/w(y)

6 When an ODE can be written in a form,, we say and are separable. This ODE can be also converted to integrals. Note that the previous forms of ODEs are special cases of this type. Example 1: Boyle's gas law Boyle's gas law states (13) where V and P are volume and pressure of the gas. Separating the variables, Integrating it, we have a general solution with a constant of integration: (14) Combining two log functions, we obtain a popular expression of Boyle's law where k is a constant. (15) (16) Maple solves it in one step: (17) Example 2: Overdumped parametric oscillator Consider the motion of spring with time-varying spring constant. For example, where is a friction constant and is a oscillating spring constant. If the friction is very large, we can ignore the inertial mass (over dumped limit), then the equation of motion becomes (18)

7 (19) Using the method of separation of variables, we have the both sides, we obtain. Integrating where is the position at time and is an initial position. Combining the log functions, we have. Therefore, the position of the particle is found to Maple solve it (2) (21) where is the integral constant determined by an initial condition. No matter how strong the oscillation is, the particle always relaxes to the equilibrium position as shown below.

8 1 8 6 X(T) T 6. More exercises Nonlinear friction When a particle moves in a fluid, it experiences a drag force where is the velocity of the particle and. Then, the equation of the motion is given by. Find the time evolution of the velocity. solution For, (22)

9 Solving (22) for V, we obtain Warning, solve may be ignoring assumptions on the input variables. (23) In particular for The velocity evolves as (24) While (23) goes to when. It goes to zero much slower than the exponential relaxation for the linear friction case. The solution (23) is not valid for the linear friction case ( ). This linear friction is already investigated in the section 4. Using Maple command, (25) which is the same as (23). Separable ODE Solve the ODE:. solution Using the variable separation method, the ODE can be expressed as. Integrating it, we obtain Rearranging it, we have. Hence,. 7. Homework

10 Solve the differential equation and plot the flow diagram and two solution curves corresponding to initial conditions (a) and (b).

Lecture 15: Ordinary Differential Equations: Second Order

Lecture 15: Ordinary Differential Equations: Second Order Lecture 15: Ordinary Differential Equations: Second Order 1. Key points Simutaneous 1st order ODEs and linear stability analysis. 2nd order linear ODEs (homogeneous and inhomogeneous. Maple DEplot Eigenvectors

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

Lecture 17: Ordinary Differential Equation II. First Order (continued)

Lecture 17: Ordinary Differential Equation II. First Order (continued) Lecture 17: Ordinary Differential Equation II. First Order (continued) 1. Key points Maple commands dsolve dsolve[interactive] dsolve(numeric) 2. Linear first order ODE: y' = q(x) - p(x) y In general,

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

Lecture 2: Series Expansion

Lecture 2: Series Expansion Lecture 2: Series Expansion Key points Maclaurin series : For, Taylor expansion: Maple commands series convert taylor, Student[NumericalAnalysis][Taylor] 1 Maclaurin series of elementary functions for

More information

Video 8.1 Vijay Kumar. Property of University of Pennsylvania, Vijay Kumar

Video 8.1 Vijay Kumar. Property of University of Pennsylvania, Vijay Kumar Video 8.1 Vijay Kumar 1 Definitions State State equations Equilibrium 2 Stability Stable Unstable Neutrally (Critically) Stable 3 Stability Translate the origin to x e x(t) =0 is stable (Lyapunov stable)

More information

Mechanical Translational Systems

Mechanical Translational Systems QUESTION 1 For the system in Figure 1.1, the springs are at their free lengths when the mass displacements are zero. Complete the following: Figure 1.1 QUESTION 2 For the system in Figure 2.1, the mass

More information

Lab Project 4a MATLAB Model of Oscillatory Flow

Lab Project 4a MATLAB Model of Oscillatory Flow Lab Project 4a MATLAB Model of Oscillatory Flow Goals Prepare analytical and computational solutions for transient flow between the two upright arms of a U-shaped tube Compare the theoretical solutions

More information

M A : Ordinary Differential Equations

M A : Ordinary Differential Equations M A 2 0 5 1: Ordinary Differential Equations Essential Class Notes & Graphics D 19 * 2018-2019 Sections D07 D11 & D14 1 1. INTRODUCTION CLASS 1 ODE: Course s Overarching Functions An introduction to the

More information

Lecture 4: Series expansions with Special functions

Lecture 4: Series expansions with Special functions Lecture 4: Series expansions with Special functions 1. Key points 1. Legedre polynomials (Legendre functions) 2. Hermite polynomials(hermite functions) 3. Laguerre polynomials (Laguerre functions) Other

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

for any object. Note that we use letter, m g, meaning gravitational

for any object. Note that we use letter, m g, meaning gravitational Lecture 4. orces, Newton's Second Law Last time we have started our discussion of Newtonian Mechanics and formulated Newton s laws. Today we shall closely look at the statement of the second law and consider

More information

Lecture 9. Systems of Two First Order Linear ODEs

Lecture 9. Systems of Two First Order Linear ODEs Math 245 - Mathematics of Physics and Engineering I Lecture 9. Systems of Two First Order Linear ODEs January 30, 2012 Konstantin Zuev (USC) Math 245, Lecture 9 January 30, 2012 1 / 15 Agenda General Form

More information

Aircraft Dynamics First order and Second order system

Aircraft Dynamics First order and Second order system Aircraft Dynamics First order and Second order system Prepared by A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai Aircraft dynamic

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

Ch 6 Using Newton s Laws. Applications to mass, weight, friction, air resistance, and periodic motion

Ch 6 Using Newton s Laws. Applications to mass, weight, friction, air resistance, and periodic motion Ch 6 Using Newton s Laws Applications to mass, weight, friction, air resistance, and periodic motion Newton s 2 nd Law Applied Galileo hypothesized that all objects gain speed at the same rate (have the

More information

Object Impact on the Free Surface and Added Mass Effect Laboratory Fall 2005 Prof. A. Techet

Object Impact on the Free Surface and Added Mass Effect Laboratory Fall 2005 Prof. A. Techet Object Impact on the Free Surface and Added Mass Effect.016 Laboratory Fall 005 Prof. A. Techet Introduction to Free Surface Impact Free surface impact of objects has applications to ocean engineering

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations In this lecture, we will look at different options for coding simple differential equations. Start by considering bicycle riding as an example. Why does a bicycle move forward?

More information

Dynamic Modeling. For the mechanical translational system shown in Figure 1, determine a set of first order

Dynamic Modeling. For the mechanical translational system shown in Figure 1, determine a set of first order QUESTION 1 For the mechanical translational system shown in, determine a set of first order differential equations describing the system dynamics. Identify the state variables and inputs. y(t) x(t) k m

More information

Systems of Ordinary Differential Equations

Systems of Ordinary Differential Equations Systems of Ordinary Differential Equations MATH 365 Ordinary Differential Equations J Robert Buchanan Department of Mathematics Fall 2018 Objectives Many physical problems involve a number of separate

More information

Math 132 Lesson R: Population models and the spread of rumors Application

Math 132 Lesson R: Population models and the spread of rumors Application Math 132 Lesson R: Population models and the spread of rumors Application Population models are not limited to births and deaths. All kinds of quantifiable things pass through populations, from income

More information

MATH 1231 MATHEMATICS 1B Calculus Section 4.3: - Series.

MATH 1231 MATHEMATICS 1B Calculus Section 4.3: - Series. MATH 1231 MATHEMATICS 1B 2010. Calculus Section 4.3: - Series. 1. Sigma notation 2. What is a series? 3. The big question 4. What you should already know 5. Telescoping series 5. Convergence 6. n th term

More information

Exercises Lecture 15

Exercises Lecture 15 AM1 Mathematical Analysis 1 Oct. 011 Feb. 01 Date: January 7 Exercises Lecture 15 Harmonic Oscillators In classical mechanics, a harmonic oscillator is a system that, when displaced from its equilibrium

More information

The Big Picture. Discuss Examples of unpredictability. Odds, Stanisław Lem, The New Yorker (1974) Chaos, Scientific American (1986)

The Big Picture. Discuss Examples of unpredictability. Odds, Stanisław Lem, The New Yorker (1974) Chaos, Scientific American (1986) The Big Picture Discuss Examples of unpredictability Odds, Stanisław Lem, The New Yorker (1974) Chaos, Scientific American (1986) Lecture 2: Natural Computation & Self-Organization, Physics 256A (Winter

More information

Lecture 22: A Population Growth Equation with Diffusion

Lecture 22: A Population Growth Equation with Diffusion M3 - ADVANCED ENGINEERING MATHEMATICS Lecture : A Population Gth Equation with Diffusion The logistic population equation studied in ordinary differential equations classes has the form: ( p (t) = rp(t)

More information

Introduction to First Order Equations Sections

Introduction to First Order Equations Sections A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Introduction to First Order Equations Sections 2.1-2.3 Dr. John Ehrke Department of Mathematics Fall 2012 Course Goals The

More information

Applications of Second-Order Differential Equations

Applications of Second-Order Differential Equations Applications of Second-Order Differential Equations ymy/013 Building Intuition Even though there are an infinite number of differential equations, they all share common characteristics that allow intuition

More information

CDS 101/110a: Lecture 2.1 Dynamic Behavior

CDS 101/110a: Lecture 2.1 Dynamic Behavior CDS 11/11a: Lecture.1 Dynamic Behavior Richard M. Murray 6 October 8 Goals: Learn to use phase portraits to visualize behavior of dynamical systems Understand different types of stability for an equilibrium

More information

CDS 101/110a: Lecture 2.1 Dynamic Behavior

CDS 101/110a: Lecture 2.1 Dynamic Behavior CDS 11/11a: Lecture 2.1 Dynamic Behavior Richard M. Murray 6 October 28 Goals: Learn to use phase portraits to visualize behavior of dynamical systems Understand different types of stability for an equilibrium

More information

The Big Picture. Python environment? Discuss Examples of unpredictability. Chaos, Scientific American (1986)

The Big Picture. Python environment? Discuss Examples of unpredictability. Chaos, Scientific American (1986) The Big Picture Python environment? Discuss Examples of unpredictability Email homework to me: chaos@cse.ucdavis.edu Chaos, Scientific American (1986) Odds, Stanislaw Lem, The New Yorker (1974) 1 Nonlinear

More information

AMJAD HASOON Process Control Lec4.

AMJAD HASOON Process Control Lec4. Multiple Inputs Control systems often have more than one input. For example, there can be the input signal indicating the required value of the controlled variable and also an input or inputs due to disturbances

More information

4. Linear Systems. 4A. Review of Matrices A-1. Verify that =

4. Linear Systems. 4A. Review of Matrices A-1. Verify that = 4. Linear Systems 4A. Review of Matrices 0 2 0 0 0 4A-. Verify that 0 2 =. 2 3 2 6 0 2 2 0 4A-2. If A = and B =, show that AB BA. 3 2 4A-3. Calculate A 2 2 if A =, and check your answer by showing that

More information

Math Homework 3 Solutions. (1 y sin x) dx + (cos x) dy = 0. = sin x =

Math Homework 3 Solutions. (1 y sin x) dx + (cos x) dy = 0. = sin x = 2.6 #10: Determine if the equation is exact. If so, solve it. Math 315-01 Homework 3 Solutions (1 y sin x) dx + (cos x) dy = 0 Solution: Let P (x, y) = 1 y sin x and Q(x, y) = cos x. Note P = sin x = Q

More information

Math 266: Ordinary Differential Equations

Math 266: Ordinary Differential Equations Math 266: Ordinary Differential Equations Long Jin Purdue University, Spring 2018 Basic information Lectures: MWF 8:30-9:20(111)/9:30-10:20(121), UNIV 103 Instructor: Long Jin (long249@purdue.edu) Office

More information

Written homework due on Monday at the start of class Online homework due on Tuesday by 8 am

Written homework due on Monday at the start of class Online homework due on Tuesday by 8 am Homework #12 Written homework due on Monday at the start of class Online homework due on Tuesday by 8 am Exam 3 Wednesday May 6 from 7 to 9 pm Make-up exams need to be scheduled no later than Friday this

More information

MATHEMATICAL MODELLING, MECHANICS AND MOD- ELLING MTHA4004Y

MATHEMATICAL MODELLING, MECHANICS AND MOD- ELLING MTHA4004Y UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 2017 18 MATHEMATICAL MODELLING, MECHANICS AND MOD- ELLING MTHA4004Y Time allowed: 2 Hours Attempt QUESTIONS 1 and 2, and ONE other

More information

Introduction to the Phase Plane

Introduction to the Phase Plane Introduction to the Phase Plane June, 06 The Phase Line A single first order differential equation of the form = f(y) () makes no mention of t in the function f. Such a differential equation is called

More information

16.07 Dynamics. Problem Set 3

16.07 Dynamics. Problem Set 3 NAME :..................... Massachusetts Institute of Technology 16.07 Dynamics Problem Set 3 Out date: Sept 17, 2007 Due date: Sept 26, 2007 Problem 1 Problem 2 Problem 3 Problem 4 Study Time Time Spent

More information

Lecture 9: Eigenvalues and Eigenvectors in Classical Mechanics (See Section 3.12 in Boas)

Lecture 9: Eigenvalues and Eigenvectors in Classical Mechanics (See Section 3.12 in Boas) Lecture 9: Eigenvalues and Eigenvectors in Classical Mechanics (See Section 3 in Boas) As suggested in Lecture 8 the formalism of eigenvalues/eigenvectors has many applications in physics, especially in

More information

Fundamentals of Dynamical Systems / Discrete-Time Models. Dr. Dylan McNamara people.uncw.edu/ mcnamarad

Fundamentals of Dynamical Systems / Discrete-Time Models. Dr. Dylan McNamara people.uncw.edu/ mcnamarad Fundamentals of Dynamical Systems / Discrete-Time Models Dr. Dylan McNamara people.uncw.edu/ mcnamarad Dynamical systems theory Considers how systems autonomously change along time Ranges from Newtonian

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 4 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University April 15, 2018 Linear Algebra (MTH 464)

More information

Introduction to Differential Equations

Introduction to Differential Equations > 22M:16 Fall 05 J. Simon ##################### Introduction to Differential Equations NOTE: This handout is a supplement to your text. There are several homework problems, part of the HW that is due on

More information

AMS 212A Applied Mathematical Methods I Lecture 14 Copyright by Hongyun Wang, UCSC. with initial condition

AMS 212A Applied Mathematical Methods I Lecture 14 Copyright by Hongyun Wang, UCSC. with initial condition Lecture 14 Copyright by Hongyun Wang, UCSC Recap of Lecture 13 Semi-linear PDE a( x, t) u t + b( x, t)u = c ( x, t, u ) x Characteristics: dt d = a x, t dx d = b x, t with initial condition t ( 0)= t 0

More information

Review: control, feedback, etc. Today s topic: state-space models of systems; linearization

Review: control, feedback, etc. Today s topic: state-space models of systems; linearization Plan of the Lecture Review: control, feedback, etc Today s topic: state-space models of systems; linearization Goal: a general framework that encompasses all examples of interest Once we have mastered

More information

Worksheet 8 Sample Solutions

Worksheet 8 Sample Solutions Technische Universität München WS 2016/17 Lehrstuhl für Informatik V Scientific Computing Univ.-Prof. Dr. M. Bader 19.12.2016/21.12.2016 M.Sc. S. Seckler, M.Sc. D. Jarema Worksheet 8 Sample Solutions Ordinary

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

DYNAMICAL SYSTEMS

DYNAMICAL SYSTEMS 0.42 DYNAMICAL SYSTEMS Week Lecture Notes. What is a dynamical system? Probably the best way to begin this discussion is with arguably a most general and yet least helpful statement: Definition. A dynamical

More information

Laplace Transforms Chapter 3

Laplace Transforms Chapter 3 Laplace Transforms Important analytical method for solving linear ordinary differential equations. - Application to nonlinear ODEs? Must linearize first. Laplace transforms play a key role in important

More information

ME8230 Nonlinear Dynamics

ME8230 Nonlinear Dynamics ME8230 Nonlinear Dynamics Lecture 1, part 1 Introduction, some basic math background, and some random examples Prof. Manoj Srinivasan Mechanical and Aerospace Engineering srinivasan.88@osu.edu Spring mass

More information

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs. MATH 1231 MATHEMATICS 1B 2007. For use in Dr Chris Tisdell s lectures: Tues 11 + Thur 10 in KBT Calculus Section 2: - ODEs. 1. Motivation 2. What you should already know 3. Types and orders of ODEs 4.

More information

Mathematics for Engineers II. lectures. Differential Equations

Mathematics for Engineers II. lectures. Differential Equations Differential Equations Examples for differential equations Newton s second law for a point mass Consider a particle of mass m subject to net force a F. Newton s second law states that the vector acceleration

More information

Cyber-Physical Systems Modeling and Simulation of Continuous Systems

Cyber-Physical Systems Modeling and Simulation of Continuous Systems Cyber-Physical Systems Modeling and Simulation of Continuous Systems Matthias Althoff TU München 29. May 2015 Matthias Althoff Modeling and Simulation of Cont. Systems 29. May 2015 1 / 38 Ordinary Differential

More information

The... of a particle is defined as its change in position in some time interval.

The... of a particle is defined as its change in position in some time interval. Distance is the. of a path followed by a particle. Distance is a quantity. The... of a particle is defined as its change in position in some time interval. Displacement is a.. quantity. The... of a particle

More information

Math 2250 Lab 3 Due September 18, Name:

Math 2250 Lab 3 Due September 18, Name: Math 2250 Lab 3 Due September 18, 2014 Name: 1. Consider the differential equation dx dt = 4x4 x 2 (a) Find the equilbria and draw the phase diagram. (b) Classify the equilibria as stable, unstable, or

More information

4. Complex Oscillations

4. Complex Oscillations 4. Complex Oscillations The most common use of complex numbers in physics is for analyzing oscillations and waves. We will illustrate this with a simple but crucially important model, the damped harmonic

More information

Homogeneous Equations with Constant Coefficients

Homogeneous Equations with Constant Coefficients Homogeneous Equations with Constant Coefficients MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 General Second Order ODE Second order ODEs have the form

More information

The Hopf equation. The Hopf equation A toy model of fluid mechanics

The Hopf equation. The Hopf equation A toy model of fluid mechanics The Hopf equation A toy model of fluid mechanics 1. Main physical features Mathematical description of a continuous medium At the microscopic level, a fluid is a collection of interacting particles (Van

More information

First Order Systems of Linear Equations. or ODEs of Arbitrary Order

First Order Systems of Linear Equations. or ODEs of Arbitrary Order First Order Systems of Linear Equations or ODEs of Arbitrary Order Systems of Equations Relate Quantities Examples Predator-Prey Relationships r 0 = r (100 f) f 0 = f (r 50) (Lokta-Volterra Model) Systems

More information

Ordinary Differential Equations. Monday, October 10, 11

Ordinary Differential Equations. Monday, October 10, 11 Ordinary Differential Equations Monday, October 10, 11 Problems involving ODEs can always be reduced to a set of first order differential equations. For example, By introducing a new variable z, this can

More information

Lecture 11: Vector Calculus I

Lecture 11: Vector Calculus I 1. Key points Scalar and vector fields Gradient and directional derivative Laplacian Maple Derivatives VectorCalculus package SetCoordinates Vector Norm DotProduct Gradient, Del, Nabla Laplacian evalvf

More information

Dynamical Systems. 1.0 Ordinary Differential Equations. 2.0 Dynamical Systems

Dynamical Systems. 1.0 Ordinary Differential Equations. 2.0 Dynamical Systems . Ordinary Differential Equations. An ordinary differential equation (ODE, for short) is an equation involves a dependent variable and its derivatives with respect to an independent variable. When we speak

More information

Even-Numbered Homework Solutions

Even-Numbered Homework Solutions -6 Even-Numbered Homework Solutions Suppose that the matric B has λ = + 5i as an eigenvalue with eigenvector Y 0 = solution to dy = BY Using Euler s formula, we can write the complex-valued solution Y

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

Physics 20 Homework 2 SIMS 2016

Physics 20 Homework 2 SIMS 2016 Physics 20 Homework 2 SIMS 2016 Due: Saturday, August 20 th 1. In class, we ignored air resistance in our discussion of projectile motion. Now, let s derive the relevant equation of motion in the case

More information

CHAPTER 7. An Introduction to Numerical Methods for. Linear and Nonlinear ODE s

CHAPTER 7. An Introduction to Numerical Methods for. Linear and Nonlinear ODE s A SERIES OF CLASS NOTES FOR 2005-2006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 1 A COLLECTION OF HANDOUTS ON FIRST ORDER ORDINARY DIFFERENTIAL

More information

PHYS1015 MOTION AND RELATIVITY JAN 2015 EXAM ANSWERS

PHYS1015 MOTION AND RELATIVITY JAN 2015 EXAM ANSWERS PHYS1015 MOTION AND RELATIVITY JAN 2015 EXAM ANSWERS Section A A1. (Based on previously seen problem) Displacement as function of time: x(t) = A sin ωt Frequency f = ω/2π. Velocity of mass is v(t) = dx

More information

Fig. 1 Cluster flip: before. The region inside the dotted line is flipped in one Wolff move. Let this configuration be A.

Fig. 1 Cluster flip: before. The region inside the dotted line is flipped in one Wolff move. Let this configuration be A. Physics 6562: Statistical Mechanics http://www.physics.cornell.edu/sethna/teaching/562/ In Class Exercises Last correction at March 25, 2017, 1:37 pm c 2017, James Sethna, all rights reserved 1. Detailed

More information

Lecture 1. Scott Pauls 1 3/28/07. Dartmouth College. Math 23, Spring Scott Pauls. Administrivia. Today s material.

Lecture 1. Scott Pauls 1 3/28/07. Dartmouth College. Math 23, Spring Scott Pauls. Administrivia. Today s material. Lecture 1 1 1 Department of Mathematics Dartmouth College 3/28/07 Outline Course Overview http://www.math.dartmouth.edu/~m23s07 Matlab Ordinary differential equations Definition An ordinary differential

More information

LECTURE 28: Spring force and potential energy

LECTURE 28: Spring force and potential energy Lectures Page 1 LECTURE 28: Spring force and potential energy Select LEARNING OBJECTIVES: i. ii. iii. Introduce the definition of spring potential energy. Understand the shape of a spring potential energy

More information

Chapter #4 EEE8086-EEE8115. Robust and Adaptive Control Systems

Chapter #4 EEE8086-EEE8115. Robust and Adaptive Control Systems Chapter #4 Robust and Adaptive Control Systems Nonlinear Dynamics.... Linear Combination.... Equilibrium points... 3 3. Linearisation... 5 4. Limit cycles... 3 5. Bifurcations... 4 6. Stability... 6 7.

More information

Lecture 1: Complex Number

Lecture 1: Complex Number Lecture 1: Complex Number Key points Definition of complex number, where Modulus and argument Euler's formular Polar expression where if, then and rotates a point on the complex plane by Imaginary unit

More information

System Control Engineering 0

System Control Engineering 0 System Control Engineering 0 Koichi Hashimoto Graduate School of Information Sciences Text: Nonlinear Control Systems Analysis and Design, Wiley Author: Horacio J. Marquez Web: http://www.ic.is.tohoku.ac.jp/~koichi/system_control/

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

Hybrid Control and Switched Systems. Lecture #11 Stability of switched system: Arbitrary switching

Hybrid Control and Switched Systems. Lecture #11 Stability of switched system: Arbitrary switching Hybrid Control and Switched Systems Lecture #11 Stability of switched system: Arbitrary switching João P. Hespanha University of California at Santa Barbara Stability under arbitrary switching Instability

More information

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations

Math 312 Lecture Notes Linear Two-dimensional Systems of Differential Equations Math 2 Lecture Notes Linear Two-dimensional Systems of Differential Equations Warren Weckesser Department of Mathematics Colgate University February 2005 In these notes, we consider the linear system of

More information

2.3 Damping, phases and all that

2.3 Damping, phases and all that 2.3. DAMPING, PHASES AND ALL THAT 107 2.3 Damping, phases and all that If we imagine taking our idealized mass on a spring and dunking it in water or, more dramatically, in molasses), then there will be

More information

4. Linear Systems. 4A. Review of Matrices ) , show that AB BA (= A A A).

4. Linear Systems. 4A. Review of Matrices ) , show that AB BA (= A A A). 4A-. Verify that 4A-2. If A = 2 3 2 2 4A-3. Calculate A if A = and A A = I. 4. Linear Systems 4A. Review of Matrices 2 2 and B = = 3 2 6, show that AB BA. 2 2 2, and check your answer by showing that AA

More information

1-DOF Vibration Characteristics. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 7 Fall 2017

1-DOF Vibration Characteristics. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 7 Fall 2017 MCE371: Vibrations Prof. Richter Department of Mechanical Engineering Handout 7 Fall 2017 Free Undamped Vibration Follow Palm, Sect. 3.2, 3.3 (pp 120-138), 3.5 (pp 144-151), 3.8 (pp. 167-169) The equation

More information

CDS 101: Lecture 2.1 System Modeling. Lecture 1.1: Introduction Review from to last Feedback week and Control

CDS 101: Lecture 2.1 System Modeling. Lecture 1.1: Introduction Review from to last Feedback week and Control CDS 101: Lecture 2.1 System Modeling Richard M. Murray 7 October 2002 Goals: Describe what a model is and what types of questions it can be used to answer Introduce the concepts of state, dynamic, and

More information

Harmonic Motion: Exercises

Harmonic Motion: Exercises Harmonic Motion: Exercises 1. The following is a list of forces, each of which is the net external force acting on an object with mass number m that is free to move in onedimension only. Assume that s

More information

PHYS 111 K SECOND HOUR EXAM 2015

PHYS 111 K SECOND HOUR EXAM 2015 PHYS 111 K SECOND HOUR EXAM 2015 This is a closed book closed note exam. Do all your writing in your blue book (s) and be sure to put your name on each blue book you use. You will not need nor are permitted

More information

d v 2 v = d v d t i n where "in" and "rot" denote the inertial (absolute) and rotating frames. Equation of motion F =

d v 2 v = d v d t i n where in and rot denote the inertial (absolute) and rotating frames. Equation of motion F = Governing equations of fluid dynamics under the influence of Earth rotation (Navier-Stokes Equations in rotating frame) Recap: From kinematic consideration, d v i n d t i n = d v rot d t r o t 2 v rot

More information

EE222 - Spring 16 - Lecture 2 Notes 1

EE222 - Spring 16 - Lecture 2 Notes 1 EE222 - Spring 16 - Lecture 2 Notes 1 Murat Arcak January 21 2016 1 Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Essentially Nonlinear Phenomena Continued

More information

Simple Harmonic Motion

Simple Harmonic Motion Physics 7B-1 (A/B) Professor Cebra Winter 010 Lecture 10 Simple Harmonic Motion Slide 1 of 0 Announcements Final exam will be next Wednesday 3:30-5:30 A Formula sheet will be provided Closed-notes & closed-books

More information

Lyapunov stability ORDINARY DIFFERENTIAL EQUATIONS

Lyapunov stability ORDINARY DIFFERENTIAL EQUATIONS Lyapunov stability ORDINARY DIFFERENTIAL EQUATIONS An ordinary differential equation is a mathematical model of a continuous state continuous time system: X = < n state space f: < n! < n vector field (assigns

More information

Chapter 2. Linear Differential Equation of Second (or Higher) Order

Chapter 2. Linear Differential Equation of Second (or Higher) Order Chapter 2. Linear Differential Equation of Second (or Higher) Order Contents: Homogeneous Linear Equations of Second Order (Section 2.1) Second-Order Homogeneous Linear Equation with Constant Coefficients

More information

BIOEN LECTURE 18: VISCOELASTIC MODELS

BIOEN LECTURE 18: VISCOELASTIC MODELS BIOEN 326 2013 LECTURE 18: VISCOELASTIC MODELS Definition of Viscoelasticity. Until now, we have looked at time-independent behaviors. This assumed that materials were purely elastic in the conditions

More information

Chapter 4: First-order differential equations. Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey

Chapter 4: First-order differential equations. Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey Chapter 4: First-order differential equations Similarity and Transport Phenomena in Fluid Dynamics Christophe Ancey Chapter 4: First-order differential equations Phase portrait Singular point Separatrix

More information

Predicting the future with Newton s Second Law

Predicting the future with Newton s Second Law Predicting the future with Newton s Second Law To represent the motion of an object (ignoring rotations for now), we need three functions x(t), y(t), and z(t), which describe the spatial coordinates of

More information

8. More about calculus in physics

8. More about calculus in physics 8. More about calculus in physics This section is about physical quantities that change with time or change when a different quantity changes. Calculus is about the mathematics of rates of change (differentiation)

More information

Numerical Methods

Numerical Methods Numerical Methods 263-2014 Prof. M. K. Banda Botany Building: 2-10. Prof. M. K. Banda (Tuks) WTW263 Semester II 1 / 18 Topic 1: Solving Nonlinear Equations Prof. M. K. Banda (Tuks) WTW263 Semester II 2

More information

UCLA: Math 3B Problem set 8 (solutions) Fall, 2016

UCLA: Math 3B Problem set 8 (solutions) Fall, 2016 This week you will get practice applying the exponential and logistic models and describing their qualitative behaviour. Some of these questions take a bit of thought, they are good practice if you generally

More information

FINAL EXAM MATH303 Theory of Ordinary Differential Equations. Spring dx dt = x + 3y dy dt = x y.

FINAL EXAM MATH303 Theory of Ordinary Differential Equations. Spring dx dt = x + 3y dy dt = x y. FINAL EXAM MATH0 Theory of Ordinary Differential Equations There are 5 problems on 2 pages. Spring 2009. 25 points Consider the linear plane autonomous system x + y x y. Find a fundamental matrix of the

More information

Lecture 19: Calculus of Variations II - Lagrangian

Lecture 19: Calculus of Variations II - Lagrangian Lecture 19: Calculus of Variations II - Lagrangian 1. Key points Lagrangian Euler-Lagrange equation Canonical momentum Variable transformation Maple VariationalCalculus package EulerLagrange 2. Newton's

More information

(Refer Slide Time: 00:32)

(Refer Slide Time: 00:32) Nonlinear Dynamical Systems Prof. Madhu. N. Belur and Prof. Harish. K. Pillai Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 12 Scilab simulation of Lotka Volterra

More information

Lecture 2. Classification of Differential Equations and Method of Integrating Factors

Lecture 2. Classification of Differential Equations and Method of Integrating Factors Math 245 - Mathematics of Physics and Engineering I Lecture 2. Classification of Differential Equations and Method of Integrating Factors January 11, 2012 Konstantin Zuev (USC) Math 245, Lecture 2 January

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

Calculus and Parametric Equations

Calculus and Parametric Equations Calculus and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Given a pair a parametric equations x = f (t) y = g(t) for a t b we know how

More information

Solving Differential Equations: First Steps

Solving Differential Equations: First Steps 30 ORDINARY DIFFERENTIAL EQUATIONS 3 Solving Differential Equations Solving Differential Equations: First Steps Now we start answering the question which is the theme of this book given a differential

More information