Planning with Uncertainty in Position: an Optimal Planner

Size: px
Start display at page:

Download "Planning with Uncertainty in Position: an Optimal Planner"

Transcription

1 Planning with Unertainty in Position: an Optimal Planner Juan Pablo Gonzalez Anthony (Tony) Stentz CMU-RI -TR The Robotis Institute Carnegie Mellon University Pittsburgh, Pennsylvania Otober Carnegie Mellon University The views and onlusions ontained in this doument are those of the authors and should not be interpreted as representing the offiial poliies or endorsements, either expressed or implied, of Carnegie Mellon University.

2

3 Abstrat We propose a resolution-optimal planner that onsiders unertainty while optimizing any monotoni objetive funtion suh as mobility ost, ris, energy expended, et. The resulting path is a one that minimizes the expeted ost value of the objetive funtion, while ensuring that the unertainty in the position of the robot does not ompromise the safety of the robot or the reahability of the goal. Keywords: mobile robot, path planning, unertainty, optimal planner, error propagation

4

5 Contents Abstrat... 4 Contents Introdution Related Wor Motion Model and Unertainty Propagation Implementation Simplified error propagation model Planning with unertainty Using loalization regions Results Route planning example Performane Conlusions and Future Wor Anowledgments Referenes... 23

6 1 Introdution Unertainty is always present in the position estimation of mobile robots. For path planning, however, its effets are frequently ignored. For most problems, this is an appropriate approah if the unertainty is smaller or omparable to the size of the robot. However, when the unertainty is larger, its effets should not be ignored. The widespread use of GPS (Global Positioning System) has failitated the position estimation problem for outdoor mobile robots. Nonetheless, there are many senarios where GPS overage is limited or unavailable: under tree anopies, in anyons, and in many urban environments. In indoor settings GPS is unavailable, although sometimes landmars an be used for absolute positioning. In this paper we propose a resolution-optimal path planner that onsiders unertainty, while optimizing any monotoni objetive funtion suh as mobility ost, ris, energy expended, et. The environment is represented as a grid, in whih the ost of eah ell orresponds to the ost of traveling from the enter of the ell to its edge. The resulting path minimizes the expeted value of the objetive funtion along the path, while ensuring that the unertainty in the position of the robot does not ompromise the safety of the robot or the reahability of the goal. The planner uses a single-parameter error propagation model in order to minimize the number of dimensions required. This model is a onservative estimate of the true error projetion model and an provide an aurate estimate of the higher-dimension model, depending on the type of error that is predominant in the system. Additionally, the planner is able to handle regions with GPS overage, where the unertainty stops propagating and is redued to a fixed value. Even though the planner utilized is a 3-D planner, the harateristis of the searh spae and the simplified error propagation model allow the planner to have a time omplexity lose to that of a 2- D planner. The planning time is under 1 seond for worlds of up to 150x150 ells, and under 10 seonds for worlds of up to 250x250 ells. This paper is organized as follows: setion 2 ontains a review the relevant literature in the area of planning with unertainty. Setion 3 explains the motion model and the unertainty propagation problem. Setion 4 explains our approah to the problem. Setion 5 shows some results of the planner applied to syntheti and geographi data and analyzes the performane of the algorithm. Setion 6 ontains the onlusions and explores future diretions for this researh. 2 Related Wor There is abundant wor in planning with unertainty in the researh literature. Latombe [1][2] has an extensive review on the state of the art as of Sine then, important ontributions by Lazanas and Latombe [3], Bouilly [4][5], Haït et al. [6], Fraihard [7], and others have not only expanded the theoretial approahes to planning with unertainty, but also addressed some of its pratial limitations. There is, however, little wor in reating optimal planners. Although the planner proposed by Bouilly [4] alulates an optimal path with respet to unertainty or path length (i.e.: a path of minimum unertainty or minimum path length), the approah is not appliable to finding optimal paths with respet to other important riteria. To the best of our nowledge, only Roy and Thrun [8] have solved the problem of finding optimal paths for ontinuous ost worlds in the presene of unertainty. The planner they propose inludes many of the elements of the planner proposed here, but is based on an approximate solution to a POMDP. This approah requires pre-proessing all the states in the searh spae, whih later allows for very fast planning. However, the total planning time (inluding the pre-proessing stage) is very long. We are presenting an alternate semi-deterministi approah based on A*, whih in average has muh lower time omplexity.

7 3 Motion Model and Unertainty Propagation The first-order motion model for a point-sized robot moving in two dimensions is: x ( t) = v( t)os θ( t) y ( t) = v( t)sin θ ( t) θ ( t) = ω( t) (1) where the state of the robot is represented by x(t), y(t) and θ(t) (x-position, y-position and heading respetively), and the inputs to the model are represented by v(t) and ω(t) (longitudinal speed and rate of hange for the heading respetively). Equation (1) an also be expressed as: where x ( t) = ( x( t), y( t), θ( t)) and u ( t) = ( v( t), ω( t)). If we allow for error terms in (1), the resulting equation is: x ( t) = f ( x( t), u( t)) (2) x ( t) = ( v( t) + w ( t))os θ( t) + w ( t) y ( t) = ( v( t) + w ( t))sin θ( t) + w ( t) θ ( t) = ω( t) + w ( t) v v ω x y (3) wherew and w ω are random errors in the inputs v(t) and ω(t) (longitudinal ontrol error and gyro v drift), and w x and wy are random model errors. Using the extended Kalman filter (EKF) analysis for this system, whih assumes that the random errors are zero-mean Gaussian distributions, we an model the error propagation as follows: T T P( + 1) = A P( ) A + L Q( ) L (4) where and 1 0 v( t)sin( θ ( )) t A = 0 1 v( t)os( θ ( )) t (5) os( θ ( )) t 0 t 0 L = sin( θ ( )) t 0 0 t 0 t 0 0 (6) w = [ w ( ) w ( ) w ( ) w ( )] T (7) v ω x y Kelly [10] alulated losed-form solutions for some trajetories. For a straight trajetory along the x-axis eeping all inputs onstant, the errors behave as follows: - The error due to the longitudinal ontrol w v is refleted in the x diretion, and is given by σ 2 2 x σ v vt =, or σ x = σ v vt (See Figure 1).

