Unit 2: Modeling in the Frequency Domain Part 2: The Laplace Transform

Size: px
Start display at page:

Download "Unit 2: Modeling in the Frequency Domain Part 2: The Laplace Transform"

Transcription

1 The Laplace Transform Unit 2: Modeling in the Frequency Domain Part 2: The Laplace Transform Engineering 5821: Control Systems I Faculty of Engineering & Applied Science Memorial University of Newfoundland January 15, 2010 ENGI 5821 Unit 2, Part 2: The Laplace Transform

2 The Laplace Transform 1 The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion ENGI 5821 Unit 2, Part 2: The Laplace Transform

3 The need for Laplace The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion In the previous section we saw that the responses to a series RL circuit (which could be any other linear system) was composed of constants, decaying exponentials, and sinusoids. The complex frequency representation can handle all of these by utilizing the following representation with different values for s: x(t) = R{Xe st } However, if the input is not of this form it is more difficult to solve for the system s response. The Laplace transform allows almost any realistic input to be described as an infinite sum of complex exponentials. The output will also be of this form, and it becomes much easier to describe how the system converts from input to output. ENGI 5821 Unit 2, Part 2: The Laplace Transform

4 The Laplace Transform The Laplace Transform is defined as, L{f (t)} = F (s) = 0 f (t)e st dt where f (t) is the time-domain signal that we wish to describe in terms of an infinite sum of complex exponentials. In other words, we want to transform f (t) into the frequency-domain. The LT exists if the integral converges. The lower-limit is 0 means that if there is a discontinuity at 0, we start before the discontinuity. This allows impulse functions to be included. Notice that we are only integrating for positive time (including 0). We will be assuming that our time-domain functions are 0 for negative time.

5 The Inverse Laplace Transform The Inverse Laplace Transform is defined as, L 1 {F (s)} = 1 2πj σ+j σ j F (s)e st ds = f (t)u(t) The ILT can be viewed as reconstructing the original time-domain signal f (t) from an infinite sum of complex exponentials. Notice the use of u(t) (the unit step function). If f (t) ever had a negative-time part, it would not have been captured by the LT. Therefore, the ILT can t bring it back. Also notice the limits of integration. The constant σ must be chosen so that the path of integration stays clear of any singular points of F (s).

6 Example e.g. Find the LT of f (t) = Ae at u(t). The function does not contain an impulse, so integration can begin at 0. F (s) = = = A f (t)e st dt Ae at e st dt e (s+a)t dt = A s + a e (s+a)t A = s + a t=0

7 Visualizing the LT The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion What does the frequency-domain signal F (s) look like for a time-domain signal f (t)? e.g. f (t) = u(t)e 2t The result on the previous slide tells us that F (s) = 1 s+2. For every point s = σ + jω on the complex plane we get a complex number F (s). We will visualize these complex numbers in two ways... ENGI 5821 Unit 2, Part 2: The Laplace Transform

8 1 s+2 : Real and Imaginary Components

9 1 s+2 : Magnitude and Phase It is clear that F (s) near s = 2. This is a pole of this function.

10 The Laplace Transform Pair Table We don t often utilize the Laplace integral directly. The transforms for a number of important functions appear below: (Typo in book for item 4.) f (t) F (s) 1. δ(t) u(t) s 1 3. tu(t) s 2 4. t n n! u(t) s n+1 5. e at 1 u(t) s+a ω 6. (sin ωt)u(t) s 2 +ω 2 s 7. (cos ωt)u(t) s 2 +ω 2

11 s s 2 +9 : Magnitude and Phase e.g. f (t) = u(t) cos 3t According to the table F (s) = s s There are now two poles, corresponding to the roots of the denominator.

12 The Laplace Transform Laplace Transform Theorems (Part 1) The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion Theorem Name 1. L{f (t)} = F (s) = 0 f (t)e st dt Definition 2. L{kf (t)} = kf (s) Linearity theorem 3. L{f 1 (t) + f 2 (t)} = F 1 (s) + F 2 (s) Linearity theorem 4. L{e at f (t)} = F (s + a) Frequency shift theorem 5. L{f (t T )} = e st F (s) Time shift theorem 6. L{f (at)} = 1 a F ( s a ) Scaling theorem ENGI 5821 Unit 2, Part 2: The Laplace Transform

13 Example The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion e.g. Find the inverse Laplace transform of F (s) = 1 (s+3) 2. This F (s) does not appear directly in the LT table. However, we see that it is a shifted version of 1 which corresponds to tu(t) s 2 (the ramp function). The frequency shift theorem is, L{e at f (t)} = F (s + a) Therefore, we can conclude that f (t)u(t) = e 3t tu(t). Note: Unless otherwise specified, we will assume that the inputs to the systems we are studying do not begin until t = 0. Hence, we will leave off u(t) from our time-domain responses. Therefore, for the example above the answer is f (t) = e 3t t. ENGI 5821 Unit 2, Part 2: The Laplace Transform

14 The Laplace Transform Laplace Transform Theorems (Part 2) The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion Theorem Name 7. L{ df dt } = sf (s) f (0 ) Differentiation 8. L{ d2 f } = s 2 F (s) sf (0 ) f (0 ) Differentiation dt 2 9. L{ dn f dt } = s n F (s) n n k=1 sn k f (k 1) (0 ) Differentiation 10. L{ t F (s) 0 f (τ)dτ} = s Integration theorem 11. f ( ) = lim s 0 sf (s) Final value theorem 12. f (0+) = lim s sf (s) Initial value theorem See the textbook for special conditions on theorems 11 and 12. (Typos in book for items 8 and 10.) ENGI 5821 Unit 2, Part 2: The Laplace Transform

