High-order time discretizations in seismic modeling

Size: px
Start display at page:

Download "High-order time discretizations in seismic modeling"

Transcription

1 GEOPHYSICS, VOL. 72, NO. 5 SEPTEMBER-OCTOBER 27; P. SM115 SM2, 5 FIGS / High-order time dicretization in eimic modeling Jing-Bo Chen 1 ABSTRACT Seimic modeling play an important role in exploration geophyic. High-order modeling cheme are in demand for practical reaon. In thi context, I preent three kind of high-order time dicretization: Lax-Wendroff method, Nytröm method, and plitting method. Lax- Wendroff method are baed on the Taylor expanion and the replacement of high-order temporal derivative by patial derivative, Nytröm method are implified Runge-Kutta algorithm, and plitting method comprie ubtep for onetep computation. Baed on thee method, three cheme with third-order and fourth-order accuracy in time and peudopectral dicretization in pace are preented. I alo compare their accuracy, tability, and computational complexity, and dicu advantage and hortcoming of thee algorithm. Numerical experiment how that the fourth-order Lax-Wendroff cheme i more efficient for hort-time imulation while the fourth-order Nytröm cheme and the thirdorder plitting cheme are more efficient for long-term computation. INTRODUCTION Seimic modeling i an important foundation of eimology. Baed on the calar wave equation or elatic wave equation, eimic modeling can produce ynthetic eimogram, which play a key role in eimic interpretation and exploration. Seimic modeling method can be claified into three main categorie: direct method, integral-equation method, and ray-tracing method. Each method category ha it advantage and hortcoming. A good review of thee method i given by Carcione et al. 22. High-accuracy eimic modeling cheme become more important a computing capacity increae. Numerical cheme for direct method of eimic modeling involve dicretization of both pace and time variable. Spatial dicretization have been explored extenively, and three approache have been developed: finite-difference method Alford et al., 1974; Kelly et al., 1976, peudopectral method Gazdag, 1981; Koloff and Bayal, 1982, and finite-element method Marfurt, Some combination of thee method are alo available, uch a pectral-element method Komatitch and Vilotte, 1998 and finite-volume method Dormy and Tarantola, On the other hand, temporal dicretization are relatively le tudied. Mot of the numerical cheme ue econd-order finite-difference time dicretization. However, for typical time-tep ize, time dicretization exhibit evere diperion error for long-time imulation Chen, 26. Current tudie in eimology uually need large-cale and long-time eimic modeling; therefore, high-order time dicretization are in demand. Three kind of approache for high-order time dicretization are available: Lax-Wendroff method, Nytröm method, and plitting method. Lax-Wendroff method ue patial derivative to replace high-order time derivative Dablain, Nytröm method are implified Runge-Kutta algorithm that take advantage of the pecial form of the wave equation Hairer et al., 1993; Chen, 26. Baed on vector-field decompoition, plitting method conit of everal ubtep for one computational tep Qin and Zhang, 199; Yohida, 199. In the next ection, uing peudopectral patial dicretization, I preent the three method for time dicretization. Thi i followed by an analyi of their accuracy, tability, and computational complexity. I then perform numerical experiment to demontrate the preented algorithm. HIGH-ORDER TIME DISCRETIZATIONS Seimic modeling i baed on the calar wave equation or the elatic wave equation. Becaue I am dealing mainly with time dicretization, I will ue the calar wave equation in two patial dimenion for the ake of implicity. For the cae of an elatic wave equation or for three patial dimenion, imilar reult can be obtained in a imilar way. For the patial dicretization, I ue peudopectral method for which error mainly arie from the time dicretization. Peudopectral method for modeling the calar wave equation are preented by Gazdag The main point of peudopectral method Manucript received by the Editor October 29, 26; revied manucript receivedapril 16, 27; publihed onlineaugut 23, ChineeAcademy of Science, Intitute of Geology and Geophyic, Beijing, China. chenjb@vip.ohu.com. 27 Society of Exploration Geophyicit. All right reerved. SM115

2 SM116 Chen i to expre the wavefield under conideration in term of a complete et of orthogonal bai function whoe derivative are known exactly. In practice, Fourier peudopectral method are uually employed. Conider the calar wave equation, c2 2 u t 2 = 2 u x u z 2, where ux,z,t i the wavefield and cx,z i the velocity. Let u = u 1,1,...,u Nx,N z T, where T repreent the tranpoe and u i,l are the wavefield value at dicrete location, i.e., u i,l uix,lz,t, i = 1,...,N x ; l = 1,...,N z. Here, x and z are grid increment in the x- and z-direction, and N x and N z are the number of grid line in the x- and z-direction, repectively. The emidicrete equation reulting from the peudopectral method for equation 1 i 1 d 2 u dt 2 = c2 F 1 w * Fu, 2 where F and F 1 repreent 2D forward and invere finite Fourier tranform, repectively, and w = w 1,1,...,w Nx,N z T with w i,l = k 2 xi + k 2 zl, where k xi and k zl are dicrete wavenumber in the x- and z-direction, repectively. The tar * denote array multiplication between vector. For example, uppoe that p = p 1,p 2,...,p m and q = q 1,q 2,...,q m, then p*q = p 1 q 1,p 2 q 2,...,p m q m. Lax-Wendroff method Baed on Taylor expanion, Lax-Wendroff method ue patial derivative to replace high-order time derivative Dablain, 1986; Carcione et al., 22: u n+1 2u n + u n 1 t 2 2 = c 2 u n x u n z 2 J +2 j =2 t 2j 2 2j! 2j u n t 2j, where u n ux,z,nt and t i the time-tep ize. The econd-order time derivative i provided by equation 1, and the higher-order time derivative are obtained by the following recurive formula: 2j u 2 n 2 t 2j = c x j 2 u n z t 2j 2. Scheme 3 ha an accuracy of Ot 2J. Taking J = 2, I obtain a fourth-order cheme: u n+1 2u n + u n 1 t 2 2 = c 2 u n x u n z 2 x z + c2 t 2 u 2c2 n x u n z 2. 5 Uing peudopectral patial dicretization, cheme 5 become u n+1 2u n + u n 1 t 2 = c 2 F 1 w * Fu n + c2 t 2 F 1 w * Fc 2 F 1 w * Fu n, where the additional tarting value u n can be obtained through the following Taylor expanion: 4 unt = i = i un 1t t i 6 t i. 7 i! Here, the high-order time derivative are obtained in the ame way a in cheme 3. Nytröm method The baic idea of Nytröm method i a follow: Firt, introduce a new variable to reduce the econd-order wave equation to an equivalent firt-order ytem; then apply Runge-Kutta method to the firt-order ytem and implify by taking advantage of the pecial form of the firt-order ytem Nytröm, 1925; Hairer et al., A Nytröm method for equation 2 read V i = c 2 F 1w * Fu n + d i tv n + t 2 a ij V j, i = 1,2,...,, u n+1 = u n + tv n + t 2 b iv i, v n+1 = v n + t b i V i, where v = du/dt, u n unt, v n vnt, u n+1 un +1t, v n+1 vn +1t, and d i, a ij, b i, and b i are contant. Here, refer to the number of the auxiliary variable V i in equation 8. Now I recall the definition about cheme order Hairer et al., Denote z = u,v T. Let zn +1t = un +1t,vn +1t T be the true olution to equation 2 and z n+1 = u n+1,v n+1 T be the numerical olution to equation 2 obtained with cheme 8. If the following inequality hold, j =1 zn +1t z n+1 Kt p+1, then cheme 8 ha order p. Here,. denote a norm and K i a contant. To obtain a cheme of order p, I calculate the Taylor erie for both zn +1t and z n+1 and make the two Taylor erie coincide up to the term t p. Thi procedure reult in algebraic equation atified by d i, a ij, b i, and b i, which are called order condition. The number of algebraic equation and therefore the coefficient increae with the order. In deriving the Taylor erie, I need to calculate the highorder derivative of the compoite function. Uually, it i very complicated and troubleome to calculate the high-order derivative directly. By etablihing a relationhip between derivative and their graphical repreentation tree, the order condition can be derived 8 9

