Analytical Solutions for Confined Aquifers with non constant Pumping using Computer Algebra

Size: px
Start display at page:

Download "Analytical Solutions for Confined Aquifers with non constant Pumping using Computer Algebra"

Transcription

1 Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) Analytical Solutions fo Confined Aquifes with non constant Pumping using Compute Algeba JUAN OSPINA, NICOLAS GUARIN and MARIO VELEZ. Logic and Computation Goup Depatment of Physical Engineeing School of Sciences and Humanities EAFIT Univesity Medellín COLOMBIA Abstact: - Using Compute Algeba Softwae (CAS) cetain wok about symbolic computational hydogeology is ealized. The explicit solutions fo the bounday value poblems that coespond to a confined aquife with vaious foms of non constant pumping ates, ae deived. Many diffeent cases ae consideed and the coesponding solutions ae given in tems of hittake functions which ae genealizations of the usual Theis well function. The method of solution is the Laplace Tansfom Technique. This method is implemented at fully using only CAS. The solutions ae obtained by means of cetain algoithm. As a esult we obtain the explicit foms of the dawdown pofiles fo the vaious pumping egimes that wee consideed. and also we do some execises with ou solutions applying the notion of image well. Fom ou esults is possible to deive new potocols fo estimating aquife popeties. Key-ods: - Symbolic Computational Hydology, Confined Aquifes, Pumping Tests, Laplace Tansfom. hittake functions, Compute Algeba.. Intoduction Mathematical Hydology is a souce of vey inteesting computational poblems at such way that is possible to speak about a new emegent scientific discipline named Computational Hydology (CH). The CH have two faces. The fist face is the Numeic Computational Hydology (NCH) which efes to hydologic poblems that ae solved using numeical analysis and softwae fo numeical computations (Matlab). The second face is named Symbolic Computational Hydology (SCH) and consists in to obtain analytical solutions fo hydologic poblems using mathematical analysis implemented by Compute Algeba Softwae (CAS)(Mathematica, Maple) [,]. The NCH is actually intensively studied but the SCH is a domain that emains pactically unexploed. The object of the pesent wok is to exploe the lands of the SCH. e intend to pesent, some examples of poblems on SCH. Such poblems ae concened with the computation of the analytical solutions fo the case of a confined aquife with a well which is woking accoding with a pumping ate vaiable on time. e obtain some genealizations of the well known Theis solution [3]. Such genealizations ae given in tems of hittake functions [4]. The mathematical method that is used in this wok is the Laplace Tansfom Technique fully implemented using CAS (Maple). It is veified that Maple is a vey poweful tool fo the development of the SCH. The Mathematical Poblem e conside a confined aquife with a well pumping at a ate that is changing with the time accoding to an abitay function. This configuation is a genealization of the configuation oiginally studied and solved by Theis fo the case of constant pumping ate [3]. e assume as valid the same assumptions oiginally intoduced by Theis, with the only diffeence that hee the pumping ate is an abitay function of time. The mathematical model that was used by Theis is a diffusion equation with a sink of a fom of Diac delta function, that epesents a well of infinitesimal adius. Such diffusion equation with Diac tem is complemented with adequate initial conditions without othe bounday conditions. But the Diac tem can be extacted fom the equation and can be conveted in a new bounday condition and such way that the mathematical model to conside hee is the following poblem [5,6] geneal bounday value

