DIFFERENTIAL EQUATIONS with TI-89 ABDUL HASSEN and JAY SCHIFFMAN. A. Direction Fields and Graphs of Differential Equations

Size: px
Start display at page:

Download "DIFFERENTIAL EQUATIONS with TI-89 ABDUL HASSEN and JAY SCHIFFMAN. A. Direction Fields and Graphs of Differential Equations"

Transcription

1 DIFFERENTIAL EQUATIONS wih TI-89 ABDUL HASSEN and JAY SCHIFFMAN We will assume ha he reader is familiar wih he calculaor s keyboard and he basic operaions. In paricular we have assumed ha he reader knows he funcions of he SECOND, APLHA, and GREEN DIAMOND keys. Thus we will simply say display he Y=edior assuming ha he reader will firs press he DIAMOND key and hen F. We have use bold face upper case leers o refer o he calculaor s commands or keys. When we say You can access he command and from Mah 8 8, we mean firs press MATH. (which is nd hen 5) and hen press 8 wice. Noe ha mos menus have several submenus, which in urn may have many opions. To display and selec an opion we may need o use he curser keys. Mos buil-in funcions can be found by pressing CATALOG followed by he firs leer of he desired command. One can hen selec he command by scrolling down, if necessary, using he cursor key. To clear he home screen, use F 8. To go back o he home screen, use HOME or ESC or QUIT. To obain an approximae value (in decimals) use he GREEN DIAMOND followed by ENTER. To draw a graph use GREEN DIAMOND followed by F3. A. Direcion Fields and Graphs of Differenial Equaions Example : Draw he direcion filed of he differenial equaion y' = x y Soluion:. Press he MODE key and from he GRAPH mode selec 6: DIFF EQUATIONS.. Display he Y= edior and ener your differenial equaion. Use for independen variable and y for y. For he prime noaion for he derivaive use ND =. Draw he graph. The figures below show he above seps. Example : Draw he graph of he soluion of y' = x y ha passes hrough (,-) Soluion: Ener your differenial equaion as in Example.. Use he cursor key o move up o he iniial value of and press F3. Then ype and ENTER.. Type for he y-value in he line y i =. Draw he graph. The firs figure below shows he inpus while he second shows he graph. Remarks:. To draw he graph of he soluion wihou he direcion field, from he Y= edior press F 9 o display he GRAPH FORMAT. From he Fields opion (he las row) use he righ cursor key o choose 3:FLDOFF and press ENTER. Now draw he graph.

2 . You can obain soluions passing hrough oher poins by simply changing he iniial condiions while you are in he direcion field/graph screen. To do his press F8 (which is ND F3.) and ype he iniial condiion for and ENTER and hen ype he iniial value for y and ENTER. 3. There are several syles for he graph of he soluion hrough a given poin. From he Y= edior screen press F6 (which is nd F) and choose any of he syles and see wha happens. The figures below show GRAPH FORMAT and he graph of he equaion y' = x ywih differen iniial values using F8 (from he graph display). Example 3: Draw he direcion filed for he sysem of differenial equaions dx = 5x+ 3y d dy = 4x 3y d Soluion: In he Y= edior use y for x and y for y. From he Fields opion of he graph forma, choose :DIRFLD. (See Remark above.) The firs wo figures show he inpus and he direcion field, respecively. The las wo figures show a graph of an iniial value problem for sysems of equaion. (Wrie he IVP.) Example 4: Draw he direcion filed for y'' + 3 y' y = x. Soluion. TI-89 draws direcion fields only for firs order and sysems of firs order differenial equaions. Thus we need o conver his second order equaion in o sysems of firs order equaions. As before we use for he independen variable and for y. We le y = y ' Then he given equaion is equivalen o he sysem y dy = y d dy = + y 3 y d Proceed as in Example 3. The main poin of his example is ha we can use his echnique for higher order differenial equaions. (See Secion D below) B. Solving Firs and Second Order Differenial Equaions The command for solving firs and second differenial equaions is desolve( which can be accessed by F3 C. The forma for his command is desolve(he differenial eqn, independen variable, dependen variable) Example 5: Solve a) y' = y+ x b) y'' + 5 y' 6y = 0 Soluion: In he inpu line ener desolve( y' = y+ x, x, y ) ENTER. The figures ell he sory!

