Time domain modeling

Size: px
Start display at page:

Download "Time domain modeling"

Transcription

1 Time domain modeling

2 Equationof motion of a WEC Frequency domain: Ok if all effects/forces are linear M+ A ω X && % ω = F% ω K + K X% ω B ω + B X% & ω ( ) H PTO PTO + others Time domain: Must be linear If non linear effects/forces are involved (and significant) Examples: PTO, control, drag effects, moorings, hydrostatic F t && & M + µ X = F t K X K t τ X τ dτ + F H rad PTO + others t = K β, t τ η O, β, τ dτ

3 Outline: Integration in time of the equation of motion State space approximation of the memory term in the radiation force Excitation force

4 Time integration of the equation of motion

5 Equation of motion in time domain Can depend on X (non linear mechanics) t && & PTO force Other forces (moorings, wind, Coriolis forces ) M + µ X = F K t τ X τ dτ K X + F + F + F H drag PTO others Fluid/structure interactions It is a second order ODE (Ordinary Differential Equation): X & = g t, X, X& But available time integration schemes are for first order ODE S & = f t, S How to deal with that?

6 From second order to first order Let define the state vector The equation of motion can be rewritten as an ODE of first order = = others PTO drag H t F F F X K d X t K F M X S t f S t f S ) (,, τ τ τ µ & & & = X X S &

7 Discretisation of continuous problem Time discretisation is necessary for solving the problem numerically Let t be a small time step Discretisation of time: Discretisation of the state vector: t n = n t n S = S ( n t ) Discretisation of the memory term by the trapezoidal rule (second order accuracy) t n n n n j j K( t τ ) X& τ dτ = K X& + K X& t + K X& t + O t 2 ( ) ( 2 ) j= If K and X are sampled at the same times

8 Discrete equation of motion S& = f t S ( n n, S ) (, ) n n n f t X& n n ( n n ) n j j = F + K X& + K X& t + K X t & ( M µ ) 2 + j= n n n n KH X + Fdrag + FPTO + F others n

9 The simplest time integration scheme Numerical time derivation n+ S S S& n = t From which: S S n+ = S = S n + S n+ n & n + f n + O t + O ( t) ( t) ( n n t, S ) t + O( t) Never used in practice It is called Euler plicit scheme Advantage: Simple Drawbacks: Poor accuracy (first order), unstable (divergence)

10 Second order time integration scheme Two steps scheme: Step : calculate the velocity k at t n Step 2: make a prediction of the state at t n+ and calculate the velocity k 2 at t n+ Advance in time using: = f ( t n S n ) ( n+ n = f t S + k t) k, k S 2, n+ ( k + k ) t Second order scheme, same as for discretisation of convolution product May be used in practice = S n + 2 2

11 Higher orders scheme There are many higher order schemes Runge Kutta 4 Adams Moutons MATLAB has validated functions for time integration (ode45, ode23, )

12 Summary and recommendations Discrete equation of motion: n n n S& = f t, S n X& n ( n n ) n ( n n, ) n j j F K X K X t K X t f t S = + & + & + & ( M ) 2 + µ j= n n n n KH X Fdrag FPTO F others Always use a time integration scheme of order at least 2. Always check the convergence (are the results the same if you refine the time step?)

13 May beused in ercise 4 : FD2TD.m PURPOSE: Calculate radiation coefficients in time domain using frequency domain coefficients by using Ogilvie s formulas: INPUTS w frequency vector A added mass coefficients B radiation damping coefficients T time vector µ A ω Krad τ ωτ dτ ω [ ] = + [ ] sin 2 Krad t B ω ωτ dω π [ ] = cos OUTPUTS K retardation function Mu added mass Cf help FD2TD

14 For ercise 4 time domain modelling Make your own RK2 solver or use MATLAB ode45 Use of ode45:. Create a function f.m function ds=f(t,s,parameters) 2. Time integration using ode45 [T,S]= ode45(@(t,s) f(t,s,parameters),[ti tf], [IC], options) Discrete time Discrete states parameters Start and end time of simulation Initial conditions

15 State space approximation of the memory term of the radiation force

16 Direct calculation of the memory term t n K( t τ ) X& τ dτ = K X& + K X& t + K X& t + O t 2 ( n n ) n j j ( 2 ) j= Drawbacks: Can be CPU time consuming Discretisation time of K and t can be different. K needs to be interpolated then not very convenient Solution: To replace the convolution product by a function of additional state variables given by additional state equations state space approximation t K t τ X & τ d τ = g I I& = h( I, X& ) New states variables

17 Prony s method Approximation using Prony s method : K N ( t) i= α i p(β t) i Compl constants calculated by Prony s method

18 Prony s method Force (N/m.s) K Prony' s approximation time (s) K N ( t) i= α i p(β t) i

19 Prony s method Using : Let: K N ( t) i= α i p(β t) t I ( t) = α p( β ( t τ )) X& ( τ ) dτ i i i i One can show: t K t τ X& τ dτ = I I& = β I + α X& i i i i N i= i

20 Prony s method Let define the state vector Y X = X& I i The equation of motion can be rewritten in the form an ODE of first order ( t, ) Y& = F I F X& N t = M + F I K X + F + F + F I& i = βiii + αi X& (, I) ( µ ) i= i H drag PTO others

21 Calculation of coefficients with Prony.m PURPOSE: Identification of function K using Prony s method INPUTS T time vector K function to be identified OUTPUTS Arrays of alpha and beta coefficients Cf help Prony

22 Frequency Domain Identification (FDI) State space approximation directly from frequency domain coefficients(fdi, Perez & Fossen) F rad t = µ && z K t τ z& τ dτ Approximation using a rational fraction: K s P s Q s t Fourier transform K ( jω ) = B( ω) + jω A( ω ) µ The unknowns are the compl coefficients of polynomials P and Q and papers by Perez & Fossen for more details

23 Frequency Domain Identification (FDI) Using: K s One can show: t r P s prs + p s p = n Q s s + q s + + q r r n n... ( ) & = [ L ] K t τ X τ dτ p p p p I t qn qn 2 L q I& ( t) = I ( t) + X& t O { ( n = r + ) A R r r B R

24 Frequency domain identification Let define the state vector Y X = X& I The equation of motion can be rewritten in the form an ODE of first order Y& F = (, I) F t X& r+ t I = M + F p I K X + F + F + F I& = ARI + BRX& (, ) ( µ ) r+ i i H drag PTO others i=

25 Frequency domain identification How to compute the coefficients of the FDI? K s r P s prs + p s p = n Q s q s + q s + + q r r n n... Matlab routine invfreqs: [P,Q] = invfreqs(k,w,r,n) Coefficients 2 FDI toolbox from Perez & Fossen ( From the physics, the approximation must follow these constraints n Discrete Transfer function q n = n = r + [P,Q]=FDIRadMod(w,A33,Mu33,B33,FDIopt,Dof) Cf help FDIRadMod & Perez, Fossen (29) Guess of orders r < n Discrete frequency vector

26 Issues with state-space approximation Passivity : the radiation force dissipates energy. For the some frequencies, it may not be the case with the approximation divergence of numerical model With Prony method: K N ( t) i= α i p(β t) i R ( β ) i < 2 With FDI (necessary condition) ( ωk ) ( ω ) P j R > Q j k

27 Summary Convolution product can be replaced by a state space model Coefficients of the state space model can be derived using: Prony s method in Time domain Frequency Domain Identification Matlab routine invfreqs Perez & Fossen toolbox

28 Excitation force

29 Excitation force Incident wave model Wave elevation Wave spectrum Regular Unidirectional Directional Measurement η η I I i t (, β, ) ηi O t Ae ω j O, t A e e = R S ( f ) = δ ( f ) iϕ iωt = R j j Aj = 2S ( f j ) f iϕ j iωt O, t = R Ajle e l j Random phases ( β ) A = 2 S, f f θ lj l j Directions need to be identified ηi ( O, βl, t) l S( f ω = 2π f A ) = α f 5 e B f 5 H 5 A = = 6 T 4 2 /3 B 4 4 T 4 e γ ω 2π f 2 T 2 / 2 2 σ S ( f, θ ) = S( f ) D θ D θ θ 2 = cos 2 s θ D f < T f > T σ =.7 σ =.9 Picture from D-J Doong, B-C Lee, C.C. Kao, (2)

30 Excitation force Incident wave model Wave elevation Wave citation force Regular i t (, β, ) ηi O t Ae ω ( i t ) O = R = R F % ( β, ω) F t A e ω Unidirectional Directional Measurement η η I I iϕ iωt = R j j j O, t A e e Aj = 2S ( f j ) f iϕ j iωt O, t = R Ajle e l j Random phases ( β ) A = 2 S, f f θ lj l j Directions need to be identified ηi ( O, βl, t) l F R F t R F t l ( t) ϕ j A e F % j = ( β, ω ) i O iω jt j j e ϕ jl A e F % l = = j ( β, ω ) i O iω jt jl l j e (, ) (,, ) K β t τ η O β τ dτ O l I l

31 May beused in ercise 4 : FD2TD.m PURPOSE: Calculate force impulse response function in time domain using frequency domain coefficients according to: INPUTS w frequency vector F citation force coefficients T time vector OUTPUTS K force impulse response function O ( iωt K, (,, ) ) β t = R F% O β ω e dω π Cf help FD2TD

32 Calc. of wave force with wave measurement Force impulse response function K O (, ) ( (,, ) iωt K ) β t = R F % O β ω e dω π Calculation of wave citation force F F = K (, ) (,, ) t β t τ η O β τ dτ See ample in FDI.m

Controller Design in Frequency Domain

Controller Design in Frequency Domain ECSE 4440 Control System Engineering Fall 2001 Project 3 Controller Design in Frequency Domain TA 1. Abstract 2. Introduction 3. Controller design in Frequency domain 4. Experiment 5. Colclusion 1. Abstract

More information

Frequency-domain and stochastic model for an articulated wave power device

Frequency-domain and stochastic model for an articulated wave power device Frequency-domain stochastic model for an articulated wave power device J. Cândido P.A.P. Justino Department of Renewable Energies, Instituto Nacional de Engenharia, Tecnologia e Inovação Estrada do Paço

More information

Columbia University Department of Physics QUALIFYING EXAMINATION

Columbia University Department of Physics QUALIFYING EXAMINATION Columbia University Department of Physics QUALIFYING EXAMINATION Monday, January 13, 2014 1:00PM to 3:00PM Classical Physics Section 1. Classical Mechanics Two hours are permitted for the completion of

More information

ENCOURAGING THE INTEGRATION OF COMPLEX NUMBERS IN UNDERGRADUATE ORDINARY DIFFERENTIAL EQUATIONS

ENCOURAGING THE INTEGRATION OF COMPLEX NUMBERS IN UNDERGRADUATE ORDINARY DIFFERENTIAL EQUATIONS Texas College Mathematics Journal Volume 6, Number 2, Pages 18 24 S applied for(xx)0000-0 Article electronically published on September 23, 2009 ENCOURAGING THE INTEGRATION OF COMPLEX NUMBERS IN UNDERGRADUATE

More information

Sound propagation in a lined duct with flow

Sound propagation in a lined duct with flow Sound propagation in a lined duct with flow Martien Oppeneer supervisors: Sjoerd Rienstra and Bob Mattheij CASA day Eindhoven, April 7, 2010 1 / 47 Outline 1 Introduction & Background 2 Modeling the problem

More information

2. Illustration of the Nikkei 225 option data

2. Illustration of the Nikkei 225 option data 1. Introduction 2. Illustration of the Nikkei 225 option data 2.1 A brief outline of the Nikkei 225 options market τ 2.2 Estimation of the theoretical price τ = + ε ε = = + ε + = + + + = + ε + ε + ε =

More information

α α λ α = = λ λ α ψ = = α α α λ λ ψ α = + β = > θ θ β > β β θ θ θ β θ β γ θ β = γ θ > β > γ θ β γ = θ β = θ β = θ β = β θ = β β θ = = = β β θ = + α α α α α = = λ λ λ λ λ λ λ = λ λ α α α α λ ψ + α =

More information

HETEROGENEOUS AGENTS AND AGGREGATE UNCERTAINTY. Daniel Harenberg daniel.harenberg@gmx.de. University of Mannheim. Econ 714, 28.11.

HETEROGENEOUS AGENTS AND AGGREGATE UNCERTAINTY. Daniel Harenberg daniel.harenberg@gmx.de. University of Mannheim. Econ 714, 28.11. COMPUTING EQUILIBRIUM WITH HETEROGENEOUS AGENTS AND AGGREGATE UNCERTAINTY (BASED ON KRUEGER AND KUBLER, 2004) Daniel Harenberg daniel.harenberg@gmx.de University of Mannheim Econ 714, 28.11.06 Daniel Harenberg

More information

Solving ODEs in Matlab. BP205 M.Tremont 1.30.2009

Solving ODEs in Matlab. BP205 M.Tremont 1.30.2009 Solving ODEs in Matlab BP205 M.Tremont 1.30.2009 - Outline - I. Defining an ODE function in an M-file II. III. IV. Solving first-order ODEs Solving systems of first-order ODEs Solving higher order ODEs

More information

ω h (t) = Ae t/τ. (3) + 1 = 0 τ =.

ω h (t) = Ae t/τ. (3) + 1 = 0 τ =. MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering 2.004 Dynamics and Control II Fall 2007 Lecture 2 Solving the Equation of Motion Goals for today Modeling of the 2.004 La s rotational

More information

Manufacturing Equipment Modeling

Manufacturing Equipment Modeling QUESTION 1 For a linear axis actuated by an electric motor complete the following: a. Derive a differential equation for the linear axis velocity assuming viscous friction acts on the DC motor shaft, leadscrew,

More information

Part II: Finite Difference/Volume Discretisation for CFD

Part II: Finite Difference/Volume Discretisation for CFD Part II: Finite Difference/Volume Discretisation for CFD Finite Volume Metod of te Advection-Diffusion Equation A Finite Difference/Volume Metod for te Incompressible Navier-Stokes Equations Marker-and-Cell

More information

F en = mω 0 2 x. We should regard this as a model of the response of an atom, rather than a classical model of the atom itself.

F en = mω 0 2 x. We should regard this as a model of the response of an atom, rather than a classical model of the atom itself. The Electron Oscillator/Lorentz Atom Consider a simple model of a classical atom, in which the electron is harmonically bound to the nucleus n x e F en = mω 0 2 x origin resonance frequency Note: We should

More information

Oscillations. Vern Lindberg. June 10, 2010

Oscillations. Vern Lindberg. June 10, 2010 Oscillations Vern Lindberg June 10, 2010 You have discussed oscillations in Vibs and Waves: we will therefore touch lightly on Chapter 3, mainly trying to refresh your memory and extend the concepts. 1

More information

1.5 / 1 -- Communication Networks II (Görg) -- www.comnets.uni-bremen.de. 1.5 Transforms

1.5 / 1 -- Communication Networks II (Görg) -- www.comnets.uni-bremen.de. 1.5 Transforms .5 / -- Communication Networks II (Görg) -- www.comnets.uni-bremen.de.5 Transforms Using different summation and integral transformations pmf, pdf and cdf/ccdf can be transformed in such a way, that even

More information

APPLIED MATHEMATICS ADVANCED LEVEL

APPLIED MATHEMATICS ADVANCED LEVEL APPLIED MATHEMATICS ADVANCED LEVEL INTRODUCTION This syllabus serves to examine candidates knowledge and skills in introductory mathematical and statistical methods, and their applications. For applications

More information

Macroeconomic Effects of Financial Shocks Online Appendix

Macroeconomic Effects of Financial Shocks Online Appendix Macroeconomic Effects of Financial Shocks Online Appendix By Urban Jermann and Vincenzo Quadrini Data sources Financial data is from the Flow of Funds Accounts of the Federal Reserve Board. We report the

More information

Part IB Paper 6: Information Engineering LINEAR SYSTEMS AND CONTROL Dr Glenn Vinnicombe HANDOUT 3. Stability and pole locations.

Part IB Paper 6: Information Engineering LINEAR SYSTEMS AND CONTROL Dr Glenn Vinnicombe HANDOUT 3. Stability and pole locations. Part IB Paper 6: Information Engineering LINEAR SYSTEMS AND CONTROL Dr Glenn Vinnicombe HANDOUT 3 Stability and pole locations asymptotically stable marginally stable unstable Imag(s) repeated poles +

More information

The continuous and discrete Fourier transforms

The continuous and discrete Fourier transforms FYSA21 Mathematical Tools in Science The continuous and discrete Fourier transforms Lennart Lindegren Lund Observatory (Department of Astronomy, Lund University) 1 The continuous Fourier transform 1.1

More information

University of Maryland Fraternity & Sorority Life Spring 2015 Academic Report

University of Maryland Fraternity & Sorority Life Spring 2015 Academic Report University of Maryland Fraternity & Sorority Life Academic Report Academic and Population Statistics Population: # of Students: # of New Members: Avg. Size: Avg. GPA: % of the Undergraduate Population

More information

Antenna A mean for radiating and receiving radio waves Transitional structure between free-space and a guiding device. Application: Radiation

Antenna A mean for radiating and receiving radio waves Transitional structure between free-space and a guiding device. Application: Radiation Antenna A mean for radiating and receiving radio waves Transitional structure between free-space and a guiding device Application: adiation Introduction An antenna is designed to radiate or receive electromagnetic

More information

Towards a Structuralist Interpretation of Saving, Investment and Current Account in Turkey

Towards a Structuralist Interpretation of Saving, Investment and Current Account in Turkey Towards a Structuralist Interpretation of Saving, Investment and Current Account in Turkey MURAT ÜNGÖR Central Bank of the Republic of Turkey http://www.muratungor.com/ April 2012 We live in the age of

More information

First, we show how to use known design specifications to determine filter order and 3dB cut-off

First, we show how to use known design specifications to determine filter order and 3dB cut-off Butterworth Low-Pass Filters In this article, we describe the commonly-used, n th -order Butterworth low-pass filter. First, we show how to use known design specifications to determine filter order and

More information

CITY UNIVERSITY LONDON. BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION

CITY UNIVERSITY LONDON. BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION No: CITY UNIVERSITY LONDON BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION ENGINEERING MATHEMATICS 2 (resit) EX2005 Date: August

More information

Solving Cubic Polynomials

Solving Cubic Polynomials Solving Cubic Polynomials 1.1 The general solution to the quadratic equation There are four steps to finding the zeroes of a quadratic polynomial. 1. First divide by the leading term, making the polynomial

More information

MAN-BITES-DOG BUSINESS CYCLES ONLINE APPENDIX

MAN-BITES-DOG BUSINESS CYCLES ONLINE APPENDIX MAN-BITES-DOG BUSINESS CYCLES ONLINE APPENDIX KRISTOFFER P. NIMARK The next section derives the equilibrium expressions for the beauty contest model from Section 3 of the main paper. This is followed by

More information

Positive Feedback and Oscillators

Positive Feedback and Oscillators Physics 3330 Experiment #6 Fall 1999 Positive Feedback and Oscillators Purpose In this experiment we will study how spontaneous oscillations may be caused by positive feedback. You will construct an active

More information

Topic 5: Stochastic Growth and Real Business Cycles

Topic 5: Stochastic Growth and Real Business Cycles Topic 5: Stochastic Growth and Real Business Cycles Yulei Luo SEF of HKU October 1, 2015 Luo, Y. (SEF of HKU) Macro Theory October 1, 2015 1 / 45 Lag Operators The lag operator (L) is de ned as Similar

More information

Introduction to Complex Numbers in Physics/Engineering

Introduction to Complex Numbers in Physics/Engineering Introduction to Complex Numbers in Physics/Engineering ference: Mary L. Boas, Mathematical Methods in the Physical Sciences Chapter 2 & 14 George Arfken, Mathematical Methods for Physicists Chapter 6 The

More information

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones

Final Year Project Progress Report. Frequency-Domain Adaptive Filtering. Myles Friel. Supervisor: Dr.Edward Jones Final Year Project Progress Report Frequency-Domain Adaptive Filtering Myles Friel 01510401 Supervisor: Dr.Edward Jones Abstract The Final Year Project is an important part of the final year of the Electronic

More information

The Notebook Series. The solution of cubic and quartic equations. R.S. Johnson. Professor of Applied Mathematics

The Notebook Series. The solution of cubic and quartic equations. R.S. Johnson. Professor of Applied Mathematics The Notebook Series The solution of cubic and quartic equations by R.S. Johnson Professor of Applied Mathematics School of Mathematics & Statistics University of Newcastle upon Tyne R.S.Johnson 006 CONTENTS

More information

L and C connected together. To be able: To analyse some basic circuits.

L and C connected together. To be able: To analyse some basic circuits. circuits: Sinusoidal Voltages and urrents Aims: To appreciate: Similarities between oscillation in circuit and mechanical pendulum. Role of energy loss mechanisms in damping. Why we study sinusoidal signals

More information

The Technical Archer. Austin Wargo

The Technical Archer. Austin Wargo The Technical Archer Austin Wargo May 14, 2010 Abstract A mathematical model of the interactions between a long bow and an arrow. The model uses the Euler-Lagrange formula, and is based off conservation

More information

Web-based Supplementary Materials for Bayesian Effect Estimation. Accounting for Adjustment Uncertainty by Chi Wang, Giovanni

Web-based Supplementary Materials for Bayesian Effect Estimation. Accounting for Adjustment Uncertainty by Chi Wang, Giovanni 1 Web-based Supplementary Materials for Bayesian Effect Estimation Accounting for Adjustment Uncertainty by Chi Wang, Giovanni Parmigiani, and Francesca Dominici In Web Appendix A, we provide detailed

More information

AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS

AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS Revised Edition James Epperson Mathematical Reviews BICENTENNIAL 0, 1 8 0 7 z ewiley wu 2007 r71 BICENTENNIAL WILEY-INTERSCIENCE A John Wiley & Sons, Inc.,

More information

EE 402 RECITATION #13 REPORT

EE 402 RECITATION #13 REPORT MIDDLE EAST TECHNICAL UNIVERSITY EE 402 RECITATION #13 REPORT LEAD-LAG COMPENSATOR DESIGN F. Kağan İPEK Utku KIRAN Ç. Berkan Şahin 5/16/2013 Contents INTRODUCTION... 3 MODELLING... 3 OBTAINING PTF of OPEN

More information

SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS

SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS This work covers elements of the syllabus for the Engineering Council exams C105 Mechanical and Structural Engineering

More information

Finite Difference Approach to Option Pricing

Finite Difference Approach to Option Pricing Finite Difference Approach to Option Pricing February 998 CS5 Lab Note. Ordinary differential equation An ordinary differential equation, or ODE, is an equation of the form du = fut ( (), t) (.) dt where

More information

Servo Motor Selection Flow Chart

Servo Motor Selection Flow Chart Servo otor Selection Flow Chart START Selection Has the machine Been Selected? YES NO Explanation References etermine the size, mass, coefficient of friction, and external forces of all the moving part

More information

Discrete mechanics, optimal control and formation flying spacecraft

Discrete mechanics, optimal control and formation flying spacecraft Discrete mechanics, optimal control and formation flying spacecraft Oliver Junge Center for Mathematics Munich University of Technology joint work with Jerrold E. Marsden and Sina Ober-Blöbaum partially

More information

Scalars, Vectors and Tensors

Scalars, Vectors and Tensors Scalars, Vectors and Tensors A scalar is a physical quantity that it represented by a dimensional number at a particular point in space and time. Examples are hydrostatic pressure and temperature. A vector

More information

Testing against a Change from Short to Long Memory

Testing against a Change from Short to Long Memory Testing against a Change from Short to Long Memory Uwe Hassler and Jan Scheithauer Goethe-University Frankfurt This version: January 2, 2008 Abstract This paper studies some well-known tests for the null

More information

Contrôle dynamique de méthodes d approximation

Contrôle dynamique de méthodes d approximation Contrôle dynamique de méthodes d approximation Fabienne Jézéquel Laboratoire d Informatique de Paris 6 ARINEWS, ENS Lyon, 7-8 mars 2005 F. Jézéquel Dynamical control of approximation methods 7-8 Mar. 2005

More information

Matter Waves. Home Work Solutions

Matter Waves. Home Work Solutions Chapter 5 Matter Waves. Home Work s 5.1 Problem 5.10 (In the text book) An electron has a de Broglie wavelength equal to the diameter of the hydrogen atom. What is the kinetic energy of the electron? How

More information

Interactive simulation of an ash cloud of the volcano Grímsvötn

Interactive simulation of an ash cloud of the volcano Grímsvötn Interactive simulation of an ash cloud of the volcano Grímsvötn 1 MATHEMATICAL BACKGROUND Simulating flows in the atmosphere, being part of CFD, is on of the research areas considered in the working group

More information

Available online at www.sciencedirect.com Available online at www.sciencedirect.com

Available online at www.sciencedirect.com Available online at www.sciencedirect.com Available online at www.sciencedirect.com Available online at www.sciencedirect.com Procedia Procedia Engineering Engineering () 9 () 6 Procedia Engineering www.elsevier.com/locate/procedia International

More information

Finite Differences Schemes for Pricing of European and American Options

Finite Differences Schemes for Pricing of European and American Options Finite Differences Schemes for Pricing of European and American Options Margarida Mirador Fernandes IST Technical University of Lisbon Lisbon, Portugal November 009 Abstract Starting with the Black-Scholes

More information

A Study on the Comparison of Electricity Forecasting Models: Korea and China

A Study on the Comparison of Electricity Forecasting Models: Korea and China Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison

More information

Testing against a Change from Short to Long Memory

Testing against a Change from Short to Long Memory Testing against a Change from Short to Long Memory Uwe Hassler and Jan Scheithauer Goethe-University Frankfurt This version: December 9, 2007 Abstract This paper studies some well-known tests for the null

More information

Numerical Solution of Delay Differential Equations

Numerical Solution of Delay Differential Equations Numerical Solution of Delay Differential Equations L.F. Shampine 1 and S. Thompson 2 1 Mathematics Department, Southern Methodist University, Dallas, TX 75275 shampine@smu.edu 2 Dept. of Mathematics &

More information

SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY

SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, 24 Paper No. 296 SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY ASHOK KUMAR SUMMARY One of the important

More information

S. Boyd EE102. Lecture 1 Signals. notation and meaning. common signals. size of a signal. qualitative properties of signals.

S. Boyd EE102. Lecture 1 Signals. notation and meaning. common signals. size of a signal. qualitative properties of signals. S. Boyd EE102 Lecture 1 Signals notation and meaning common signals size of a signal qualitative properties of signals impulsive signals 1 1 Signals a signal is a function of time, e.g., f is the force

More information

Understanding Poles and Zeros

Understanding Poles and Zeros MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING 2.14 Analysis and Design of Feedback Control Systems Understanding Poles and Zeros 1 System Poles and Zeros The transfer function

More information

Methods for Vibration Analysis

Methods for Vibration Analysis . 17 Methods for Vibration Analysis 17 1 Chapter 17: METHODS FOR VIBRATION ANALYSIS 17 2 17.1 PROBLEM CLASSIFICATION According to S. H. Krandall (1956), engineering problems can be classified into three

More information

Lecture 14 More on Real Business Cycles. Noah Williams

Lecture 14 More on Real Business Cycles. Noah Williams Lecture 14 More on Real Business Cycles Noah Williams University of Wisconsin - Madison Economics 312 Optimality Conditions Euler equation under uncertainty: u C (C t, 1 N t) = βe t [u C (C t+1, 1 N t+1)

More information

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines EECS 556 Image Processing W 09 Interpolation Interpolation techniques B splines What is image processing? Image processing is the application of 2D signal processing methods to images Image representation

More information

CS 294-73 Software Engineering for Scientific Computing. http://www.cs.berkeley.edu/~colella/cs294fall2013. Lecture 16: Particle Methods; Homework #4

CS 294-73 Software Engineering for Scientific Computing. http://www.cs.berkeley.edu/~colella/cs294fall2013. Lecture 16: Particle Methods; Homework #4 CS 294-73 Software Engineering for Scientific Computing http://www.cs.berkeley.edu/~colella/cs294fall2013 Lecture 16: Particle Methods; Homework #4 Discretizing Time-Dependent Problems From here on in,

More information

MATH 4552 Cubic equations and Cardano s formulae

MATH 4552 Cubic equations and Cardano s formulae MATH 455 Cubic equations and Cardano s formulae Consider a cubic equation with the unknown z and fixed complex coefficients a, b, c, d (where a 0): (1) az 3 + bz + cz + d = 0. To solve (1), it is convenient

More information

Introduction. Theory. The one degree of freedom, second order system is shown in Figure 2. The relationship between an input position

Introduction. Theory. The one degree of freedom, second order system is shown in Figure 2. The relationship between an input position Modeling a One and Two-Degree of Freedom Spring-Cart System Joseph D. Legris, Benjamin D. McPheron School of Engineering, Computing & Construction Management Roger Williams University One of the most commonly

More information

The Virtual Spring Mass System

The Virtual Spring Mass System The Virtual Spring Mass Syste J. S. Freudenberg EECS 6 Ebedded Control Systes Huan Coputer Interaction A force feedbac syste, such as the haptic heel used in the EECS 6 lab, is capable of exhibiting a

More information

Nonlinear Algebraic Equations. Lectures INF2320 p. 1/88

Nonlinear Algebraic Equations. Lectures INF2320 p. 1/88 Nonlinear Algebraic Equations Lectures INF2320 p. 1/88 Lectures INF2320 p. 2/88 Nonlinear algebraic equations When solving the system u (t) = g(u), u(0) = u 0, (1) with an implicit Euler scheme we have

More information

1 Prior Probability and Posterior Probability

1 Prior Probability and Posterior Probability Math 541: Statistical Theory II Bayesian Approach to Parameter Estimation Lecturer: Songfeng Zheng 1 Prior Probability and Posterior Probability Consider now a problem of statistical inference in which

More information

Analysis of Multi-Spacecraft Magnetic Field Data

Analysis of Multi-Spacecraft Magnetic Field Data COSPAR Capacity Building Beijing, 5 May 2004 Joachim Vogt Analysis of Multi-Spacecraft Magnetic Field Data 1 Introduction, single-spacecraft vs. multi-spacecraft 2 Single-spacecraft data, minimum variance

More information

11 Navier-Stokes equations and turbulence

11 Navier-Stokes equations and turbulence 11 Navier-Stokes equations and turbulence So far, we have considered ideal gas dynamics governed by the Euler equations, where internal friction in the gas is assumed to be absent. Real fluids have internal

More information

Chosen problems and their final solutions of Chap. 2 (Waldron)- Par 1

Chosen problems and their final solutions of Chap. 2 (Waldron)- Par 1 Chosen problems and their final solutions of Chap. 2 (Waldron)- Par 1 1. In the mechanism shown below, link 2 is rotating CCW at the rate of 2 rad/s (constant). In the position shown, link 2 is horizontal

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

Pricing Options with Discrete Dividends by High Order Finite Differences and Grid Stretching

Pricing Options with Discrete Dividends by High Order Finite Differences and Grid Stretching Pricing Options with Discrete Dividends by High Order Finite Differences and Grid Stretching Kees Oosterlee Numerical analysis group, Delft University of Technology Joint work with Coen Leentvaar, Ariel

More information

Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering

Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering Two Topics in Parametric Integration Applied to Stochastic Simulation in Industrial Engineering Department of Industrial Engineering and Management Sciences Northwestern University September 15th, 2014

More information

Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2)

Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2) Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2) In this lecture How does turbulence affect the ensemble-mean equations of fluid motion/transport? Force balance in a quasi-steady turbulent boundary

More information

Mechanical Vibrations Overview of Experimental Modal Analysis Peter Avitabile Mechanical Engineering Department University of Massachusetts Lowell

Mechanical Vibrations Overview of Experimental Modal Analysis Peter Avitabile Mechanical Engineering Department University of Massachusetts Lowell Mechanical Vibrations Overview of Experimental Modal Analysis Peter Avitabile Mechanical Engineering Department University of Massachusetts Lowell.457 Mechanical Vibrations - Experimental Modal Analysis

More information

Nonlinear Algebraic Equations Example

Nonlinear Algebraic Equations Example Nonlinear Algebraic Equations Example Continuous Stirred Tank Reactor (CSTR). Look for steady state concentrations & temperature. s r (in) p,i (in) i In: N spieces with concentrations c, heat capacities

More information

Notes for AA214, Chapter 7. T. H. Pulliam Stanford University

Notes for AA214, Chapter 7. T. H. Pulliam Stanford University Notes for AA214, Chapter 7 T. H. Pulliam Stanford University 1 Stability of Linear Systems Stability will be defined in terms of ODE s and O E s ODE: Couples System O E : Matrix form from applying Eq.

More information

ASEN 3112 - Structures. MDOF Dynamic Systems. ASEN 3112 Lecture 1 Slide 1

ASEN 3112 - Structures. MDOF Dynamic Systems. ASEN 3112 Lecture 1 Slide 1 19 MDOF Dynamic Systems ASEN 3112 Lecture 1 Slide 1 A Two-DOF Mass-Spring-Dashpot Dynamic System Consider the lumped-parameter, mass-spring-dashpot dynamic system shown in the Figure. It has two point

More information

Section 5.0 : Horn Physics. By Martin J. King, 6/29/08 Copyright 2008 by Martin J. King. All Rights Reserved.

Section 5.0 : Horn Physics. By Martin J. King, 6/29/08 Copyright 2008 by Martin J. King. All Rights Reserved. Section 5. : Horn Physics Section 5. : Horn Physics By Martin J. King, 6/29/8 Copyright 28 by Martin J. King. All Rights Reserved. Before discussing the design of a horn loaded loudspeaker system, it is

More information

Hybrid Data and Decision Fusion Techniques for Model-Based Data Gathering in Wireless Sensor Networks

Hybrid Data and Decision Fusion Techniques for Model-Based Data Gathering in Wireless Sensor Networks Hybrid Data and Decision Fusion Techniques for Model-Based Data Gathering in Wireless Sensor Networks Lorenzo A. Rossi, Bhaskar Krishnamachari and C.-C. Jay Kuo Department of Electrical Engineering, University

More information

Second Order Systems

Second Order Systems Second Order Systems Second Order Equations Standard Form G () s = τ s K + ζτs + 1 K = Gain τ = Natural Period of Oscillation ζ = Damping Factor (zeta) Note: this has to be 1.0!!! Corresponding Differential

More information

The Evaluation of Barrier Option Prices Under Stochastic Volatility. BFS 2010 Hilton, Toronto June 24, 2010

The Evaluation of Barrier Option Prices Under Stochastic Volatility. BFS 2010 Hilton, Toronto June 24, 2010 The Evaluation of Barrier Option Prices Under Stochastic Volatility Carl Chiarella, Boda Kang and Gunter H. Meyer School of Finance and Economics University of Technology, Sydney School of Mathematics

More information

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004

Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 FSI-02-TN59-R2 Multi-Block Gridding Technique for FLOW-3D Flow Science, Inc. July 2004 1. Introduction A major new extension of the capabilities of FLOW-3D -- the multi-block grid model -- has been incorporated

More information

3. Regression & Exponential Smoothing

3. Regression & Exponential Smoothing 3. Regression & Exponential Smoothing 3.1 Forecasting a Single Time Series Two main approaches are traditionally used to model a single time series z 1, z 2,..., z n 1. Models the observation z t as a

More information

Cash-in-Advance Model

Cash-in-Advance Model Cash-in-Advance Model Prof. Lutz Hendricks Econ720 September 21, 2015 1 / 33 Cash-in-advance Models We study a second model of money. Models where money is a bubble (such as the OLG model we studied) have

More information

Valuing double barrier options with time-dependent parameters by Fourier series expansion

Valuing double barrier options with time-dependent parameters by Fourier series expansion IAENG International Journal of Applied Mathematics, 36:1, IJAM_36_1_1 Valuing double barrier options with time-dependent parameters by Fourier series ansion C.F. Lo Institute of Theoretical Physics and

More information

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS BORIS HASSELBLATT CONTENTS. Introduction. Why complex numbers were introduced 3. Complex numbers, Euler s formula 3 4. Homogeneous differential equations 8 5.

More information

Frequency Response of FIR Filters

Frequency Response of FIR Filters Frequency Response of FIR Filters Chapter 6 This chapter continues the study of FIR filters from Chapter 5, but the emphasis is frequency response, which relates to how the filter responds to an input

More information

ABSTRACT FOR THE 1ST INTERNATIONAL WORKSHOP ON HIGH ORDER CFD METHODS

ABSTRACT FOR THE 1ST INTERNATIONAL WORKSHOP ON HIGH ORDER CFD METHODS 1 ABSTRACT FOR THE 1ST INTERNATIONAL WORKSHOP ON HIGH ORDER CFD METHODS Sreenivas Varadan a, Kentaro Hara b, Eric Johnsen a, Bram Van Leer b a. Department of Mechanical Engineering, University of Michigan,

More information

Math 2400 - Numerical Analysis Homework #2 Solutions

Math 2400 - Numerical Analysis Homework #2 Solutions Math 24 - Numerical Analysis Homework #2 Solutions 1. Implement a bisection root finding method. Your program should accept two points, a tolerance limit and a function for input. It should then output

More information

Physics 1A Lecture 10C

Physics 1A Lecture 10C Physics 1A Lecture 10C "If you neglect to recharge a battery, it dies. And if you run full speed ahead without stopping for water, you lose momentum to finish the race. --Oprah Winfrey Static Equilibrium

More information

Chapter 9 Partial Differential Equations

Chapter 9 Partial Differential Equations 363 One must learn by doing the thing; though you think you know it, you have no certainty until you try. Sophocles (495-406)BCE Chapter 9 Partial Differential Equations A linear second order partial differential

More information

Numerical PDE methods for exotic options

Numerical PDE methods for exotic options Lecture 8 Numerical PDE methods for exotic options Lecture Notes by Andrzej Palczewski Computational Finance p. 1 Barrier options For barrier option part of the option contract is triggered if the asset

More information

Math 2280 - Assignment 6

Math 2280 - Assignment 6 Math 2280 - Assignment 6 Dylan Zwick Spring 2014 Section 3.8-1, 3, 5, 8, 13 Section 4.1-1, 2, 13, 15, 22 Section 4.2-1, 10, 19, 28 1 Section 3.8 - Endpoint Problems and Eigenvalues 3.8.1 For the eigenvalue

More information

11. Rotation Translational Motion: Rotational Motion:

11. Rotation Translational Motion: Rotational Motion: 11. Rotation Translational Motion: Motion of the center of mass of an object from one position to another. All the motion discussed so far belongs to this category, except uniform circular motion. Rotational

More information

8.1 Examples, definitions, and basic properties

8.1 Examples, definitions, and basic properties 8 De Rham cohomology Last updated: May 21, 211. 8.1 Examples, definitions, and basic properties A k-form ω Ω k (M) is closed if dω =. It is exact if there is a (k 1)-form σ Ω k 1 (M) such that dσ = ω.

More information

StateFlow Hands On Tutorial

StateFlow Hands On Tutorial StateFlow Hands On Tutorial HS/PDEEC 2010 03 04 José Pinto zepinto@fe.up.pt Session Outline Simulink and Stateflow Numerical Simulation of ODEs Initial Value Problem (Hands on) ODEs with resets (Hands

More information

MECH 450F/580 COURSE OUTLINE INTRODUCTION TO OCEAN ENGINEERING

MECH 450F/580 COURSE OUTLINE INTRODUCTION TO OCEAN ENGINEERING Department of Mechanical Engineering MECH 450F/580 COURSE OUTLINE INTRODUCTION TO OCEAN ENGINEERING Spring 2014 Course Web Site See the MECH 450F Moodle site on the UVic Moodle system. Course Numbers:

More information

Chapter 2. Mission Analysis. 2.1 Mission Geometry

Chapter 2. Mission Analysis. 2.1 Mission Geometry Chapter 2 Mission Analysis As noted in Chapter 1, orbital and attitude dynamics must be considered as coupled. That is to say, the orbital motion of a spacecraft affects the attitude motion, and the attitude

More information

Interferometric Measurement of Dispersion in Optical Components

Interferometric Measurement of Dispersion in Optical Components Interferometric Measurement of Dispersion in Optical Components Mark Froggatt, Eric Moore, and Matthew Wolfe Luna Technologies, Incorporated, 293-A Commerce Street, Blacksburg, Virginia 246 froggattm@lunatechnologies.com.

More information

ASCII CODES WITH GREEK CHARACTERS

ASCII CODES WITH GREEK CHARACTERS ASCII CODES WITH GREEK CHARACTERS Dec Hex Char Description 0 0 NUL (Null) 1 1 SOH (Start of Header) 2 2 STX (Start of Text) 3 3 ETX (End of Text) 4 4 EOT (End of Transmission) 5 5 ENQ (Enquiry) 6 6 ACK

More information

3.2 Sources, Sinks, Saddles, and Spirals

3.2 Sources, Sinks, Saddles, and Spirals 3.2. Sources, Sinks, Saddles, and Spirals 6 3.2 Sources, Sinks, Saddles, and Spirals The pictures in this section show solutions to Ay 00 C By 0 C Cy D 0. These are linear equations with constant coefficients

More information