3 High-order time dicretization SM117 eaily. By olving thee algebraic equation, I can obtain the correponding method. For detail, ee Hairer et al I alo conider a fourth-order explicit Nytröm method Qin and Zhu, 1991: where V 1 = c 2 F 1 w * Fu n + d 1 tv n, V 2 = c 2 F 1 w * Fu n + d 2 tv n + a 21 t 2 V 1, V 3 = c 2 F 1 w * Fu n + d 3 tv n + a 31 t 2 V 1 + a 32 t 2 V 2, u n +1 = u n + tv n + t 2 b 1V 1 + b 2V 2 + b 3V 3, v n +1 = v n + tb 1 V 1 + b 2 V 2 + b 3 V 3, d 1 = b 2 = 3+ 3, d 2 = b 1 = 5 3 3, 24, b 3 = b 2 = 1 2, b 3 = 3+2 3,, d 3 = 3+ 3, 6, b 1 = 3 2 3, 1 a 21 = 2 3 3, a 31 =, a 32 = Scheme 1 i an explicit algorithm; therefore, I have a 11 = a = a 13 = a 22 = a 23 = a 33 =. Splitting method Baed on vector-field decompoition, plitting method conit of everal ubtep for one-tep computation Yohida, 199; Qin and Zhang, 199.Aplitting method for equation 2 read a follow: v i = v i 1 + p i tc 2 F 1 w * Fu i 1, u i = u i 1 + q i tv i, i = 1,2,...,I, where the upercript i denote the intermediate reult and u = u n unt, v = v n vnt, u I = u n+1 un +1t, and v I = v n+1 vn +1t. Thi mean I need to compute I ubtep to obtain the reult for time level n + 1 from that of time level n. The coefficient p i and q i determine the accuracy of the plitting method. I take I = 3 and conider a third-order method Ruth, 1983: v 1 = v n + p 1 tc 2 F 1 w * Fu n, u 1 = u n + q 1 tv 1, v 2 = v 1 + p 2 tc 2 F 1 w * Fu 1, u 2 = u 1 + q 2 tv 2, v n+1 = v 2 + p 3 tc 2 F 1 w * Fu 2, u n+1 = u 2 + q 3 tv n+1, 13 where p 1 = 7/24, p 2 =3/4,p 3 = 1/24, q 1 = 2/3, q 2 = 2 3, q 3 =1. ACCURACY, STABILITY, AND COMPUTATIONAL COMPLEXITY In thi ection, I dicu the accuracy, tability, and computational complexity of cheme 6, 1, and 13. Accuracy and tability Both cheme 6 and 1 have a fourth-order accuracy in time: Ot 4. Scheme 13 ha a third-order accuracy in time: Ot 3. Becaue I ue peudopectral patial dicretization, the patial accuracy i of exponential order Oexpx Fornberg, Therefore, the total accuracy of cheme 6 and 1 i Ot 4 + expx; for cheme 13, it i Ot 3 + expx. I take x = z = h and denote that the Courant number a r = ct/h. Uing the tandard pectral analyi technique Koloff and Bayal, 1982, I can obtain the following tability limit for the three cheme: Computational complexity r.7797 for cheme 6, r.5826 for cheme 1, r.5645 for cheme The main computational cot in cheme 6, 1, and 13 come from the evaluation of pair of fat Fourier tranform FFT forward and invere. They involve 2, 3, and 3 pair of FFT, repectively. Therefore, the computational complexitie of cheme 6, 1, and 13 are 4N x N z log 2 N x N z,6n x N z log 2 N x N z, and 6N x N z log 2 N x N z, repectively. Scheme 6 ha le computational complexity, but it need evaluation of the additional tarting value through the Taylor expanion 7. Another hortcoming of cheme 6 i that it involve patial derivative of the velocity explicitly. Therefore, it i neceary to dicretize the patial derivative of the velocity, and thi dicretization may reult in ome problem for dicontinuou media Kelly et al., On the other hand, cheme 1 and 13 do not need the evaluation of the additional tarting value and involve no patial derivative of the velocity explicitly. Another advantage of cheme 1 and 13 i that they are ymplectic algorithm, which have good performance for long-time imulation Chen, 26. See Appendix A for an introduction to ymplectic algorithm. NUMERICAL EXPERIMENTS In thi ection, I perform numerical experiment to tet the preented cheme. Like Gazdag 1981, I ue the initial condition:

4 SM118 Chen Velocity (m/) d) Figure 1. a The velocity model, and wavefield at t = 1.86 computed with cheme 6b,1c, and 13d d) 5 6 Figure 2. Impule repone at time t = 1.8 computed with cheme 16a,6b,1c, and 13d. 5 6 ux,z, = exp a 2 x 2 + z z 2 and ux,z, =, 15 t where z i a contant that indicate the poition of the ource and a i a contant determining the width of the pule. A demontrated in Gazdag 1981, I et ax =.5 to guarantee the reflected ignal quality. In the experiment, I take x = z =5m,a =.1 and ue periodic boundary condition. The firt example i an inhomogeneou medium that conit of three region with velocitie of,, and m/, repectively. There are two interface: one i traight; the other i curved Figure 1a. The ource i et at x =m, z = 2 m. I take t =.6. Figure 1b d how the wavefield at t = 1.86 computed with cheme 6, 1, and 13, repectively. The wavefield conit of the incident wave, two reflected wave, and two tranmitted wave. The three reult have almot the ame performance, and they give a qualitatively correct imulation of reflection and tranmiion phenomena. The econd example compare cheme 6, 1, and 13. In thi cae, I chooe a homogeneou medium with a velocity of m/ for implicity and clarity. I alo conider a commonly ued econd-order cheme Gazdag, 1981: u n+1 2u n + u n 1 t 2 = c 2 F 1 w * Fu n. 16 Figure 2 how the impule repone at t = 1.8 computed by cheme 6, 1, 13, and 16. The ource i et at x =m,z = 32 m, and t =.6. The reult computed with cheme 16 tart to exhibit diperion error, although the other three reult uffer no uch error. Thi i becaue cheme 16 ha low accuracy in time. The CPU time for cheme 6, 1, and 13 i 3.93, 6.77, and 5.24, repectively, approximately agreeing with the computational complexity of the three cheme. The evaluation of the variable v in cheme 1 i more complex than that in cheme 13, although cheme 1 and 13 have the ame eential computational complexity. Figure 3 how the impule repone at t = 18. For thi computational time, the wavefront computed with cheme 16 ha blurred badly, although the wavefront computed with cheme 6, 1, and 13 are till harp. To reduce the diperion error computed with cheme 16, I can ue a maller time-tep ize. However, the overall computational cot therefore, CPU time of cheme 16 with a maller

5 High-order time dicretization SM119 time-tep ize will be much higher than cheme 1 with a larger time-tep ize for long-time imulation. Thi iue i dicued in detail in Chen 26. Now I perform a further comparion with the reult hown in Figure 2. For thi purpoe, I plot the amplitude curve at a fixed point x = 16 m, z = 16 m in Figure 4a. Note a dicrepancy between the amplitude curve computed with cheme 16 and the amplitude curve computed with the other cheme. However, the amplitude curve computed with cheme 6, 1, and 13 are inditinguihable in thi plot. From the enlarged portion of Figure 4a, the amplitude curve computed with cheme 6 blue curve can be ditinguihed from the amplitude curve computed with cheme 1 and 13 Figure 4b. To make careful comparion of the amplitude curve computed with the three cheme 6, 1, and 13, I plot their amplitude curve for a longer imulation time tepee Figure 4c and it enlarged portion Figure 4d. From Figure 4d, I ee that the three amplitude curve can be ditinguihed from one another. However, omething unuual happen. The amplitude curve computed by the third-order cheme 13 green curve and the fourth-order cheme 1 red curve are cloer to each other. According to the accuracy, the amplitude curve computed with fourth-order cheme 6 blue curve and fourth-order cheme 1 red curve hould have been cloer to each other. To explain thi phenomenon, I add an amplitude curve that i computed with cheme 6 with a maller time-tep ize t =.3 black curve; ee Figure 4e and it enlarged portion Figure 4f. In Figure 4f, the green curve i cloer to the black curve than the blue curve i. Thi indicate that for thi imulation time 6, the thirdorder cheme 13 i more accurate than the fourth-order cheme 6. I can explain thi a follow: Although the fourth-order cheme 6 i more accurate than the third-order cheme 13 for one time tep, the error growth of the former i fater than the later a time tep increae. Apoible explanation for the lower error growth of cheme 13 i that cheme 13 i a ymplectic algorithm and ymplectic algorithm have lower error growth than nonymplectic one ee Appendix A. Scheme 1 i alo a ymplectic algorithm Qin and Zhu, 1991; Chen, 26. The fourth-order cheme 1 i cloer to the black curve than the third-order cheme 13 becaue it ha greater accuracy. For thi imulation time 6 and imilar accuracy, cheme 1 with a time-tep ize of t =.6 i more efficient than cheme 6 with a maller time-tep ize of t =.3 becaue their total computational complexitie are and pair of FFT, repectively. In the final numerical example, I tet the two fourth-order cheme 6 and 1 on the Marmoui model Figure 5. In thi example, the initial condition are taken a ux,z, =, and ux,z, =. 17 t I employ a commonly ued Ricker wavelet with a peak frequency of 25 Hz Rehef et al., The Ricker wavelet i placed at x = 6 m and z = m. I et x =.5 m, z = 4 m, and t =.2. Figure 5 illutrate wavefield at t =.36 computed with thee two cheme. The two wavefield are almot the ame. However, making the ame comparion a in the homogeneou cae, one can ee that cheme 1 i more accurate than cheme 6 for the ame time-tep ize. To achieve the ame accuracy with thee two Figure 3. Impule repone at t = 18 computed with cheme 16a,6b,1c, and 13d d)