8 Figure 1. Unertainty propagation for error in longitudinal ontrol - The error due to w ω is refleted in the y diretion, and is given by σ y σ ω 3/ 2 = v t (See Figure 2) y v t σ = σ ω, or Figure 2. Unertainty propagation for error due to gyro drift - The error due to w x is refleted in the x diretion, and is given by Figure 3). σ 2 2 x = σx t, or σx = σx t (See

9 Figure 3. Unertainty propagation for errors due to w x - The error due to w y is refleted in the y diretion, and is given by Figure 4). σ 2 2 x = σx t, or σx = σx t (See Figure 4. Unertainty propagation for errors due to Additionally, there are errors in the initial position of the robot. Errors in x and y do not inrease unless there is unertainty in the model or in the ontrols. Errors in the heading angle, however, do propagate linearly with t. For initial angle errors of less than 15 degrees, the small angle approximation an be used to obtain the expression: σ y = σ θ. vt (See Figure 5 and Figure 6). o A straight line trajetory maximizes eah one of the error terms (see [10] for the proof) therefore we an use the results of this trajetory as an upper bound on the error for any trajetory. The dominant terms in the error propagation model depend on the navigation system and on the planning horizon for the robot. w y

10 Figure 5. Unertainty propagation for errors in initial position alone. Figure 6. Unertainty propagation for errors in initial angle alone. For a planning horizon of 3m at a speed of 5 m/s, with longitudinal ontrol error of 10% of the ommanded speed ( σ v = 0.1 v = 0.5 m / s), gyro drift of 10 deg/hr ( σ ω =10 deg/hr = rad/se) and model error of 0.1m/s in x and y ( σ x = σ y = 0.1 m/s), the dominant term is the longitudinal ontrol error (See Figure 7). However, when onsidering the error aused by the unertainty in the initial angle, this beomes the dominant error soure for errors as small as 0.25 degrees (See Figure 8).

11 Figure 7. Comparison between different types of error Figure 8. Comparison between different values of initial angle error and longitudinal ontrol error Figure 9 shows the results of ombining all the types of error (with the values mentioned above, and an initial heading angle of 0.25 degrees) for a straight trajetory. Figure 10 shows the same analysis for a random trajetory.

12 Figure 9. Error propagation for a straight trajetory with all error soures ombined Figure 10. Error propagation for a random trajetory with all error soures ombined 4 Implementation 4.1 Simplified error propagation model In order to eep the planning problem tratable and effiient, we will approximate the probability density funtion (pdf) of the error with a symmetri Gaussian distribution, entered at the most liely loation of the robot: q = ( x, y) q : N ( q, σ ) (8) where q is the most liely loation of the robot at step, and σ is the standard deviation of the distribution.

13 Let us define: ε = 2 σ (9) We an then model the boundary of the unertainty region as a dis entered at radius ε. To propagate the unertainty, we use the model: 1 1 ) (, ε ud ) 1 q with a ε( q ) = ( q + q q (10) where u is the unertainty arued per unit of distane traveled, q is the previous position along the 1 path, and d( q, q ) is the distane between the two adjaent path loations q and where Equivalently, we an define the unertainty at loation ε ud q is the initial most liely loation of the robot, and q as: 1 q. ε( q ) = ( q ) + ( q, q ) (11) 0 D( q, q ) is the total distane traveled 0 along the path from q to q. The unertainty rate u is typially between 0.01 and 0.1 (1% to 10%) of distane traveled. By modeling the error propagation in this manner, we are assuming that the dominant term is the unertainty in the initial angle. Even though we are not expliitly modeling θ as a state variable, the effets of unertainty in this variable are aounted for in the unertainty propagation model for q=(x,y). 4.2 Planning with unertainty In a deterministi planner, the position of the robot on the plane is usually defined as q=(x,y), where x and y are deterministi variables. Beause the position of the robot is now a probability distribution, the new representation for the position of the robot is where q is a random variable representing the position of the robot, the robot, and p( q q, ε ) (12) q is the most liely loation of ε is the unertainty in the position. As mentioned in the previous setion, this pdf is modeled as a Gaussian distribution entered at q and with standard deviation σ = ε / q is The expeted ost of going from a most liely loation q to an adjaent most liely loation ( (, ),( + 1, + 1 ) ) (, + ) (, +,, +, + ε ε o i j i j ε ε ) E C q q = C p q q q q q q (13) i j where + 1 C o i j ( q, q ) is the deterministi ost of traveling from q i to Expressing the joint probability as a onditional probability: 1 1 E + + C (( q, ε ),( q, ε )) = i j C + 1 j q ( q, q ) p( q q, q, ε, q, ε ) o i j j i p ( qi q, ε, q, ε ) (14)

14 i (( q, ε ),( q, ε )) E C = j C ( q, q ) p( q q, q, ε, q, ε ) o i j j i p ( qi q, ε ) (15) from If u q to << ε, then 1 ε ε + (for a single step inrement). We an then model the transition + 1 q as a deterministi transition for the distribution p( i, ε ) Under this assumption: p ( q j qi, q, ε, q, ε ) q q if j i ' = 0 otherwise = where i' is the image of i under a transformation T suh that T ( q ) = q (See Figure 11) Substituting (16) in (15): (( q, ε ),( q, ε )) E C = i C + 1 ( q, q ' ) p( q q, ε ) o i i i + 1 (16) (17) ε 1 ε + q q + 1 q i q j = q + i ' Figure 11. p( i, ε,, ε ) q q q and state transitions when u << ε Sine i q and q i ' are neighbors, we an express ( ' ) + 1 C o i i ' ( q, q ) as: o i i = q i + q i ' C q, q ac ( q ) bc ( q ) (18) where a=b=1 for horizontal or vertial neighboring ells, and a=b= 2 for diagonal neighboring ells. Substituting (18) in (17): i (( q, ε ),( q, ε )) E C = + 1 ( q ) ( q q, ε ) + ( q ' ) ( q q, ε ) a C p b C p o i i o i i i (19)

15 ( ) E C ( q, ε ),( q, ε ) = a CE ( q, ε ) + bce ( q, ε ) (20) where ( ) ( ε ) E o i i i C ( q, ε ) = C q p q q, (21) is the expeted ost of traversing ell q if the unertainty at this loation is Sine it is possible to reah a ell state vetor r suh that: ε. q with different unertainties, we will reate an augmented r = ( q, ε ) (22) hene defining a 3-D onfiguration spae where x and y are the first two dimensions, and ε is the third dimension. The planner used for planning with unertainty is a modified version of A* in 3-D. The planner wors as follows: we have a start loation q 0 with unertainty ε 0, an end loation q f with unertainty ε f 0 0 0, and a 2-D ost map C. We form the augmented state variable r = ( q, ε ) and plae it in the OPEN list. The state r with lowest expeted total ost to the goal is popped from the OPEN list. Next, r is expanded, and its suessors r +1 j are plaed in the OPEN list. Sine ε is funtion of q, the suessors of r are alulated only in the 2-D worspae defined by q, instead of the 3-D onfiguration spae defined by r (See Figure 12). As the states are plaed in the OPEN list, their unertainty is updated using (10), and the expeted total path ost of r +1 j is updated aording to (20). However, if any states within the unertainty region of r +1 j are labeled as OBST (obstales), then the expeted total path ost of r +1 j is set to infinity, therefore preventing any further expansion of that state. q q q q q q q q q Figure 12. Suessors of state q + 1 = Lie in A*, the proess desribed above is repeated until a ell r +1 suh that q q and 1 f ε + ε is popped out of the OPEN list. The path onneting the bapointers from r +1 to r 0 is the 0 f optimal path between q and q with a final unertainty lower than ε f. If the OPEN list beomes 0 f empty and no suh state has been found, then there is not path between q and q suh that the final f unertainty is lower than ε. 4.3 Using loalization regions The planner has the apability of using loalization regions, suh as areas with GPS overage. If a state propagation yields a distribution that is totally ontained in a GPS region (within 2σ), the unertainty of this state is set to zero (or other onstant value assoiated with the GPS region) instead of using (10) to propagate the unertainty. This allows the planner to hop from one GPS region to another, if the lowest ost path requires it. f

16 5 Results 5.1 Route planning example The following is an example of our planner applied to the problem of finding the best path between two loations on opposite sides of Indiantown Gap, PA. In Figure 13 we an see the results when unertainty is not being onsidered. We an use a regular 2-D planner for this tas, or we ould use our planner with an unertainty rate of zero. If the unertainty rate is zero, the third dimension of the planning s pae is ollapsed, and the searh spae beomes two-dimensional. Figure 14 shows the resulting path when we use our planner and a propagation model with an unertainty rate of 2%. Notie how the path is shortened in order to fit through the narrow opening in the lower left orner of the map. Figure 15 shows the resulting path when the unertainty rate is inreased to 4%. The path annot pass through the opening in the lower left orner, and now it has to go through the opening in the top right, produing a more ostly path. Figure 13. Path alulated with no unertainty. Total path ost : 9357 Figure 16 shows the resulting path for the same unertainty rate when there is a GPS region in the left side of the map (small retangle). In this ase the lowest ost path is obtained by going to the GPS region first (whih resets the unertainty to zero) and then going through the gap in the lower left orner (whih was not feasible without the GPS region)

17 Figure 14. Path alulated with unertainty rate u = 2.0%. Total expeted path ost: Figure 15. Path alulated with unertainty rate u = 4.0%. Total expeted path ost = 44107

18 Figure 16. Path alulated with unertainty rate u = 4.0%, and using GPS regions (small square area on the left). Total expeted path ost = Performane The spae omplexity of the urrent implementation of the planner is O( n n n ), where n x, ny and n u are the dimensions along the x, y and u diretions. The time omplexity is O( Q+ R), where: - 2 u ( x y ) u x y u Q = n n n is the number of operations required to alulate the expeted ost. - R = n n n log( n n n )) is the number of operations required by A* to alulate the path x y u x y u - u is the unertainty rate. For u > 0, the Q term dominates the time omplexity of the algorithm. If u = 0, or the alulation of the expeted value is performed beforehand, then the R term beomes the dominant one. However, beause of the unertainty is dependent on x and y, the states expanded by the algorithm are far fewer than n x n y n u, and the average time omplexity of the algorithm is onsequently muh lower as well. For binary-ost worlds, the searh spae for the algorithm is a 2-D manifold, with a one-lie shape around the start loation (Figure 17 shows a ross-setion of the searh spae ontaining the start loation). In this type of world, the number of propagations is O( n n ) For ontinuous-ost worlds, the searh spae is something between a 2-D manifold and a thin 3-D volume (Figure 18 shows a ross-setion of the searh spae ontaining the start loation). In this type of world the number of propagations is O( nx ny nu ' ), where n u ' is the average number of propagations per ell. Figure 19 shows n u ' vs nu for a bath of 1800 simulations with u varying between 1% and 10%, and nx = ny varying from 50 to 250 ells. We an see that even though n u ' does inrease with n u, it is always a small fration of n u. For n u = 100 the average value of n u ' is 3.4, and the maximum value is 7.9. x y

19 Figure 17. State expansion for binary ost world Figure 18. State expansion for ontinuous ost world Figure 19. Propagations per ell vs number of unertainty levels

20 6 Conlusions and Future Wor We have introdued an effiient path planner that alulates resolution-optimal paths while onsidering unertainty in position. Even though the planner uses three dimensions to represent the state variables, the omputational omplexity of the algorithm is very lose to that of a 2-D algorithm. The algorithm taes advantage of the small inrease in unertainty from one step to the next, to model the transitions in a semi-deterministi fashion. This enables the use of a deterministi planner suh as A* to solve the planning problem. Beause of the effiient use of the state spae, the algorithm does not require a lengthy preproessing stage as required by Roy and Thrun [8]. The planning time is under 1 seond for worlds up to 150x150, and under 10 seonds for worlds up to 250x250. Figure 20 shows the average planning time for 1800 simulations modeling 10 different worlds with sizes from 50x50 to 250x250 (in xy). The unertainty levels used varied from 1 to 100, and the unertainty rates from 1% to 10%. The proessor used was a Pentium M 1.4GHz. Our algorithm runs in signifiantly less time than algorithms that require pre-proessing of all states. Depending on the size of the world and the unertainty rate the speed up fator of our algorithm is between 8 and 80 times, depending on the size and harateristis of the world (See Figure 21). Future wor inludes produing a version of the algorithm that allows for more effiient replanning and exploring more omplex representations of the error propagation model. Figure 20. Planning time for different world sizes and unertainty rates

21 Figure 21. Speed up fator in total planning time ompared to preproessing all states. 7 Anowledgments This wor was sponsored by the U.S. Army Researh Laboratory under ontrat Robotis Collaborative Tehnology Alliane (ontrat number DAAD ). The views and onlusions ontained in this doument do not represent the offiial poliies or endorsements of the U.S. Government.

22 Referenes [1] Latombe, J.C., Lazanas, A., and Shehar, S., "Robot Motion Planning with Unertainty in Control and Sensing," Artifiial Intelligene J., 52(1), 1991, pp [2] J. C. Latombe_Robot Motion Planning._Kluwer Aademi Publishers. [3] Lazanas, A., and Latombe, J.-C Landmar-based robot navigation. In Pro. 10th National Conf. on Artifiial Intelligene (AAAI-92), Cambridge, MA: AAAI Press/The MIT Press. [4] B. Bouilly. Planifiation de Strategies de Deplaement Robuste pour Robot Mobile. PhD thesis, Insitut National Polytehnique, Tolouse, Frane, 1997 [5] B. Bouilly, T. Sim'eon, and R. Alami. A numerial tehnique for planning motion strategies of a mobile robot in presene of unertainty. In Pro. of the IEEE Int. Conf. on Robotis and Automation, volume 2, pages , Nagoya (JP), May [6] Haït, A., Simeon, T. and Taïx, M. "Robust motion planning for rough terrain navigation".published in IEEE Int. Conf. on Intelligent Robots and Systems Kyongju, Korea,. [7] Th. Fraihard and R. Mermond "Integrating Unertainty And Landmars In Path Planning For Car-Lie Robots" Pro. IFAC Symp. on Intelligent Autonomous Vehiles Marh 25-27, [8] Roy, N. and Thrun, S. (1999). Coastal navigation with mobile robots. In Advanes in Neural Proessing Systems 12, volume 12, pages [9] K. Goldberg, M. Mason, and A. Requiha. Geometri unertainty in motion planning. Summary report and bibliography. IRIS TR. USC Los Angeles [10] Kelly, A, "Linearized Error Propagation in Odometry", The International Journal of Robotis Researh. February 2004, vol. 23, no. 2, pp (40).

Planning with Uncertainty in Position: an Optimal and Efficient Planner

Planning with Uncertainty in Position: an Optimal and Efficient Planner Planning with Unertainty in Position: an Optimal and Effiient Planner Juan Pablo Gonzalez and Anthony (Tony) Stentz The Robotis Institute Carnegie Mellon University Pittsburgh, USA {jgonzale, axs}@ri.mu.edu

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO

Evaluation of effect of blade internal modes on sensitivity of Advanced LIGO Evaluation of effet of blade internal modes on sensitivity of Advaned LIGO T0074-00-R Norna A Robertson 5 th Otober 00. Introdution The urrent model used to estimate the isolation ahieved by the quadruple

More information

7 Max-Flow Problems. Business Computing and Operations Research 608

7 Max-Flow Problems. Business Computing and Operations Research 608 7 Max-Flow Problems Business Computing and Operations Researh 68 7. Max-Flow Problems In what follows, we onsider a somewhat modified problem onstellation Instead of osts of transmission, vetor now indiates

More information

Complexity of Regularization RBF Networks

Complexity of Regularization RBF Networks Complexity of Regularization RBF Networks Mark A Kon Department of Mathematis and Statistis Boston University Boston, MA 02215 mkon@buedu Leszek Plaskota Institute of Applied Mathematis University of Warsaw

More information

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM NETWORK SIMPLEX LGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM Cen Çalışan, Utah Valley University, 800 W. University Parway, Orem, UT 84058, 801-863-6487, en.alisan@uvu.edu BSTRCT The minimum

More information

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach

Measuring & Inducing Neural Activity Using Extracellular Fields I: Inverse systems approach Measuring & Induing Neural Ativity Using Extraellular Fields I: Inverse systems approah Keith Dillon Department of Eletrial and Computer Engineering University of California San Diego 9500 Gilman Dr. La

More information

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS

A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Vietnam Journal of Mehanis, VAST, Vol. 4, No. (), pp. A NONLILEAR CONTROLLER FOR SHIP AUTOPILOTS Le Thanh Tung Hanoi University of Siene and Tehnology, Vietnam Abstrat. Conventional ship autopilots are

More information

Control Theory association of mathematics and engineering

Control Theory association of mathematics and engineering Control Theory assoiation of mathematis and engineering Wojieh Mitkowski Krzysztof Oprzedkiewiz Department of Automatis AGH Univ. of Siene & Tehnology, Craow, Poland, Abstrat In this paper a methodology

More information

Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the function V ( x ) to be positive definite.

Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the function V ( x ) to be positive definite. Leture Remark 4.1 Unlike Lyapunov theorems, LaSalle s theorem does not require the funtion V ( x ) to be positive definite. ost often, our interest will be to show that x( t) as t. For that we will need

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach

Optimization of Statistical Decisions for Age Replacement Problems via a New Pivotal Quantity Averaging Approach Amerian Journal of heoretial and Applied tatistis 6; 5(-): -8 Published online January 7, 6 (http://www.sienepublishinggroup.om/j/ajtas) doi:.648/j.ajtas.s.65.4 IN: 36-8999 (Print); IN: 36-96 (Online)

More information

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS

DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS CHAPTER 4 DIGITAL DISTANCE RELAYING SCHEME FOR PARALLEL TRANSMISSION LINES DURING INTER-CIRCUIT FAULTS 4.1 INTRODUCTION Around the world, environmental and ost onsiousness are foring utilities to install

More information

Nonreversibility of Multiple Unicast Networks

Nonreversibility of Multiple Unicast Networks Nonreversibility of Multiple Uniast Networks Randall Dougherty and Kenneth Zeger September 27, 2005 Abstrat We prove that for any finite direted ayli network, there exists a orresponding multiple uniast

More information

Developing Excel Macros for Solving Heat Diffusion Problems

Developing Excel Macros for Solving Heat Diffusion Problems Session 50 Developing Exel Maros for Solving Heat Diffusion Problems N. N. Sarker and M. A. Ketkar Department of Engineering Tehnology Prairie View A&M University Prairie View, TX 77446 Abstrat This paper

More information

Advances in Radio Science

Advances in Radio Science Advanes in adio Siene 2003) 1: 99 104 Copernius GmbH 2003 Advanes in adio Siene A hybrid method ombining the FDTD and a time domain boundary-integral equation marhing-on-in-time algorithm A Beker and V

More information

Sensor management for PRF selection in the track-before-detect context

Sensor management for PRF selection in the track-before-detect context Sensor management for PRF seletion in the tra-before-detet ontext Fotios Katsilieris, Yvo Boers, and Hans Driessen Thales Nederland B.V. Haasbergerstraat 49, 7554 PA Hengelo, the Netherlands Email: {Fotios.Katsilieris,

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Neural population partitioning and a onurrent brain-mahine interfae for sequential motor funtion Maryam M. Shanehi, Rollin C. Hu, Marissa Powers, Gregory W. Wornell, Emery N. Brown

More information

Variation Based Online Travel Time Prediction Using Clustered Neural Networks

Variation Based Online Travel Time Prediction Using Clustered Neural Networks Variation Based Online Travel Time Predition Using lustered Neural Networks Jie Yu, Gang-Len hang, H.W. Ho and Yue Liu Abstrat-This paper proposes a variation-based online travel time predition approah

More information

Beams on Elastic Foundation

Beams on Elastic Foundation Professor Terje Haukaas University of British Columbia, Vanouver www.inrisk.ub.a Beams on Elasti Foundation Beams on elasti foundation, suh as that in Figure 1, appear in building foundations, floating

More information

A model for measurement of the states in a coupled-dot qubit

A model for measurement of the states in a coupled-dot qubit A model for measurement of the states in a oupled-dot qubit H B Sun and H M Wiseman Centre for Quantum Computer Tehnology Centre for Quantum Dynamis Griffith University Brisbane 4 QLD Australia E-mail:

More information

A simple expression for radial distribution functions of pure fluids and mixtures

A simple expression for radial distribution functions of pure fluids and mixtures A simple expression for radial distribution funtions of pure fluids and mixtures Enrio Matteoli a) Istituto di Chimia Quantistia ed Energetia Moleolare, CNR, Via Risorgimento, 35, 56126 Pisa, Italy G.

More information

Lecture 3 - Lorentz Transformations

Lecture 3 - Lorentz Transformations Leture - Lorentz Transformations A Puzzle... Example A ruler is positioned perpendiular to a wall. A stik of length L flies by at speed v. It travels in front of the ruler, so that it obsures part of the

More information

UPPER-TRUNCATED POWER LAW DISTRIBUTIONS

UPPER-TRUNCATED POWER LAW DISTRIBUTIONS Fratals, Vol. 9, No. (00) 09 World Sientifi Publishing Company UPPER-TRUNCATED POWER LAW DISTRIBUTIONS STEPHEN M. BURROUGHS and SARAH F. TEBBENS College of Marine Siene, University of South Florida, St.

More information

Combined Electric and Magnetic Dipoles for Mesoband Radiation, Part 2

Combined Electric and Magnetic Dipoles for Mesoband Radiation, Part 2 Sensor and Simulation Notes Note 53 3 May 8 Combined Eletri and Magneti Dipoles for Mesoband Radiation, Part Carl E. Baum University of New Mexio Department of Eletrial and Computer Engineering Albuquerque

More information

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013

Wavetech, LLC. Ultrafast Pulses and GVD. John O Hara Created: Dec. 6, 2013 Ultrafast Pulses and GVD John O Hara Created: De. 6, 3 Introdution This doument overs the basi onepts of group veloity dispersion (GVD) and ultrafast pulse propagation in an optial fiber. Neessarily, it

More information

Geometry of Transformations of Random Variables

Geometry of Transformations of Random Variables Geometry of Transformations of Random Variables Univariate distributions We are interested in the problem of finding the distribution of Y = h(x) when the transformation h is one-to-one so that there is

More information

Comparison of PD and LQR Methods for Spacecraft Attitude Control Using Star Trackers

Comparison of PD and LQR Methods for Spacecraft Attitude Control Using Star Trackers Comparison of PD and LQ Methods for Spaeraft Attitude Control Using Star raers Sott Beatt, Universit of New Meio, United States, sott.beatt@pangeateh.om ABSAC he wor ontained herein is a omparison of spaeraft

More information

FINITE WORD LENGTH EFFECTS IN DSP

FINITE WORD LENGTH EFFECTS IN DSP FINITE WORD LENGTH EFFECTS IN DSP PREPARED BY GUIDED BY Snehal Gor Dr. Srianth T. ABSTRACT We now that omputers store numbers not with infinite preision but rather in some approximation that an be paed

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

ECE-320 Linear Control Systems. Winter 2013, Exam 1. No calculators or computers allowed, you may leave your answers as fractions.

ECE-320 Linear Control Systems. Winter 2013, Exam 1. No calculators or computers allowed, you may leave your answers as fractions. ECE-320 Linear Control Systems Winter 2013, Exam 1 No alulators or omputers allowed, you may leave your answers as frations. All problems are worth 3 points unless noted otherwise. Total /100 1 Problems

More information

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems

An Integrated Architecture of Adaptive Neural Network Control for Dynamic Systems An Integrated Arhiteture of Adaptive Neural Network Control for Dynami Systems Robert L. Tokar 2 Brian D.MVey2 'Center for Nonlinear Studies, 2Applied Theoretial Physis Division Los Alamos National Laboratory,

More information

Average Rate Speed Scaling

Average Rate Speed Scaling Average Rate Speed Saling Nikhil Bansal David P. Bunde Ho-Leung Chan Kirk Pruhs May 2, 2008 Abstrat Speed saling is a power management tehnique that involves dynamially hanging the speed of a proessor.

More information

Singular Event Detection

Singular Event Detection Singular Event Detetion Rafael S. Garía Eletrial Engineering University of Puerto Rio at Mayagüez Rafael.Garia@ee.uprm.edu Faulty Mentor: S. Shankar Sastry Researh Supervisor: Jonathan Sprinkle Graduate

More information

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines

General Closed-form Analytical Expressions of Air-gap Inductances for Surfacemounted Permanent Magnet and Induction Machines General Closed-form Analytial Expressions of Air-gap Indutanes for Surfaemounted Permanent Magnet and Indution Mahines Ronghai Qu, Member, IEEE Eletroni & Photoni Systems Tehnologies General Eletri Company

More information

Neuro-Fuzzy Control of Chemical Reactor with Disturbances

Neuro-Fuzzy Control of Chemical Reactor with Disturbances Neuro-Fuzzy Control of Chemial Reator with Disturbanes LENK BLHOÁ, JÁN DORN Department of Information Engineering and Proess Control, Institute of Information Engineering, utomation and Mathematis Faulty

More information

Directional Coupler. 4-port Network

Directional Coupler. 4-port Network Diretional Coupler 4-port Network 3 4 A diretional oupler is a 4-port network exhibiting: All ports mathed on the referene load (i.e. S =S =S 33 =S 44 =0) Two pair of ports unoupled (i.e. the orresponding

More information

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry

9 Geophysics and Radio-Astronomy: VLBI VeryLongBaseInterferometry 9 Geophysis and Radio-Astronomy: VLBI VeryLongBaseInterferometry VLBI is an interferometry tehnique used in radio astronomy, in whih two or more signals, oming from the same astronomial objet, are reeived

More information

max min z i i=1 x j k s.t. j=1 x j j:i T j

max min z i i=1 x j k s.t. j=1 x j j:i T j AM 221: Advaned Optimization Spring 2016 Prof. Yaron Singer Leture 22 April 18th 1 Overview In this leture, we will study the pipage rounding tehnique whih is a deterministi rounding proedure that an be

More information

EE 321 Project Spring 2018

EE 321 Project Spring 2018 EE 21 Projet Spring 2018 This ourse projet is intended to be an individual effort projet. The student is required to omplete the work individually, without help from anyone else. (The student may, however,

More information

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk

Einstein s Three Mistakes in Special Relativity Revealed. Copyright Joseph A. Rybczyk Einstein s Three Mistakes in Speial Relativity Revealed Copyright Joseph A. Rybzyk Abstrat When the evidene supported priniples of eletromagneti propagation are properly applied, the derived theory is

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers A Queueing Model for Call Blending in Call Centers Sandjai Bhulai and Ger Koole Vrije Universiteit Amsterdam Faulty of Sienes De Boelelaan 1081a 1081 HV Amsterdam The Netherlands E-mail: {sbhulai, koole}@s.vu.nl

More information

Bäcklund Transformations: Some Old and New Perspectives

Bäcklund Transformations: Some Old and New Perspectives Bäklund Transformations: Some Old and New Perspetives C. J. Papahristou *, A. N. Magoulas ** * Department of Physial Sienes, Helleni Naval Aademy, Piraeus 18539, Greee E-mail: papahristou@snd.edu.gr **

More information

Taste for variety and optimum product diversity in an open economy

Taste for variety and optimum product diversity in an open economy Taste for variety and optimum produt diversity in an open eonomy Javier Coto-Martínez City University Paul Levine University of Surrey Otober 0, 005 María D.C. Garía-Alonso University of Kent Abstrat We

More information

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties

Robust Flight Control Design for a Turn Coordination System with Parameter Uncertainties Amerian Journal of Applied Sienes 4 (7): 496-501, 007 ISSN 1546-939 007 Siene Publiations Robust Flight ontrol Design for a urn oordination System with Parameter Unertainties 1 Ari Legowo and Hiroshi Okubo

More information

Electromagnetic radiation of the travelling spin wave propagating in an antiferromagnetic plate. Exact solution.

Electromagnetic radiation of the travelling spin wave propagating in an antiferromagnetic plate. Exact solution. arxiv:physis/99536v1 [physis.lass-ph] 15 May 1999 Eletromagneti radiation of the travelling spin wave propagating in an antiferromagneti plate. Exat solution. A.A.Zhmudsky November 19, 16 Abstrat The exat

More information

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena

Physical Laws, Absolutes, Relative Absolutes and Relativistic Time Phenomena Page 1 of 10 Physial Laws, Absolutes, Relative Absolutes and Relativisti Time Phenomena Antonio Ruggeri modexp@iafria.om Sine in the field of knowledge we deal with absolutes, there are absolute laws that

More information

The Laws of Acceleration

The Laws of Acceleration The Laws of Aeleration The Relationships between Time, Veloity, and Rate of Aeleration Copyright 2001 Joseph A. Rybzyk Abstrat Presented is a theory in fundamental theoretial physis that establishes the

More information

Analysis of discretization in the direct simulation Monte Carlo

Analysis of discretization in the direct simulation Monte Carlo PHYSICS OF FLUIDS VOLUME 1, UMBER 1 OCTOBER Analysis of disretization in the diret simulation Monte Carlo iolas G. Hadjionstantinou a) Department of Mehanial Engineering, Massahusetts Institute of Tehnology,

More information

Supplementary information for: All-optical signal processing using dynamic Brillouin gratings

Supplementary information for: All-optical signal processing using dynamic Brillouin gratings Supplementary information for: All-optial signal proessing using dynami Brillouin gratings Maro Santagiustina, Sanghoon Chin 2, Niolay Primerov 2, Leonora Ursini, Lu Thévena 2 Department of Information

More information

MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP OF CONCRETE IN UNIAXIAL COMPRESSION

MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP OF CONCRETE IN UNIAXIAL COMPRESSION VIII International Conferene on Frature Mehanis of Conrete and Conrete Strutures FraMCoS-8 J.G.M. Van Mier, G. Ruiz, C. Andrade, R.C. Yu and X.X. Zhang Eds) MODELLING THE POSTPEAK STRESS DISPLACEMENT RELATIONSHIP

More information

Simplified Buckling Analysis of Skeletal Structures

Simplified Buckling Analysis of Skeletal Structures Simplified Bukling Analysis of Skeletal Strutures B.A. Izzuddin 1 ABSRAC A simplified approah is proposed for bukling analysis of skeletal strutures, whih employs a rotational spring analogy for the formulation

More information

Lightpath routing for maximum reliability in optical mesh networks

Lightpath routing for maximum reliability in optical mesh networks Vol. 7, No. 5 / May 2008 / JOURNAL OF OPTICAL NETWORKING 449 Lightpath routing for maximum reliability in optial mesh networks Shengli Yuan, 1, * Saket Varma, 2 and Jason P. Jue 2 1 Department of Computer

More information

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION

IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE MAJOR STREET AT A TWSC INTERSECTION 09-1289 Citation: Brilon, W. (2009): Impedane Effets of Left Turners from the Major Street at A TWSC Intersetion. Transportation Researh Reord Nr. 2130, pp. 2-8 IMPEDANCE EFFECTS OF LEFT TURNERS FROM THE

More information

Connectivity and Blockage Effects in Millimeter-Wave Air-To-Everything Networks

Connectivity and Blockage Effects in Millimeter-Wave Air-To-Everything Networks 1 Connetivity and Blokage Effets in Millimeter-Wave Air-To-Everything Networks Kaifeng Han, Kaibin Huang and Robert W. Heath Jr. arxiv:1808.00144v1 [s.it] 1 Aug 2018 Abstrat Millimeter-wave (mmwave) offers

More information

The Effectiveness of the Linear Hull Effect

The Effectiveness of the Linear Hull Effect The Effetiveness of the Linear Hull Effet S. Murphy Tehnial Report RHUL MA 009 9 6 Otober 009 Department of Mathematis Royal Holloway, University of London Egham, Surrey TW0 0EX, England http://www.rhul.a.uk/mathematis/tehreports

More information

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

Grasp Planning: How to Choose a Suitable Task Wrench Space

Grasp Planning: How to Choose a Suitable Task Wrench Space Grasp Planning: How to Choose a Suitable Task Wrenh Spae Ch. Borst, M. Fisher and G. Hirzinger German Aerospae Center - DLR Institute for Robotis and Mehatronis 8223 Wessling, Germany Email: [Christoph.Borst,

More information

Development of Fuzzy Extreme Value Theory. Populations

Development of Fuzzy Extreme Value Theory. Populations Applied Mathematial Sienes, Vol. 6, 0, no. 7, 58 5834 Development of Fuzzy Extreme Value Theory Control Charts Using α -uts for Sewed Populations Rungsarit Intaramo Department of Mathematis, Faulty of

More information

Applying CIECAM02 for Mobile Display Viewing Conditions

Applying CIECAM02 for Mobile Display Viewing Conditions Applying CIECAM2 for Mobile Display Viewing Conditions YungKyung Park*, ChangJun Li*, M.. Luo*, Youngshin Kwak**, Du-Sik Park **, and Changyeong Kim**; * University of Leeds, Colour Imaging Lab, UK*, **

More information

Non-Markovian study of the relativistic magnetic-dipole spontaneous emission process of hydrogen-like atoms

Non-Markovian study of the relativistic magnetic-dipole spontaneous emission process of hydrogen-like atoms NSTTUTE OF PHYSCS PUBLSHNG JOURNAL OF PHYSCS B: ATOMC, MOLECULAR AND OPTCAL PHYSCS J. Phys. B: At. Mol. Opt. Phys. 39 ) 7 85 doi:.88/953-75/39/8/ Non-Markovian study of the relativisti magneti-dipole spontaneous

More information

LADAR-Based Vehicle Tracking and Trajectory Estimation for Urban Driving

LADAR-Based Vehicle Tracking and Trajectory Estimation for Urban Driving LADAR-Based Vehile Traking and Trajetory Estimation for Urban Driving Daniel Morris, Paul Haley, William Zahar, Steve MLean General Dynamis Roboti Systems, Tel: 410-876-9200, Fax: 410-876-9470 www.gdrs.om

More information

"Research Note" ANALYSIS AND OPTIMIZATION OF A FISSION CHAMBER DETECTOR USING MCNP4C AND SRIM MONTE CARLO CODES *

Research Note ANALYSIS AND OPTIMIZATION OF A FISSION CHAMBER DETECTOR USING MCNP4C AND SRIM MONTE CARLO CODES * Iranian Journal of Siene & Tehnology, Transation A, Vol. 33, o. A3 Printed in the Islami Republi of Iran, 9 Shiraz University "Researh ote" AALYSIS AD OPTIMIZATIO OF A FISSIO CHAMBER DETECTOR USIG MCP4C

More information

10.2 The Occurrence of Critical Flow; Controls

10.2 The Occurrence of Critical Flow; Controls 10. The Ourrene of Critial Flow; Controls In addition to the type of problem in whih both q and E are initially presribed; there is a problem whih is of pratial interest: Given a value of q, what fators

More information

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1

Case I: 2 users In case of 2 users, the probability of error for user 1 was earlier derived to be 2 A1 MUTLIUSER DETECTION (Letures 9 and 0) 6:33:546 Wireless Communiations Tehnologies Instrutor: Dr. Narayan Mandayam Summary By Shweta Shrivastava (shwetash@winlab.rutgers.edu) bstrat This artile ontinues

More information

EFFECTIVE STRESS LAW FOR THE PERMEABILITY OF CLAY-RICH SANDSTONES

EFFECTIVE STRESS LAW FOR THE PERMEABILITY OF CLAY-RICH SANDSTONES SCA22-5 1/6 EFFECTIVE STRESS LAW FOR THE PERMEABILITY OF CLAY-RICH SANDSTONES Widad Al-Wardy and Robert W. Zimmerman Department of Earth Siene and Engineering Imperial College of Siene, Tehnology and Mediine

More information

Design and Development of Three Stages Mixed Sampling Plans for Variable Attribute Variable Quality Characteristics

Design and Development of Three Stages Mixed Sampling Plans for Variable Attribute Variable Quality Characteristics International Journal of Statistis and Systems ISSN 0973-2675 Volume 12, Number 4 (2017), pp. 763-772 Researh India Publiations http://www.ripubliation.om Design and Development of Three Stages Mixed Sampling

More information

). In accordance with the Lorentz transformations for the space-time coordinates of the same event, the space coordinates become

). In accordance with the Lorentz transformations for the space-time coordinates of the same event, the space coordinates become Relativity and quantum mehanis: Jorgensen 1 revisited 1. Introdution Bernhard Rothenstein, Politehnia University of Timisoara, Physis Department, Timisoara, Romania. brothenstein@gmail.om Abstrat. We first

