Monte Carlo Simulation for Reliability and Availability analyses. November 2016

Size: px
Start display at page:

Download "Monte Carlo Simulation for Reliability and Availability analyses. November 2016"

Transcription

1 Mone Carlo Simulaion for Reliabiliy and Availabiliy analyses November 206

2 The experimenal view

3 Conens 3 Sampling Random Numbers Simulaion of sysem ranspor Simulaion for reliabiliy/availabiliy analysis of a componen Examples

4 The Hisory of Mone Carlo Simulaion Buffon Kelvin Gosse (Suden) Fermi, von Neumann, Ulam Neuron ranspor Sysem Transpor (RAMS) s 950 s 990 s

5 SAMPLING RANDOM NUMBERS

6 6 Example: Exponenial Disribuion Probabiliy densiy funcion: Expeced value and variance: ) ( e f T 2 ] [ ] [ T Var T E f T () () T f e

7 Sampling Random Numbers from F X (x) 7 Sample R from U R (r) and find X: X F X R Example: Exponenial disribuion F X X x x e R F e x x X F X R ln R

8 Sampling from discree disribuions sample an x0 x x k,,...,,... F P X x P X x k k i i0 R~ U[0,) k 8 Graphically:

9 Failure probabiliy esimaion: example 9 Arc number i Failure probabiliy P i Calculae he analyic soluion for he failure probabiliy of he nework, i.e., he probabiliy of no connecion beween nodes S and T 2- Repea he calculaion wih Mone Carlo simulaion

10 Analyic soluion 0 ) Minimal cu ses M 2 ={2,5} M 3 ={,3,5} M 4 ={2,3,4} 2) Nework failure probabiliy (rare even approximaion): 4 P[ X ] P[ M ] T 4 j P[ M ] p p P[ M ] p p j P[ M ] p p p P[ M ] p p p

11 Mone Carlo simulaion The sae of arc i can be sampled by applying he inverse ransform mehod o he se of discree probabiliies pi, pi of he muually exclusive and exhausive saes B 2 B p i B 3 B p i S R S RU[0,) 0 We calculae he arrival sae for all he arcs of he nework As a resul of hese ransiions, if he sysem falls in any configuraion corresponding o a minimal cu se, we add o N f The rial simulaion hen proceeds unil we collec N rials. We obain he esimaion of he failure probabiliy dividing N f by N

12 Mone Carlo simulaion 2 N number of rials N F number of rials corresponding o realizaion of a minimal cu se The failure probabiliy is equal o N F / N clear all; %arc failure probabiliies p=[0.05,0.025,0.05,0.02,0.075]; nf=0; n=e6; %number of MC simulaions for i=:n %sampling of arcs faul evens r=rand(,5); s=zeros(,5); rpm=r-p; for j=:5 if (rpm(,j)<=0) s(,j)=; end end %cu se check faul=s(,)*s(,4)+s(,2)*s(,5)+s(,)*s(,3)*s(,5)+s(,2)*s(,3)*s(,4); if faul >= nf=nf+; end end pf=nf/n; %sysem failure probabiliy For n=0 6, we obain PX [ T ]

13 SIMULATION OF SYSTEM TRANSPORT

14 Mone Carlo simulaion for sysem reliabiliy 4 PLANT = sysem of Nc suiably conneced componens. COMPONENT = a subsysem of he plan (pump, valve,...) which may say in differen exclusive (muli)saes (nominal, failed, sand-by,... ). Sochasic ransiions from sae-o-sae occur a sochasic imes. STATE of he PLANT a = he se of he saes in which he N c componens say a. The saes of he plan are labeled by a scalar which enumeraes all he possible combinaions of all he componen saes. PLANT TRANSITION = when any one of he plan componens performs a sae ransiion we say ha he plan has performed a ransiion. The ime a which he plan performs he n-h ransiion is called n and he plan sae hereby enered is called k n. PLANT LIFE = sochasic process.

15 Plan life: random walk 5 Random walk = realizaion of he sysem life generaed by he underlying sae-ransiion sochasic process.

16 Phase Space 6

17 Example: Sysem Reliabiliy Esimaion 7 R R C ( ) C ( ) 0, T M R R C ( ) C ( ), T M R R C ( ) C ( ), T M R R C ( ) C ( ) 0, T M Evens a componens level, which do no enail sysem failure ˆ C R () FT () M

18 Sochasic Transiions: Governing Probabiliies 8 T( ; k )d = condiional probabiliy of a ransiion a d, given ha he preceding ransiion occurred a and ha he sae hereby enered was k. C(k k ; ) = condiional probabiliy ha he plan eners sae k, given ha a ransiion occurred a ime when he sysem was in sae k. Boh hese probabiliies form he raspor kernel : K(; k ; k )d = T( ; k )d C(k k ; ) (; k) = ingoing ransiion densiy or probabiliy densiy funcion (pdf) of a sysem ransiion a, resuling in he enrance in sae k

19 SIMULATION FOR COMPONENT AVAILABILITY / RELIABILITY ESTIMATION 9

20 One componen wih exponenial disribuion of he failure ime 20 2 m Sae 2 Sae Sae X= ON Sae X=2 OFF

21 One componen wih exponenial disribuion of he failure ime 2 2 m Sae 2 Sae Sae X= ON Sae X=2 OFF

22 One componen wih exponenial disribuion of he failure ime 22 2 m Sae 2 Sae Sae X= ON Sae X=2 OFF

23 One componen wih exponenial disribuion of he failure ime 23 m 2 values h - m h - Sae X= ON Sae X=2 OFF Limi unavailabiliy: / m U / m/ 0.07

24 Mone carlo simulaion for esimaing he sysem availabiliy a ime 24 N ime inervals Δ If he componen fails in +Δ, he couner increases c A ( j ) = c A ( j ) +; oherwise, c A ( j ) = c A ( j ) Trial

25 Mone carlo simulaion for esimaing he sysem availabiliy a ime 25 anoher rial Trial Trial i-h

26 Mone carlo simulaion for esimaing he sysem availabiliy a ime 26 anoher rial Trial Trial i-h Trial M-h

27 Mone carlo simulaion for esimaing he sysem availabiliy a ime 27 The couner c A ( j ) adds unil M rials have been sampled G ( ) P{ X( ) } A j = unavailabiliy a ime j = mean value of c A ( j ) a ime j Trial Trial i-h Trial M-h G A c ( ) j A ( j ) M

28 Unavailabiliy Pseudo Code 28 %Iniialize parameers Tm=mission ime; N=number of rials; D=bin lengh; Time_axis=0:D:Tm; FOR i=:n %parameer iniializaion for each rial =0; failure_ime=0; repair_ime=0; sae=; while <Tm if sae= =+exprnd(/lambda); sae=2; failure_ime=; lower_b=minimum(find(ime_axis>=failure_ime)); couner(i,lower_b)=; Else =+exprnd(/mu); sae=; repair_ime=; upper_b=find(ime_axis<up_ime,,'las'); couner(i,lower_b+:upper_b)=; Endif End while End For unav=sum_channel(couner)/n_simulaions Fala de disponibilidad único Single ensayo rial Simulacion Mone Carlo Mone simulaion Carlo Fala Limi de unavailabiliy disponibilidad en esado esacionario Time Tiempo

29 SIMULATION FOR SYSTEM AVAILABILITY / RELIABILITY ESTIMATION 29

30 Phase Space 30