15 Example The Laplace Transform The need for Laplace The Laplace Transform The Inverse Laplace Transform The Laplace Transform Pair Table Laplace Transform Theorems (Part 1) Laplace Transform Theorems (Part 2) Partial-Fraction Expansion e.g. What is the inverse Laplace transform of s? Assume initial conditions are zero. Use the first differentiation theorem (theorem 7): L{ df } = sf (s) f (0 ) dt with F (s) = 1. The ILT of 1 is δ(t). Therefore, f (t) = dδ(t) dt ENGI 5821 Unit 2, Part 2: The Laplace Transform

16 Partial-Fraction Expansion If F (s) is complicated it can be difficult to find the ILT. We will often see rational functions which have the form, F (s) = N(s) D(s) Where N(s) and D(s) are polynomials. If the order of N(s) is less than the order of D(s) then we can apply a partial-fraction expansion. Consider the following function, F (s) = s3 + 3s 2 + 2s 5 s 2 + 3s + 2 If we want a lower-order numerator we can actually carry out polynomial division until the remainder has this property, or we can find other ways to simplify. For the example above we can factor out s from the first three terms of the numerator and get, F (s) = s 5 s 2 + 3s + 2

17 5 F (s) = s s 2 + 3s + 2 We can further factor the quadratic term, F (s) = s 5 (s + 1)(s + 2) Functions like the second term can be expanded as follows, 5 (s + 1)(s + 2) = K 1 s K 2 s + 2 In general, there are three cases for partial fraction expansion. We will use the current example to illustrate case 1...

18 Case 1: Real and Distinct Roots 5 (s + 1)(s + 2) = K 1 s K 2 s + 2 We must solve for K 1 and K 2. Multiply the equation by (s + 1), 5 s + 2 = K 1 + K 2(s + 1) s + 2 This should be valid for all s. Let s approach -1 to eliminate everything else on the R.H.S.. We get K 1 = 5. Apply the same strategy to obtain K 2 = 5. Returning to our full F (s) we have, F (s) = s 5 s s + 2 We can now apply known Laplace transforms and theorems, f (t) = dδ(t) dt 5e t + 5e 2t

19 Case 2: Real and Repeated Roots e.g. F (s) = This can be expanded as follows, 2 (s + 1)(s + 2) 2 2 (s + 1)(s + 2) 2 = K 1 s K 2 (s + 2) 2 + K 3 s + 2 We can solve for K 1 = 2 using the previously described method. To find K 2 we multiply by (s + 2) 2 to isolate K 2, 2 2(s + 2)2 = + K 2 + (s + 2)K 3 s + 1 s + 1 Letting s = 2 we get K 2 = 2. To find K 3 we differentiate the equation above...

20 Differentiating w.r.t. s, 2 2(s + 2)2 = (s + 2)K 3 s + 1 s s(s + 2) = (s + 1) 2 (s + 1) 2 + K 3 Letting s = 2 we find K 3 = 2. Thus, the whole expansion is, 2 (s + 1)(s + 2) 2 = 2 s (s + 2) 2 2 s + 2

21 Case 3: Complex Roots Same procedure as for case 1, except we have to deal with complex roots. (Book presents another alternative). e.g. F (s) = = 3 s(s 2 + 2s + 5) 3 s(s j2)(s + 1 j2) = K 1 s + K 2 s j2 + K 3 s + 1 j2 Using the same procedure as before we get K 1 = 3 5. Likewise we can solve for K 2 and K 3 only now we get complex numbers, (workings not shown) K 2 = 3 20 (2 + j), K 3 = 3 20 (2 j).

22 ( F (s) = 3 5s j s j + ) 2 j s + 1 2j Applying the ILT we obtain, ) f (t) = (( j)e ( 1 2j)t + (2 j)e ( 1+2j)t 20 Assuming that f (t) should be purely real, we can utilize Euler s formula to capture the complex numbers. Finally we arrive at, f (t) = e t ( cos 2t sin 2t )

Laplace Transforms. Euler s Formula = cos θ + j sin θ e = cos θ - j sin θ

Laplace Transforms. Euler s Formula = cos θ + j sin θ e = cos θ - j sin θ Laplace Transforms ENGI 252 e jθ Euler s Formula = cos θ + j sin θ -jθ e = cos θ - j sin θ Euler s Formula jθ -jθ ( e + e ) jθ -jθ ( ) < a > < b > Now add < a > and < b > and solve for cos θ 1 cos θ =

More information

Response of LTI Systems (Transfer Functions, Partial Fraction Expansion, and Convolution), LTI System Characteristics (Stability and Invertibility)

Response of LTI Systems (Transfer Functions, Partial Fraction Expansion, and Convolution), LTI System Characteristics (Stability and Invertibility) Response of LTI Systems (Transfer Functions, Partial Fraction Expansion, and Convolution), LTI System Characteristics (Stability and Invertibility) where h(t) is an impulse response, is called the system

More information

Formalization of Laplace Transform using the Multivariable Calculus Theory of HOL-Light

Formalization of Laplace Transform using the Multivariable Calculus Theory of HOL-Light Formalization of Laplace Transform using the Multivariable Calculus Theory of HOL-Light Hira Taqdees and Osman Hasan System Analysis & Verification (SAVe) Lab, National University of Sciences and Technology

More information

1.1 Forms for fractions px + q An expression of the form (x + r) (x + s) quadratic expression which factorises) may be written as