2 Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) k + S ( t, ) S ( t, ) S ( t, ) t 0 0) 0 lim t ) 0 () () (3) lim π k 0 Q( t ) (4) whee k is the hydaulic diffusivity, S(, is the obseved dawdown at a distance fom the pumping well, k is the aquife tansmissivity and Q( gives the vaiation on time of the pumping ate. The equation () is the diffusion equation fo the dawdown, the equation () epesents the initial condition of a non petubed aquife, the equation (3) gives the natual condition at infinite and the equation (4) is the condition fo a extacting well of vey small adius with a pumping ate Q(. e conside hee a geneal fom fo Q(, namely n 0 Q n t n Q( t ) (5) whee Q n ae constants. Some concete examples that we want to exploe hee ae: Q (6) Qt (7) Qt (8) Qt n (9) Qe ( ) (0) Qt e ( ) () Qt m e ( ) () The case of (6) is the oiginal poblem consideed by Theis [3]. The case (0) with ε i w, was studied in [5]. Then the mathematical poblem that is poposed and solved in this wok consist in to obtain the analytical solution of the equations ()-(4) with the specifications (5)-(). The Theis solution is edeived and altenative fomulas espect to that ae given at [5,6], ae obtained fo the case of sinusoidal pumping ate. 3 Poblem Solution The bounday value poblem ()-(4) with the specifications (5)-() is a linea poblem with computable analytical solution [6]. But such solution can not be obtained by means of the method of sepaation of vaiables. It is necessay to apply the Laplace Tansfom method. Since the necessay manipulations to solve the equations ()-(4) with (5)- () ae too voluminous as fo to be ealized by hand with pencil and pape, it is necessay to apply some type of system of compute algeba that allows symbolic computation [,]. In this wok the method of Laplace tansfom was implemented at fully using only CAS with an appopiate algoithm. A vey useful mathematical tools fo this wok was the theoy of hittake functions [4]. In the following subsection ou method of solution is descibed moe detailed. 3.. Method of Solution A sketch of the algoithm that we have used to solve ()-(4) fo all specifications (5)-() is as follows. The inputs of the algoithm ae: Eq, that epesents the equation (); I.C. that epesents the initial conditions () and B.C. that epesents the bounday conditions (3)-(4). The output fo the algoithm is the explicit pofile fo the dawdown it is to say the analytical fom of the function S(,. Ou algoithm opeates at the following way: The inputs Eq., I.C., and B.C, by means of a Laplace Tansfome ae tuned into a tansfomed equation denoted T.Eq. and a tansfomed bounday condition denoted T.B.C. Then, T.Eq and T.B.C. ae pocessed by a cetain Dsolve that geneates the tansfomed solution denoted Tsol. Next, Tsol is pocessed by means of an invese, and we obtain the explicit fom of the solution, denoted sol. e implement such algoithm using Maple []. Thee ae thee ways to do that: using a woksheet, using a pocedue and using a package. In this wok we use a pocedue which is constucted with Maple. Such pocedue is the following: > estat: (B) >Hydo:poc(Q):(B) >with(inttans):(b3) > eq:diff(s(,,- k/*(diff(s(,,)+*dif f(s(,,`$`(,)))0: B4

3 Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) >eqp:subs({laplace(s(,,t,s)v(),s(,0)0},laplac e(eq,t,s)): (B5) >assume(s>0,k>0): >assume(m::positive):(b6) >sol:dsolve(eqp,v()):b7 >aux:_csolve(limit(*pi *k[]**diff(hs(sol),), 0)subs({laplace(t^n,t,s)n!/s^(n+)},laplace(Q,t,s)), _C): (B8) >sol:subs({_c0,aux},so l): (B9) >S(,invlaplace(hs(sol ),s,; (B0) > end poc: B() This Maple pocedue, is named Hydo as we can see in the block (B). The block (B3) loads the Maple package fo integal tansfoms. In the block (B4) the equation () is intoduced inside the Maple envionment. In the block (B5) the laplace tansfomation of the equation () with () is made. The block (B6) intoduces the necessay assumptions fo computations and the block (B7) is the Dsolve of the tansfomed equation. The block (B8) applies the bounday condition (4) and the block (B9) intoduces the bounday condition (3). Finally the block (B0), makes the invese laplace tansfomation and then the analytical fom of S(, is obtained. The block (B) is the contol command fo the finalization of the pocedue. Ou pocedue Hydo, can be visualized as a black box that tansfom cetain pumping ate vaiable on time Q(, in to the analytical fom of S(,. Fo the applications, being peviously loaded the pocedue Hydo, the activation command is: > Hydo(Q(); 3.. Results of Computations Hee we pesent the esults of computations fo pumping ates coesponding to the equations (5)- (). Explicitly, fo Q( given by (6), we use the command > Hydo(Q); and the esult is Q Ei 4 kt 4 π k (3) whee Ei(x) is the Exponential integal function [7]. This is justly the oiginal Theis solution fo a constant pumping ate of a well within a confined aquife [3]. Now fo Q( given by (7), we apply the command > Hydo(Q*; and the answe is S ( t, ) Q kt ( / ) 3 8 kt e -3,, 0 4 kt π k (4) whee (u,v,x) is the hittake function with paametes u and v and with agument x [4]. hen the pumping ate ae changing on time as (8), we use the command > Hydo(Q*t^); and the esult is Q kt ( / ) 5 8 kt e -5,, 0 4 kt π k (5) whee the hittake functions appea again. Moe geneally fo the pumping ate given by (9) the command is > Hydo(Q*t^n); and the esult is S ( t, ) Q n! kt ( n + / ) 8 kt e,, n 0 4 kt π k (6) Now fo the geneal Q( with the fom (5) we use the command >Hydo(Sum(Q[n]*t^n,n0..infinity); and the esult is n + / 8kt S ( t, ) n 0 e Q n n! kt ( ),, n 0 4kt πk (7) Similaly fo the pumping ate of the fom (0) we use the command

4 Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) >Hydo(Sum(Q*(epsilon*^n/n!,n0..infinity)); and the esult is S ( t, ) Qε n kt ( n + / ) n 0 8kt e πk,, n 0 4kt (8) Fo the pumping ate of the fom () we use the expansion Qte ( ε Q ( ε t ) ( ) ( n )! n n t (9) and then we apply the command >simplify(hydo(sum(q*(epsilon*^(n -)*t/(n-)!,n..infinity))); fo hence the esult is 8kt e Qε ( n ) n kt ( n + / ),, n 0 4kt n S, ( πk (0) Finally fo the moe geneal pumping ate that is consideed hee, given by (); we use the expansion Qt m e ( ε Q ( ε t ) ( n m) t m ( n m)! n m () and we can use the following command > Hydo(Sum(Q*(epsilon)^(nm)*t^n/(n-m)!,nm..infinity)); which poduces the esult S, ( Qε ( n m )! n m n kt ( n + / ) 8kt e ( n m)! πk,, n 0 4kt () 3.3. Analysis of Results It is clea that () contains as paticula cases all the esults (3)-(0). In paticula, the Theis solution can be obtained fom () with m0 and ε0. Fom the othe side the case m0 and εiw, was consideed in [5] and the esult was established in tems of Bessel functions [7]. Hee we have an altenative fomula in tems of hittake functions [4]. Now we want to show the effective expansions fo the solutions (3)-() when t. The esults ae displayed at Table. In this table the equations (3)- (30) ae espectively the appoximations of the exact equations (3)-(8), (0) and (). In the expansions of the Table, γ is the Eule constant [7], namely, γ and Ψ(x) is the Digamma function [8]. As the eade can note, the leading tem of (3) is obtained fom (6) with n0 and with Ψ()-γ. Also, the leading tem of (3) is obtained fom (30) with m0, ε 0 and again with Ψ()-γ. As we can obseve fo all expansions (3)-(30), the leading tem is logaithmical espect to the distance and the time t Applications of Results All the esults that wee deived, the equations (3)- () ae genealizations of the oiginal Theis equation and hence these equations ae valid only fo infinite and confined aquifes. In the case of semi-infinite aquifes with boundaies it is possible to use the method of images. Fo example in the case of an aquife bounded by a ive and with a well with pumping ate given by (), the total dawdown is the sum of the dawdown that is poduced by the pumping well and the dawdown coesponding to the image well. The total dawdown fo this configuation is showed at Figue. The esult is pesented inside a Maple envionment using the pocedue Hydo(Q) and the esults () and (30). In the Figue, is the distance fom the obsevation point to the pumping well and is the distance fom the obsevation point to the image well. e obseve in Figue that the total dawdown S(,, is quasi-stationay when t. Anothe possible application of ou esults (4)-() is concened with the elaboation of a potocol fo the expeimental detemination of the geo-hydaulic popeties of aquifes using pumping tests [5]. This issue can be the object of a possible futue wok. Anothe line of futue eseach is the extension of the esults that wee obtained hee fo the case of semi-confined o leaky aquifes [9]. 4 Conclusions This wok was an intend to bing the eade some of the taste of Symbolic Computational Hydogeology. The example that was chosen coesponds to the case of a confined aquife with a non constant pumping ate. The authos believe that some of the esults that wee pesented hee ae new in Mathematical Hydo-geology. Such esults can be consideed as genealizations of the Theis fomula. Ou esults can have pactical applications in

5 Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) hydogeology, paticulaly in the field of new potocols fo chaacteization of aquifes. e confim the high impotance of Compute Algeba Softwae, paticulaly Maple, inside the domain of Mathematical Hydology. Using Maple all the esults that wee pesented, ae easily obtained. Fom the wok that was done we can note the geat elevance of the theoy of hittake functions fo the Mathematical Hydogeology. Finally we conclude that the new emegent discipline, named, Symbolic Computational Hydo-geology has a vey pominent futue. Refeences: [] en.wikipedia.og/wiki/compute_algeba_system [] [3] Theis CV, The elation between the loweing of the piezometic suface and the ate and duation of dischage of a well using gound-wate stoage. Am Geophys Un Tans (935) 6: [4] mathwold.wolfam.com/hittakefunction.html [5] Todd C. Rasmussen, Kevin G. Haboak and Michael H. Young, Estimating aquife hydaulic popeties using sinusoidal pumping at the Savannah Rive site, South Caolina, USA. Hydogeology Jounal (003) : Spinge- Velag 003. [6] Buggeman GA, Analytical solutions of geohydological poblems. Elsevie, New Yok, 999. [7] Bowman F., Intoduction to Bessel functions, Dove Publications Inc., 958 [8] mathwold.wolfam.com/digammafunction.html [9] Hantush MS, Jacob CE, Non-steady adial flow in an infinite leaky aquife. Am Geophys Un Tans (955) 36 (): S ( t, ) Table. Expansions fo the solutions (3)-() Q γ + ln 4 kt Q Q 4 π k 4 π k 4 kt Q 6 π k 4 kt π k 4 kt + O 4 kt 4 Qt t ) ln 4 kt γ + O 4 π k Qt t ) ln 4 kt 3 γ 4 + O π k 4 kt 6 ( 3 / ) 4 kt 6 Qt n ln 4 kt Ψ ( + n) γ + O 4 π k ( 3 / ) 4 kt 6 ( 3 / ) (3) (4) (5) (6)

6 Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) n 0 n 0 n n m Q n t n ln 4 k t Ψ ( + n) γ 4 π k (7) ε n t n Q ln 4 k t Ψ ( + n) γ 4 n! π k (8) 4 4 n t n Q ln 4 k t Ψ ( + n) γ ( n )! ε ( ) n m t n ln 4 k t Ψ ( + n) γ ( n m)! Q ε ( ) (9) (30) Pumping ell: Using () with Q Image ell: Using () with -Q Using (30) Simplification Quasi-stationay flow Figue. Total dawdown fo a semi-infinite confined aquife bounded by a ive and with a well with pumping ate of the fom (). The method of image well is applied.

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu Available at https://edupediapublicationsog/jounals Volume 3 Issue 4 Febuay 216 Using Laplace Tansfom to Evaluate Impope Integals Chii-Huei Yu Depatment of Infomation Technology, Nan Jeon Univesity of

More information

Duality between Statical and Kinematical Engineering Systems

Duality between Statical and Kinematical Engineering Systems Pape 00, Civil-Comp Ltd., Stiling, Scotland Poceedings of the Sixth Intenational Confeence on Computational Stuctues Technology, B.H.V. Topping and Z. Bittna (Editos), Civil-Comp Pess, Stiling, Scotland.

More information

I. CONSTRUCTION OF THE GREEN S FUNCTION

I. CONSTRUCTION OF THE GREEN S FUNCTION I. CONSTRUCTION OF THE GREEN S FUNCTION The Helmohltz equation in 4 dimensions is 4 + k G 4 x, x = δ 4 x x. In this equation, G is the Geen s function and 4 efes to the dimensionality. In the vey end,

More information

Conservative Averaging Method and its Application for One Heat Conduction Problem

Conservative Averaging Method and its Application for One Heat Conduction Problem Poceedings of the 4th WSEAS Int. Conf. on HEAT TRANSFER THERMAL ENGINEERING and ENVIRONMENT Elounda Geece August - 6 (pp6-) Consevative Aveaging Method and its Application fo One Heat Conduction Poblem

More information

Mathematical Model of Magnetometric Resistivity. Sounding for a Conductive Host. with a Bulge Overburden

Mathematical Model of Magnetometric Resistivity. Sounding for a Conductive Host. with a Bulge Overburden Applied Mathematical Sciences, Vol. 7, 13, no. 7, 335-348 Mathematical Model of Magnetometic Resistivity Sounding fo a Conductive Host with a Bulge Ovebuden Teeasak Chaladgan Depatment of Mathematics Faculty

More information

A scaling-up methodology for co-rotating twin-screw extruders

A scaling-up methodology for co-rotating twin-screw extruders A scaling-up methodology fo co-otating twin-scew extudes A. Gaspa-Cunha, J. A. Covas Institute fo Polymes and Composites/I3N, Univesity of Minho, Guimaães 4800-058, Potugal Abstact. Scaling-up of co-otating

More information

Application of Parseval s Theorem on Evaluating Some Definite Integrals

Application of Parseval s Theorem on Evaluating Some Definite Integrals Tukish Jounal of Analysis and Numbe Theoy, 4, Vol., No., -5 Available online at http://pubs.sciepub.com/tjant/// Science and Education Publishing DOI:.69/tjant--- Application of Paseval s Theoem on Evaluating

More information

Chapter 5 Linear Equations: Basic Theory and Practice

Chapter 5 Linear Equations: Basic Theory and Practice Chapte 5 inea Equations: Basic Theoy and actice In this chapte and the next, we ae inteested in the linea algebaic equation AX = b, (5-1) whee A is an m n matix, X is an n 1 vecto to be solved fo, and

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

Application of homotopy perturbation method to the Navier-Stokes equations in cylindrical coordinates

Application of homotopy perturbation method to the Navier-Stokes equations in cylindrical coordinates Computational Ecology and Softwae 5 5(): 9-5 Aticle Application of homotopy petubation method to the Navie-Stokes equations in cylindical coodinates H. A. Wahab Anwa Jamal Saia Bhatti Muhammad Naeem Muhammad

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

Review: Electrostatics and Magnetostatics

Review: Electrostatics and Magnetostatics Review: Electostatics and Magnetostatics In the static egime, electomagnetic quantities do not vay as a function of time. We have two main cases: ELECTROSTATICS The electic chages do not change postion

More information

On a quantity that is analogous to potential and a theorem that relates to it

On a quantity that is analogous to potential and a theorem that relates to it Su une quantité analogue au potential et su un théoème y elatif C R Acad Sci 7 (87) 34-39 On a quantity that is analogous to potential and a theoem that elates to it By R CLAUSIUS Tanslated by D H Delphenich

More information

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM Poceedings of the ASME 2010 Intenational Design Engineeing Technical Confeences & Computes and Infomation in Engineeing Confeence IDETC/CIE 2010 August 15-18, 2010, Monteal, Quebec, Canada DETC2010-28496

More information

Compactly Supported Radial Basis Functions

Compactly Supported Radial Basis Functions Chapte 4 Compactly Suppoted Radial Basis Functions As we saw ealie, compactly suppoted functions Φ that ae tuly stictly conditionally positive definite of ode m > do not exist The compact suppot automatically

More information

Mitscherlich s Law: Sum of two exponential Processes; Conclusions 2009, 1 st July

Mitscherlich s Law: Sum of two exponential Processes; Conclusions 2009, 1 st July Mitschelich s Law: Sum of two exponential Pocesses; Conclusions 29, st July Hans Schneebege Institute of Statistics, Univesity of Elangen-Nünbeg, Gemany Summay It will be shown, that Mitschelich s fomula,

More information

MAGNETIC FIELD AROUND TWO SEPARATED MAGNETIZING COILS

MAGNETIC FIELD AROUND TWO SEPARATED MAGNETIZING COILS The 8 th Intenational Confeence of the Slovenian Society fo Non-Destuctive Testing»pplication of Contempoay Non-Destuctive Testing in Engineeing«Septembe 1-3, 5, Potoož, Slovenia, pp. 17-1 MGNETIC FIELD

More information

Solving Some Definite Integrals Using Parseval s Theorem

Solving Some Definite Integrals Using Parseval s Theorem Ameican Jounal of Numeical Analysis 4 Vol. No. 6-64 Available online at http://pubs.sciepub.com/ajna///5 Science and Education Publishing DOI:.69/ajna---5 Solving Some Definite Integals Using Paseval s

More information

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function Abstact and Applied Analysis Volume 011, Aticle ID 697547, 7 pages doi:10.1155/011/697547 Reseach Aticle On Alze and Qiu s Conjectue fo Complete Elliptic Integal and Invese Hypebolic Tangent Function Yu-Ming

More information

4. Some Applications of first order linear differential

4. Some Applications of first order linear differential August 30, 2011 4-1 4. Some Applications of fist ode linea diffeential Equations The modeling poblem Thee ae seveal steps equied fo modeling scientific phenomena 1. Data collection (expeimentation) Given

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS

KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS Jounal of Applied Analysis Vol. 14, No. 1 2008), pp. 43 52 KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS L. KOCZAN and P. ZAPRAWA Received Mach 12, 2007 and, in evised fom,

More information

Hydroelastic Analysis of a 1900 TEU Container Ship Using Finite Element and Boundary Element Methods

Hydroelastic Analysis of a 1900 TEU Container Ship Using Finite Element and Boundary Element Methods TEAM 2007, Sept. 10-13, 2007,Yokohama, Japan Hydoelastic Analysis of a 1900 TEU Containe Ship Using Finite Element and Bounday Element Methods Ahmet Egin 1)*, Levent Kaydıhan 2) and Bahadı Uğulu 3) 1)

More information

A method for solving dynamic problems for cylindrical domains

A method for solving dynamic problems for cylindrical domains Tansactions of NAS of Azebaijan, Issue Mechanics, 35 (7), 68-75 (016). Seies of Physical-Technical and Mathematical Sciences. A method fo solving dynamic poblems fo cylindical domains N.B. Rassoulova G.R.

More information

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx.

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx. 9. LAGRANGIAN OF THE ELECTROMAGNETIC FIELD In the pevious section the Lagangian and Hamiltonian of an ensemble of point paticles was developed. This appoach is based on a qt. This discete fomulation can

More information

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms Peason s Chi-Squae Test Modifications fo Compaison of Unweighted and Weighted Histogams and Two Weighted Histogams Univesity of Akueyi, Bogi, v/noduslód, IS-6 Akueyi, Iceland E-mail: nikolai@unak.is Two

More information

Absorption Rate into a Small Sphere for a Diffusing Particle Confined in a Large Sphere

Absorption Rate into a Small Sphere for a Diffusing Particle Confined in a Large Sphere Applied Mathematics, 06, 7, 709-70 Published Online Apil 06 in SciRes. http://www.scip.og/jounal/am http://dx.doi.og/0.46/am.06.77065 Absoption Rate into a Small Sphee fo a Diffusing Paticle Confined in

More information

DonnishJournals

DonnishJournals DonnishJounals 041-1189 Donnish Jounal of Educational Reseach and Reviews. Vol 1(1) pp. 01-017 Novembe, 014. http:///dje Copyight 014 Donnish Jounals Oiginal Reseach Pape Vecto Analysis Using MAXIMA Savaş

More information

Long-range stress re-distribution resulting from damage in heterogeneous media

Long-range stress re-distribution resulting from damage in heterogeneous media Long-ange stess e-distibution esulting fom damage in heteogeneous media Y.L.Bai (1), F.J.Ke (1,2), M.F.Xia (1,3) X.H.Zhang (1) and Z.K. Jia (1) (1) State Key Laboatoy fo Non-linea Mechanics (LNM), Institute

More information

As is natural, our Aerospace Structures will be described in a Euclidean three-dimensional space R 3.

As is natural, our Aerospace Structures will be described in a Euclidean three-dimensional space R 3. Appendix A Vecto Algeba As is natual, ou Aeospace Stuctues will be descibed in a Euclidean thee-dimensional space R 3. A.1 Vectos A vecto is used to epesent quantities that have both magnitude and diection.

More information

A pathway to matrix-variate gamma and normal densities

A pathway to matrix-variate gamma and normal densities Linea Algeba and its Applications 396 005 317 38 www.elsevie.com/locate/laa A pathway to matix-vaiate gamma and nomal densities A.M. Mathai Depatment of Mathematics and Statistics, McGill Univesity, 805

More information

Analysis of high speed machining center spindle dynamic unit structure performance Yuan guowei

Analysis of high speed machining center spindle dynamic unit structure performance Yuan guowei Intenational Confeence on Intelligent Systems Reseach and Mechatonics Engineeing (ISRME 0) Analysis of high speed machining cente spindle dynamic unit stuctue pefomance Yuan guowei Liaoning jidian polytechnic,dan

More information

The Substring Search Problem

The Substring Search Problem The Substing Seach Poblem One algoithm which is used in a vaiety of applications is the family of substing seach algoithms. These algoithms allow a use to detemine if, given two chaacte stings, one is

More information

An Exact Solution of Navier Stokes Equation

An Exact Solution of Navier Stokes Equation An Exact Solution of Navie Stokes Equation A. Salih Depatment of Aeospace Engineeing Indian Institute of Space Science and Technology, Thiuvananthapuam, Keala, India. July 20 The pincipal difficulty in

More information

Geometry of the homogeneous and isotropic spaces

Geometry of the homogeneous and isotropic spaces Geomety of the homogeneous and isotopic spaces H. Sonoda Septembe 2000; last evised Octobe 2009 Abstact We summaize the aspects of the geomety of the homogeneous and isotopic spaces which ae most elevant

More information

Light Time Delay and Apparent Position

Light Time Delay and Apparent Position Light Time Delay and ppaent Position nalytical Gaphics, Inc. www.agi.com info@agi.com 610.981.8000 800.220.4785 Contents Intoduction... 3 Computing Light Time Delay... 3 Tansmission fom to... 4 Reception

More information

FREE TRANSVERSE VIBRATIONS OF NON-UNIFORM BEAMS

FREE TRANSVERSE VIBRATIONS OF NON-UNIFORM BEAMS Please cite this aticle as: Izabela Zamosa Fee tansvese vibations of non-unifom beams Scientific Reseach of the Institute of Mathematics and Compute Science Volume 9 Issue pages 3-9. The website: http://www.amcm.pcz.pl/

More information

Contact impedance of grounded and capacitive electrodes

Contact impedance of grounded and capacitive electrodes Abstact Contact impedance of gounded and capacitive electodes Andeas Hödt Institut fü Geophysik und extateestische Physik, TU Baunschweig The contact impedance of electodes detemines how much cuent can

More information

On the integration of the equations of hydrodynamics

On the integration of the equations of hydrodynamics Uebe die Integation de hydodynamischen Gleichungen J f eine u angew Math 56 (859) -0 On the integation of the equations of hydodynamics (By A Clebsch at Calsuhe) Tanslated by D H Delphenich In a pevious

More information

Evolutionary approach to Quantum and Reversible Circuits synthesis

Evolutionary approach to Quantum and Reversible Circuits synthesis Evolutionay appoach to Quantum and Revesible Cicuits synthesis Matin Lukac, Maek Pekowski, Hilton Goi, Mikhail Pivtoaiko +, Chung Hyo Yu, Kyusik Chung, Hyunkoo Jee, Byung-guk Kim, Yong-Duk Kim Depatment

More information

A new class of exact solutions of the Navier Stokes equations for swirling flows in porous and rotating pipes

A new class of exact solutions of the Navier Stokes equations for swirling flows in porous and rotating pipes Advances in Fluid Mechanics VIII 67 A new class of exact solutions of the Navie Stokes equations fo swiling flows in poous and otating pipes A. Fatsis1, J. Stathaas2, A. Panoutsopoulou3 & N. Vlachakis1

More information

A generalization of the Bernstein polynomials

A generalization of the Bernstein polynomials A genealization of the Benstein polynomials Halil Ouç and Geoge M Phillips Mathematical Institute, Univesity of St Andews, Noth Haugh, St Andews, Fife KY16 9SS, Scotland Dedicated to Philip J Davis This

More information

Identification of the degradation of railway ballast under a concrete sleeper

Identification of the degradation of railway ballast under a concrete sleeper Identification of the degadation of ailway ballast unde a concete sleepe Qin Hu 1) and Heung Fai Lam ) 1), ) Depatment of Civil and Achitectual Engineeing, City Univesity of Hong Kong, Hong Kong SAR, China.

More information

EM Boundary Value Problems

EM Boundary Value Problems EM Bounday Value Poblems 10/ 9 11/ By Ilekta chistidi & Lee, Seung-Hyun A. Geneal Desciption : Maxwell Equations & Loentz Foce We want to find the equations of motion of chaged paticles. The way to do

More information

6 PROBABILITY GENERATING FUNCTIONS

6 PROBABILITY GENERATING FUNCTIONS 6 PROBABILITY GENERATING FUNCTIONS Cetain deivations pesented in this couse have been somewhat heavy on algeba. Fo example, detemining the expectation of the Binomial distibution (page 5.1 tuned out to

More information

ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS

ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS THE 9 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS R. Sbulati *, S. R. Atashipou Depatment of Civil, Chemical and Envionmental Engineeing,

More information

Energy Levels Of Hydrogen Atom Using Ladder Operators. Ava Khamseh Supervisor: Dr. Brian Pendleton The University of Edinburgh August 2011

Energy Levels Of Hydrogen Atom Using Ladder Operators. Ava Khamseh Supervisor: Dr. Brian Pendleton The University of Edinburgh August 2011 Enegy Levels Of Hydogen Atom Using Ladde Opeatos Ava Khamseh Supeviso: D. Bian Pendleton The Univesity of Edinbugh August 11 1 Abstact The aim of this pape is to fist use the Schödinge wavefunction methods

More information

Alternative Tests for the Poisson Distribution

Alternative Tests for the Poisson Distribution Chiang Mai J Sci 015; 4() : 774-78 http://epgsciencecmuacth/ejounal/ Contibuted Pape Altenative Tests fo the Poisson Distibution Manad Khamkong*[a] and Pachitjianut Siipanich [b] [a] Depatment of Statistics,

More information

EXPLICIT SOLUTIONS FOR N-DIMENSIONAL SCHRÖDINGER EQUATIONS WITH POSITION-DEPENDENT MASS. B. Gönül and M. Koçak

EXPLICIT SOLUTIONS FOR N-DIMENSIONAL SCHRÖDINGER EQUATIONS WITH POSITION-DEPENDENT MASS. B. Gönül and M. Koçak EXPLICIT SOLUTIONS FOR N-DIENSIONAL SCHRÖDINGER EQUATIONS WITH POSITION-DEPENDENT ASS B. Gönül and. Koçak Depatment of Engineeing Physics, Univesity of Gaziantep, 7310, Gaziantep-Tükiye Abstact With the

More information

On Polynomials Construction

On Polynomials Construction Intenational Jounal of Mathematical Analysis Vol., 08, no. 6, 5-57 HIKARI Ltd, www.m-hikai.com https://doi.og/0.988/ima.08.843 On Polynomials Constuction E. O. Adeyefa Depatment of Mathematics, Fedeal

More information

Gradient-based Neural Network for Online Solution of Lyapunov Matrix Equation with Li Activation Function

Gradient-based Neural Network for Online Solution of Lyapunov Matrix Equation with Li Activation Function Intenational Confeence on Infomation echnology and Management Innovation (ICIMI 05) Gadient-based Neual Netwok fo Online Solution of Lyapunov Matix Equation with Li Activation unction Shiheng Wang, Shidong

More information

A Three-Dimensional Magnetic Force Solution Between Axially-Polarized Permanent-Magnet Cylinders for Different Magnetic Arrangements

A Three-Dimensional Magnetic Force Solution Between Axially-Polarized Permanent-Magnet Cylinders for Different Magnetic Arrangements Poceedings of the 213 Intenational Confeence on echanics, Fluids, Heat, Elasticity Electomagnetic Fields A Thee-Dimensional agnetic Foce Solution Between Axially-Polaied Pemanent-agnet Cylindes fo Diffeent

More information

Nuclear size corrections to the energy levels of single-electron atoms

Nuclear size corrections to the energy levels of single-electron atoms Nuclea size coections to the enegy levels of single-electon atoms Babak Nadii Nii a eseach Institute fo Astonomy and Astophysics of Maagha (IAAM IAN P. O. Box: 554-44. Abstact A study is made of nuclea

More information

Numerical Inversion of the Abel Integral Equation using Homotopy Perturbation Method

Numerical Inversion of the Abel Integral Equation using Homotopy Perturbation Method Numeical Invesion of the Abel Integal Equation using Homotopy Petubation Method Sunil Kuma and Om P Singh Depatment of Applied Mathematics Institute of Technology Banaas Hindu Univesity Vaanasi -15 India

More information

Scattering in Three Dimensions

Scattering in Three Dimensions Scatteing in Thee Dimensions Scatteing expeiments ae an impotant souce of infomation about quantum systems, anging in enegy fom vey low enegy chemical eactions to the highest possible enegies at the LHC.

More information

A Relativistic Electron in a Coulomb Potential

A Relativistic Electron in a Coulomb Potential A Relativistic Electon in a Coulomb Potential Alfed Whitehead Physics 518, Fall 009 The Poblem Solve the Diac Equation fo an electon in a Coulomb potential. Identify the conseved quantum numbes. Specify

More information

A dual-reciprocity boundary element method for axisymmetric thermoelastodynamic deformations in functionally graded solids

A dual-reciprocity boundary element method for axisymmetric thermoelastodynamic deformations in functionally graded solids APCOM & ISCM 11-14 th Decembe, 013, Singapoe A dual-ecipocity bounday element method fo axisymmetic themoelastodynamic defomations in functionally gaded solids *W. T. Ang and B. I. Yun Division of Engineeing

More information

ScienceDirect. The modelling of the electric field generated by the electrical transport lines

ScienceDirect. The modelling of the electric field generated by the electrical transport lines Available online at www.sciencediect.com ScienceDiect Enegy ocedia 85 (016) 170 177 Sustainable Solutions fo Enegy and Envionment, EENVIRO - YRC 015, 18-0 Novembe 015, Buchaest, Romania The modelling of

More information

Liquid gas interface under hydrostatic pressure

Liquid gas interface under hydrostatic pressure Advances in Fluid Mechanics IX 5 Liquid gas inteface unde hydostatic pessue A. Gajewski Bialystok Univesity of Technology, Faculty of Civil Engineeing and Envionmental Engineeing, Depatment of Heat Engineeing,

More information

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE THE p-adic VALUATION OF STIRLING NUMBERS ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE Abstact. Let p > 2 be a pime. The p-adic valuation of Stiling numbes of the

More information

Chapter Introduction to Finite Element Methods

Chapter Introduction to Finite Element Methods Chapte 1.4 Intoduction to Finite Element Methods Afte eading this chapte, you should e ale to: 1. Undestand the asics of finite element methods using a one-dimensional polem. In the last fifty yeas, the

More information

Computers and Mathematics with Applications

Computers and Mathematics with Applications Computes and Mathematics with Applications 58 (009) 9 7 Contents lists available at ScienceDiect Computes and Mathematics with Applications jounal homepage: www.elsevie.com/locate/camwa Bi-citeia single

More information

2 Governing Equations

2 Governing Equations 2 Govening Equations This chapte develops the govening equations of motion fo a homogeneous isotopic elastic solid, using the linea thee-dimensional theoy of elasticity in cylindical coodinates. At fist,

More information

A Comparison and Contrast of Some Methods for Sample Quartiles

A Comparison and Contrast of Some Methods for Sample Quartiles A Compaison and Contast of Some Methods fo Sample Quatiles Anwa H. Joade and aja M. Latif King Fahd Univesity of Petoleum & Mineals ABSTACT A emainde epesentation of the sample size n = 4m ( =, 1, 2, 3)

More information

A Backward Identification Problem for an Axis-Symmetric Fractional Diffusion Equation

A Backward Identification Problem for an Axis-Symmetric Fractional Diffusion Equation Mathematical Modelling and Analysis Publishe: Taylo&Fancis and VGTU Volume 22 Numbe 3, May 27, 3 32 http://www.tandfonline.com/tmma https://doi.og/.3846/3926292.27.39329 ISSN: 392-6292 c Vilnius Gediminas

More information

arxiv: v1 [physics.pop-ph] 3 Jun 2013

arxiv: v1 [physics.pop-ph] 3 Jun 2013 A note on the electostatic enegy of two point chages axiv:1306.0401v1 [physics.pop-ph] 3 Jun 013 A C Tot Instituto de Física Univesidade Fedeal do io de Janeio Caixa Postal 68.58; CEP 1941-97 io de Janeio,

More information

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany Relating Banching Pogam Size and omula Size ove the ull Binay Basis Matin Saueho y Ingo Wegene y Ralph Wechne z y B Infomatik, LS II, Univ. Dotmund, 44 Dotmund, Gemany z ankfut, Gemany sauehof/wegene@ls.cs.uni-dotmund.de

More information

Multiple Criteria Secretary Problem: A New Approach

Multiple Criteria Secretary Problem: A New Approach J. Stat. Appl. Po. 3, o., 9-38 (04 9 Jounal of Statistics Applications & Pobability An Intenational Jounal http://dx.doi.og/0.785/jsap/0303 Multiple Citeia Secetay Poblem: A ew Appoach Alaka Padhye, and

More information

On a generalization of Eulerian numbers

On a generalization of Eulerian numbers Notes on Numbe Theoy and Discete Mathematics Pint ISSN 1310 513, Online ISSN 367 875 Vol, 018, No 1, 16 DOI: 10756/nntdm018116- On a genealization of Euleian numbes Claudio Pita-Ruiz Facultad de Ingenieía,

More information

-Δ u = λ u. u(x,y) = u 1. (x) u 2. (y) u(r,θ) = R(r) Θ(θ) Δu = 2 u + 2 u. r = x 2 + y 2. tan(θ) = y/x. r cos(θ) = cos(θ) r.

-Δ u = λ u. u(x,y) = u 1. (x) u 2. (y) u(r,θ) = R(r) Θ(θ) Δu = 2 u + 2 u. r = x 2 + y 2. tan(θ) = y/x. r cos(θ) = cos(θ) r. The Laplace opeato in pola coodinates We now conside the Laplace opeato with Diichlet bounday conditions on a cicula egion Ω {(x,y) x + y A }. Ou goal is to compute eigenvalues and eigenfunctions of the

More information

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr.

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr. POBLM S # SOLUIONS by obet A. DiStasio J. Q. he Bon-Oppenheime appoximation is the standad way of appoximating the gound state of a molecula system. Wite down the conditions that detemine the tonic and

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

COMPUTATIONS OF ELECTROMAGNETIC FIELDS RADIATED FROM COMPLEX LIGHTNING CHANNELS

COMPUTATIONS OF ELECTROMAGNETIC FIELDS RADIATED FROM COMPLEX LIGHTNING CHANNELS Pogess In Electomagnetics Reseach, PIER 73, 93 105, 2007 COMPUTATIONS OF ELECTROMAGNETIC FIELDS RADIATED FROM COMPLEX LIGHTNING CHANNELS T.-X. Song, Y.-H. Liu, and J.-M. Xiong School of Mechanical Engineeing

More information

Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matrix

Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matrix Jounal of Sciences, Islamic Republic of Ian (): - () Univesity of Tehan, ISSN - http://sciencesutaci Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matix H Ahsani

More information

Chapter 2: Introduction to Implicit Equations

Chapter 2: Introduction to Implicit Equations Habeman MTH 11 Section V: Paametic and Implicit Equations Chapte : Intoduction to Implicit Equations When we descibe cuves on the coodinate plane with algebaic equations, we can define the elationship

More information

ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS

ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS L. MICU Hoia Hulubei National Institute fo Physics and Nuclea Engineeing, P.O. Box MG-6, RO-0775 Buchaest-Maguele, Romania, E-mail: lmicu@theoy.nipne.o (Received

More information

Bifurcation Analysis for the Delay Logistic Equation with Two Delays

Bifurcation Analysis for the Delay Logistic Equation with Two Delays IOSR Jounal of Mathematics (IOSR-JM) e-issn: 78-578, p-issn: 39-765X. Volume, Issue 5 Ve. IV (Sep. - Oct. 05), PP 53-58 www.iosjounals.og Bifucation Analysis fo the Delay Logistic Equation with Two Delays

More information

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension Intenational Mathematical Foum, 3, 2008, no. 16, 763-776 Functions Defined on Fuzzy Real Numbes Accoding to Zadeh s Extension Oma A. AbuAaqob, Nabil T. Shawagfeh and Oma A. AbuGhneim 1 Mathematics Depatment,

More information

Chaos and bifurcation of discontinuous dynamical systems with piecewise constant arguments

Chaos and bifurcation of discontinuous dynamical systems with piecewise constant arguments Malaya Jounal of Matematik ()(22) 4 8 Chaos and bifucation of discontinuous dynamical systems with piecewise constant aguments A.M.A. El-Sayed, a, and S. M. Salman b a Faculty of Science, Aleandia Univesity,

More information

TheWaveandHelmholtzEquations

TheWaveandHelmholtzEquations TheWaveandHelmholtzEquations Ramani Duaiswami The Univesity of Mayland, College Pak Febuay 3, 2006 Abstact CMSC828D notes (adapted fom mateial witten with Nail Gumeov). Wok in pogess 1 Acoustic Waves 1.1

More information

APPLICATION OF MAC IN THE FREQUENCY DOMAIN

APPLICATION OF MAC IN THE FREQUENCY DOMAIN PPLICION OF MC IN HE FREQUENCY DOMIN D. Fotsch and D. J. Ewins Dynamics Section, Mechanical Engineeing Depatment Impeial College of Science, echnology and Medicine London SW7 2B, United Kingdom BSRC he

More information

ASTR415: Problem Set #6

ASTR415: Problem Set #6 ASTR45: Poblem Set #6 Cuan D. Muhlbege Univesity of Mayland (Dated: May 7, 27) Using existing implementations of the leapfog and Runge-Kutta methods fo solving coupled odinay diffeential equations, seveal

More information

STABILITY AND PARAMETER SENSITIVITY ANALYSES OF AN INDUCTION MOTOR

STABILITY AND PARAMETER SENSITIVITY ANALYSES OF AN INDUCTION MOTOR HUNGARIAN JOURNAL OF INDUSTRY AND CHEMISTRY VESZPRÉM Vol. 42(2) pp. 109 113 (2014) STABILITY AND PARAMETER SENSITIVITY ANALYSES OF AN INDUCTION MOTOR ATTILA FODOR 1, ROLAND BÁLINT 1, ATTILA MAGYAR 1, AND

More information

T. Raja Rani. Military Technological College, Muscat, Oman. Abstract

T. Raja Rani. Military Technological College, Muscat, Oman. Abstract ISSN: 78-8 Vol. Issue, Octobe - Fee Convection ove a Vaying all Vetical Cylinde embedded in a Poous medium ith effect of Radiation, Vaiable Fluid Popeties and Statification. T. Raja Rani Militay Technological

More information

Advanced simulation of hydroelectric transient process with Comsol/Simulink

Advanced simulation of hydroelectric transient process with Comsol/Simulink IOP Confeence Seies: Eath and Envionmental Science Advanced simulation of hydoelectic tansient pocess with Comsol/Simulink To cite this aticle: L Li and J D Yang 2010 IOP Conf. Se.: Eath Envion. Sci. 12

More information

Surveillance Points in High Dimensional Spaces

Surveillance Points in High Dimensional Spaces Société de Calcul Mathématique SA Tools fo decision help since 995 Suveillance Points in High Dimensional Spaces by Benad Beauzamy Januay 06 Abstact Let us conside any compute softwae, elying upon a lage

More information

Model and Controller Order Reduction for Infinite Dimensional Systems

Model and Controller Order Reduction for Infinite Dimensional Systems IT J. Eng. Sci., Vol. 4, No.,, -6 Model and Contolle Ode Reduction fo Infinite Dimensional Systems Fatmawati,*, R. Saagih,. Riyanto 3 & Y. Soehayadi Industial and Financial Mathematics Goup email: fatma47@students.itb.ac.id;

More information

TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA

TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA STATISTICA, anno LXXVI, n. 3, 2016 TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA Hadi Alizadeh Noughabi 1 Depatment of Statistics, Univesity

More information

arxiv: v1 [math.co] 4 May 2017

arxiv: v1 [math.co] 4 May 2017 On The Numbe Of Unlabeled Bipatite Gaphs Abdullah Atmaca and A Yavuz Ouç axiv:7050800v [mathco] 4 May 207 Abstact This pape solves a poblem that was stated by M A Haison in 973 [] This poblem, that has

More information

Numerical approximation to ζ(2n+1)

Numerical approximation to ζ(2n+1) Illinois Wesleyan Univesity Fom the SelectedWoks of Tian-Xiao He 6 Numeical appoximation to ζ(n+1) Tian-Xiao He, Illinois Wesleyan Univesity Michael J. Dancs Available at: https://woks.bepess.com/tian_xiao_he/6/

More information

9.1 POLAR COORDINATES

9.1 POLAR COORDINATES 9. Pola Coodinates Contempoay Calculus 9. POLAR COORDINATES The ectangula coodinate system is immensely useful, but it is not the only way to assign an addess to a point in the plane and sometimes it is

More information

Dymore User s Manual Two- and three dimensional dynamic inflow models

Dymore User s Manual Two- and three dimensional dynamic inflow models Dymoe Use s Manual Two- and thee dimensional dynamic inflow models Contents 1 Two-dimensional finite-state genealized dynamic wake theoy 1 Thee-dimensional finite-state genealized dynamic wake theoy 1

More information

Field emission of Electrons from Negatively Charged Cylindrical Particles with Nonlinear Screening in a Dusty Plasma

Field emission of Electrons from Negatively Charged Cylindrical Particles with Nonlinear Screening in a Dusty Plasma Reseach & Reviews: Jounal of Pue and Applied Physics Field emission of Electons fom Negatively Chaged Cylindical Paticles with Nonlinea Sceening in a Dusty Plasma Gyan Pakash* Amity School of Engineeing

More information

PHYS 110B - HW #7 Spring 2004, Solutions by David Pace Any referenced equations are from Griffiths Problem statements are paraphrased

PHYS 110B - HW #7 Spring 2004, Solutions by David Pace Any referenced equations are from Griffiths Problem statements are paraphrased PHYS 0B - HW #7 Sping 2004, Solutions by David Pace Any efeenced euations ae fom Giffiths Poblem statements ae paaphased. Poblem 0.3 fom Giffiths A point chage,, moves in a loop of adius a. At time t 0

More information

Semicanonical basis generators of the cluster algebra of type A (1)

Semicanonical basis generators of the cluster algebra of type A (1) Semicanonical basis geneatos of the cluste algeba of type A (1 1 Andei Zelevinsky Depatment of Mathematics Notheasten Univesity, Boston, USA andei@neu.edu Submitted: Jul 7, 006; Accepted: Dec 3, 006; Published:

More information

Gravitational Memory?

Gravitational Memory? Gavitational Memoy? a Petubative Appoach T. Haada 1, Depatment of Physics, Waseda Univesity, Shinjuku, Tokyo 169-8555, Japan B.J. Ca 2,andC.A.Goyme 3 Astonomy Unit, Queen May and Westfield College, Univesity

More information

0606 ADDITIONAL MATHEMATICS

0606 ADDITIONAL MATHEMATICS UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS Intenational Geneal Cetificate of Seconday Education MARK SCHEME fo the Octobe/Novembe 011 question pape fo the guidance of teaches 0606 ADDITIONAL MATHEMATICS

More information

Perturbation to Symmetries and Adiabatic Invariants of Nonholonomic Dynamical System of Relative Motion

Perturbation to Symmetries and Adiabatic Invariants of Nonholonomic Dynamical System of Relative Motion Commun. Theo. Phys. Beijing, China) 43 25) pp. 577 581 c Intenational Academic Publishes Vol. 43, No. 4, Apil 15, 25 Petubation to Symmeties and Adiabatic Invaiants of Nonholonomic Dynamical System of

More information

AXIS-SYMMETRIC FRACTIONAL DIFFUSION-WAVE PROBLEM: PART I-ANALYSIS

AXIS-SYMMETRIC FRACTIONAL DIFFUSION-WAVE PROBLEM: PART I-ANALYSIS ENOC-8, Saint Petesbug, ussia, June, 3 July, 4 8 AXIS-SYMMETIC FACTIONAL DIFFUSION-WAVE POBLEM: PAT I-ANALYSIS N. Özdemi Depatment of Mathematics, Balikesi Univesity Balikesi, TUKEY nozdemi@balikesi.edu.t

More information

Numerical solution of diffusion mass transfer model in adsorption systems. Prof. Nina Paula Gonçalves Salau, D.Sc.

Numerical solution of diffusion mass transfer model in adsorption systems. Prof. Nina Paula Gonçalves Salau, D.Sc. Numeical solution of diffusion mass tansfe model in adsoption systems Pof., D.Sc. Agenda Mass Tansfe Mechanisms Diffusion Mass Tansfe Models Solving Diffusion Mass Tansfe Models Paamete Estimation 2 Mass

More information