31 Iniial Indirec Mone Carlo: Example () 3 A C B Componens imes of ransiion beween saes are exponenially disribued i ( = rae of ransiion of componen i going from is sae j i o he sae m i ) j i m - Arrival AB ( ) - 2 A 3 ( B ) A 3 ( B ) A( B) 2 A( B) 3 A( B) 23

32 Iniial Indirec Mone Carlo: Example (2) 32 Arrival C 2 C 3 C C 2 C 3 2 C C 3 C 2 3 C C 4 C 42 C 43 The componens are iniially (=0) in heir nominal saes (,,) One minimal cu se of order (C in sae 4:(*,*,4)) and one minimal cu se of order 2 (A and B in 3: (3,3,*)).

33 33 SAMPLING THE TIME OF TRANSITION The rae of ransiion of componen A(B) ou of is nominal sae is: The rae of ransiion of componen C ou of is nominal sae is: The rae of ransiion of he sysem ou of is curren configuraion (,, ) is: We are now in he posiion of sampling he firs sysem ransiion ime, by applying he inverse ransform mehod: where R ~ U[0,) ) ( 3 ) ( 2 ) ( B A B A B A C C C C C B A,, ) ln(,, 0 R Analog Mone Carlo Trial

34 Sampling he kind of Transiion () 34 Assuming ha < T M (oherwise we would proceed o he successive rial), we now need o deermine which ransiion has occurred, i.e. which componen has undergone he ransiion and o which arrival sae. The probabiliies of componens A, B, C undergoing a ransiion ou of heir iniial nominal saes, given ha a ransiion occurs a ime, are: A,,,,,,, Thus, we can apply he inverse ransform mehod o he discree disribuion B, C R A C B,,,,,, C 0

35 Sampling he Kind of Transiion (2) 35 Given ha a componen B undergoes a ransiion, is arrival sae can be sampled by applying he inverse ransform mehod o he se of discree probabiliies B B 2 3, B B of he muually exclusive and exhausive arrival saes 0 B 2 B As a resul of his firs ransiion, a he sysem is operaing in configuraion (,3,). The simulaion now proceeds o sampling he nex ransiion ime 2 wih he updaed ransiion rae,3, B 3 B A B C 3 S R S R S U[0,)

36 Sampling he Nex Transiion 36 The nex ransiion, hen, occurs a where R ~ U[0,). ln( ),3, 2 R Assuming again ha 2 < T M, he componen undergoing he ransiion and is final sae are sampled as before by applicaion of he inverse rasform mehod o he appropriae discree probabiliies. The rial simulaion hen proceeds hrough he various ransiions from one sysem configuraion o anoher up o he mission ime T M.

37 Unreliabiliy and Unavailabiliy Esimaion 37 When he sysem eners a failed configuraion (*,*,4) or (3,3,*), where he * denoes any sae of he componen, allies are appropriaely colleced for he unreliabiliy and insananeous unavailabiliy esimaes (a discree imes j [0, T M ]); Afer performing a large number of rials M, we can obain esimaes of he sysem unreliabiliy and insananeous unavailabiliy by simply dividing by M, he accumulaed conens of C R ( j ) and C A ( j ), j [0,T M ]

38 Direc Mone Carlo: Example () 38 A C For any arbirary rial, saring a =0 wih he sysem in nominal configuraion (,,) we would sample all he ransiion imes: ln( i i m i 0 i R,m m i B i ) i m m i i A, B, C 2,3 2,3,4 for for i A, B i C where ~ R i, m U i [0,)

39 Direc Mone Carlo: Example (2) 39

40 MARA Monecarlo Availabiliy Reliabiliy Analysis code 40 A USER-FRIENDLY SOFTWARE FOR RELIABILITY ANALYSIS OF COMPLEX SYSTEMS

41 MARA Monecarlo Availabiliy Reliabiliy Analysis code 4. Design sysem srucure

42 MARA Monecarlo Availabiliy Reliabiliy Analysis code 42. Design sysem srucure 2. Cu-ses compuaion

43 MARA Monecarlo Availabiliy Reliabiliy Analysis code 43. Design sysem srucure 2. Cu-ses compuaion 3. Define sysem parameers

44 MARA Monecarlo Availabiliy Reliabiliy Analysis code 44. Design sysem srucure 2. Cu-ses compuaion 3. Define sysem parameers 4. Run Mone Carlo compuaion

45 bin-averaged Sisem Unavailabiliy MARA Monecarlo Availabiliy Reliabiliy Analysis code 45. Design sysem srucure 2. Cu-ses compuaion 3. Define sysem parameers 4. Run Mone Carlo compuaion 5. See Resuls 3.5 x ime

46 A real example of Indirec Simulaion PRODUCTION AVAILABILITY EVALUATION OF AN OFFSHORE INSTALLATION Zio, E., Baraldi, P., Paelli E. Assessmen of he availabiliy of an offshore insallaion by Mone Carlo simulaion. Inernaional Journal of Pressure Vessels and Piping 83 (2006)

47 The offshore producion plan 5 TC TC 0. MSm 3 0. MSm MSm3/d 50% 50% 2.2 MSm 3 /d Fuel Gas 25 b Gas Lif 60b 4.4 MSm 3 /d TEG 6 MW MSm 3 /d Flare Gas Expor 3.0 MSm 3 /d, 60b Wells Producion Gas : 5 MSm 3 /d Oil : Sm 3 / d Waer : 8000 Sm 3 /d 4.4 MSm 3 /d Separaion 7000 Sm 3 /d Sm 3 /d 0. MSm 3 TG 3 MW 50% Gas Lif 00b Oil Tr EC 6 MW 7 MW Oil expor Wa. Tr 0. MSm 3 TG 50% 3 MW Sea 7 MW Waer Inj.

48 Componen failures and repairs: TCs and TGs TC TG 0 0 m 0 m h h h h h h - m h h - m h h - Sae 0 = as good as new Sae = degraded (no funcion los, greaer failure rae value) Sae 2 = criical (funcion is los)

49 Componen failures and repairs: EC and TEG 53 EC TEG 0 2 m h h - m h h - Sae 0 = as good as new Sae 2 = criical (funcion is los)

50 Producion prioriy 54 When a failure occurs, he sysem is reconfigured o minimise (in order): he impac on he expor oil producion he impac on expor gas producion The impac on waer injecion does no maer

51 Producion prioriy: example 55 TC TC 0. MSm 3 0. MSm MSm3/d 50% 50% 2.2 MSm 3 /d Fuel Gas 25 b Gas Lif 60b 4.4 MSm 3 /d TEG 6 MW MSm 3 /d Flare Gas Expor 3.0 MSm 3 /d, 60b 4.4 MSm 3 /d Gas Lif 00b EC Oil expor Wells Producion Gas : 5 MSm 3 /d Oil : Sm 3 / d Waer : 8000 Sm 3 /d Separaion 7000 Sm 3 /d Sm 3 /d 0. MSm 3 TG 3 MW 50% Oil Tr 7 MW Wa. Tr 0. MSm 3 TG 50% 3 MW Sea Waer Inj.

52 Mainenance policy: reparaion 56 Only repair eam Prioriy levels of failures:. Failures leading o oal loss of expor oil (boh TG s or boh TC s or TEG) 2. Failures leading o parial loss of expor oil (single TG or EC) 3. Failures leading o no loss of expor oil (single TC failure)

53 Mainenance policy: prevenive mainenance 57 Only prevenive mainenance eam The prevenive mainenance akes place only if he sysem is in perfec sae of operaion Type of mainenance Frequency [hours] Duraion [hours] Turbo-Generaor and Turbo-Compressors Type 260 (90 days) 4 Type ( year) 20 (5 days) Type (5 years) 672 (4 weeks) Elecro Compressor Type

54 MARKOV APPROACH Number of componens = 6 Number of saes for componen = 2 or = 324 plan saes repair eam 29 new plan saes mainenance eam Non homogeneous Markov chain + + Markov approach oo complex MONTE CARLO APPROACH

55 Case A: perfec sysem and prevenive mainenances 62 P.Mainenance Type (TC,TG) P.Mainenance Type 2 (EC) P.Mainenance Type 3 (TC,TG) Mean Sd Oil [k m 3 /d] Gas [k Sm 3 /d] Waer [k m 3 /d]

56 The heoreical view

57 Conens 67 Sampling Evaluaion of definie inegrals Simulaion of sysem ranspor Simulaion for reliabiliy/availabiliy analysis

58 Conens 68 Sampling Evaluaion of definie inegrals Simulaion of sysem ranspor Simulaion for reliabiliy/availabiliy analysis

59 Buffon s needle 69 Buffon considered a se of parallel sraigh lines a disance D apar ono a plane and compued he probabiliy P ha a needle of lengh L < D randomly posiioned on he plane would inersec one of hese lines. P P Y Lsin fy ( y) D y [0, D] f ( ) [0, ] dy d L / D P D /2 A

60 Sampling (pseudo) Random Numbers Uniform Disribuion 70 cdf : U R r PR r r 0 pdf : u R r dur dr r

61 Sampling (pseudo) Random Numbers Uniform Disribuion 7 R~ U[0,) xi axi c mod m Where r i xi m a, c [0, m ] m? x x... x x Example: a = 5, c =, m = r 6 (5 2 ) mod 6 r 3 3 r 6 2 6

62 Sampling (pseudo) Random Numbers Generic Disribuion 72 Pr R r U r R F X x Sample R from U R (r) and find X: X F X R r R 0 X x Quesion: which disribuion does X obey? X x P F R P X Applicaion of he operaor F x o he argumen of P above yields P x X x PR F x F x Summary: From an R U R (r) we obain an X F X (x) X X

63 Example: Exponenial Disribuion 73 Markovian sysem wih wo saes (good, failed) hazard rae, = consan cdf pdf f F T T PT e d P T d e d Sampling a failure ime T R R r F e F T T F T R ln R

64 Example: Weibull Disribuion 74 hazard rae no consan CDF pdf T F P T e T f d P T d e d Sampling a failure ime T R R F r F e T T FT R ln R

65 Sampling by he Inverse Transform Mehod: Discree Disribuions sample an x0 x x k,,...,,... F P X x P X x k k i i0 R~ U[0,) k 75 P F R F F F F F R ~ U[0,) and FR ( r) r ( ) ( ) k k R k R k P F R F F F f P X x k k k k k k Graphically:

66 Conens 76 Sampling Evaluaion of definie inegrals Simulaion of sysem ranspor Simulaion for reliabiliy/availabiliy analysis

67 MC Evaluaion of Definie Inegrals (D) Analog Case 77 G f b a g x f x dx x pdf f x 0 ; f xdx MC analog dar game: sample x from f(x) he probabiliy ha a sho his x dx is f(x)dx he award is g(x) Consider N rials wih resul {x, x 2,,x n }: he average award is G N g N N x i i

68 MC Evaluaion of Definie Inegrals (D) Example 78 2 G cos x dx By seing: f x, g xcos x 2 G E g( x) 2 2 E g ( x) cos x dx Var G Var g x E g x E g x N N 2 N ( ) ( ) 2 2 Var GN N 2 N 2 4 for N 0 hisories, xi ~ U[0,) g xi cos xi G , s 9.60 N 2 6 G N 2

69 MC Evaluaion of Definie Inegrals (D) Biased Case 79 The expression for G may be wrien MC biased dar game: sample x from f (x) he probabiliy ha a sho his x dx is f (x)dx he award is f x g x g x G f x N x x f G g D f D x f xdx g x f x g N dx x N i i

70 MC Evaluaion of Definie Inegrals (D) Biased Case: Example 80 2 G cos xdx The pdf f * (x) is: f ( x) a bx * 2 From he normalizaion condiion: * b f ( x) dx a bx dx a b 3( a ) 3 * 2 f ( x) a 3( a ) x 3 For he minimum value a.5 2 cos x G xdx x dx 2 2 cos (.5.5 ) x 0 0 f ( x) g ( x)

71 MC Evaluaion of Definie Inegrals (D) Biased Case: Example 8 Finally we obain: Var G N N N N i 4 * 2 i i 2.5.5xi for N 0 hisories, x ~ f g x G , s G N 4 cos x

72 Conens 82 Sampling Evaluaion of definie inegrals Simulaion of sysem ranspor Simulaion for reliabiliy/availabiliy analysis

73 Mone Carlo simulaion for sysem reliabiliy 83 PLANT = sysem of Nc suiably conneced componens. COMPONENT = a subsysem of he plan (pump, valve,...) which may say in differen exclusive (muli)saes (nominal, failed, sand-by,... ). Sochasic ransiions from sae-o-sae occur a sochasic imes. STATE of he PLANT a = he se of he saes in which he N c componens say a. The saes of he plan are labeled by a scalar which enumeraes all he possible combinaions of all he componen saes. PLANT TRANSITION = when any one of he plan componens performs a sae ransiion we say ha he plan has performed a ransiion. The ime a which he plan performs he n-h ransiion is called n and he plan sae hereby enered is called k n. PLANT LIFE = sochasic process.

74 85

75 Sochasic Transiions: Governing Probabiliies 86 T( ; k )d = condiional probabiliy of a ransiion a d, given ha he preceding ransiion occurred a and ha he sae hereby enered was k. C(k k ; ) = condiional probabiliy ha he plan eners sae k, given ha a ransiion occurred a ime when he sysem was in sae k. Boh hese probabiliies form he raspor kernel : K(; k ; k )d = T( ; k )d C(k k ; ) (; k) = ingoing ransiion densiy or probabiliy densiy funcion (pdf) of a sysem ransiion a, resuling in he enrance in sae k

76 The von Neumann s Approach and he Transpor Equaion 87 The ransiion densiy (; k) is expanded in series of he parial ransiion densiies: n (; k) = pdf ha he sysem performs he nh ransiion a, enering he sae k. Then, (, k) n0 n (, k) 0 (, k) k ' 0 d' ( ', k') K(, k Transpor equaion for he plan saes ', k') 87

77 88 *) *,, ( ),, ( ), ( ), ( * 0 0 k k K k k K k d k k ),, ( *) *,, ( ),, ( ), ( ), ( 2 2 * 2 2 * k k K k k K d k k K k d k k k ),, ( ),, ( *) *,, ( ), ( 2 2 * * 2,...,, * 2 2 n n n k k k n n k k K k k K k k K d d d k n n n Iniial Condiions: (*, k*) Formally rewrie he parial ransiion densiies: Mone Carlo Soluion o he Transpor Equaion ()

78 MC Evaluaion of Definie Inegrals G f b a g x f x dx x pdf f x 0 ; f xdx 89 MC analog dar game: sample x = (, k ; 2, k 2 ;...) from f(x)= K(, k *, k*) K( 2, k2, k) K(, k n, kn ) he probabiliy ha a sho his x dx is f(x)dx he award is g(x)= Consider N rials wih resul {x, x 2,,x n }: he average award is G N g N N x i i

79 Conens 90 Sampling Evaluaion of definie inegrals Simulaion of sysem ranspor Simulaion for reliabiliy/availabiliy analysis

80 Mone Carlo Simulaion in RAMS 9 G( ) (, k) R (, ) d k 0 k Expeced value = subse of all sysem failure saes R k (,) = G() = unreliabiliy R k (,) = prob. sysem no exiing before from he sae k enered a < G() = unavailabiliy Mone Carlo soluion of a definie inegral: expeced value sample mean

81 92

82 93

83 Quesions & Answers 94

Monte Carlo Simulation for Reliability and Availability analyses

Monte Carlo Simulation for Reliability and Availability analyses Monte Carlo Simulation for Reliability and Availability analyses Monte Carlo Simulation: Why? 2 Computation of system reliability and availability for industrial systems characterized by: many components

More information

Reliability of Technical Systems

Reliability of Technical Systems eliabiliy of Technical Sysems Main Topics Inroducion, Key erms, framing he problem eliabiliy parameers: Failure ae, Failure Probabiliy, Availabiliy, ec. Some imporan reliabiliy disribuions Componen reliabiliy

More information

Introduction to Probability and Statistics Slides 4 Chapter 4

Introduction to Probability and Statistics Slides 4 Chapter 4 Inroducion o Probabiliy and Saisics Slides 4 Chaper 4 Ammar M. Sarhan, asarhan@mahsa.dal.ca Deparmen of Mahemaics and Saisics, Dalhousie Universiy Fall Semeser 8 Dr. Ammar Sarhan Chaper 4 Coninuous Random

More information

Vehicle Arrival Models : Headway

Vehicle Arrival Models : Headway Chaper 12 Vehicle Arrival Models : Headway 12.1 Inroducion Modelling arrival of vehicle a secion of road is an imporan sep in raffic flow modelling. I has imporan applicaion in raffic flow simulaion where

More information

2 Modern Stochastic Process Methods for Multi-state System Reliability Assessment

2 Modern Stochastic Process Methods for Multi-state System Reliability Assessment 2 Modern Sochasic Process Mehods for Muli-sae Sysem Reliabiliy Assessmen The purpose of his chaper is o describe basic conceps of applying a random process heory o MSS reliabiliy assessmen. Here, we do

More information

Probabilistic Models for Reliability Analysis of a System with Three Consecutive Stages of Deterioration

Probabilistic Models for Reliability Analysis of a System with Three Consecutive Stages of Deterioration Yusuf I., Gaawa R.I. Volume, December 206 Probabilisic Models for Reliabiliy Analysis of a Sysem wih Three Consecuive Sages of Deerioraion Ibrahim Yusuf Deparmen of Mahemaical Sciences, Bayero Universiy,

More information

Chapter 2. Models, Censoring, and Likelihood for Failure-Time Data

Chapter 2. Models, Censoring, and Likelihood for Failure-Time Data Chaper 2 Models, Censoring, and Likelihood for Failure-Time Daa William Q. Meeker and Luis A. Escobar Iowa Sae Universiy and Louisiana Sae Universiy Copyrigh 1998-2008 W. Q. Meeker and L. A. Escobar. Based

More information

20. Applications of the Genetic-Drift Model

20. Applications of the Genetic-Drift Model 0. Applicaions of he Geneic-Drif Model 1) Deermining he probabiliy of forming any paricular combinaion of genoypes in he nex generaion: Example: If he parenal allele frequencies are p 0 = 0.35 and q 0