1.1 Forms for fractions px + q An expression of the form (x + r) (x + s) quadratic expression which factorises) may be written as 1 Partial Fractions x 2 + 1 ny rational expression e.g. x (x 2 1) or x 4 x may be written () (x 3) as a sum of simpler fractions. This has uses in many areas e.g. integration or Laplace Transforms. The

More information

Topic #1: Evaluating and Simplifying Algebraic Expressions

Topic #1: Evaluating and Simplifying Algebraic Expressions John Jay College of Criminal Justice The City University of New York Department of Mathematics and Computer Science MAT 105 - College Algebra Departmental Final Examination Review Topic #1: Evaluating

More information

Partial Fractions. A rational function is a fraction in which both the numerator and denominator are polynomials. For example, f ( x) = 4, g( x) =

Partial Fractions. A rational function is a fraction in which both the numerator and denominator are polynomials. For example, f ( x) = 4, g( x) = Partial Fractions A rational function is a fraction in which both the numerator and denominator are polynomials. For example, f ( x) = 4, g( x) = 3 x 2 x + 5, and h( x) = x + 26 x 2 are rational functions.

More information

Chapter 4 Partial Fractions

Chapter 4 Partial Fractions Chapter 4 8 Partial Fraction Chapter 4 Partial Fractions 4. Introduction: A fraction is a symbol indicating the division of integers. For example,, are fractions and are called Common 9 Fraction. The dividend

More information

Question 3: How do you find the relative extrema of a function?

Question 3: How do you find the relative extrema of a function? Question 3: How do you find the relative extrema of a function? The strategy for tracking the sign of the derivative is useful for more than determining where a function is increasing or decreasing. It

More information

Decomposing Rational Expressions Into Partial Fractions

Decomposing Rational Expressions Into Partial Fractions Decomposing Rational Expressions Into Partial Fractions Say we are ked to add x to 4. The first step would be to write the two fractions in equivalent forms with the same denominators. Thus we write: x

More information

MAC Learning Objectives. Learning Objectives (Cont.)

MAC Learning Objectives. Learning Objectives (Cont.) MAC 1140 Module 12 Introduction to Sequences, Counting, The Binomial Theorem, and Mathematical Induction Learning Objectives Upon completing this module, you should be able to 1. represent sequences. 2.

More information

Foundational Preliminaries: Answers to Within-Chapter-Exercises

Foundational Preliminaries: Answers to Within-Chapter-Exercises C H A P T E R 0 Foundational Preliminaries: Answers to Within-Chapter-Exercises 0A Answers for Section A: Graphical Preliminaries Exercise 0A.1 Consider the set [0,1) which includes the point 0, all the

More information

2.6.3 Interest Rate 68 ESTOLA: PRINCIPLES OF QUANTITATIVE MICROECONOMICS

2.6.3 Interest Rate 68 ESTOLA: PRINCIPLES OF QUANTITATIVE MICROECONOMICS 68 ESTOLA: PRINCIPLES OF QUANTITATIVE MICROECONOMICS where price inflation p t/pt is subtracted from the growth rate of the value flow of production This is a general method for estimating the growth rate

More information

Integrating rational functions (Sect. 8.4)

Integrating rational functions (Sect. 8.4) Integrating rational functions (Sect. 8.4) Integrating rational functions, p m(x) q n (x). Polynomial division: p m(x) The method of partial fractions. p (x) (x r )(x r 2 ) p (n )(x). (Repeated roots).

More information

LECTURE 2: MULTIPERIOD MODELS AND TREES

LECTURE 2: MULTIPERIOD MODELS AND TREES LECTURE 2: MULTIPERIOD MODELS AND TREES 1. Introduction One-period models, which were the subject of Lecture 1, are of limited usefulness in the pricing and hedging of derivative securities. In real-world

More information

Study Guide and Review - Chapter 2

Study Guide and Review - Chapter 2 Divide using long division. 31. (x 3 + 8x 2 5) (x 2) So, (x 3 + 8x 2 5) (x 2) = x 2 + 10x + 20 +. 33. (2x 5 + 5x 4 5x 3 + x 2 18x + 10) (2x 1) So, (2x 5 + 5x 4 5x 3 + x 2 18x + 10) (2x 1) = x 4 + 3x 3

More information

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives Advanced Topics in Derivative Pricing Models Topic 4 - Variance products and volatility derivatives 4.1 Volatility trading and replication of variance swaps 4.2 Volatility swaps 4.3 Pricing of discrete

More information

Black-Scholes Option Pricing

Black-Scholes Option Pricing Black-Scholes Option Pricing The pricing kernel furnishes an alternate derivation of the Black-Scholes formula for the price of a call option. Arbitrage is again the foundation for the theory. 1 Risk-Free

More information

Systems of Ordinary Differential Equations. Lectures INF2320 p. 1/48

Systems of Ordinary Differential Equations. Lectures INF2320 p. 1/48 Systems of Ordinary Differential Equations Lectures INF2320 p. 1/48 Lectures INF2320 p. 2/48 ystems of ordinary differential equations Last two lectures we have studied models of the form y (t) = F(y),

More information

25 Increasing and Decreasing Functions

25 Increasing and Decreasing Functions - 25 Increasing and Decreasing Functions It is useful in mathematics to define whether a function is increasing or decreasing. In this section we will use the differential of a function to determine this