More information

Active Magnetic Bearings for Frictionless Rotating Machineries

Active Magnetic Bearings for Frictionless Rotating Machineries Ative Magneti Bearings for Fritionless Rotating Mahineries Joga Dharma Setiawan Abstrat Ative magneti bearing (AMB systems an support a rotor without physial ontat and enable users to preisely ontrol rotor

More information

Determination of the Aerodynamic Characteristics of Flying Vehicles Using Method Large Eddy Simulation with Software ANSYS

Determination of the Aerodynamic Characteristics of Flying Vehicles Using Method Large Eddy Simulation with Software ANSYS Automation, Control and Intelligent Systems 15; 3(6): 118-13 Published online Deember, 15 (http://www.sienepublishinggroup.om//ais) doi: 1.11648/.ais.1536.14 ISSN: 38-5583 (Print); ISSN: 38-5591 (Online)

More information

ON THE MOVING BOUNDARY HITTING PROBABILITY FOR THE BROWNIAN MOTION. Dobromir P. Kralchev

ON THE MOVING BOUNDARY HITTING PROBABILITY FOR THE BROWNIAN MOTION. Dobromir P. Kralchev Pliska Stud. Math. Bulgar. 8 2007, 83 94 STUDIA MATHEMATICA BULGARICA ON THE MOVING BOUNDARY HITTING PROBABILITY FOR THE BROWNIAN MOTION Dobromir P. Kralhev Consider the probability that the Brownian motion

More information

Likelihood-confidence intervals for quantiles in Extreme Value Distributions

Likelihood-confidence intervals for quantiles in Extreme Value Distributions Likelihood-onfidene intervals for quantiles in Extreme Value Distributions A. Bolívar, E. Díaz-Franés, J. Ortega, and E. Vilhis. Centro de Investigaión en Matemátias; A.P. 42, Guanajuato, Gto. 36; Méxio

More information

A Differential Equation for Specific Catchment Area

A Differential Equation for Specific Catchment Area Proeedings of Geomorphometry 2009. Zurih, Sitzerland, 3 ugust - 2 September, 2009 Differential Equation for Speifi Cathment rea J. C. Gallant, M. F. Huthinson 2 CSIRO Land and Water, GPO Box 666, Canberra

More information

Structural Integrity of Composite Laminates with Embedded Microsensors

Structural Integrity of Composite Laminates with Embedded Microsensors Strutural Integrity of Composite Laminates with Embedded Mirosensors Yi Huang, Sia Nemat-Nasser Department of Mehanial and Aerospae Engineering, Center of Exellene for Advaned Materials, University of

More information

Maximum Entropy and Exponential Families

Maximum Entropy and Exponential Families Maximum Entropy and Exponential Families April 9, 209 Abstrat The goal of this note is to derive the exponential form of probability distribution from more basi onsiderations, in partiular Entropy. It

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 4, 2012

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 4, 2012 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume, No 4, 01 Copyright 010 All rights reserved Integrated Publishing servies Researh artile ISSN 0976 4399 Strutural Modelling of Stability

More information

Green s function for the wave equation

Green s function for the wave equation Green s funtion for the wave equation Non-relativisti ase January 2019 1 The wave equations In the Lorentz Gauge, the wave equations for the potentials are (Notes 1 eqns 43 and 44): 1 2 A 2 2 2 A = µ 0

More information

THE REFRACTION OF LIGHT IN STATIONARY AND MOVING REFRACTIVE MEDIA

THE REFRACTION OF LIGHT IN STATIONARY AND MOVING REFRACTIVE MEDIA HDRONIC JOURNL 24, 113-129 (2001) THE REFRCTION OF LIGHT IN STTIONRY ND MOVING REFRCTIVE MEDI C. K. Thornhill 39 Crofton Road Orpington, Kent, BR6 8E United Kingdom Reeived Deember 10, 2000 Revised: Marh

More information

Effects of Vane Sweep on Fan-Wake/Outlet-Guide-Vane Interaction Broadband Noise

Effects of Vane Sweep on Fan-Wake/Outlet-Guide-Vane Interaction Broadband Noise Effets of Vane Sweep on Fan-Wake/Outlet-Guide-Vane Interation Broadband Noise Hongbin Ju* GE Global Researh Center, One Researh Cirle, Niskayuna, NY. 09 A method is developed for prediting broadband noise

More information

The gravitational phenomena without the curved spacetime

The gravitational phenomena without the curved spacetime The gravitational phenomena without the urved spaetime Mirosław J. Kubiak Abstrat: In this paper was presented a desription of the gravitational phenomena in the new medium, different than the urved spaetime,

More information

On the Licensing of Innovations under Strategic Delegation

On the Licensing of Innovations under Strategic Delegation On the Liensing of Innovations under Strategi Delegation Judy Hsu Institute of Finanial Management Nanhua University Taiwan and X. Henry Wang Department of Eonomis University of Missouri USA Abstrat This

More information

3 Tidal systems modelling: ASMITA model

3 Tidal systems modelling: ASMITA model 3 Tidal systems modelling: ASMITA model 3.1 Introdution For many pratial appliations, simulation and predition of oastal behaviour (morphologial development of shorefae, beahes and dunes) at a ertain level

More information

ON-LINE ESTIMATION OF THE VENTILATION RATE OF GREENHOUSES

ON-LINE ESTIMATION OF THE VENTILATION RATE OF GREENHOUSES ON-LINE ESTIMATION OF THE VENTILATION RATE OF GREENHOUSES J. Bontsema *, E.J. van Henten *, J.G. Kornet *, J. Budding ** and T. Rieswijk ** * Agrotehnology and Food Innovations B.V., Greenhouse Tehnology

More information

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers)

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers) A omparison between ylindrial and ross-shaped magneti vibration isolators : ideal and pratial van Casteren, D.T.E.H.; Paulides, J.J.H.; Lomonova, E. Published in: Arhives of Eletrial Engineering DOI: 10.1515/aee-2015-0044