More information

Basic notions of probability theory (Part 2)

Basic notions of probability theory (Part 2) Basic noions of probabiliy heory (Par 2) Conens o Basic Definiions o Boolean Logic o Definiions of probabiliy o Probabiliy laws o Random variables o Probabiliy Disribuions Random variables Random variables

More information

Evaluation of Mean Time to System Failure of a Repairable 3-out-of-4 System with Online Preventive Maintenance

Evaluation of Mean Time to System Failure of a Repairable 3-out-of-4 System with Online Preventive Maintenance American Journal of Applied Mahemaics and Saisics, 0, Vol., No., 9- Available online a hp://pubs.sciepub.com/ajams/// Science and Educaion Publishing DOI:0.69/ajams--- Evaluaion of Mean Time o Sysem Failure

More information

Innova Junior College H2 Mathematics JC2 Preliminary Examinations Paper 2 Solutions 0 (*)

Innova Junior College H2 Mathematics JC2 Preliminary Examinations Paper 2 Solutions 0 (*) Soluion 3 x 4x3 x 3 x 0 4x3 x 4x3 x 4x3 x 4x3 x x 3x 3 4x3 x Innova Junior College H Mahemaics JC Preliminary Examinaions Paper Soluions 3x 3 4x 3x 0 4x 3 4x 3 0 (*) 0 0 + + + - 3 3 4 3 3 3 3 Hence x or