More information

AD in Monte Carlo for finance

AD in Monte Carlo for finance AD in Monte Carlo for finance Mike Giles giles@comlab.ox.ac.uk Oxford University Computing Laboratory AD & Monte Carlo p. 1/30 Overview overview of computational finance stochastic o.d.e. s Monte Carlo

More information

Skills Practice Skills Practice for Lesson 10.1

Skills Practice Skills Practice for Lesson 10.1 Skills Practice Skills Practice for Lesson 10.1 Name Date Water Balloons Polynomials and Polynomial Functions Vocabulary Match each key term to its corresponding definition. 1. A polynomial written with

More information

UNIT 5 QUADRATIC FUNCTIONS Lesson 2: Creating and Solving Quadratic Equations in One Variable Instruction

UNIT 5 QUADRATIC FUNCTIONS Lesson 2: Creating and Solving Quadratic Equations in One Variable Instruction Prerequisite Skills This lesson requires the use of the following skills: multiplying polynomials working with complex numbers Introduction 2 b 2 A trinomial of the form x + bx + that can be written as

More information

Ch.3 Growth and Accumulation. Production function and constant return to scale

Ch.3 Growth and Accumulation. Production function and constant return to scale 1 Econ 302 Intermediate Macroeconomics Chul-Woo Kwon Ch.3 Growth and Accumulation I. Introduction A. Growth accounting and source of economic growth B. The neoclassical growth model: the Simple Solow growth

More information

202: Dynamic Macroeconomics

202: Dynamic Macroeconomics 202: Dynamic Macroeconomics Solow Model Mausumi Das Delhi School of Economics January 14-15, 2015 Das (Delhi School of Economics) Dynamic Macro January 14-15, 2015 1 / 28 Economic Growth In this course

More information

1 The continuous time limit

1 The continuous time limit Derivative Securities, Courant Institute, Fall 2008 http://www.math.nyu.edu/faculty/goodman/teaching/derivsec08/index.html Jonathan Goodman and Keith Lewis Supplementary notes and comments, Section 3 1

More information

Mathematics (Project Maths Phase 2)

Mathematics (Project Maths Phase 2) L.17 NAME SCHOOL TEACHER Pre-Leaving Certificate Examination, 2013 Mathematics (Project Maths Phase 2) Paper 1 Higher Level Time: 2 hours, 30 minutes 300 marks For examiner Question 1 Centre stamp 2 3

More information

Method of Characteristics

Method of Characteristics The Ryan C. Trinity University Partial Differential Equations January 22, 2015 Linear and Quasi-Linear (first order) PDEs A PDE of the form A(x,y) u x +B(x,y) u y +C 1(x,y)u = C 0 (x,y) is called a (first

More information

Macroeconomics I, UPF Professor Antonio Ciccone SOLUTIONS PROBLEM SET 1

Macroeconomics I, UPF Professor Antonio Ciccone SOLUTIONS PROBLEM SET 1 Macroeconomics I, UPF Professor Antonio Ciccone SOLUTIONS PROBLEM SET 1 1.1 (from Romer Advanced Macroeconomics Chapter 1) Basic properties of growth rates which will be used over and over again. Use the

More information

1 Answers to the Sept 08 macro prelim - Long Questions

1 Answers to the Sept 08 macro prelim - Long Questions Answers to the Sept 08 macro prelim - Long Questions. Suppose that a representative consumer receives an endowment of a non-storable consumption good. The endowment evolves exogenously according to ln

More information

Algebra I EOC 10-Day STAAR Review. Hedgehog Learning

Algebra I EOC 10-Day STAAR Review. Hedgehog Learning Algebra I EOC 10-Day STAAR Review Hedgehog Learning Day 1 Day 2 STAAR Reporting Category Number and Algebraic Methods Readiness Standards 60% - 65% of STAAR A.10(E) - factor, if possible, trinomials with

More information

Equalities. Equalities

Equalities. Equalities Equalities Working with Equalities There are no special rules to remember when working with equalities, except for two things: When you add, subtract, multiply, or divide, you must perform the same operation

More information

Warm up. Seek and Solve!!!

Warm up. Seek and Solve!!! Warm up Seek and Solve!!! Seek and Solve Answers: 0 2 DNE 3 Investigation # 1 Use the graph of y = 2 below to find the following limits: 1. lim x 2 2 = 3 2. lim x 0 2 = 3 3 3. lim x 3 2 = 3 Basic Limit

More information

CCAC ELEMENTARY ALGEBRA

CCAC ELEMENTARY ALGEBRA CCAC ELEMENTARY ALGEBRA Sample Questions TOPICS TO STUDY: Evaluate expressions Add, subtract, multiply, and divide polynomials Add, subtract, multiply, and divide rational expressions Factor two and three

More information

The Black-Scholes Equation using Heat Equation

The Black-Scholes Equation using Heat Equation The Black-Scholes Equation using Heat Equation Peter Cassar May 0, 05 Assumptions of the Black-Scholes Model We have a risk free asset given by the price process, dbt = rbt The asset price follows a geometric

More information

A Continuous-Time Asset Pricing Model with Habits and Durability

A Continuous-Time Asset Pricing Model with Habits and Durability A Continuous-Time Asset Pricing Model with Habits and Durability John H. Cochrane June 14, 2012 Abstract I solve a continuous-time asset pricing economy with quadratic utility and complex temporal nonseparabilities.

More information

This is Appendix B: Extensions of the Aggregate Expenditures Model, appendix 2 from the book Economics Principles (index.html) (v. 2.0).

This is Appendix B: Extensions of the Aggregate Expenditures Model, appendix 2 from the book Economics Principles (index.html) (v. 2.0). This is Appendix B: Extensions of the Aggregate Expenditures Model, appendix 2 from the book Economics Principles (index.html) (v. 2.0). This book is licensed under a Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/

More information

Numerical schemes for SDEs

Numerical schemes for SDEs Lecture 5 Numerical schemes for SDEs Lecture Notes by Jan Palczewski Computational Finance p. 1 A Stochastic Differential Equation (SDE) is an object of the following type dx t = a(t,x t )dt + b(t,x t

More information

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options Options An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Definitions and Terminology Definition An option is the right, but not the obligation, to buy or sell a security such

More information

2) Endpoints of a diameter (-1, 6), (9, -2) A) (x - 2)2 + (y - 4)2 = 41 B) (x - 4)2 + (y - 2)2 = 41 C) (x - 4)2 + y2 = 16 D) x2 + (y - 2)2 = 25