6 SM Figure 4. curve at a fixed point x = 16 m, z = 16 m. a curve computed with cheme 16 black curve, 6 blue curve,1red curve, and 13 green curve. b Enlarged portion of a. c curve computed with cheme 6 blue curve,1red curve, and 13 green curve for a longer imulation time 6. d Enlarged portion of c. e Additional amplitude curve computed with cheme 6 with a maller time-tep ize t =.3 added black curve. f Enlarged portion of e. Chen Time () Time () Time () e) Time () d) Time () f) Time () Depth (km) 1 2 Ditance (km) Velocity (m/) cheme, one mut ue a maller time-tep ize for cheme 6. For brevity, I have not hown the correponding plot, which are imilar to thoe in Figure 4. CONCLUSIONS Figure 5. a Marmoui model, and wavefield at t =.36 computed with cheme 6b and 1c. I have preented three modeling cheme with high-order time dicretization and patial peudopectral dicretization. The Lax- Wendroff cheme ha better tability but need evaluation of additional tarting value. It alo involve the patial derivative of velocity explicitly. The Nytröm cheme and the plitting cheme need no additional tarting value and involve no patial derivative of velocity explicitly. For hort-time imulation, the fourth-order Lax- Wendroff cheme i more efficient. For long-time imulation, the fourth-order Nytröm cheme and the third-order plitting cheme are more efficient. ACKNOWLEDGMENTS I would like to thank the anonymou reviewer for valuable uggetion and correction. Thi work i upported by the National Natural Science Foundation of China under Grant

7 High-order time dicretization SM1 APPENDIX A SYMPLETIC ALGORITHMS FOR HAMILTONIAN SYSTEMS In thi appendix, I preent the ymplectic algorithm for Hamiltonian ytem. For detail, ee Sanz-Serna and Calvo 1994 and Hairer et al. 22. A Hamiltonian ytem read dp dt dq dt = Hp,q, q = Hp,q, A-1 p where p = p 1,p 2,...,p n i the generalized coordinate, q = q 1,q 2,...,q n i the generalized momentum, and Hp,q i the Hamiltonian function. Suppoe that the olution to the Hamiltonian ytem A-1 i Z = FZ, where Z = pt,qt T and Z = p,q T. Here, T repreent the tranpoe of matrice. The olution Z = FZ atifie F Z J F T Z = J, where J = I I. A-2 Here, F/Z i the Jacobian of the vector-valued function FZ and I i the nn identity matrix. A function atifying the above equality i called a ymplectic mapping. Therefore, the true olution of a Hamiltonian ytem i a ymplectic mapping. A numerical method for Hamiltonian ytem i called a ymplectic algorithm if the reulting numerical olution i alo a ymplectic mapping. The numerical olution obtained by a ymplectic algorithm exactly atifie a perturbed Hamiltonian ytem. Thi property guarantee that ymplectic algorithm have lower error growth and poee remarkable capability in preerving conervative quantitie. Therefore, ymplectic algorithm play an important role in high-accuracy or long-time numerical imulation. In the following, I preent three kind of ymplectic algorithm. Symplectic Runge-Kutta method I apply a Runge-Kutta method to the Hamiltonian ytem A-1 and obtain P i = p n t j =1 Q i = q n + t j =1 p n+1 = p n t q n+1 = q n + t If the coefficient in cheme A-3 atify a ij q HP j,q j, a ij p HP j,q j, b i q HP i,q i, b i p HP i,q i. A-3 b i a ij + b j a ji b i b j =, i, j = 1,...,, A-4 then cheme A-3 i a ymplectic algorithm. Symplectic Nytröm method Scheme A-3 i implicit. If the Hamiltonian function in ytem A-1 ha the pecial form Hp,q = 1 2 ppt + Vq, A-5 then I can obtain explicit ymplectic Nytröm method. A Nytröm method for ytem A-1 read Q i = q V q n + d i tp n + t 2 a ij Q j, i = 1,2,...,, q n+1 = q n + tp n + t 2 b iq i, p n+1 = p n + t b i Q i. If the coefficient in cheme A-6 atify b i = b i 1 d i, j =1 i = 1,...,, A-6 b i b j a ij = b j b i a ji, i, j = 1,...,, A-7 then cheme A-6 i a ymplectic algorithm. Baed on the above criterion, one can how that cheme 1 i a ymplectic algorithm. Symplectic plitting method If the Hamiltonian function in ytem A-1 ha the eparable form Hp,q = Fp + Gq, A-8 one can obtain ymplectic plitting method. A ymplectic plitting method for ytem A-1 read p i = p i 1 e i t q Gqi 1, q i = q i 1 + d i t p Fpi, i = 1,2,...,I, A-9 where the upercript i denote the intermediate reult and where p = p n, q = q n, p I = p n+1, and q I = q n+1. I lit ome ymplectic plitting method a follow: Second order: =2e 1 = e 2 = 1 2, d 1 =1, d 2 =; Third order: =3e 1 = 7 24, e 2 = 3 4, e 3 = 1 24, d 1 = 2 3, d 2 = 2 3, d 3 =1;

8 SM2 Chen Fourth order: =4e 1 = e 4 = d 1 = d 3 = /3, e 2 = e 3 = 1 21/ /3, /3, d 2 = 2 1/ /3, d 4 =. Introducing a new variable v = du/dt, I can cat the econd-order equation 2 into a Hamiltonian ytem Chen, 26. Therefore, I can develop the correponding ymplectic algorithm. REFERENCES Alford, R. M., K. R. Kelly, and D. M. Boore, 1974, Accuracy of finite-difference modeling of the acoutic wave equation: Geophyic, 39, Carcione, J. M., G. C. Herman, and A. P. E. ten Kroode, 22, Seimic modeling: Geophyic, 67, Chen, J. B., 26, Modeling the calar wave equation with Nytröm method: Geophyic, 71, no. 5, T151 T158. Dablain, M. A., 1986, The application of high-order differencing to the calar wave equation: Geophyic, 51, Dormy, E., and A. Tarantola, 1995, Numerical imulation of elatic wave propagation uing a finite volume method: Journal of Geophyical Reearch, 1, Fornberg, B., 1996, Apractical guide to peudopectral method: Cambridge Univerity Pre. Gazdag, J., 1981, Modeling of the acoutic wave equation with tranform method: Geophyic, 46, Hairer, E., C. Lubich, and G. Wanner, 22, Geometric numerical integration: Springer-Verlag. Hairer, E., S. P. Nøett, and G. Wanner, 1993, Solving ordinary differential equation I: Springer-Verlag. Kelly, K. R., R. W. Ward, S. Treitel, and R. M. Alford, 1976, Synthetic eimogram: Afinite-difference approach: Geophyic, 41, Komatitch, D., and J. P. Vilotte, 1998, The pectral element method: An efficient tool to imulate the eimic repone of 2D and 3D geological tructure: Bulletin of the Seimological Society ofamerica, 88, Koloff, D., and E. Bayal, 1982, Forward modeling by the Fourier method: Geophyic, 47, Marfurt, K. J., 1984, Accuracy of finite-difference and finite-element modeling of the calar and elatic wave equation: Geophyic, 49, Nytröm, E. J., 1925, Üeber die numeriche Integration von Differentialgleichungen: Acta Societe Scientiarum Fennicae, 5, Qin, M. Z., and M. Q. Zhang, 199, Multi-tage ymplectic cheme of two kind of Hamiltonian ytem for wave equation: Computer and Mathematic withapplication, 19, Qin, M. Z., and W. J. Zhu, 1991, Canonical Runge-Kutta-Nytröm method for econd order ODE : Computer and Mathematic with Application, 22, Rehef, M., D. Koloff, M. Edward, and C. Hiung, 1988, Three-dimenional acoutic modeling by the Fourier method: Geophyic, 53, Ruth, R. D., 1983, A canonical integration technique: IEEE Tranaction on Nuclear Science, 3, Sanz-Serna, J. M., and M. Calvo, 1994, Numerical Hamiltonian problem: Chapman and Hall. Yohida, H., 199, Contruction of higher order ymplectic integrator: Phyic LetterA, 15,