More information

Air Traffic Forecast Empirical Research Based on the MCMC Method

Air Traffic Forecast Empirical Research Based on the MCMC Method Compuer and Informaion Science; Vol. 5, No. 5; 0 ISSN 93-8989 E-ISSN 93-8997 Published by Canadian Cener of Science and Educaion Air Traffic Forecas Empirical Research Based on he MCMC Mehod Jian-bo Wang,

More information

Stochastic models and their distributions

Stochastic models and their distributions Sochasic models and heir disribuions Couning cusomers Suppose ha n cusomers arrive a a grocery a imes, say T 1,, T n, each of which akes any real number in he inerval (, ) equally likely The values T 1,,

More information

Lab 10: RC, RL, and RLC Circuits

Lab 10: RC, RL, and RLC Circuits Lab 10: RC, RL, and RLC Circuis In his experimen, we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors. We will sudy he way volages and currens change in

More information

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model

Modal identification of structures from roving input data by means of maximum likelihood estimation of the state space model Modal idenificaion of srucures from roving inpu daa by means of maximum likelihood esimaion of he sae space model J. Cara, J. Juan, E. Alarcón Absrac The usual way o perform a forced vibraion es is o fix

More information

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010

Simulation-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Simulaion-Solving Dynamic Models ABE 5646 Week 2, Spring 2010 Week Descripion Reading Maerial 2 Compuer Simulaion of Dynamic Models Finie Difference, coninuous saes, discree ime Simple Mehods Euler Trapezoid

More information

Appendix to Creating Work Breaks From Available Idleness

Appendix to Creating Work Breaks From Available Idleness Appendix o Creaing Work Breaks From Available Idleness Xu Sun and Ward Whi Deparmen of Indusrial Engineering and Operaions Research, Columbia Universiy, New York, NY, 127; {xs2235,ww24}@columbia.edu Sepember

More information

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi

Navneet Saini, Mayank Goyal, Vishal Bansal (2013); Term Project AML310; Indian Institute of Technology Delhi Creep in Viscoelasic Subsances Numerical mehods o calculae he coefficiens of he Prony equaion using creep es daa and Herediary Inegrals Mehod Navnee Saini, Mayank Goyal, Vishal Bansal (23); Term Projec

More information

Comparison between the Discrete and Continuous Time Models

Comparison between the Discrete and Continuous Time Models Comparison beween e Discree and Coninuous Time Models D. Sulsky June 21, 2012 1 Discree o Coninuous Recall e discree ime model Î = AIS Ŝ = S Î. Tese equaions ell us ow e populaion canges from one day o