2) Endpoints of a diameter (-1, 6), (9, -2) A) (x - 2)2 + (y - 4)2 = 41 B) (x - 4)2 + (y - 2)2 = 41 C) (x - 4)2 + y2 = 16 D) x2 + (y - 2)2 = 25 Math 101 Final Exam Review Revised FA17 (through section 5.6) The following problems are provided for additional practice in preparation for the Final Exam. You should not, however, rely solely upon these

More information

Probability in Options Pricing

Probability in Options Pricing Probability in Options Pricing Mark Cohen and Luke Skon Kenyon College cohenmj@kenyon.edu December 14, 2012 Mark Cohen and Luke Skon (Kenyon college) Probability Presentation December 14, 2012 1 / 16 What

More information

Master 2 Macro I. Lecture 3 : The Ramsey Growth Model

Master 2 Macro I. Lecture 3 : The Ramsey Growth Model 2012-2013 Master 2 Macro I Lecture 3 : The Ramsey Growth Model Franck Portier (based on Gilles Saint-Paul lecture notes) franck.portier@tse-fr.eu Toulouse School of Economics Version 1.1 07/10/2012 Changes

More information

Rho and Delta. Paul Hollingsworth January 29, Introduction 1. 2 Zero coupon bond 1. 3 FX forward 2. 5 Rho (ρ) 4. 7 Time bucketing 6

Rho and Delta. Paul Hollingsworth January 29, Introduction 1. 2 Zero coupon bond 1. 3 FX forward 2. 5 Rho (ρ) 4. 7 Time bucketing 6 Rho and Delta Paul Hollingsworth January 29, 2012 Contents 1 Introduction 1 2 Zero coupon bond 1 3 FX forward 2 4 European Call under Black Scholes 3 5 Rho (ρ) 4 6 Relationship between Rho and Delta 5

More information

TN 2 - Basic Calculus with Financial Applications

TN 2 - Basic Calculus with Financial Applications G.S. Questa, 016 TN Basic Calculus with Finance [016-09-03] Page 1 of 16 TN - Basic Calculus with Financial Applications 1 Functions and Limits Derivatives 3 Taylor Series 4 Maxima and Minima 5 The Logarithmic

More information

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06 Dr. Maddah ENMG 65 Financial Eng g II 10/16/06 Chapter 11 Models of Asset Dynamics () Random Walk A random process, z, is an additive process defined over times t 0, t 1,, t k, t k+1,, such that z( t )

More information

Math Performance Task Teacher Instructions

Math Performance Task Teacher Instructions Math Performance Task Teacher Instructions Stock Market Research Instructions for the Teacher The Stock Market Research performance task centers around the concepts of linear and exponential functions.

More information

Ch.3 Growth and Accumulation. Production function and constant return to scale

Ch.3 Growth and Accumulation. Production function and constant return to scale 1 Econ 30 Intermediate Macroeconomics Chul-Woo Kwon Ch.3 Growth and Accumulation I. Introduction A. Growth accounting and source of economic growth B. The neoclassical growth model: the Simple Solow growth

More information

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models IEOR E4707: Foundations of Financial Engineering c 206 by Martin Haugh Martingale Pricing Theory in Discrete-Time and Discrete-Space Models These notes develop the theory of martingale pricing in a discrete-time,

More information

Volatility Smiles and Yield Frowns

Volatility Smiles and Yield Frowns Volatility Smiles and Yield Frowns Peter Carr NYU CBOE Conference on Derivatives and Volatility, Chicago, Nov. 10, 2017 Peter Carr (NYU) Volatility Smiles and Yield Frowns 11/10/2017 1 / 33 Interest Rates

More information

Are stylized facts irrelevant in option-pricing?

Are stylized facts irrelevant in option-pricing? Are stylized facts irrelevant in option-pricing? Kyiv, June 19-23, 2006 Tommi Sottinen, University of Helsinki Based on a joint work No-arbitrage pricing beyond semimartingales with C. Bender, Weierstrass

More information

Introduction Random Walk One-Period Option Pricing Binomial Option Pricing Nice Math. Binomial Models. Christopher Ting.

Introduction Random Walk One-Period Option Pricing Binomial Option Pricing Nice Math. Binomial Models. Christopher Ting. Binomial Models Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October 14, 2016 Christopher Ting QF 101 Week 9 October

More information

Hedging with Life and General Insurance Products