Modeling the scalar wave equation with Nyström methods

Modeling the scalar wave equation with Nyström methods GEOPHYSICS, VOL. 71, NO. 5 SEPTEMBER-OCTOBER 200 ; P. T151 T158, 7 FIGS. 10.1190/1.2335505 Modeling the calar wave equation with Nytröm method Jing-Bo Chen 1 ABSTRACT High-accuracy numerical cheme for

More information

Diagonally Implicit Symplectic Runge-Kutta Methods with Special Properties

Diagonally Implicit Symplectic Runge-Kutta Methods with Special Properties Appl. Math. Inf. Sci. 9, No. 1L, 11-17 (2015) 11 Applied Mathematic & Information Science An International Journal http://dx.doi.org/10.12785/ami/091l02 Diagonally Implicit Symplectic Runge-Kutta Method

More information

7.2 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 281

7.2 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 281 72 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 28 and i 2 Show how Euler formula (page 33) can then be ued to deduce the reult a ( a) 2 b 2 {e at co bt} {e at in bt} b ( a) 2 b 2 5 Under what condition

More information

CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS

CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS 8.1 INTRODUCTION 8.2 REDUCED ORDER MODEL DESIGN FOR LINEAR DISCRETE-TIME CONTROL SYSTEMS 8.3

More information

One Class of Splitting Iterative Schemes

One Class of Splitting Iterative Schemes One Cla of Splitting Iterative Scheme v Ciegi and V. Pakalnytė Vilniu Gedimina Technical Univerity Saulėtekio al. 11, 2054, Vilniu, Lithuania rc@fm.vtu.lt Abtract. Thi paper deal with the tability analyi

More information

Chapter 2 Sampling and Quantization. In order to investigate sampling and quantization, the difference between analog

Chapter 2 Sampling and Quantization. In order to investigate sampling and quantization, the difference between analog Chapter Sampling and Quantization.1 Analog and Digital Signal In order to invetigate ampling and quantization, the difference between analog and digital ignal mut be undertood. Analog ignal conit of continuou

More information

A Constraint Propagation Algorithm for Determining the Stability Margin. The paper addresses the stability margin assessment for linear systems

A Constraint Propagation Algorithm for Determining the Stability Margin. The paper addresses the stability margin assessment for linear systems A Contraint Propagation Algorithm for Determining the Stability Margin of Linear Parameter Circuit and Sytem Lubomir Kolev and Simona Filipova-Petrakieva Abtract The paper addree the tability margin aement

More information

Chapter 5 Consistency, Zero Stability, and the Dahlquist Equivalence Theorem

Chapter 5 Consistency, Zero Stability, and the Dahlquist Equivalence Theorem Chapter 5 Conitency, Zero Stability, and the Dahlquit Equivalence Theorem In Chapter 2 we dicued convergence of numerical method and gave an experimental method for finding the rate of convergence (aka,

More information

696 Fu Jing-Li et al Vol. 12 form in generalized coordinate Q ffiq dt = 0 ( = 1; ;n): (3) For nonholonomic ytem, ffiq are not independent of

696 Fu Jing-Li et al Vol. 12 form in generalized coordinate Q  ffiq dt = 0 ( = 1; ;n): (3) For nonholonomic ytem, ffiq are not independent of Vol 12 No 7, July 2003 cfl 2003 Chin. Phy. Soc. 1009-1963/2003/12(07)/0695-05 Chinee Phyic and IOP Publihing Ltd Lie ymmetrie and conerved quantitie of controllable nonholonomic dynamical ytem Fu Jing-Li(ΛΠ±)

More information

Bogoliubov Transformation in Classical Mechanics

Bogoliubov Transformation in Classical Mechanics Bogoliubov Tranformation in Claical Mechanic Canonical Tranformation Suppoe we have a et of complex canonical variable, {a j }, and would like to conider another et of variable, {b }, b b ({a j }). How

More information

Effects of vector attenuation on AVO of offshore reflections

Effects of vector attenuation on AVO of offshore reflections GEOPHYSICS, VOL. 64, NO. 3 MAY-JUNE 1999); P. 815 819, 9 FIGS., 1 TABLE. Effect of vector attenuation on AVO of offhore reflection J. M. Carcione ABSTRACT Wave tranmitted at the ocean bottom have the characteritic

More information

Approximate Analytical Solution for Quadratic Riccati Differential Equation

Approximate Analytical Solution for Quadratic Riccati Differential Equation Iranian J. of Numerical Analyi and Optimization Vol 3, No. 2, 2013), pp 21-31 Approximate Analytical Solution for Quadratic Riccati Differential Equation H. Aminikhah Abtract In thi paper, we introduce

More information

Computers and Mathematics with Applications. Sharp algebraic periodicity conditions for linear higher order

Computers and Mathematics with Applications. Sharp algebraic periodicity conditions for linear higher order Computer and Mathematic with Application 64 (2012) 2262 2274 Content lit available at SciVere ScienceDirect Computer and Mathematic with Application journal homepage: wwweleviercom/locate/camwa Sharp algebraic

More information

Lecture 17: Analytic Functions and Integrals (See Chapter 14 in Boas)

Lecture 17: Analytic Functions and Integrals (See Chapter 14 in Boas) Lecture 7: Analytic Function and Integral (See Chapter 4 in Boa) Thi i a good point to take a brief detour and expand on our previou dicuion of complex variable and complex function of complex variable.

More information

τ ), respectively. Then

τ ), respectively. Then Downloaded /0/ to 9.7.47.34. Reditribution ubject to SEG licene or copyright; ee Term of Ue at http://library.eg.org/ Quality factor affect channel wave propagation in 3D iotropic vicoelatic medium Hui

More information

Introduction to Laplace Transform Techniques in Circuit Analysis

Introduction to Laplace Transform Techniques in Circuit Analysis Unit 6 Introduction to Laplace Tranform Technique in Circuit Analyi In thi unit we conider the application of Laplace Tranform to circuit analyi. A relevant dicuion of the one-ided Laplace tranform i found

More information

The Hassenpflug Matrix Tensor Notation

The Hassenpflug Matrix Tensor Notation The Haenpflug Matrix Tenor Notation D.N.J. El Dept of Mech Mechatron Eng Univ of Stellenboch, South Africa e-mail: dnjel@un.ac.za 2009/09/01 Abtract Thi i a ample document to illutrate the typeetting of

More information

Clustering Methods without Given Number of Clusters

Clustering Methods without Given Number of Clusters Clutering Method without Given Number of Cluter Peng Xu, Fei Liu Introduction A we now, mean method i a very effective algorithm of clutering. It mot powerful feature i the calability and implicity. However,

More information

Singular perturbation theory

Singular perturbation theory Singular perturbation theory Marc R. Rouel June 21, 2004 1 Introduction When we apply the teady-tate approximation (SSA) in chemical kinetic, we typically argue that ome of the intermediate are highly