3 x Noe ha TI 89 is giving you he general soluion for a) as y e x x. sands for an arbirary parameer (ha we usually wrie as c or.) x Example 6: Solve he iniial value problem (IVP) y'' + y' 3y =e, y (0) = and y '(0) = c x Soluion: In he inpu line ener desolve( y'' + y' 3y = e and y (0) = and y '(0) =, x, y) ENTER You can access and from Mah ( which is nd 5) 8 8. You could also ype i. Use ALPHA (-) for space. x Example 7: Draw he graph of he soluion of he IVP y'' + y' + 5y =e, y (0) = and y '(0) = Soluion: Firs solve he IVP as in Example 6.Then from he inpu line use F4 o Define y(x) as he soluion. You can ge he soluion by using he upward cursor key and pressing ENTER. Make sure o delee y. This will auomaically ener he soluion as y on he Y=edior. Here is he soluion and he graph. (We have used [-5,8] by [-0,30] for he graph window.) Make sure ha he MODE is on Funcions no on Diff Equaions. C. Euler and Runge-Kua Mehods The TI 89 can generae numerical soluions using he Euler and Runge-Kua mehods. The command for his is BldDaa name. Here BldDaa is he command for building he able of values and name is he name of he daa. We show he deails in he following example. Example 8: Consider he IVP: y' = x y, y (0) = a) Use Euler s mehod o consruc a numerical soluion for he IVP. b) Use Runge-Kua mehod o consruc a numerical soluion for he IVP c) Solve he IVP d) Consruc a able o compare he wo numerical mehods and he exac soluion. Soluions: a) Here are he seps o build he daa for he numerical soluion using Euler s mehod.. Ener he differenial equaion in he Y= edior and delee any oher equaions.. From he graph forma, selec EULER for Soluions Mehod and FLDOFF for Fields. 3. Press HOME hen CATALOG and b. Selec BldDaa and ENTER. Type eu for he name and ENTER. (You could also ype blddaa eu on he inpu line afer your press HOME) 4. Open eu using APPS 6 and hen selec eu for Variable. b) For he Runge-Kua mehod from he graph forma, selec RK for Soluions Mehod. Press HOME and ype blddaa rk and ENTER.

4 c) Solve he IVP using desolve( and Define y(x) as he soluion.(see Example 7.) d) To compare he wo mehods and he exac soluion, follow hese seps.. Use APPS 6 3 o creae a new daa, call i comp.. Press F4 and ype eu[] and ENTER.(eu[] refers o he firs column of he daa called eu.) 3. Move o he second column and press F4. Type eu[] and ENTER. 4. Move o he hird column and press F4. Type rk[] and ENTER. 5. Move o he fourh column and press F4. Type y(c) and ENTER. Here are he figures showing he resuls of he above seps. If your able is differen from ours, change he value of sep in he WINDOWS o 0.. D. Solving Third and Higher Order Differenial Equaions Remark: TI 89 does no solve 3 rd and higher order differenial equaions. To obain he graph of a soluion of hird and higher order equaion, we conver he equaion ino sysems of firs order equaions and draw he graphs.(see Example 4 above.) However, we can uilize he TI 89 capabiliy o solve polynomial equaions wih complex roos o solve linear differenial equaions of higher order wih consan coefficiens. Here are some examples. Example 9: Solve y''' + 3 y '' y' 3y = 0 3 Soluion: The auxiliary equaion is + 3 3= 0 and using he csolve( (which can be accessed by F A ) command for solving equaions wih complex roos, we obain = or = or = 3. Thus he x x 3x general soluion is given by y = ce + ce + c3e. Example 0: Solve y''' + 3 y '' + 8 y' + 6 y = 0. 3 Soluion: The auxiliary equaion is =0 and using csolve( = 0, ) we ge x x x = + 5ior = 5ior =. Thus he general soluion is y = ce e cos(5 x) + c3e + c sin(5x) Example : Solve he IVP y''' y'' 4 y' + 4 y = 0, y (0) = 4, y '(0) =, and y ''(0) = Soluion: The auxiliary equaion here is 4+ 4=0and csolve( 4+ 4= 0, ) yields he x x x soluions = or = or =. Now use F4 o define he general soluion as y = a e + b e + c e. To solve for a, b, c using he iniial condiion, we could ENTER Solve( ( y x= 0) = 4 and ( d( y, x) x= 0) = and ( d( y, x,) x= 0) = 9,a ) For he derivaive, use F3 or nd 8. Here are he seps.

5 Thus he soluion of he IVP is 3 x x y e e e x = +. E. Solving Sysems of Differenial Equaions In Secion A we have discussed how o obain he graph of a soluion of a sysem of differenial equaions. Here we will solve sysems wih consan coefficiens using he heory of eigenvalues and eigenvecors. Example : Solve he sysem of equaions given by X ' = AX where 3 A = Soluion: I is now recommended ha you clear all he single variables you migh have used earlier. F6 ENTER will accomplish his. Here are he relevan seps.. The firs ask will be o ener he marix A. Use APPS 6 3 and Type choose :marix. Use he down cursor key o go o he variable box and ype a for he name of he marix. For boh row and col dimensions ype.(again use he down cursor key afer you yped he inpus.)now ENTER and ype he enries of he marix.(the firs row mus be filled in firs.) Press HOME and CLEAR. Find he eigenvalues of he marix by using Mah 4 9 a) ENTER or by yping eigvl(a) 3. Find he eigenvecors of he marix by using Mah 4 A a) ENTER or by yping eigvc(a) The figures below are he resul of he above seps. The las figure shows he eigenvalues and vecors. Thus he general soluion of he equaion is given by X = c e + c e Remark:. The firs number given by eigvl(a) is he firs eigenvalue which in his case is and second eigenvalue is. The firs column of he eigvc(a) is an eigenvecor corresponding o he firs eigenvalue of a. Noe ha TI 89 is normalizing he vecors, ha is he eigenvecors are uni vecors.. For our purposes and easier noaions, i is convenien o rewrie he eigenvecors wih ineger enries. This is usually possible. One possible mehod is o replace he smalles number in he columns by and divide he oher enries in ha column by he smalles value you jus replaced. Use he command eigvc(a)[j,k] o refer o he j-k enry of he marix eigvc(a).i is clear ha he firs columns are equal hus for he fis eigenvecor we may ake. The second one may no be clear so we replace by. Noe hen ha /-.368 is Thus i is highly recommended ha you compue eigvc(a)[,]/ eigvc(a)[,]. We find ha his is 3. Thus we may ake 3 as he second eigenvecor. Thus he general soluion could also be given by 3. X = c e + c e