Hedging with Life and General Insurance Products Hedging with Life and General Insurance Products June 2016 2 Hedging with Life and General Insurance Products Jungmin Choi Department of Mathematics East Carolina University Abstract In this study, a hybrid

More information

Math Analysis Midterm Review. Directions: This assignment is due at the beginning of class on Friday, January 9th

Math Analysis Midterm Review. Directions: This assignment is due at the beginning of class on Friday, January 9th Math Analysis Midterm Review Name Directions: This assignment is due at the beginning of class on Friday, January 9th This homework is intended to help you prepare for the midterm exam. The questions are

More information

Exponential Modeling. Growth and Decay

Exponential Modeling. Growth and Decay Exponential Modeling Growth and Decay Identify each as growth or Decay What you should Know y Exponential functions 0

More information

15-451/651: Design & Analysis of Algorithms November 9 & 11, 2015 Lecture #19 & #20 last changed: November 10, 2015

15-451/651: Design & Analysis of Algorithms November 9 & 11, 2015 Lecture #19 & #20 last changed: November 10, 2015 15-451/651: Design & Analysis of Algorithms November 9 & 11, 2015 Lecture #19 & #20 last changed: November 10, 2015 Last time we looked at algorithms for finding approximately-optimal solutions for NP-hard

More information

Sandringham School Sixth Form. AS Maths. Bridging the gap

Sandringham School Sixth Form. AS Maths. Bridging the gap Sandringham School Sixth Form AS Maths Bridging the gap Section 1 - Factorising be able to factorise simple expressions be able to factorise quadratics The expression 4x + 8 can be written in factor form,

More information

Infinitely Repeated Games

Infinitely Repeated Games February 10 Infinitely Repeated Games Recall the following theorem Theorem 72 If a game has a unique Nash equilibrium, then its finite repetition has a unique SPNE. Our intuition, however, is that long-term

More information

Saddlepoint Approximation Methods for Pricing. Financial Options on Discrete Realized Variance

Saddlepoint Approximation Methods for Pricing. Financial Options on Discrete Realized Variance Saddlepoint Approximation Methods for Pricing Financial Options on Discrete Realized Variance Yue Kuen KWOK Department of Mathematics Hong Kong University of Science and Technology Hong Kong * This is

More information

Example. Given a unity feedback system that has a forward TF. , do the following

Example. Given a unity feedback system that has a forward TF. , do the following Example Given a unity feedback system that has a forward TF K ( s + ) G( s) =, do the following ( s s + ) (a) Obtain a RL using Matlab Roots: +i (b) Find the complex poles that crosses on the imaginary

More information

TDT4171 Artificial Intelligence Methods

TDT4171 Artificial Intelligence Methods TDT47 Artificial Intelligence Methods Lecture 7 Making Complex Decisions Norwegian University of Science and Technology Helge Langseth IT-VEST 0 helgel@idi.ntnu.no TDT47 Artificial Intelligence Methods

More information

AMH4 - ADVANCED OPTION PRICING. Contents

AMH4 - ADVANCED OPTION PRICING. Contents AMH4 - ADVANCED OPTION PRICING ANDREW TULLOCH Contents 1. Theory of Option Pricing 2 2. Black-Scholes PDE Method 4 3. Martingale method 4 4. Monte Carlo methods 5 4.1. Method of antithetic variances 5

More information

The Theory of Interest

The Theory of Interest Chapter 1 The Theory of Interest One of the first types of investments that people learn about is some variation on the savings account. In exchange for the temporary use of an investor s money, a bank

More information

P.1 Algebraic Expressions, Mathematical models, and Real numbers. Exponential notation: Definitions of Sets: A B. Sets and subsets of real numbers:

P.1 Algebraic Expressions, Mathematical models, and Real numbers. Exponential notation: Definitions of Sets: A B. Sets and subsets of real numbers: P.1 Algebraic Expressions, Mathematical models, and Real numbers If n is a counting number (1, 2, 3, 4,..) then Exponential notation: b n = b b b... b, where n is the Exponent or Power, and b is the base

More information

A distributed Laplace transform algorithm for European options

A distributed Laplace transform algorithm for European options A distributed Laplace transform algorithm for European options 1 1 A. J. Davies, M. E. Honnor, C.-H. Lai, A. K. Parrott & S. Rout 1 Department of Physics, Astronomy and Mathematics, University of Hertfordshire,

More information

Vasicek Model in Interest Rates

Vasicek Model in Interest Rates Vasicek Model in Interest Rates In case of Stocks we can model them as a diffusion process where they can end up anywhere in the universe of Prices, but Interest Rates are not so. Interest rates can not

More information

004: Macroeconomic Theory

004: Macroeconomic Theory 004: Macroeconomic Theory Lecture 14 Mausumi Das Lecture Notes, DSE October 21, 2014 Das (Lecture Notes, DSE) Macro October 21, 2014 1 / 20 Theories of Economic Growth We now move on to a different dynamics

More information

Week 19 Algebra 2 Assignment:

Week 19 Algebra 2 Assignment: Week 9 Algebra Assignment: Day : pp. 66-67 #- odd, omit #, 7 Day : pp. 66-67 #- even, omit #8 Day : pp. 7-7 #- odd Day 4: pp. 7-7 #-4 even Day : pp. 77-79 #- odd, 7 Notes on Assignment: Pages 66-67: General

More information

The Two-Sample Independent Sample t Test