More information

Matlab and Python programming: how to get started

Matlab and Python programming: how to get started Malab and Pyhon programming: how o ge sared Equipping readers he skills o wrie programs o explore complex sysems and discover ineresing paerns from big daa is one of he main goals of his book. In his chaper,

More information

Most Probable Phase Portraits of Stochastic Differential Equations and Its Numerical Simulation

Most Probable Phase Portraits of Stochastic Differential Equations and Its Numerical Simulation Mos Probable Phase Porrais of Sochasic Differenial Equaions and Is Numerical Simulaion Bing Yang, Zhu Zeng and Ling Wang 3 School of Mahemaics and Saisics, Huazhong Universiy of Science and Technology,

More information

Homework 4 (Stats 620, Winter 2017) Due Tuesday Feb 14, in class Questions are derived from problems in Stochastic Processes by S. Ross.

Homework 4 (Stats 620, Winter 2017) Due Tuesday Feb 14, in class Questions are derived from problems in Stochastic Processes by S. Ross. Homework 4 (Sas 62, Winer 217) Due Tuesday Feb 14, in class Quesions are derived from problems in Sochasic Processes by S. Ross. 1. Le A() and Y () denoe respecively he age and excess a. Find: (a) P{Y

More information

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

UCLA: Math 3B Problem set 3 (solutions) Fall, 2018 UCLA: Mah 3B Problem se 3 (soluions) Fall, 28 This problem se concenraes on pracice wih aniderivaives. You will ge los of pracice finding simple aniderivaives as well as finding aniderivaives graphically

More information

in Engineering Prof. Dr. Michael Havbro Faber ETH Zurich, Switzerland Swiss Federal Institute of Technology

in Engineering Prof. Dr. Michael Havbro Faber ETH Zurich, Switzerland Swiss Federal Institute of Technology Risk and Saey in Engineering Pro. Dr. Michael Havbro Faber ETH Zurich, Swizerland Conens o Today's Lecure Inroducion o ime varian reliabiliy analysis The Poisson process The ormal process Assessmen o he

More information

Piecewise Deterministic Markov Processes and Dynamic Reliability

Piecewise Deterministic Markov Processes and Dynamic Reliability Piecewise Deerminisic Markov Processes and Dynamic Reliabiliy H Zhang 1, K Gonzalez 1, F Dufour 1, and Y Duui 2 1 IMB, UMR 5251, Universié Bordeaux 1,Talence, France 2 IML-LAPS, UMR 5218, universié Bordeaux

More information

RC, RL and RLC circuits

RC, RL and RLC circuits Name Dae Time o Complee h m Parner Course/ Secion / Grade RC, RL and RLC circuis Inroducion In his experimen we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors.

More information

Let us start with a two dimensional case. We consider a vector ( x,

Let us start with a two dimensional case. We consider a vector ( x, Roaion marices We consider now roaion marices in wo and hree dimensions. We sar wih wo dimensions since wo dimensions are easier han hree o undersand, and one dimension is a lile oo simple. However, our

More information

Some Basic Information about M-S-D Systems

Some Basic Information about M-S-D Systems Some Basic Informaion abou M-S-D Sysems 1 Inroducion We wan o give some summary of he facs concerning unforced (homogeneous) and forced (non-homogeneous) models for linear oscillaors governed by second-order,

More information

State-Space Models. Initialization, Estimation and Smoothing of the Kalman Filter

State-Space Models. Initialization, Estimation and Smoothing of the Kalman Filter Sae-Space Models Iniializaion, Esimaion and Smoohing of he Kalman Filer Iniializaion of he Kalman Filer The Kalman filer shows how o updae pas predicors and he corresponding predicion error variances when

More information

Maintenance Models. Prof. Robert C. Leachman IEOR 130, Methods of Manufacturing Improvement Spring, 2011

Maintenance Models. Prof. Robert C. Leachman IEOR 130, Methods of Manufacturing Improvement Spring, 2011 Mainenance Models Prof Rober C Leachman IEOR 3, Mehods of Manufacuring Improvemen Spring, Inroducion The mainenance of complex equipmen ofen accouns for a large porion of he coss associaed wih ha equipmen

More information

Excel-Based Solution Method For The Optimal Policy Of The Hadley And Whittin s Exact Model With Arma Demand

Excel-Based Solution Method For The Optimal Policy Of The Hadley And Whittin s Exact Model With Arma Demand Excel-Based Soluion Mehod For The Opimal Policy Of The Hadley And Whiin s Exac Model Wih Arma Demand Kal Nami School of Business and Economics Winson Salem Sae Universiy Winson Salem, NC 27110 Phone: (336)750-2338

More information

ON DETERMINATION OF SOME CHARACTERISTICS OF SEMI-MARKOV PROCESS FOR DIFFERENT DISTRIBUTIONS OF TRANSIENT PROBABILITIES ABSTRACT

ON DETERMINATION OF SOME CHARACTERISTICS OF SEMI-MARKOV PROCESS FOR DIFFERENT DISTRIBUTIONS OF TRANSIENT PROBABILITIES ABSTRACT Zajac, Budny ON DETERMINATION O SOME CHARACTERISTICS O SEMI MARKOV PROCESS OR DIERENT DISTRIBUTIONS O R&RATA # 2(3 ar 2 (Vol. 2 29, June ON DETERMINATION O SOME CHARACTERISTICS O SEMI-MARKOV PROCESS OR

More information

04. Kinetics of a second order reaction

04. Kinetics of a second order reaction 4. Kineics of a second order reacion Imporan conceps Reacion rae, reacion exen, reacion rae equaion, order of a reacion, firs-order reacions, second-order reacions, differenial and inegraed rae laws, Arrhenius

More information

5. Stochastic processes (1)

5. Stochastic processes (1) Lec05.pp S-38.45 - Inroducion o Teleraffic Theory Spring 2005 Conens Basic conceps Poisson process 2 Sochasic processes () Consider some quaniy in a eleraffic (or any) sysem I ypically evolves in ime randomly

More information

Tom Heskes and Onno Zoeter. Presented by Mark Buller

Tom Heskes and Onno Zoeter. Presented by Mark Buller Tom Heskes and Onno Zoeer Presened by Mark Buller Dynamic Bayesian Neworks Direced graphical models of sochasic processes Represen hidden and observed variables wih differen dependencies Generalize Hidden

More information

IB Physics Kinematics Worksheet

IB Physics Kinematics Worksheet IB Physics Kinemaics Workshee Wrie full soluions and noes for muliple choice answers. Do no use a calculaor for muliple choice answers. 1. Which of he following is a correc definiion of average acceleraion?

More information

ST2352. Stochastic Processes constructed via Conditional Simulation. 09/02/2014 ST2352 Week 4 1

ST2352. Stochastic Processes constructed via Conditional Simulation. 09/02/2014 ST2352 Week 4 1 ST35 Sochasic Processes consruced via Condiional Simulaion 09/0/014 ST35 Week 4 1 Sochasic Processes consruced via Condiional Simulaion Markov Processes Simulaing Random Tex Google Sugges n grams Random

More information

ANALYSIS OF THE AIRCRAFT OPERATION IN THE CONTEXT OF SAFETY AND EFFECTIVENESS

ANALYSIS OF THE AIRCRAFT OPERATION IN THE CONTEXT OF SAFETY AND EFFECTIVENESS Proceedings of he 6h Inernaional Conference on Mechanics and Maerials in Design, Ediors: J.F. Silva Gomes & S.A. Meguid, P.Delgada/Azores, 26-3 July 215 PAPER REF: 5466 ANALYSIS OF THE AIRCRAFT OPERATION

More information

Inventory Control of Perishable Items in a Two-Echelon Supply Chain

Inventory Control of Perishable Items in a Two-Echelon Supply Chain Journal of Indusrial Engineering, Universiy of ehran, Special Issue,, PP. 69-77 69 Invenory Conrol of Perishable Iems in a wo-echelon Supply Chain Fariborz Jolai *, Elmira Gheisariha and Farnaz Nojavan

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds

Kriging Models Predicting Atrazine Concentrations in Surface Water Draining Agricultural Watersheds 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Kriging Models Predicing Arazine Concenraions in Surface Waer Draining Agriculural Waersheds Paul L. Mosquin, Jeremy Aldworh, Wenlin Chen Supplemenal Maerial Number

More information

The Arcsine Distribution

The Arcsine Distribution The Arcsine Disribuion Chris H. Rycrof Ocober 6, 006 A common heme of he class has been ha he saisics of single walker are ofen very differen from hose of an ensemble of walkers. On he firs homework, we

More information

EE650R: Reliability Physics of Nanoelectronic Devices Lecture 9:

EE650R: Reliability Physics of Nanoelectronic Devices Lecture 9: EE65R: Reliabiliy Physics of anoelecronic Devices Lecure 9: Feaures of Time-Dependen BTI Degradaion Dae: Sep. 9, 6 Classnoe Lufe Siddique Review Animesh Daa 9. Background/Review: BTI is observed when he

More information

4.6 One Dimensional Kinematics and Integration

4.6 One Dimensional Kinematics and Integration 4.6 One Dimensional Kinemaics and Inegraion When he acceleraion a( of an objec is a non-consan funcion of ime, we would like o deermine he ime dependence of he posiion funcion x( and he x -componen of

More information

Zürich. ETH Master Course: L Autonomous Mobile Robots Localization II

Zürich. ETH Master Course: L Autonomous Mobile Robots Localization II Roland Siegwar Margaria Chli Paul Furgale Marco Huer Marin Rufli Davide Scaramuzza ETH Maser Course: 151-0854-00L Auonomous Mobile Robos Localizaion II ACT and SEE For all do, (predicion updae / ACT),

More information

Topic Astable Circuits. Recall that an astable circuit has two unstable states;

Topic Astable Circuits. Recall that an astable circuit has two unstable states; Topic 2.2. Asable Circuis. Learning Objecives: A he end o his opic you will be able o; Recall ha an asable circui has wo unsable saes; Explain he operaion o a circui based on a Schmi inverer, and esimae

More information

Stochastic Model for Cancer Cell Growth through Single Forward Mutation

Stochastic Model for Cancer Cell Growth through Single Forward Mutation Journal of Modern Applied Saisical Mehods Volume 16 Issue 1 Aricle 31 5-1-2017 Sochasic Model for Cancer Cell Growh hrough Single Forward Muaion Jayabharahiraj Jayabalan Pondicherry Universiy, jayabharahi8@gmail.com

More information

Chapter 2 Basic Reliability Mathematics

Chapter 2 Basic Reliability Mathematics Chaper Basic Reliabiliy Mahemaics The basics of mahemaical heory ha are relevan o he sudy of reliabiliy and safey engineering are discussed in his chaper. The basic conceps of se heory and probabiliy heory

More information

10. State Space Methods

10. State Space Methods . Sae Space Mehods. Inroducion Sae space modelling was briefly inroduced in chaper. Here more coverage is provided of sae space mehods before some of heir uses in conrol sysem design are covered in he

More information

Ordinary dierential equations

Ordinary dierential equations Chaper 5 Ordinary dierenial equaions Conens 5.1 Iniial value problem........................... 31 5. Forward Euler's mehod......................... 3 5.3 Runge-Kua mehods.......................... 36

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

EE 301 Lab 2 Convolution

EE 301 Lab 2 Convolution EE 301 Lab 2 Convoluion 1 Inroducion In his lab we will gain some more experience wih he convoluion inegral and creae a scrip ha shows he graphical mehod of convoluion. 2 Wha you will learn This lab will

More information

u(x) = e x 2 y + 2 ) Integrate and solve for x (1 + x)y + y = cos x Answer: Divide both sides by 1 + x and solve for y. y = x y + cos x

u(x) = e x 2 y + 2 ) Integrate and solve for x (1 + x)y + y = cos x Answer: Divide both sides by 1 + x and solve for y. y = x y + cos x . 1 Mah 211 Homework #3 February 2, 2001 2.4.3. y + (2/x)y = (cos x)/x 2 Answer: Compare y + (2/x) y = (cos x)/x 2 wih y = a(x)x + f(x)and noe ha a(x) = 2/x. Consequenly, an inegraing facor is found wih

More information

Generalized Chebyshev polynomials

Generalized Chebyshev polynomials Generalized Chebyshev polynomials Clemene Cesarano Faculy of Engineering, Inernaional Telemaic Universiy UNINETTUNO Corso Viorio Emanuele II, 39 86 Roma, Ialy email: c.cesarano@unineunouniversiy.ne ABSTRACT

More information

Continuous Time Markov Chain (Markov Process)

Continuous Time Markov Chain (Markov Process) Coninuous Time Markov Chain (Markov Process) The sae sace is a se of all non-negaive inegers The sysem can change is sae a any ime ( ) denoes he sae of he sysem a ime The random rocess ( ) forms a coninuous-ime

More information

Final Spring 2007

Final Spring 2007 .615 Final Spring 7 Overview The purpose of he final exam is o calculae he MHD β limi in a high-bea oroidal okamak agains he dangerous n = 1 exernal ballooning-kink mode. Effecively, his corresponds o

More information

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing

Application of a Stochastic-Fuzzy Approach to Modeling Optimal Discrete Time Dynamical Systems by Using Large Scale Data Processing Applicaion of a Sochasic-Fuzzy Approach o Modeling Opimal Discree Time Dynamical Sysems by Using Large Scale Daa Processing AA WALASZE-BABISZEWSA Deparmen of Compuer Engineering Opole Universiy of Technology

More information

Math 10B: Mock Mid II. April 13, 2016

Math 10B: Mock Mid II. April 13, 2016 Name: Soluions Mah 10B: Mock Mid II April 13, 016 1. ( poins) Sae, wih jusificaion, wheher he following saemens are rue or false. (a) If a 3 3 marix A saisfies A 3 A = 0, hen i canno be inverible. True.

More information

A new flexible Weibull distribution

A new flexible Weibull distribution Communicaions for Saisical Applicaions and Mehods 2016, Vol. 23, No. 5, 399 409 hp://dx.doi.org/10.5351/csam.2016.23.5.399 Prin ISSN 2287-7843 / Online ISSN 2383-4757 A new flexible Weibull disribuion

More information

Online Monte-Carlo Rollout

Online Monte-Carlo Rollout Presenaion Ouline Online Mone-Carlo Rollou For he Ship Self Defense Problem by Sébasien Chouinard 2828-88-7 The ship self-defense problem; Uncerain duraions and decision epochs; The Mone-Carlo Rollou algorihm;

More information

R.#W.#Erickson# Department#of#Electrical,#Computer,#and#Energy#Engineering# University#of#Colorado,#Boulder#

R.#W.#Erickson# Department#of#Electrical,#Computer,#and#Energy#Engineering# University#of#Colorado,#Boulder# .#W.#Erickson# Deparmen#of#Elecrical,#Compuer,#and#Energy#Engineering# Universiy#of#Colorado,#Boulder# Chaper 2 Principles of Seady-Sae Converer Analysis 2.1. Inroducion 2.2. Inducor vol-second balance,

More information

t 2 B F x,t n dsdt t u x,t dxdt

t 2 B F x,t n dsdt t u x,t dxdt Evoluion Equaions For 0, fixed, le U U0, where U denoes a bounded open se in R n.suppose ha U is filled wih a maerial in which a conaminan is being ranspored by various means including diffusion and convecion.

More information

Notes on Kalman Filtering

Notes on Kalman Filtering Noes on Kalman Filering Brian Borchers and Rick Aser November 7, Inroducion Daa Assimilaion is he problem of merging model predicions wih acual measuremens of a sysem o produce an opimal esimae of he curren

More information

Macroeconomic Theory Ph.D. Qualifying Examination Fall 2005 ANSWER EACH PART IN A SEPARATE BLUE BOOK. PART ONE: ANSWER IN BOOK 1 WEIGHT 1/3

Macroeconomic Theory Ph.D. Qualifying Examination Fall 2005 ANSWER EACH PART IN A SEPARATE BLUE BOOK. PART ONE: ANSWER IN BOOK 1 WEIGHT 1/3 Macroeconomic Theory Ph.D. Qualifying Examinaion Fall 2005 Comprehensive Examinaion UCLA Dep. of Economics You have 4 hours o complee he exam. There are hree pars o he exam. Answer all pars. Each par has

More information

Math 115 Final Exam December 14, 2017

Math 115 Final Exam December 14, 2017 On my honor, as a suden, I have neiher given nor received unauhorized aid on his academic work. Your Iniials Only: Iniials: Do no wrie in his area Mah 5 Final Exam December, 07 Your U-M ID # (no uniqname):

More information

3, so θ = arccos

3, so θ = arccos Mahemaics 210 Professor Alan H Sein Monday, Ocober 1, 2007 SOLUTIONS This problem se is worh 50 poins 1 Find he angle beween he vecors (2, 7, 3) and (5, 2, 4) Soluion: Le θ be he angle (2, 7, 3) (5, 2,

More information

CHAPTER 12 DIRECT CURRENT CIRCUITS

CHAPTER 12 DIRECT CURRENT CIRCUITS CHAPTER 12 DIRECT CURRENT CIUITS DIRECT CURRENT CIUITS 257 12.1 RESISTORS IN SERIES AND IN PARALLEL When wo resisors are conneced ogeher as shown in Figure 12.1 we said ha hey are conneced in series. As

More information

AP CALCULUS AB 2003 SCORING GUIDELINES (Form B)

AP CALCULUS AB 2003 SCORING GUIDELINES (Form B) SCORING GUIDELINES (Form B) Quesion A blood vessel is 6 millimeers (mm) long Disance wih circular cross secions of varying diameer. x (mm) 6 8 4 6 Diameer The able above gives he measuremens of he B(x)

More information

CHEMICAL KINETICS: 1. Rate Order Rate law Rate constant Half-life Temperature Dependence

CHEMICAL KINETICS: 1. Rate Order Rate law Rate constant Half-life Temperature Dependence CHEMICL KINETICS: Rae Order Rae law Rae consan Half-life Temperaure Dependence Chemical Reacions Kineics Chemical ineics is he sudy of ime dependence of he change in he concenraion of reacans and producs.

More information

The average rate of change between two points on a function is d t

The average rate of change between two points on a function is d t SM Dae: Secion: Objecive: The average rae of change beween wo poins on a funcion is d. For example, if he funcion ( ) represens he disance in miles ha a car has raveled afer hours, hen finding he slope

More information

Solution of Integro-Differential Equations by Using ELzaki Transform

Solution of Integro-Differential Equations by Using ELzaki Transform Global Journal of Mahemaical Sciences: Theory and Pracical. Volume, Number (), pp. - Inernaional Research Publicaion House hp://www.irphouse.com Soluion of Inegro-Differenial Equaions by Using ELzaki Transform

More information

4.5 Constant Acceleration

4.5 Constant Acceleration 4.5 Consan Acceleraion v() v() = v 0 + a a() a a() = a v 0 Area = a (a) (b) Figure 4.8 Consan acceleraion: (a) velociy, (b) acceleraion When he x -componen of he velociy is a linear funcion (Figure 4.8(a)),

More information

15. Vector Valued Functions

15. Vector Valued Functions 1. Vecor Valued Funcions Up o his poin, we have presened vecors wih consan componens, for example, 1, and,,4. However, we can allow he componens of a vecor o be funcions of a common variable. For example,

More information

Math 333 Problem Set #2 Solution 14 February 2003

Math 333 Problem Set #2 Solution 14 February 2003 Mah 333 Problem Se #2 Soluion 14 February 2003 A1. Solve he iniial value problem dy dx = x2 + e 3x ; 2y 4 y(0) = 1. Soluion: This is separable; we wrie 2y 4 dy = x 2 + e x dx and inegrae o ge The iniial

More information

Chapter 3 Boundary Value Problem

Chapter 3 Boundary Value Problem Chaper 3 Boundary Value Problem A boundary value problem (BVP) is a problem, ypically an ODE or a PDE, which has values assigned on he physical boundary of he domain in which he problem is specified. Le

More information

Energy Storage Benchmark Problems

Energy Storage Benchmark Problems Energy Sorage Benchmark Problems Daniel F. Salas 1,3, Warren B. Powell 2,3 1 Deparmen of Chemical & Biological Engineering 2 Deparmen of Operaions Research & Financial Engineering 3 Princeon Laboraory

More information

Handout: Power Laws and Preferential Attachment

Handout: Power Laws and Preferential Attachment CS224W: Analysis of Neworks Fall 2017 Handou: Power Laws and Preferenial Aachmen 1 Preferenial Aachmen Empirical sudies of real world neworks revealed ha degree disribuion ofen follows a heavyailed disribuion,

More information

2.4 Cuk converter example

2.4 Cuk converter example 2.4 Cuk converer example C 1 Cuk converer, wih ideal swich i 1 i v 1 2 1 2 C 2 v 2 Cuk converer: pracical realizaion using MOSFET and diode C 1 i 1 i v 1 2 Q 1 D 1 C 2 v 2 28 Analysis sraegy This converer

More information

AP CALCULUS AB 2003 SCORING GUIDELINES (Form B)

AP CALCULUS AB 2003 SCORING GUIDELINES (Form B) SCORING GUIDELINES (Form B) Quesion A ank conains 15 gallons of heaing oil a ime =. During he ime inerval 1 hours, heaing oil is pumped ino he ank a he rae 1 H ( ) = + ( 1 + ln( + 1) ) gallons per hour.

More information

Section 3.5 Nonhomogeneous Equations; Method of Undetermined Coefficients

Section 3.5 Nonhomogeneous Equations; Method of Undetermined Coefficients Secion 3.5 Nonhomogeneous Equaions; Mehod of Undeermined Coefficiens Key Terms/Ideas: Linear Differenial operaor Nonlinear operaor Second order homogeneous DE Second order nonhomogeneous DE Soluion o homogeneous

More information

Examples of Dynamic Programming Problems

Examples of Dynamic Programming Problems M.I.T. 5.450-Fall 00 Sloan School of Managemen Professor Leonid Kogan Examples of Dynamic Programming Problems Problem A given quaniy X of a single resource is o be allocaed opimally among N producion

More information

RL Lecture 7: Eligibility Traces. R. S. Sutton and A. G. Barto: Reinforcement Learning: An Introduction 1

RL Lecture 7: Eligibility Traces. R. S. Sutton and A. G. Barto: Reinforcement Learning: An Introduction 1 RL Lecure 7: Eligibiliy Traces R. S. Suon and A. G. Baro: Reinforcemen Learning: An Inroducion 1 N-sep TD Predicion Idea: Look farher ino he fuure when you do TD backup (1, 2, 3,, n seps) R. S. Suon and

More information

Object tracking: Using HMMs to estimate the geographical location of fish

Object tracking: Using HMMs to estimate the geographical location of fish Objec racking: Using HMMs o esimae he geographical locaion of fish 02433 - Hidden Markov Models Marin Wæver Pedersen, Henrik Madsen Course week 13 MWP, compiled June 8, 2011 Objecive: Locae fish from agging

More information

Decentralized Stochastic Control with Partial History Sharing: A Common Information Approach

Decentralized Stochastic Control with Partial History Sharing: A Common Information Approach 1 Decenralized Sochasic Conrol wih Parial Hisory Sharing: A Common Informaion Approach Ashuosh Nayyar, Adiya Mahajan and Demoshenis Tenekezis arxiv:1209.1695v1 [cs.sy] 8 Sep 2012 Absrac A general model

More information

Failure of the work-hamiltonian connection for free energy calculations. Abstract

Failure of the work-hamiltonian connection for free energy calculations. Abstract Failure of he work-hamilonian connecion for free energy calculaions Jose M. G. Vilar 1 and J. Miguel Rubi 1 Compuaional Biology Program, Memorial Sloan-Keering Cancer Cener, 175 York Avenue, New York,

More information

Estimation of Poses with Particle Filters

Estimation of Poses with Particle Filters Esimaion of Poses wih Paricle Filers Dr.-Ing. Bernd Ludwig Chair for Arificial Inelligence Deparmen of Compuer Science Friedrich-Alexander-Universiä Erlangen-Nürnberg 12/05/2008 Dr.-Ing. Bernd Ludwig (FAU

More information

Stability and Bifurcation in a Neural Network Model with Two Delays

Stability and Bifurcation in a Neural Network Model with Two Delays Inernaional Mahemaical Forum, Vol. 6, 11, no. 35, 175-1731 Sabiliy and Bifurcaion in a Neural Nework Model wih Two Delays GuangPing Hu and XiaoLing Li School of Mahemaics and Physics, Nanjing Universiy

More information

) were both constant and we brought them from under the integral.

) were both constant and we brought them from under the integral. YIELD-PER-RECRUIT (coninued The yield-per-recrui model applies o a cohor, bu we saw in he Age Disribuions lecure ha he properies of a cohor do no apply in general o a collecion of cohors, which is wha

More information

Ordinary differential equations. Phys 750 Lecture 7

Ordinary differential equations. Phys 750 Lecture 7 Ordinary differenial equaions Phys 750 Lecure 7 Ordinary Differenial Equaions Mos physical laws are expressed as differenial equaions These come in hree flavours: iniial-value problems boundary-value problems

More information

Module 2 F c i k c s la l w a s o s f dif di fusi s o i n

Module 2 F c i k c s la l w a s o s f dif di fusi s o i n Module Fick s laws of diffusion Fick s laws of diffusion and hin film soluion Adolf Fick (1855) proposed: d J α d d d J (mole/m s) flu (m /s) diffusion coefficien and (mole/m 3 ) concenraion of ions, aoms

More information

Chapter 2: Principles of steady-state converter analysis

Chapter 2: Principles of steady-state converter analysis Chaper 2 Principles of Seady-Sae Converer Analysis 2.1. Inroducion 2.2. Inducor vol-second balance, capacior charge balance, and he small ripple approximaion 2.3. Boos converer example 2.4. Cuk converer

More information

Design of a control system

Design of a control system SE3 Prof. Davide Manca Poliecnico di Milano Dynamics and Conrol of Chemical Processes Soluion o Lab #3 Design of a conrol sysem Davide Manca Dynamics and Conrol of Chemical Processes Maser Degree in ChemEng

More information

Chapter 14 Wiener Processes and Itô s Lemma. Options, Futures, and Other Derivatives, 9th Edition, Copyright John C. Hull

Chapter 14 Wiener Processes and Itô s Lemma. Options, Futures, and Other Derivatives, 9th Edition, Copyright John C. Hull Chaper 14 Wiener Processes and Iô s Lemma Copyrigh John C. Hull 014 1 Sochasic Processes! Describes he way in which a variable such as a sock price, exchange rae or ineres rae changes hrough ime! Incorporaes

More information

Robotics I. April 11, The kinematics of a 3R spatial robot is specified by the Denavit-Hartenberg parameters in Tab. 1.

Robotics I. April 11, The kinematics of a 3R spatial robot is specified by the Denavit-Hartenberg parameters in Tab. 1. Roboics I April 11, 017 Exercise 1 he kinemaics of a 3R spaial robo is specified by he Denavi-Harenberg parameers in ab 1 i α i d i a i θ i 1 π/ L 1 0 1 0 0 L 3 0 0 L 3 3 able 1: able of DH parameers of

More information

GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT

GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT Inerna J Mah & Mah Sci Vol 4, No 7 000) 48 49 S0670000970 Hindawi Publishing Corp GENERALIZATION OF THE FORMULA OF FAA DI BRUNO FOR A COMPOSITE FUNCTION WITH A VECTOR ARGUMENT RUMEN L MISHKOV Received

More information

Robust estimation based on the first- and third-moment restrictions of the power transformation model

Robust estimation based on the first- and third-moment restrictions of the power transformation model h Inernaional Congress on Modelling and Simulaion, Adelaide, Ausralia, 6 December 3 www.mssanz.org.au/modsim3 Robus esimaion based on he firs- and hird-momen resricions of he power ransformaion Nawaa,

More information

First Order RC and RL Transient Circuits

First Order RC and RL Transient Circuits Firs Order R and RL Transien ircuis Objecives To inroduce he ransiens phenomena. To analyze sep and naural responses of firs order R circuis. To analyze sep and naural responses of firs order RL circuis.

More information

Advanced Organic Chemistry

Advanced Organic Chemistry Lalic, G. Chem 53A Chemisry 53A Advanced Organic Chemisry Lecure noes 1 Kineics: A racical Approach Simple Kineics Scenarios Fiing Experimenal Daa Using Kineics o Deermine he Mechanism Doughery, D. A.,

More information

ADVANCED MATHEMATICS FOR ECONOMICS /2013 Sheet 3: Di erential equations

ADVANCED MATHEMATICS FOR ECONOMICS /2013 Sheet 3: Di erential equations ADVANCED MATHEMATICS FOR ECONOMICS - /3 Shee 3: Di erenial equaions Check ha x() =± p ln(c( + )), where C is a posiive consan, is soluion of he ODE x () = Solve he following di erenial equaions: (a) x

More information

Differential Equations

Differential Equations Mah 21 (Fall 29) Differenial Equaions Soluion #3 1. Find he paricular soluion of he following differenial equaion by variaion of parameer (a) y + y = csc (b) 2 y + y y = ln, > Soluion: (a) The corresponding

More information