More information

ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION. Xiaoqun Wang

ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION. Xiaoqun Wang Proceeding of the 2008 Winter Simulation Conference S. J. Maon, R. R. Hill, L. Mönch, O. Roe, T. Jefferon, J. W. Fowler ed. ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION Xiaoqun Wang

More information

Sampling and the Discrete Fourier Transform

Sampling and the Discrete Fourier Transform Sampling and the Dicrete Fourier Tranform Sampling Method Sampling i mot commonly done with two device, the ample-and-hold (S/H) and the analog-to-digital-converter (ADC) The S/H acquire a CT ignal at

More information

Estimating floor acceleration in nonlinear multi-story moment-resisting frames

Estimating floor acceleration in nonlinear multi-story moment-resisting frames Etimating floor acceleration in nonlinear multi-tory moment-reiting frame R. Karami Mohammadi Aitant Profeor, Civil Engineering Department, K.N.Tooi Univerity M. Mohammadi M.Sc. Student, Civil Engineering

More information

into a discrete time function. Recall that the table of Laplace/z-transforms is constructed by (i) selecting to get

into a discrete time function. Recall that the table of Laplace/z-transforms is constructed by (i) selecting to get Lecture 25 Introduction to Some Matlab c2d Code in Relation to Sampled Sytem here are many way to convert a continuou time function, { h( t) ; t [0, )} into a dicrete time function { h ( k) ; k {0,,, }}

More information

Social Studies 201 Notes for March 18, 2005

Social Studies 201 Notes for March 18, 2005 1 Social Studie 201 Note for March 18, 2005 Etimation of a mean, mall ample ize Section 8.4, p. 501. When a reearcher ha only a mall ample ize available, the central limit theorem doe not apply to the

More information

722 Chen Xiang-wei et al. Vol. 9 r i and _r i are repectively the poition vector and the velocity vector of the i-th particle and R i = dm i dt u i; (

722 Chen Xiang-wei et al. Vol. 9 r i and _r i are repectively the poition vector and the velocity vector of the i-th particle and R i = dm i dt u i; ( Volume 9, Number 10 October, 2000 1009-1963/2000/09(10)/0721-05 CHINESE PHYSICS cfl 2000 Chin. Phy. Soc. PERTURBATION TO THE SYMMETRIES AND ADIABATIC INVARIANTS OF HOLONOMIC VARIABLE MASS SYSTEMS * Chen

More information

A Simplified Methodology for the Synthesis of Adaptive Flight Control Systems

A Simplified Methodology for the Synthesis of Adaptive Flight Control Systems A Simplified Methodology for the Synthei of Adaptive Flight Control Sytem J.ROUSHANIAN, F.NADJAFI Department of Mechanical Engineering KNT Univerity of Technology 3Mirdamad St. Tehran IRAN Abtract- A implified

More information

Reformulation of Block Implicit Linear Multistep Method into Runge Kutta Type Method for Initial Value Problem

Reformulation of Block Implicit Linear Multistep Method into Runge Kutta Type Method for Initial Value Problem International Journal of Science and Technology Volume 4 No. 4, April, 05 Reformulation of Block Implicit Linear Multitep Method into Runge Kutta Type Method for Initial Value Problem Muhammad R., Y. A

More information

CHEAP CONTROL PERFORMANCE LIMITATIONS OF INPUT CONSTRAINED LINEAR SYSTEMS

CHEAP CONTROL PERFORMANCE LIMITATIONS OF INPUT CONSTRAINED LINEAR SYSTEMS Copyright 22 IFAC 5th Triennial World Congre, Barcelona, Spain CHEAP CONTROL PERFORMANCE LIMITATIONS OF INPUT CONSTRAINED LINEAR SYSTEMS Tritan Pérez Graham C. Goodwin Maria M. Serón Department of Electrical

More information

The type 3 nonuniform FFT and its applications

The type 3 nonuniform FFT and its applications Journal of Computational Phyic 206 (2005) 1 5 Short Note The type 3 nonuniform FFT and it application June-Yub Lee a, *, Lelie Greengard b a Department of Mathematic, Ewha Woman Univerity, 11-1 Daehyundong,

More information

Filtered Leapfrog Time Integration with Enhanced Stability Properties

Filtered Leapfrog Time Integration with Enhanced Stability Properties Journal of Applied Mathematic and Phyic, 6, 4, 4-7 Publihed Online July 6 in SciRe. http://www.cirp.org/ournal/amp http://dx.doi.org/.46/amp.6.474 Filtered Leapfrog Time Integration with Enhanced Stability

More information

Symplectic splitting operator methods for the time-dependent Schrödinger equation

Symplectic splitting operator methods for the time-dependent Schrödinger equation THE JOURNAL OF CHEMICAL PHYSICS 124, 234105 2006 Symplectic plitting operator method for the time-dependent Schrödinger equation Sergio Blane a Intituto de Matemática Multidiciplinar, Univeritat Politécnica

More information

Nonlinear Single-Particle Dynamics in High Energy Accelerators

Nonlinear Single-Particle Dynamics in High Energy Accelerators Nonlinear Single-Particle Dynamic in High Energy Accelerator Part 6: Canonical Perturbation Theory Nonlinear Single-Particle Dynamic in High Energy Accelerator Thi coure conit of eight lecture: 1. Introduction

More information

Multi-dimensional Fuzzy Euler Approximation

Multi-dimensional Fuzzy Euler Approximation Mathematica Aeterna, Vol 7, 2017, no 2, 163-176 Multi-dimenional Fuzzy Euler Approximation Yangyang Hao College of Mathematic and Information Science Hebei Univerity, Baoding 071002, China hdhyywa@163com

More information

Lecture 10 Filtering: Applied Concepts

Lecture 10 Filtering: Applied Concepts Lecture Filtering: Applied Concept In the previou two lecture, you have learned about finite-impule-repone (FIR) and infinite-impule-repone (IIR) filter. In thee lecture, we introduced the concept of filtering

More information

Improving the Efficiency of a Digital Filtering Scheme for Diabatic Initialization

Improving the Efficiency of a Digital Filtering Scheme for Diabatic Initialization 1976 MONTHLY WEATHER REVIEW VOLUME 15 Improving the Efficiency of a Digital Filtering Scheme for Diabatic Initialization PETER LYNCH Met Éireann, Dublin, Ireland DOMINIQUE GIARD CNRM/GMAP, Météo-France,

More information

Chapter 7. Root Locus Analysis

Chapter 7. Root Locus Analysis Chapter 7 Root Locu Analyi jw + KGH ( ) GH ( ) - K 0 z O 4 p 2 p 3 p Root Locu Analyi The root of the cloed-loop characteritic equation define the ytem characteritic repone. Their location in the complex

More information

SMALL-SIGNAL STABILITY ASSESSMENT OF THE EUROPEAN POWER SYSTEM BASED ON ADVANCED NEURAL NETWORK METHOD

SMALL-SIGNAL STABILITY ASSESSMENT OF THE EUROPEAN POWER SYSTEM BASED ON ADVANCED NEURAL NETWORK METHOD SMALL-SIGNAL STABILITY ASSESSMENT OF THE EUROPEAN POWER SYSTEM BASED ON ADVANCED NEURAL NETWORK METHOD S.P. Teeuwen, I. Erlich U. Bachmann Univerity of Duiburg, Germany Department of Electrical Power Sytem

More information

New bounds for Morse clusters

New bounds for Morse clusters New bound for More cluter Tamá Vinkó Advanced Concept Team, European Space Agency, ESTEC Keplerlaan 1, 2201 AZ Noordwijk, The Netherland Tama.Vinko@ea.int and Arnold Neumaier Fakultät für Mathematik, Univerität

More information

Control Systems Analysis and Design by the Root-Locus Method

Control Systems Analysis and Design by the Root-Locus Method 6 Control Sytem Analyi and Deign by the Root-Locu Method 6 1 INTRODUCTION The baic characteritic of the tranient repone of a cloed-loop ytem i cloely related to the location of the cloed-loop pole. If

More information

Seismic Loads Based on IBC 2015/ASCE 7-10

Seismic Loads Based on IBC 2015/ASCE 7-10 Seimic Load Baed on IBC 2015/ASCE 7-10 Baed on Section 1613.1 of IBC 2015, Every tructure, and portion thereof, including nontructural component that are permanently attached to tructure and their upport

More information

Unbounded solutions of second order discrete BVPs on infinite intervals

Unbounded solutions of second order discrete BVPs on infinite intervals Available online at www.tjna.com J. Nonlinear Sci. Appl. 9 206), 357 369 Reearch Article Unbounded olution of econd order dicrete BVP on infinite interval Hairong Lian a,, Jingwu Li a, Ravi P Agarwal b

More information

Evolutionary Algorithms Based Fixed Order Robust Controller Design and Robustness Performance Analysis

Evolutionary Algorithms Based Fixed Order Robust Controller Design and Robustness Performance Analysis Proceeding of 01 4th International Conference on Machine Learning and Computing IPCSIT vol. 5 (01) (01) IACSIT Pre, Singapore Evolutionary Algorithm Baed Fixed Order Robut Controller Deign and Robutne

More information

Application of Laplace Adomian Decomposition Method on Linear and Nonlinear System of PDEs

Application of Laplace Adomian Decomposition Method on Linear and Nonlinear System of PDEs Applied Mathematical Science, Vol. 5, 2011, no. 27, 1307-1315 Application of Laplace Adomian Decompoition Method on Linear and Nonlinear Sytem of PDE Jaem Fadaei Mathematic Department, Shahid Bahonar Univerity

More information

Advanced D-Partitioning Analysis and its Comparison with the Kharitonov s Theorem Assessment

Advanced D-Partitioning Analysis and its Comparison with the Kharitonov s Theorem Assessment Journal of Multidiciplinary Engineering Science and Technology (JMEST) ISSN: 59- Vol. Iue, January - 5 Advanced D-Partitioning Analyi and it Comparion with the haritonov Theorem Aement amen M. Yanev Profeor,

More information

Chapter 4. The Laplace Transform Method

Chapter 4. The Laplace Transform Method Chapter 4. The Laplace Tranform Method The Laplace Tranform i a tranformation, meaning that it change a function into a new function. Actually, it i a linear tranformation, becaue it convert a linear combination

More information

COPRIME ARRAYS AND SAMPLERS FOR SPACE-TIME ADAPTIVE PROCESSING

COPRIME ARRAYS AND SAMPLERS FOR SPACE-TIME ADAPTIVE PROCESSING COPRIE ARRAYS AND SAPLERS FOR SPACE-IE ADAPIVE PROCESSING Chun-Lin Liu 1 and P. P. Vaidyanathan 2 Dept. of Electrical Engineering, 136-93 California Intitute of echnology, Paadena, CA 91125, USA E-mail:

More information

Finding the location of switched capacitor banks in distribution systems based on wavelet transform

Finding the location of switched capacitor banks in distribution systems based on wavelet transform UPEC00 3t Aug - 3rd Sept 00 Finding the location of witched capacitor bank in ditribution ytem baed on wavelet tranform Bahram nohad Shahid Chamran Univerity in Ahvaz bahramnohad@yahoo.com Mehrdad keramatzadeh

More information

Social Studies 201 Notes for November 14, 2003

Social Studies 201 Notes for November 14, 2003 1 Social Studie 201 Note for November 14, 2003 Etimation of a mean, mall ample ize Section 8.4, p. 501. When a reearcher ha only a mall ample ize available, the central limit theorem doe not apply to the

More information

84 ZHANG Jing-Shang Vol. 39 of which would emit 5 He rather than 3 He. 5 He i untable and eparated into n + pontaneouly, which can alo be treated a if

84 ZHANG Jing-Shang Vol. 39 of which would emit 5 He rather than 3 He. 5 He i untable and eparated into n + pontaneouly, which can alo be treated a if Commun. Theor. Phy. (Beijing, China) 39 (003) pp. 83{88 c International Academic Publiher Vol. 39, No. 1, January 15, 003 Theoretical Analyi of Neutron Double-Dierential Cro Section of n+ 11 B at 14. MeV

More information

Chapter 4: Applications of Fourier Representations. Chih-Wei Liu

Chapter 4: Applications of Fourier Representations. Chih-Wei Liu Chapter 4: Application of Fourier Repreentation Chih-Wei Liu Outline Introduction Fourier ranform of Periodic Signal Convolution/Multiplication with Non-Periodic Signal Fourier ranform of Dicrete-ime Signal

More information

Dimensional Analysis A Tool for Guiding Mathematical Calculations

Dimensional Analysis A Tool for Guiding Mathematical Calculations Dimenional Analyi A Tool for Guiding Mathematical Calculation Dougla A. Kerr Iue 1 February 6, 2010 ABSTRACT AND INTRODUCTION In converting quantitie from one unit to another, we may know the applicable

More information

R ) as unknowns. They are functions S ) T ). If. S ). Following the direct graphical. Summary