More information

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines

QCLAS Sensor for Purity Monitoring in Medical Gas Supply Lines DOI.56/sensoren6/P3. QLAS Sensor for Purity Monitoring in Medial Gas Supply Lines Henrik Zimmermann, Mathias Wiese, Alessandro Ragnoni neoplas ontrol GmbH, Walther-Rathenau-Str. 49a, 7489 Greifswald, Germany

More information

Towards an Absolute Cosmic Distance Gauge by using Redshift Spectra from Light Fatigue.

Towards an Absolute Cosmic Distance Gauge by using Redshift Spectra from Light Fatigue. Towards an Absolute Cosmi Distane Gauge by using Redshift Spetra from Light Fatigue. Desribed by using the Maxwell Analogy for Gravitation. T. De Mees - thierrydemees @ pandora.be Abstrat Light is an eletromagneti

More information

Acoustic Waves in a Duct

Acoustic Waves in a Duct Aousti Waves in a Dut 1 One-Dimensional Waves The one-dimensional wave approximation is valid when the wavelength λ is muh larger than the diameter of the dut D, λ D. The aousti pressure disturbane p is

More information

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm

Finite-time stabilization of chaotic gyros based on a homogeneous supertwisting-like algorithm OP Conferene Series: Materials Siene Engineering PAPER OPEN ACCESS Finite-time stabilization of haoti gyros based on a homogeneous supertwisting-like algorithm To ite this artile: Pitha Khamsuwan et al