6 3. Noe ha we can express he above soluion as e 3 e c. The marix e 3 e b is someimes referred o as he fundamenal marix of he equaion X ' = AX. X = e e c = e e Example 3: Solve X ' = AX,, where X (0) = A 3 = Soluion: As in Example we solve X ' = AX and express he answer in he form given in Remark 3 above. All we have o do now is solve he sysem of equaions e 3e c e e c = 0 = To his end we ener he marix e 3 e ino he calculaor as b. and as d. The we compue he e e command rref(augmen((b =0),d)). The las column of his row reduced echelon form marix gives he soluion for and c. rref and augmen can be accessed from Mah( nd 5) 4 4 and Mah 4 7, respecively. c e F = c = c Example 4: Solve X ' = A X + F, where and 3 A = Soluion: Le b be as in Example and le c. Then he general soluion o he sysem is given by X b c b ( b = + f) d. Ener F as f and execue he command b ( b f) d. For, use F3 or Here are he figures for hese seps. nd 7. Therefore he general soluion is given by 3 e + 3 e 3 e c 4 X = e e c + e + 4 X (0) e 3 = F = A = Example 5: Solve X ' = A X + F,, where and. Soluion: We will use he noaions of Examples 3 and 4. The soluion is hen given by he formula: ( (0)) ( ( ) ( )) X = b b d + b b s f s ds We now need o Define b^(-) and f as funcions of s raher han as funcions of. We will use e and g, for b^(- ) and f, respecively. Here is a parial picure. 0 The soluion is X 3e 5e e e 9e e = + + 3,

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Linear Algebra and TI 89

Linear Algebra and TI 89 Linear Algebra and TI 89 Abdul Hassen and Jay Schiffman This short manual is a quick guide to the use of TI89 for Linear Algebra. We do this in two sections. In the first section, we will go over the editing

More information

AP Calculus BC 2010 Scoring Guidelines

AP Calculus BC 2010 Scoring Guidelines AP Calculus BC Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in, he College Board

More information

1. y 5y + 6y = 2e t Solution: Characteristic equation is r 2 5r +6 = 0, therefore r 1 = 2, r 2 = 3, and y 1 (t) = e 2t,

1. y 5y + 6y = 2e t Solution: Characteristic equation is r 2 5r +6 = 0, therefore r 1 = 2, r 2 = 3, and y 1 (t) = e 2t, Homework6 Soluions.7 In Problem hrough 4 use he mehod of variaion of parameers o find a paricular soluion of he given differenial equaion. Then check your answer by using he mehod of undeermined coeffiens..

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

RC (Resistor-Capacitor) Circuits. AP Physics C