R ) as unknowns. They are functions S ) T ). If. S ). Following the direct graphical. Summary Stochatic inverion of eimic PP and PS data for reervoir parameter etimation Jinong Chen*, Lawrence Berkeley National Laboratory, and Michael E. Glinky, ION Geophyical Summary We develop a hierarchical

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION Anelatic media Reflected PP arrival in anelatic media P.F. Daley and E.S. Krebe ABSTRACT A homogeneou wave incident on an interface between two anelatic halfpace in welded contact i conidered. In the anelatic

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Laplace Tranform Paul Dawkin Table of Content Preface... Laplace Tranform... Introduction... The Definition... 5 Laplace Tranform... 9 Invere Laplace Tranform... Step Function...4

More information

Simple Observer Based Synchronization of Lorenz System with Parametric Uncertainty

Simple Observer Based Synchronization of Lorenz System with Parametric Uncertainty IOSR Journal of Electrical and Electronic Engineering (IOSR-JEEE) ISSN: 78-676Volume, Iue 6 (Nov. - Dec. 0), PP 4-0 Simple Oberver Baed Synchronization of Lorenz Sytem with Parametric Uncertainty Manih

More information

Determination of the local contrast of interference fringe patterns using continuous wavelet transform

Determination of the local contrast of interference fringe patterns using continuous wavelet transform Determination of the local contrat of interference fringe pattern uing continuou wavelet tranform Jong Kwang Hyok, Kim Chol Su Intitute of Optic, Department of Phyic, Kim Il Sung Univerity, Pyongyang,

More information

Correction for Simple System Example and Notes on Laplace Transforms / Deviation Variables ECHE 550 Fall 2002