More information

Final Review. A Puzzle... Special Relativity. Direction of the Force. Moving at the Speed of Light

Final Review. A Puzzle... Special Relativity. Direction of the Force. Moving at the Speed of Light Final Review A Puzzle... Diretion of the Fore A point harge q is loated a fixed height h above an infinite horizontal onduting plane. Another point harge q is loated a height z (with z > h) above the plane.

More information

FACTS device allocation for Transmission Congestion Management in Deregulated Power Market

FACTS device allocation for Transmission Congestion Management in Deregulated Power Market FACTS devie alloation for Transmission Congestion Management in Deregulated Power Market Dipak S.Yeole 1, Dr.P.K.Katti 1 Department of Eletrial Engineering, Dr.Basaheb Ambedkar Tehnologial University,

More information

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances An aptive Optimization Approah to Ative Canellation of Repeated Transient Vibration Disturbanes David L. Bowen RH Lyon Corp / Aenteh, 33 Moulton St., Cambridge, MA 138, U.S.A., owen@lyonorp.om J. Gregory

More information

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b

Where as discussed previously we interpret solutions to this partial differential equation in the weak sense: b Consider the pure initial value problem for a homogeneous system of onservation laws with no soure terms in one spae dimension: Where as disussed previously we interpret solutions to this partial differential