RC (Resistor-Capacitor) Circuits. AP Physics C (Resisor-Capacior Circuis AP Physics C Circui Iniial Condiions An circui is one where you have a capacior and resisor in he same circui. Suppose we have he following circui: Iniially, he capacior is UNCHARGED

More information

AP Calculus AB 2013 Scoring Guidelines

AP Calculus AB 2013 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a mission-driven no-for-profi organizaion ha connecs sudens o college success and opporuniy. Founded in 19, he College Board was

More information

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations.

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations. Differenial Equaions Linear sysems are ofen described using differenial equaions. For example: d 2 y d 2 + 5dy + 6y f() d where f() is he inpu o he sysem and y() is he oupu. We know how o solve for y given

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

Differential Equations and Linear Superposition

Differential Equations and Linear Superposition Differenial Equaions and Linear Superposiion Basic Idea: Provide soluion in closed form Like Inegraion, no general soluions in closed form Order of equaion: highes derivaive in equaion e.g. dy d dy 2 y

More information

Inductance and Transient Circuits

Inductance and Transient Circuits Chaper H Inducance and Transien Circuis Blinn College - Physics 2426 - Terry Honan As a consequence of Faraday's law a changing curren hrough one coil induces an EMF in anoher coil; his is known as muual

More information

Newton s Laws of Motion

Newton s Laws of Motion Newon s Laws of Moion MS4414 Theoreical Mechanics Firs Law velociy. In he absence of exernal forces, a body moves in a sraigh line wih consan F = 0 = v = cons. Khan Academy Newon I. Second Law body. The

More information

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009 ull-wave recificaion, bulk capacior calculaions Chris Basso January 9 This shor paper shows how o calculae he bulk capacior value based on ripple specificaions and evaluae he rms curren ha crosses i. oal

More information

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides 7 Laplace ransform. Solving linear ODE wih piecewise coninuous righ hand sides In his lecure I will show how o apply he Laplace ransform o he ODE Ly = f wih piecewise coninuous f. Definiion. A funcion

More information

AP Calculus AB 2010 Scoring Guidelines

AP Calculus AB 2010 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in 1, he College

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

Signal Processing and Linear Systems I

Signal Processing and Linear Systems I Sanford Universiy Summer 214-215 Signal Processing and Linear Sysems I Lecure 5: Time Domain Analysis of Coninuous Time Sysems June 3, 215 EE12A:Signal Processing and Linear Sysems I; Summer 14-15, Gibbons

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations Second Order Linear Differenial Equaions Second order linear equaions wih consan coefficiens; Fundamenal soluions; Wronskian; Exisence and Uniqueness of soluions; he characerisic equaion; soluions of homogeneous

More information

Economics Honors Exam 2008 Solutions Question 5

Economics Honors Exam 2008 Solutions Question 5 Economics Honors Exam 2008 Soluions Quesion 5 (a) (2 poins) Oupu can be decomposed as Y = C + I + G. And we can solve for i by subsiuing in equaions given in he quesion, Y = C + I + G = c 0 + c Y D + I

More information

4 Convolution. Recommended Problems. x2[n] 1 2[n]

4 Convolution. Recommended Problems. x2[n] 1 2[n] 4 Convoluion Recommended Problems P4.1 This problem is a simple example of he use of superposiion. Suppose ha a discree-ime linear sysem has oupus y[n] for he given inpus x[n] as shown in Figure P4.1-1.

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

Steps for D.C Analysis of MOSFET Circuits

Steps for D.C Analysis of MOSFET Circuits 10/22/2004 Seps for DC Analysis of MOSFET Circuis.doc 1/7 Seps for D.C Analysis of MOSFET Circuis To analyze MOSFET circui wih D.C. sources, we mus follow hese five seps: 1. ASSUME an operaing mode 2.

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase A circuis ersion EE T, Kharagpur esson 5 Soluion of urren in A Series and Parallel ircuis ersion EE T, Kharagpur n he las lesson, wo poins were described:. How o solve for he impedance,

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

Permutations and Combinations

Permutations and Combinations Permuaions and Combinaions Combinaorics Copyrigh Sandards 006, Tes - ANSWERS Barry Mabillard. 0 www.mah0s.com 1. Deermine he middle erm in he expansion of ( a b) To ge he k-value for he middle erm, divide

More information

Vector Autoregressions (VARs): Operational Perspectives

Vector Autoregressions (VARs): Operational Perspectives Vecor Auoregressions (VARs): Operaional Perspecives Primary Source: Sock, James H., and Mark W. Wason, Vecor Auoregressions, Journal of Economic Perspecives, Vol. 15 No. 4 (Fall 2001), 101-115. Macroeconomericians

More information

Chapter 4: Exponential and Logarithmic Functions

Chapter 4: Exponential and Logarithmic Functions Chaper 4: Eponenial and Logarihmic Funcions Secion 4.1 Eponenial Funcions... 15 Secion 4. Graphs of Eponenial Funcions... 3 Secion 4.3 Logarihmic Funcions... 4 Secion 4.4 Logarihmic Properies... 53 Secion

More information

The naive method discussed in Lecture 1 uses the most recent observations to forecast future values. That is, Y ˆ t + 1

The naive method discussed in Lecture 1 uses the most recent observations to forecast future values. That is, Y ˆ t + 1 Business Condiions & Forecasing Exponenial Smoohing LECTURE 2 MOVING AVERAGES AND EXPONENTIAL SMOOTHING OVERVIEW This lecure inroduces ime-series smoohing forecasing mehods. Various models are discussed,

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

MTH6121 Introduction to Mathematical Finance Lesson 5

MTH6121 Introduction to Mathematical Finance Lesson 5 26 MTH6121 Inroducion o Mahemaical Finance Lesson 5 Conens 2.3 Brownian moion wih drif........................... 27 2.4 Geomeric Brownian moion........................... 28 2.5 Convergence of random

More information

Why Did the Demand for Cash Decrease Recently in Korea?

Why Did the Demand for Cash Decrease Recently in Korea? Why Did he Demand for Cash Decrease Recenly in Korea? Byoung Hark Yoo Bank of Korea 26. 5 Absrac We explores why cash demand have decreased recenly in Korea. The raio of cash o consumpion fell o 4.7% in

More information

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES OPENGAMMA QUANTITATIVE RESEARCH Absrac. Exchange-raded ineres rae fuures and heir opions are described. The fuure opions include hose paying

More information

A Curriculum Module for AP Calculus BC Curriculum Module

A Curriculum Module for AP Calculus BC Curriculum Module Vecors: A Curriculum Module for AP Calculus BC 00 Curriculum Module The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy.

More information

Stability. Coefficients may change over time. Evolution of the economy Policy changes

Stability. Coefficients may change over time. Evolution of the economy Policy changes Sabiliy Coefficiens may change over ime Evoluion of he economy Policy changes Time Varying Parameers y = α + x β + Coefficiens depend on he ime period If he coefficiens vary randomly and are unpredicable,

More information

= r t dt + σ S,t db S t (19.1) with interest rates given by a mean reverting Ornstein-Uhlenbeck or Vasicek process,

= r t dt + σ S,t db S t (19.1) with interest rates given by a mean reverting Ornstein-Uhlenbeck or Vasicek process, Chaper 19 The Black-Scholes-Vasicek Model The Black-Scholes-Vasicek model is given by a sandard ime-dependen Black-Scholes model for he sock price process S, wih ime-dependen bu deerminisic volailiy σ

More information

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1 Answer, Key Homework 2 Daid McInyre 4123 Mar 2, 2004 1 This prin-ou should hae 1 quesions. Muliple-choice quesions may coninue on he ne column or page find all choices before making your selecion. The

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

Capacitors and inductors

Capacitors and inductors Capaciors and inducors We coninue wih our analysis of linear circuis by inroducing wo new passive and linear elemens: he capacior and he inducor. All he mehods developed so far for he analysis of linear

More information

Journal Of Business & Economics Research September 2005 Volume 3, Number 9

Journal Of Business & Economics Research September 2005 Volume 3, Number 9 Opion Pricing And Mone Carlo Simulaions George M. Jabbour, (Email: jabbour@gwu.edu), George Washingon Universiy Yi-Kang Liu, (yikang@gwu.edu), George Washingon Universiy ABSTRACT The advanage of Mone Carlo

More information

Module 3. R-L & R-C Transients. Version 2 EE IIT, Kharagpur

Module 3. R-L & R-C Transients. Version 2 EE IIT, Kharagpur Module 3 - & -C Transiens esson 0 Sudy of DC ransiens in - and -C circuis Objecives Definiion of inducance and coninuiy condiion for inducors. To undersand he rise or fall of curren in a simple series

More information

Part II Converter Dynamics and Control

Part II Converter Dynamics and Control Par II onverer Dynamics and onrol 7. A equivalen circui modeling 8. onverer ransfer funcions 9. onroller design 1. Inpu filer design 11. A and D equivalen circui modeling of he disconinuous conducion mode

More information

On the degrees of irreducible factors of higher order Bernoulli polynomials

On the degrees of irreducible factors of higher order Bernoulli polynomials ACTA ARITHMETICA LXII.4 (1992 On he degrees of irreducible facors of higher order Bernoulli polynomials by Arnold Adelberg (Grinnell, Ia. 1. Inroducion. In his paper, we generalize he curren resuls on

More information

Chapter 2 Kinematics in One Dimension

Chapter 2 Kinematics in One Dimension Chaper Kinemaics in One Dimension Chaper DESCRIBING MOTION:KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings moe how far (disance and displacemen), how fas (speed and elociy), and how

More information

ACTUARIAL FUNCTIONS 1_05

ACTUARIAL FUNCTIONS 1_05 ACTUARIAL FUNCTIONS _05 User Guide for MS Office 2007 or laer CONTENT Inroducion... 3 2 Insallaion procedure... 3 3 Demo Version and Acivaion... 5 4 Using formulas and synax... 7 5 Using he help... 6 Noaion...

More information

Stochastic Optimal Control Problem for Life Insurance

Stochastic Optimal Control Problem for Life Insurance Sochasic Opimal Conrol Problem for Life Insurance s. Basukh 1, D. Nyamsuren 2 1 Deparmen of Economics and Economerics, Insiue of Finance and Economics, Ulaanbaaar, Mongolia 2 School of Mahemaics, Mongolian

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

The option pricing framework

The option pricing framework Chaper 2 The opion pricing framework The opion markes based on swap raes or he LIBOR have become he larges fixed income markes, and caps (floors) and swapions are he mos imporan derivaives wihin hese markes.

More information

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling

Name: Algebra II Review for Quiz #13 Exponential and Logarithmic Functions including Modeling Name: Algebra II Review for Quiz #13 Exponenial and Logarihmic Funcions including Modeling TOPICS: -Solving Exponenial Equaions (The Mehod of Common Bases) -Solving Exponenial Equaions (Using Logarihms)

More information

AP Calculus AB 2007 Scoring Guidelines

AP Calculus AB 2007 Scoring Guidelines AP Calculus AB 7 Scoring Guidelines The College Board: Connecing Sudens o College Success The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and

More information

Technical Appendix to Risk, Return, and Dividends

Technical Appendix to Risk, Return, and Dividends Technical Appendix o Risk, Reurn, and Dividends Andrew Ang Columbia Universiy and NBER Jun Liu UC San Diego This Version: 28 Augus, 2006 Columbia Business School, 3022 Broadway 805 Uris, New York NY 10027,

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z

1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z 1 A B C D E F G H I J K L M N O P Q R S { U V W X Y Z o ffix uden abel ere uden ame chool ame isric ame/ ender emale ale onh ay ear ae of irh an eb ar pr ay un ul ug ep c ov ec as ame irs ame lace he uden abel ere ae uden denifier chool se nly rined in he

More information

4. International Parity Conditions

4. International Parity Conditions 4. Inernaional ariy ondiions 4.1 urchasing ower ariy he urchasing ower ariy ( heory is one of he early heories of exchange rae deerminaion. his heory is based on he concep ha he demand for a counry's currency

More information

Multiprocessor Systems-on-Chips

Multiprocessor Systems-on-Chips Par of: Muliprocessor Sysems-on-Chips Edied by: Ahmed Amine Jerraya and Wayne Wolf Morgan Kaufmann Publishers, 2005 2 Modeling Shared Resources Conex swiching implies overhead. On a processing elemen,

More information

Dependent Interest and Transition Rates in Life Insurance

Dependent Interest and Transition Rates in Life Insurance Dependen Ineres and ransiion Raes in Life Insurance Krisian Buchard Universiy of Copenhagen and PFA Pension January 28, 2013 Absrac In order o find marke consisen bes esimaes of life insurance liabiliies

More information

1 HALF-LIFE EQUATIONS

1 HALF-LIFE EQUATIONS R.L. Hanna Page HALF-LIFE EQUATIONS The basic equaion ; he saring poin ; : wrien for ime: x / where fracion of original maerial and / number of half-lives, and / log / o calculae he age (# ears): age (half-life)

More information

Communication Networks II Contents

Communication Networks II Contents 3 / 1 -- Communicaion Neworks II (Görg) -- www.comnes.uni-bremen.de Communicaion Neworks II Conens 1 Fundamenals of probabiliy heory 2 Traffic in communicaion neworks 3 Sochasic & Markovian Processes (SP

More information

Credit Index Options: the no-armageddon pricing measure and the role of correlation after the subprime crisis

Credit Index Options: the no-armageddon pricing measure and the role of correlation after the subprime crisis Second Conference on The Mahemaics of Credi Risk, Princeon May 23-24, 2008 Credi Index Opions: he no-armageddon pricing measure and he role of correlaion afer he subprime crisis Damiano Brigo - Join work

More information

Nikkei Stock Average Volatility Index Real-time Version Index Guidebook

Nikkei Stock Average Volatility Index Real-time Version Index Guidebook Nikkei Sock Average Volailiy Index Real-ime Version Index Guidebook Nikkei Inc. Wih he modificaion of he mehodology of he Nikkei Sock Average Volailiy Index as Nikkei Inc. (Nikkei) sars calculaing and

More information

Acceleration Lab Teacher s Guide

Acceleration Lab Teacher s Guide Acceleraion Lab Teacher s Guide Objecives:. Use graphs of disance vs. ime and velociy vs. ime o find acceleraion of a oy car.. Observe he relaionship beween he angle of an inclined plane and he acceleraion

More information

Time Series Analysis Using SAS R Part I The Augmented Dickey-Fuller (ADF) Test

Time Series Analysis Using SAS R Part I The Augmented Dickey-Fuller (ADF) Test ABSTRACT Time Series Analysis Using SAS R Par I The Augmened Dickey-Fuller (ADF) Tes By Ismail E. Mohamed The purpose of his series of aricles is o discuss SAS programming echniques specifically designed

More information

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs

Chapter 13. Network Flow III Applications. 13.1 Edge disjoint paths. 13.1.1 Edge-disjoint paths in a directed graphs Chaper 13 Nework Flow III Applicaion CS 573: Algorihm, Fall 014 Ocober 9, 014 13.1 Edge dijoin pah 13.1.1 Edge-dijoin pah in a direced graph 13.1.1.1 Edge dijoin pah queiong: graph (dir/undir)., : verice.

More information

A Probability Density Function for Google s stocks

A Probability Density Function for Google s stocks A Probabiliy Densiy Funcion for Google s socks V.Dorobanu Physics Deparmen, Poliehnica Universiy of Timisoara, Romania Absrac. I is an approach o inroduce he Fokker Planck equaion as an ineresing naural

More information

Direc Manipulaion Inerface and EGN algorithms

Direc Manipulaion Inerface and EGN algorithms A Direc Manipulaion Inerface for 3D Compuer Animaion Sco Sona Snibbe y Brown Universiy Deparmen of Compuer Science Providence, RI 02912, USA Absrac We presen a new se of inerface echniques for visualizing

More information

A Generalized Bivariate Ornstein-Uhlenbeck Model for Financial Assets

A Generalized Bivariate Ornstein-Uhlenbeck Model for Financial Assets A Generalized Bivariae Ornsein-Uhlenbeck Model for Financial Asses Romy Krämer, Mahias Richer Technische Universiä Chemniz, Fakulä für Mahemaik, 917 Chemniz, Germany Absrac In his paper, we sudy mahemaical

More information

Lectures # 5 and 6: The Prime Number Theorem.

Lectures # 5 and 6: The Prime Number Theorem. Lecures # 5 and 6: The Prime Number Theorem Noah Snyder July 8, 22 Riemann s Argumen Riemann used his analyically coninued ζ-funcion o skech an argumen which would give an acual formula for π( and sugges

More information

Transient Analysis of First Order RC and RL circuits

Transient Analysis of First Order RC and RL circuits Transien Analysis of Firs Order and iruis The irui shown on Figure 1 wih he swih open is haraerized by a pariular operaing ondiion. Sine he swih is open, no urren flows in he irui (i=0) and v=0. The volage

More information

CLASSICAL TIME SERIES DECOMPOSITION

CLASSICAL TIME SERIES DECOMPOSITION Time Series Lecure Noes, MSc in Operaional Research Lecure CLASSICAL TIME SERIES DECOMPOSITION Inroducion We menioned in lecure ha afer we calculaed he rend, everyhing else ha remained (according o ha

More information

LECTURE 7 Interest Rate Models I: Short Rate Models

LECTURE 7 Interest Rate Models I: Short Rate Models LECTURE 7 Ineres Rae Models I: Shor Rae Models Spring Term 212 MSc Financial Engineering School of Economics, Mahemaics and Saisics Birkbeck College Lecurer: Adriana Breccia email: abreccia@emsbbkacuk

More information

Distributed and Secure Computation of Convex Programs over a Network of Connected Processors

Distributed and Secure Computation of Convex Programs over a Network of Connected Processors DCDIS CONFERENCE GUELPH, ONTARIO, CANADA, JULY 2005 1 Disribued and Secure Compuaion of Convex Programs over a Newor of Conneced Processors Michael J. Neely Universiy of Souhern California hp://www-rcf.usc.edu/

More information

A Re-examination of the Joint Mortality Functions

A Re-examination of the Joint Mortality Functions Norh merican cuarial Journal Volume 6, Number 1, p.166-170 (2002) Re-eaminaion of he Join Morali Funcions bsrac. Heekung Youn, rkad Shemakin, Edwin Herman Universi of S. Thomas, Sain Paul, MN, US Morali

More information

Optimal Stock Selling/Buying Strategy with reference to the Ultimate Average

Optimal Stock Selling/Buying Strategy with reference to the Ultimate Average Opimal Sock Selling/Buying Sraegy wih reference o he Ulimae Average Min Dai Dep of Mah, Naional Universiy of Singapore, Singapore Yifei Zhong Dep of Mah, Naional Universiy of Singapore, Singapore July

More information

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m Chaper 2 Problems 2.1 During a hard sneeze, your eyes migh shu for 0.5s. If you are driving a car a 90km/h during such a sneeze, how far does he car move during ha ime s = 90km 1000m h 1km 1h 3600s = 25m

More information

A Distributed Multiple-Target Identity Management Algorithm in Sensor Networks

A Distributed Multiple-Target Identity Management Algorithm in Sensor Networks A Disribued Muliple-Targe Ideniy Managemen Algorihm in Sensor Neworks Inseok Hwang, Kaushik Roy, Hamsa Balakrishnan, and Claire Tomlin Dep. of Aeronauics and Asronauics, Sanford Universiy, CA 94305 Elecrical

More information

Cointegration: The Engle and Granger approach

Cointegration: The Engle and Granger approach Coinegraion: The Engle and Granger approach Inroducion Generally one would find mos of he economic variables o be non-saionary I(1) variables. Hence, any equilibrium heories ha involve hese variables require

More information

The Torsion of Thin, Open Sections

The Torsion of Thin, Open Sections EM 424: Torsion of hin secions 26 The Torsion of Thin, Open Secions The resuls we obained for he orsion of a hin recangle can also be used be used, wih some qualificaions, for oher hin open secions such

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 EKHBRD011ABY1 EKHBRD014ABY1 EKHBRD016ABY1 EKHBRD011ACV1 EKHBRD014ACV1 EKHBRD016ACV1 EKHBRD011ACY1

More information

Motion Along a Straight Line

Motion Along a Straight Line Moion Along a Sraigh Line On Sepember 6, 993, Dave Munday, a diesel mechanic by rade, wen over he Canadian edge of Niagara Falls for he second ime, freely falling 48 m o he waer (and rocks) below. On his

More information

Analysis of Planck and the Equilibrium ofantis in Tropical Physics

Analysis of Planck and the Equilibrium ofantis in Tropical Physics Emergence of Fokker-Planck Dynamics wihin a Closed Finie Spin Sysem H. Niemeyer(*), D. Schmidke(*), J. Gemmer(*), K. Michielsen(**), H. de Raed(**) (*)Universiy of Osnabrück, (**) Supercompuing Cener Juelich

More information

Unstructured Experiments

Unstructured Experiments Chaper 2 Unsrucured Experimens 2. Compleely randomized designs If here is no reason o group he plos ino blocks hen we say ha Ω is unsrucured. Suppose ha reamen i is applied o plos, in oher words ha i is

More information

International Journal of Supply and Operations Management

International Journal of Supply and Operations Management Inernaional Journal of Supply and Operaions Managemen IJSOM May 05, Volume, Issue, pp 5-547 ISSN-Prin: 8-59 ISSN-Online: 8-55 wwwijsomcom An EPQ Model wih Increasing Demand and Demand Dependen Producion

More information

NOTES ON OSCILLOSCOPES

NOTES ON OSCILLOSCOPES NOTES ON OSCILLOSCOPES NOTES ON... OSCILLOSCOPES... Oscilloscope... Analog and Digial... Analog Oscilloscopes... Cahode Ray Oscilloscope Principles... 5 Elecron Gun... 5 The Deflecion Sysem... 6 Displaying

More information

Supplementary Appendix for Depression Babies: Do Macroeconomic Experiences Affect Risk-Taking?

Supplementary Appendix for Depression Babies: Do Macroeconomic Experiences Affect Risk-Taking? Supplemenary Appendix for Depression Babies: Do Macroeconomic Experiences Affec Risk-Taking? Ulrike Malmendier UC Berkeley and NBER Sefan Nagel Sanford Universiy and NBER Sepember 2009 A. Deails on SCF

More information

RESTRICTIONS IN REGRESSION MODEL

RESTRICTIONS IN REGRESSION MODEL RESTRICTIONS IN REGRESSION MODEL Seema Jaggi and N. Sivaramane IASRI, Library Avenue, New Delhi-11001 seema@iasri.res.in; sivaramane@iasri.res.in Regression analysis is used o esablish a relaionship via

More information

Optimal Control Formulation using Calculus of Variations

Optimal Control Formulation using Calculus of Variations Lecure 5 Opimal Conrol Formulaion using Calculus o Variaions Dr. Radhakan Padhi Ass. Proessor Dep. o Aerospace Engineering Indian Insiue o Science - Bangalore opics Opimal Conrol Formulaion Objecive &

More information

CHAPTER FIVE. Solutions for Section 5.1

CHAPTER FIVE. Solutions for Section 5.1 CHAPTER FIVE 5. SOLUTIONS 87 Soluions for Secion 5.. (a) The velociy is 3 miles/hour for he firs hours, 4 miles/hour for he ne / hour, and miles/hour for he las 4 hours. The enire rip lass + / + 4 = 6.5

More information

Making a Faster Cryptanalytic Time-Memory Trade-Off

Making a Faster Cryptanalytic Time-Memory Trade-Off Making a Faser Crypanalyic Time-Memory Trade-Off Philippe Oechslin Laboraoire de Securié e de Crypographie (LASEC) Ecole Polyechnique Fédérale de Lausanne Faculé I&C, 1015 Lausanne, Swizerland philippe.oechslin@epfl.ch

More information

B-Splines and NURBS Week 5, Lecture 9

B-Splines and NURBS Week 5, Lecture 9 CS 430/536 Compuer Graphics I B-Splines an NURBS Wee 5, Lecure 9 Davi Breen, William Regli an Maxim Peysahov Geomeric an Inelligen Compuing Laboraory Deparmen of Compuer Science Drexel Universiy hp://gicl.cs.rexel.eu

More information

T ϕ t ds t + ψ t db t,

T ϕ t ds t + ψ t db t, 16 PRICING II: MARTINGALE PRICING 2. Lecure II: Pricing European Derivaives 2.1. The fundamenal pricing formula for European derivaives. We coninue working wihin he Black and Scholes model inroduced in

More information

Inventory Planning with Forecast Updates: Approximate Solutions and Cost Error Bounds

Inventory Planning with Forecast Updates: Approximate Solutions and Cost Error Bounds OPERATIONS RESEARCH Vol. 54, No. 6, November December 2006, pp. 1079 1097 issn 0030-364X eissn 1526-5463 06 5406 1079 informs doi 10.1287/opre.1060.0338 2006 INFORMS Invenory Planning wih Forecas Updaes:

More information

2.4 Network flows. Many direct and indirect applications telecommunication transportation (public, freight, railway, air, ) logistics

2.4 Network flows. Many direct and indirect applications telecommunication transportation (public, freight, railway, air, ) logistics .4 Nework flow Problem involving he diribuion of a given produc (e.g., waer, ga, daa, ) from a e of producion locaion o a e of uer o a o opimize a given objecive funcion (e.g., amoun of produc, co,...).

More information

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore

Imagine a Source (S) of sound waves that emits waves having frequency f and therefore heoreical Noes: he oppler Eec wih ound Imagine a ource () o sound waes ha emis waes haing requency and hereore period as measured in he res rame o he ource (). his means ha any eecor () ha is no moing

More information

OCPID-DAE1 Optimal Control and Parameter Identification with Differential-Algebraic Equations of Index 1

OCPID-DAE1 Optimal Control and Parameter Identification with Differential-Algebraic Equations of Index 1 Tuorial OCPID-DAE1 Opimal Conrol and Parameer Idenificaion wih Differenial-Algebraic Equaions of Index 1 May 16, 213 Address of he Auhor: Prof. Dr. Mahias Gerds Insiu für Mahemaik und Rechneranwendung

More information

Fakultet for informasjonsteknologi, Institutt for matematiske fag

Fakultet for informasjonsteknologi, Institutt for matematiske fag Page 1 of 5 NTNU Noregs eknisk-naurviskaplege universie Fakule for informasjonseknologi, maemaikk og elekroeknikk Insiu for maemaiske fag - English Conac during exam: John Tyssedal 73593534/41645376 Exam

More information

arxiv:math/0111328v1 [math.co] 30 Nov 2001

arxiv:math/0111328v1 [math.co] 30 Nov 2001 arxiv:mah/038v [mahco 30 Nov 00 EVALUATIONS OF SOME DETERMINANTS OF MATRICES RELATED TO THE PASCAL TRIANGLE C Kraenhaler Insiu für Mahemaik der Universiä Wien, Srudlhofgasse 4, A-090 Wien, Ausria e-mail:

More information