The Two-Sample Independent Sample t Test Department of Psychology and Human Development Vanderbilt University 1 Introduction 2 3 The General Formula The Equal-n Formula 4 5 6 Independence Normality Homogeneity of Variances 7 Non-Normality Unequal

More information

1.1 Basic Financial Derivatives: Forward Contracts and Options

1.1 Basic Financial Derivatives: Forward Contracts and Options Chapter 1 Preliminaries 1.1 Basic Financial Derivatives: Forward Contracts and Options A derivative is a financial instrument whose value depends on the values of other, more basic underlying variables

More information

Mathematical Annex 5 Models with Rational Expectations

Mathematical Annex 5 Models with Rational Expectations George Alogoskoufis, Dynamic Macroeconomic Theory, 2015 Mathematical Annex 5 Models with Rational Expectations In this mathematical annex we examine the properties and alternative solution methods for

More information

The Forward PDE for American Puts in the Dupire Model

The Forward PDE for American Puts in the Dupire Model The Forward PDE for American Puts in the Dupire Model Peter Carr Ali Hirsa Courant Institute Morgan Stanley New York University 750 Seventh Avenue 51 Mercer Street New York, NY 10036 1 60-3765 (1) 76-988

More information

Lecture 11: Ito Calculus. Tuesday, October 23, 12

Lecture 11: Ito Calculus. Tuesday, October 23, 12 Lecture 11: Ito Calculus Continuous time models We start with the model from Chapter 3 log S j log S j 1 = µ t + p tz j Sum it over j: log S N log S 0 = NX µ t + NX p tzj j=1 j=1 Can we take the limit

More information

Introduction to Game-Theoretic Probability

Introduction to Game-Theoretic Probability Introduction to Game-Theoretic Probability Glenn Shafer Rutgers Business School January 28, 2002 The project: Replace measure theory with game theory. The game-theoretic strong law. Game-theoretic price

More information

Section 9.1 Solving Linear Inequalities

Section 9.1 Solving Linear Inequalities Section 9.1 Solving Linear Inequalities We know that a linear equation in x can be expressed as ax + b = 0. A linear inequality in x can be written in one of the following forms: ax + b < 0, ax + b 0,

More information

The Cagan Model. Lecture 15 by John Kennes March 25

The Cagan Model. Lecture 15 by John Kennes March 25 The Cagan Model Lecture 15 by John Kennes March 25 The Cagan Model Let M denote a country s money supply and P its price level. Higher expected inflation lowers the demand for real balances M/P by raising

More information

1 The Goodwin (1967) Model

1 The Goodwin (1967) Model page 1 1 The Goodwin (1967) Model In 1967, Richard Goodwin developed an elegant model meant to describe the evolution of distributional conflict in growing, advanced capitalist economies. The Goodwin model

More information

Reinforcement Learning. Slides based on those used in Berkeley's AI class taught by Dan Klein

Reinforcement Learning. Slides based on those used in Berkeley's AI class taught by Dan Klein Reinforcement Learning Slides based on those used in Berkeley's AI class taught by Dan Klein Reinforcement Learning Basic idea: Receive feedback in the form of rewards Agent s utility is defined by the

More information

Slide 1 / 128. Polynomials

Slide 1 / 128. Polynomials Slide 1 / 128 Polynomials Slide 2 / 128 Table of Contents Factors and GCF Factoring out GCF's Factoring Trinomials x 2 + bx + c Factoring Using Special Patterns Factoring Trinomials ax 2 + bx + c Factoring

More information

Sequences, Series, and Limits; the Economics of Finance

Sequences, Series, and Limits; the Economics of Finance CHAPTER 3 Sequences, Series, and Limits; the Economics of Finance If you have done A-level maths you will have studied Sequences and Series in particular Arithmetic and Geometric ones) before; if not you

More information

Multi-period mean variance asset allocation: Is it bad to win the lottery?

Multi-period mean variance asset allocation: Is it bad to win the lottery? Multi-period mean variance asset allocation: Is it bad to win the lottery? Peter Forsyth 1 D.M. Dang 1 1 Cheriton School of Computer Science University of Waterloo Guangzhou, July 28, 2014 1 / 29 The Basic

More information

Market Volatility and Risk Proxies

Market Volatility and Risk Proxies Market Volatility and Risk Proxies... an introduction to the concepts 019 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

More information

February 23, An Application in Industrial Organization

February 23, An Application in Industrial Organization An Application in Industrial Organization February 23, 2015 One form of collusive behavior among firms is to restrict output in order to keep the price of the product high. This is a goal of the OPEC oil

More information

Taylor Series & Binomial Series

Taylor Series & Binomial Series Taylor Series & Binomial Series Calculus II Josh Engwer TTU 09 April 2014 Josh Engwer (TTU) Taylor Series & Binomial Series 09 April 2014 1 / 20 Continuity & Differentiability of a Function (Notation)

More information

Option Valuation with Sinusoidal Heteroskedasticity

Option Valuation with Sinusoidal Heteroskedasticity Option Valuation with Sinusoidal Heteroskedasticity Caleb Magruder June 26, 2009 1 Black-Scholes-Merton Option Pricing Ito drift-diffusion process (1) can be used to derive the Black Scholes formula (2).

More information

So far in the short-run analysis we have ignored the wage and price (we assume they are fixed).