More information

Convergence of reinforcement learning with general function approximators

Convergence of reinforcement learning with general function approximators Convergene of reinforement learning with general funtion approximators assilis A. Papavassiliou and Stuart Russell Computer Siene Division, U. of California, Berkeley, CA 94720-1776 fvassilis,russellg@s.berkeley.edu

More information

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function Sensitivity analysis for linear optimization problem with fuzzy data in the objetive funtion Stephan Dempe, Tatiana Starostina May 5, 2004 Abstrat Linear programming problems with fuzzy oeffiients in the

More information

Controller Design Based on Transient Response Criteria. Chapter 12 1

Controller Design Based on Transient Response Criteria. Chapter 12 1 Controller Design Based on Transient Response Criteria Chapter 12 1 Desirable Controller Features 0. Stable 1. Quik responding 2. Adequate disturbane rejetion 3. Insensitive to model, measurement errors

More information

RESEARCH ON RANDOM FOURIER WAVE-NUMBER SPECTRUM OF FLUCTUATING WIND SPEED

RESEARCH ON RANDOM FOURIER WAVE-NUMBER SPECTRUM OF FLUCTUATING WIND SPEED The Seventh Asia-Paifi Conferene on Wind Engineering, November 8-1, 9, Taipei, Taiwan RESEARCH ON RANDOM FORIER WAVE-NMBER SPECTRM OF FLCTATING WIND SPEED Qi Yan 1, Jie Li 1 Ph D. andidate, Department

More information

Relativistic Dynamics

Relativistic Dynamics Chapter 7 Relativisti Dynamis 7.1 General Priniples of Dynamis 7.2 Relativisti Ation As stated in Setion A.2, all of dynamis is derived from the priniple of least ation. Thus it is our hore to find a suitable

More information

Model-based mixture discriminant analysis an experimental study

Model-based mixture discriminant analysis an experimental study Model-based mixture disriminant analysis an experimental study Zohar Halbe and Mayer Aladjem Department of Eletrial and Computer Engineering, Ben-Gurion University of the Negev P.O.Box 653, Beer-Sheva,

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

CHAPTER 26 The Special Theory of Relativity

CHAPTER 26 The Special Theory of Relativity CHAPTER 6 The Speial Theory of Relativity Units Galilean-Newtonian Relativity Postulates of the Speial Theory of Relativity Simultaneity Time Dilation and the Twin Paradox Length Contration Four-Dimensional

More information