Correction for Simple System Example and Notes on Laplace Transforms / Deviation Variables ECHE 550 Fall 2002 Correction for Simple Sytem Example and Note on Laplace Tranform / Deviation Variable ECHE 55 Fall 22 Conider a tank draining from an initial height of h o at time t =. With no flow into the tank (F in

More information

Hybrid Projective Dislocated Synchronization of Liu Chaotic System Based on Parameters Identification

Hybrid Projective Dislocated Synchronization of Liu Chaotic System Based on Parameters Identification www.ccenet.org/ma Modern Applied Science Vol. 6, No. ; February Hybrid Projective Dilocated Synchronization of Liu Chaotic Sytem Baed on Parameter Identification Yanfei Chen College of Science, Guilin

More information

Codes Correcting Two Deletions

Codes Correcting Two Deletions 1 Code Correcting Two Deletion Ryan Gabry and Frederic Sala Spawar Sytem Center Univerity of California, Lo Angele ryan.gabry@navy.mil fredala@ucla.edu Abtract In thi work, we invetigate the problem of

More information

Avoiding Forbidden Submatrices by Row Deletions

Avoiding Forbidden Submatrices by Row Deletions Avoiding Forbidden Submatrice by Row Deletion Sebatian Wernicke, Jochen Alber, Jen Gramm, Jiong Guo, and Rolf Niedermeier Wilhelm-Schickard-Intitut für Informatik, niverität Tübingen, Sand 13, D-72076

More information

Bahram Noshad Department of Electrical Engineering, Bandar Deylam Branch, Islamic Azad University, Bandar Deylam, Iran.

Bahram Noshad Department of Electrical Engineering, Bandar Deylam Branch, Islamic Azad University, Bandar Deylam, Iran. Journal of Advance in Computer Reearch Quarterly pissn: 345-66x eissn: 345-678 Sari Branch, Ilamic Azad Univerity, Sari, I.R.Iran (Vol. 9, No. 3, Augut 8), Page: - www.jacr.iauari.ac.ir A New Model for

More information

SOLVING THE KONDO PROBLEM FOR COMPLEX MESOSCOPIC SYSTEMS

SOLVING THE KONDO PROBLEM FOR COMPLEX MESOSCOPIC SYSTEMS SOLVING THE KONDO POBLEM FO COMPLEX MESOSCOPIC SYSTEMS V. DINU and M. ÞOLEA National Intitute of Material Phyic, Bucharet-Magurele P.O. Box MG-7, omania eceived February 21, 2005 Firt we preent the calculation

More information

Lecture 8: Period Finding: Simon s Problem over Z N

Lecture 8: Period Finding: Simon s Problem over Z N Quantum Computation (CMU 8-859BB, Fall 205) Lecture 8: Period Finding: Simon Problem over Z October 5, 205 Lecturer: John Wright Scribe: icola Rech Problem A mentioned previouly, period finding i a rephraing

More information

USPAS Course on Recirculated and Energy Recovered Linear Accelerators

USPAS Course on Recirculated and Energy Recovered Linear Accelerators USPAS Coure on Recirculated and Energy Recovered Linear Accelerator G. A. Krafft and L. Merminga Jefferon Lab I. Bazarov Cornell Lecture 6 7 March 005 Lecture Outline. Invariant Ellipe Generated by a Unimodular

More information

Simulation Study on the Shock Properties of the Double-Degree-of-Freedom Cushioning Packaging System

Simulation Study on the Shock Properties of the Double-Degree-of-Freedom Cushioning Packaging System Proceeding of the 7th IAPRI World Conference on Packaging Simulation Study on the Shock Propertie of the Double-Degree-of-Freedom Cuhioning Packaging Sytem Xia Zhu, Qiaoqiao Yan, Xiaoling Yao, Junbin Chen,

More information

Noether symmetry and non-noether conserved quantity of the relativistic holonomic nonconservative systems in general Lie transformations

Noether symmetry and non-noether conserved quantity of the relativistic holonomic nonconservative systems in general Lie transformations Vol 16 No 11, November 2007 c 2007 Chin. Phy. Soc. 1009-1963/2007/1611/3182-05 Chinee Phyic and IOP Publihing Ltd Noether ymmetry and non-noether conerved quantity of the relativitic holonomic nonconervative

More information

The combined Laplace-homotopy analysis method for partial differential equations

The combined Laplace-homotopy analysis method for partial differential equations Available online at wwwir-publicationcom/jmc J Math Computer Sci 6 (26), 88 2 Reearch Article The combined Laplace-homotopy analyi method for partial differential equation Javad Vahidi Department of Mathematic,

More information

The Influence of the Load Condition upon the Radial Distribution of Electromagnetic Vibration and Noise in a Three-Phase Squirrel-Cage Induction Motor

The Influence of the Load Condition upon the Radial Distribution of Electromagnetic Vibration and Noise in a Three-Phase Squirrel-Cage Induction Motor The Influence of the Load Condition upon the Radial Ditribution of Electromagnetic Vibration and Noie in a Three-Phae Squirrel-Cage Induction Motor Yuta Sato 1, Iao Hirotuka 1, Kazuo Tuboi 1, Maanori Nakamura

More information

Properties of Z-transform Transform 1 Linearity a

Properties of Z-transform Transform 1 Linearity a Midterm 3 (Fall 6 of EEG:. Thi midterm conit of eight ingle-ided page. The firt three page contain variou table followed by FOUR eam quetion and one etra workheet. You can tear out any page but make ure

More information

Molecular Dynamics Simulations of Nonequilibrium Effects Associated with Thermally Activated Exothermic Reactions

Molecular Dynamics Simulations of Nonequilibrium Effects Associated with Thermally Activated Exothermic Reactions Original Paper orma, 5, 9 7, Molecular Dynamic Simulation of Nonequilibrium Effect ociated with Thermally ctivated Exothermic Reaction Jerzy GORECKI and Joanna Natalia GORECK Intitute of Phyical Chemitry,

More information

online learning Unit Workbook 4 RLC Transients

online learning Unit Workbook 4 RLC Transients online learning Pearon BTC Higher National in lectrical and lectronic ngineering (QCF) Unit 5: lectrical & lectronic Principle Unit Workbook 4 in a erie of 4 for thi unit Learning Outcome: RLC Tranient

More information

A Buckling Problem for Graphene Sheets. J. Galagher 1, Y. Milman 2, S. Ryan 3, D. Golovaty 3, P. Wilber 3, and A. Buldum 4

A Buckling Problem for Graphene Sheets. J. Galagher 1, Y. Milman 2, S. Ryan 3, D. Golovaty 3, P. Wilber 3, and A. Buldum 4 A Buckling Problem for Graphene Sheet J. Galagher 1, Y. Milman 2, S. Ryan 3, D. Golovaty 3, P. Wilber 3, and A. Buldum 4 1 Department of Phyic, Rocheter Intitute of Technology, Rocheter, NY 14623, USA

More information

Research Article A New Kind of Weak Solution of Non-Newtonian Fluid Equation

Research Article A New Kind of Weak Solution of Non-Newtonian Fluid Equation Hindawi Function Space Volume 2017, Article ID 7916730, 8 page http://doi.org/10.1155/2017/7916730 Reearch Article A New Kind of Weak Solution of Non-Newtonian Fluid Equation Huahui Zhan 1 and Bifen Xu

More information

Solving Differential Equations by the Laplace Transform and by Numerical Methods

Solving Differential Equations by the Laplace Transform and by Numerical Methods 36CH_PHCalter_TechMath_95099 3//007 :8 PM Page Solving Differential Equation by the Laplace Tranform and by Numerical Method OBJECTIVES When you have completed thi chapter, you hould be able to: Find the

More information

STOCHASTIC GENERALIZED TRANSPORTATION PROBLEM WITH DISCRETE DISTRIBUTION OF DEMAND

STOCHASTIC GENERALIZED TRANSPORTATION PROBLEM WITH DISCRETE DISTRIBUTION OF DEMAND OPERATIONS RESEARCH AND DECISIONS No. 4 203 DOI: 0.5277/ord30402 Marcin ANHOLCER STOCHASTIC GENERALIZED TRANSPORTATION PROBLEM WITH DISCRETE DISTRIBUTION OF DEMAND The generalized tranportation problem

More information

Moment of Inertia of an Equilateral Triangle with Pivot at one Vertex

Moment of Inertia of an Equilateral Triangle with Pivot at one Vertex oment of nertia of an Equilateral Triangle with Pivot at one Vertex There are two wa (at leat) to derive the expreion f an equilateral triangle that i rotated about one vertex, and ll how ou both here.

More information

EE Control Systems LECTURE 6

EE Control Systems LECTURE 6 Copyright FL Lewi 999 All right reerved EE - Control Sytem LECTURE 6 Updated: Sunday, February, 999 BLOCK DIAGRAM AND MASON'S FORMULA A linear time-invariant (LTI) ytem can be repreented in many way, including:

More information

SERIES COMPENSATION: VOLTAGE COMPENSATION USING DVR (Lectures 41-48)

SERIES COMPENSATION: VOLTAGE COMPENSATION USING DVR (Lectures 41-48) Chapter 5 SERIES COMPENSATION: VOLTAGE COMPENSATION USING DVR (Lecture 41-48) 5.1 Introduction Power ytem hould enure good quality of electric power upply, which mean voltage and current waveform hould

More information

Accuracy of Symmetric Partitioned Runge-Kutta Methods for Differential Equations on Lie-Groups

Accuracy of Symmetric Partitioned Runge-Kutta Methods for Differential Equations on Lie-Groups Accuracy of Symmetric Partitioned Runge-Kutta Method for Differential Equation on Lie-Group WUB / 11-23 BUW-IMACM 11-19, Michael Günther, Franceco Knechtli and Michèle Wandelt Bergiche Univerität Wuppertal,

More information

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays Gain and Phae Margin Baed Delay Dependent Stability Analyi of Two- Area LFC Sytem with Communication Delay Şahin Sönmez and Saffet Ayaun Department of Electrical Engineering, Niğde Ömer Halidemir Univerity,

More information

Lecture 7: Testing Distributions

Lecture 7: Testing Distributions CSE 5: Sublinear (and Streaming) Algorithm Spring 014 Lecture 7: Teting Ditribution April 1, 014 Lecturer: Paul Beame Scribe: Paul Beame 1 Teting Uniformity of Ditribution We return today to property teting

More information

RELIABILITY OF REPAIRABLE k out of n: F SYSTEM HAVING DISCRETE REPAIR AND FAILURE TIMES DISTRIBUTIONS

RELIABILITY OF REPAIRABLE k out of n: F SYSTEM HAVING DISCRETE REPAIR AND FAILURE TIMES DISTRIBUTIONS www.arpapre.com/volume/vol29iue1/ijrras_29_1_01.pdf RELIABILITY OF REPAIRABLE k out of n: F SYSTEM HAVING DISCRETE REPAIR AND FAILURE TIMES DISTRIBUTIONS Sevcan Demir Atalay 1,* & Özge Elmataş Gültekin

More information

Physics 741 Graduate Quantum Mechanics 1 Solutions to Final Exam, Fall 2014

Physics 741 Graduate Quantum Mechanics 1 Solutions to Final Exam, Fall 2014 Phyic 7 Graduate Quantum Mechanic Solution to inal Eam all 0 Each quetion i worth 5 point with point for each part marked eparately Some poibly ueful formula appear at the end of the tet In four dimenion

More information

LTV System Modelling

LTV System Modelling Helinki Univerit of Technolog S-72.333 Potgraduate Coure in Radiocommunication Fall 2000 LTV Stem Modelling Heikki Lorentz Sonera Entrum O heikki.lorentz@onera.fi Januar 23 rd 200 Content. Introduction

More information

Compact finite-difference approximations for anisotropic image smoothing and painting

Compact finite-difference approximations for anisotropic image smoothing and painting CWP-593 Compact finite-difference approximation for aniotropic image moothing and painting Dave Hale Center for Wave Phenomena, Colorado School of Mine, Golden CO 80401, USA ABSTRACT Finite-difference

More information

Math 273 Solutions to Review Problems for Exam 1

Math 273 Solutions to Review Problems for Exam 1 Math 7 Solution to Review Problem for Exam True or Fale? Circle ONE anwer for each Hint: For effective tudy, explain why if true and give a counterexample if fale (a) T or F : If a b and b c, then a c

More information

OBSERVER-BASED REDUCED ORDER CONTROLLER DESIGN FOR THE STABILIZATION OF LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS

OBSERVER-BASED REDUCED ORDER CONTROLLER DESIGN FOR THE STABILIZATION OF LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS International Journal o Computer Science, Engineering and Inormation Technology (IJCSEIT, Vol.1, No.5, December 2011 OBSERVER-BASED REDUCED ORDER CONTROLLER DESIGN FOR THE STABILIZATION OF LARGE SCALE

More information

MODELING OF NEGATIVE INFLUENCES AT THE SIGNAL TRANSMISSION IN THE OPTICAL MEDIUM. Rastislav Róka, Filip Čertík

MODELING OF NEGATIVE INFLUENCES AT THE SIGNAL TRANSMISSION IN THE OPTICAL MEDIUM. Rastislav Róka, Filip Čertík MODELING OF NEGATIVE INFLUENCES AT THE SIGNAL TRANSMISSION IN THE OPTICAL MEDIUM Ratilav Róka, Filip Čertík Intitute of Telecommunication, FEEIT, Slovak Univerity of Technology in Bratilava E-mail: ratilav.roka@tuba.k,

More information

Unavoidable Cycles in Polynomial-Based Time-Invariant LDPC Convolutional Codes

Unavoidable Cycles in Polynomial-Based Time-Invariant LDPC Convolutional Codes European Wirele, April 7-9,, Vienna, Autria ISBN 978--87-4-9 VE VERLAG GMBH Unavoidable Cycle in Polynomial-Baed Time-Invariant LPC Convolutional Code Hua Zhou and Norbert Goertz Intitute of Telecommunication

More information

Digital Control System

Digital Control System Digital Control Sytem Summary # he -tranform play an important role in digital control and dicrete ignal proceing. he -tranform i defined a F () f(k) k () A. Example Conider the following equence: f(k)

More information

Linear Motion, Speed & Velocity

Linear Motion, Speed & Velocity Add Important Linear Motion, Speed & Velocity Page: 136 Linear Motion, Speed & Velocity NGSS Standard: N/A MA Curriculum Framework (006): 1.1, 1. AP Phyic 1 Learning Objective: 3.A.1.1, 3.A.1.3 Knowledge/Undertanding

More information

EP225 Note No. 5 Mechanical Waves

EP225 Note No. 5 Mechanical Waves EP5 Note No. 5 Mechanical Wave 5. Introduction Cacade connection of many ma-pring unit conitute a medium for mechanical wave which require that medium tore both kinetic energy aociated with inertia (ma)

More information

THE RATIO OF DISPLACEMENT AMPLIFICATION FACTOR TO FORCE REDUCTION FACTOR

THE RATIO OF DISPLACEMENT AMPLIFICATION FACTOR TO FORCE REDUCTION FACTOR 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada Augut -6, 4 Paper No. 97 THE RATIO OF DISPLACEMENT AMPLIFICATION FACTOR TO FORCE REDUCTION FACTOR Mua MAHMOUDI SUMMARY For Seimic

More information

Frequency dependent attenuation and dispersion in patchysaturated

Frequency dependent attenuation and dispersion in patchysaturated Frequency dependent attenuation and diperion in patchyaturated porou rock Huixing Zhang, ritopher A. Innanen. Key Lab of Submarine Geocience and Propecting Technique, MOE, Ocean Univerity of China;. Department

More information

PDF hosted at the Radboud Repository of the Radboud University Nijmegen

PDF hosted at the Radboud Repository of the Radboud University Nijmegen PDF hoted at the Radboud Repoitory of the Radboud Univerity Nijmegen The following full text i an author' verion which may differ from the publiher' verion. For additional information about thi publication

More information

Fast Convolutional Sparse Coding (FCSC)

Fast Convolutional Sparse Coding (FCSC) Fat Convolutional Spare Coding (FCSC) Bailey ong Department of Computer Science Univerity of California, Irvine bhkong@ic.uci.edu Charle C. Fowlke Department of Computer Science Univerity of California,

More information

A generalized mathematical framework for stochastic simulation and forecast of hydrologic time series

A generalized mathematical framework for stochastic simulation and forecast of hydrologic time series WATER RESOURCES RESEARCH, VOL. 36, NO. 6, PAGES 1519 1533, JUNE 2000 A generalized mathematical framework for tochatic imulation and forecat of hydrologic time erie Demetri Koutoyianni Department of Water

More information

1. Preliminaries. In [8] the following odd looking integral evaluation is obtained.

1. Preliminaries. In [8] the following odd looking integral evaluation is obtained. June, 5. Revied Augut 8th, 5. VA DER POL EXPASIOS OF L-SERIES David Borwein* and Jonathan Borwein Abtract. We provide concie erie repreentation for variou L-erie integral. Different technique are needed

More information

Behavioral thermal modeling for quad-core microprocessors

Behavioral thermal modeling for quad-core microprocessors Behavioral thermal modeling for quad-core microproceor Duo Li and Sheldon X.-D. Tan Department of Electrical Engineering Univerity of California, Riveride, CA Murli Tirumala Intel Corporation Outline Introduction

More information

CHAPTER 4 DESIGN OF STATE FEEDBACK CONTROLLERS AND STATE OBSERVERS USING REDUCED ORDER MODEL

CHAPTER 4 DESIGN OF STATE FEEDBACK CONTROLLERS AND STATE OBSERVERS USING REDUCED ORDER MODEL 98 CHAPTER DESIGN OF STATE FEEDBACK CONTROLLERS AND STATE OBSERVERS USING REDUCED ORDER MODEL INTRODUCTION The deign of ytem uing tate pace model for the deign i called a modern control deign and it i

More information