So far in the short-run analysis we have ignored the wage and price (we assume they are fixed). Chapter 6: Labor Market So far in the short-run analysis we have ignored the wage and price (we assume they are fixed). Key idea: In the medium run, rising GD will lead to lower unemployment rate (more

More information

Hedging Credit Derivatives in Intensity Based Models

Hedging Credit Derivatives in Intensity Based Models Hedging Credit Derivatives in Intensity Based Models PETER CARR Head of Quantitative Financial Research, Bloomberg LP, New York Director of the Masters Program in Math Finance, Courant Institute, NYU Stanford

More information

Equity correlations implied by index options: estimation and model uncertainty analysis

Equity correlations implied by index options: estimation and model uncertainty analysis 1/18 : estimation and model analysis, EDHEC Business School (joint work with Rama COT) Modeling and managing financial risks Paris, 10 13 January 2011 2/18 Outline 1 2 of multi-asset models Solution to

More information

MATH 220: DUHAMEL S PRINCIPLE

MATH 220: DUHAMEL S PRINCIPLE MATH 22: DUHAMEL S PRINCIPLE Although we have lved only the homogeneous heat equation on R n, the same method employed there al lves the inhomogeneous PDE. As an application of these methods, let s lve

More information

No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate

No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate Fuzzy Optim Decis Making 217 16:221 234 DOI 117/s17-16-9246-8 No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate Xiaoyu Ji 1 Hua Ke 2 Published online: 17 May 216 Springer

More information

ACCUPLACER Elementary Algebra Assessment Preparation Guide

ACCUPLACER Elementary Algebra Assessment Preparation Guide ACCUPLACER Elementary Algebra Assessment Preparation Guide Please note that the guide is for reference only and that it does not represent an exact match with the assessment content. The Assessment Centre

More information

Valuation and Tax Policy

Valuation and Tax Policy Valuation and Tax Policy Lakehead University Winter 2005 Formula Approach for Valuing Companies Let EBIT t Earnings before interest and taxes at time t T Corporate tax rate I t Firm s investments at time

More information

7 Economic Growth I. Questions for Review CHAPTER

7 Economic Growth I. Questions for Review CHAPTER Copy _aaw. CHAPTER 7 Economic Growth I Questions for Review 1. In the Solow growth model, a high saving rate leads to a large steady-state capital stock and a high level of steady-state output. A low saving

More information

FISCAL POLICY AND THE PRICE LEVEL CHRISTOPHER A. SIMS. C 1t + S t + B t P t = 1 (1) C 2,t+1 = R tb t P t+1 S t 0, B t 0. (3)

FISCAL POLICY AND THE PRICE LEVEL CHRISTOPHER A. SIMS. C 1t + S t + B t P t = 1 (1) C 2,t+1 = R tb t P t+1 S t 0, B t 0. (3) FISCAL POLICY AND THE PRICE LEVEL CHRISTOPHER A. SIMS These notes are missing interpretation of the results, and especially toward the end, skip some steps in the mathematics. But they should be useful

More information

Derivation of the Price of Bond in the Recovery of Market Value Model

Derivation of the Price of Bond in the Recovery of Market Value Model Derivation of the Price of Bond in the Recovery of Market Value Model By YanFei Gao Department of Mathematics & Statistics, McMaster University Apr. 2 th, 25 1 Recovery models For the analysis of reduced-form

More information

1 Dynamic programming

1 Dynamic programming 1 Dynamic programming A country has just discovered a natural resource which yields an income per period R measured in terms of traded goods. The cost of exploitation is negligible. The government wants

More information

TEACHING NOTE 98-04: EXCHANGE OPTION PRICING

TEACHING NOTE 98-04: EXCHANGE OPTION PRICING TEACHING NOTE 98-04: EXCHANGE OPTION PRICING Version date: June 3, 017 C:\CLASSES\TEACHING NOTES\TN98-04.WPD The exchange option, first developed by Margrabe (1978), has proven to be an extremely powerful

More information

Econ 302 Assignment 2 Answer Key

Econ 302 Assignment 2 Answer Key Econ 302 Assignment 2 Answer ey Chapter 6 6.6 (a) In the example in the text, region A uses technology f A (l) to produce output, while region B uses technology (with a higher MPL schedule), f B (l). If

More information

Worksheet A ALGEBRA PMT

Worksheet A ALGEBRA PMT Worksheet A 1 Find the quotient obtained in dividing a (x 3 + 2x 2 x 2) by (x + 1) b (x 3 + 2x 2 9x + 2) by (x 2) c (20 + x + 3x 2 + x 3 ) by (x + 4) d (2x 3 x 2 4x + 3) by (x 1) e (6x 3 19x 2 73x + 90)

More information

Can I take positive 5 from both sides of the equation? [Yes]

Can I take positive 5 from both sides of the equation? [Yes] Eample # Solve 5 +. 5 + 5+ 5+ 5 + 5 + Choral Response Five plus a number is. How can we get a five on both sides of the equation? [Decompose, 5+] Now can we take a positive 5 from both sides? [Yes] What

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 217 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 217 13 Lecture 13 November 15, 217 Derivation of the Black-Scholes-Merton

More information

Last Time. Martingale inequalities Martingale convergence theorem Uniformly integrable martingales. Today s lecture: Sections 4.4.1, 5.

Last Time. Martingale inequalities Martingale convergence theorem Uniformly integrable martingales. Today s lecture: Sections 4.4.1, 5. MATH136/STAT219 Lecture 21, November 12, 2008 p. 1/11 Last Time Martingale inequalities Martingale convergence theorem Uniformly integrable martingales Today s lecture: Sections 4.4.1, 5.3 MATH136/STAT219

More information