SINC SOLUTION OF BIHARMONIC PROBLEMS

Size: px
Start display at page:

Download "SINC SOLUTION OF BIHARMONIC PROBLEMS"

Transcription

1 CANADIAN APPLIED MATHEMATICS QUARTERLY Volume 2, Number 3, Fall 24 SINC SOLUTION OF BIHARMONIC PROBLEMS FRANK STENGER, THOMAS COOK AND ROBERT M. KIRBY ABSTRACT. In this paper we solve two biharmonic problems over a square, B = (, ) (, ). () The problem 4 U = f, for which we determine a particular solution, U, given f, via use of Sinc convolution; and (2) The boundary value problem 4 V = for which we determine V given V = g and normal derivative V n = h on B, the boundary of B. The solution to this problem is carried out based on the identity n o V = R (z c) E + F = (x a) u + (y b) v + φ, where E = u + i v and F = φ + i ψ are functions analytic in B, and where c = a + i b is an arbitrary constant. We thus determine approximations to the harmonic functions u, v and φ on B, via use of Sinc quadrature, and Sinc approximation of derivatives. We then use a special, explicit Sinc-based analytic continuation procedure to extend the functions u, v and φ to the interior of B. These procedures enable us to determine functions W which solve a boundary problem of the form 4 W = f in B, given f in B and given W and its normal derivative, W n on the boundary of B. Given any ε >, the time complexity of sequential computation of an approximation of W ε to W to within a uniform error of ε in B, i.e., such that sup (x,y) B W (x, y) W ε(x, y) < ε, is O`(log(ε)) 6. Introduction and summary This paper deals with the numerical solution of the PDE problem, (.) 4 W (x, y) = f(x, y), W (x, y) = g(x, y) (x, y) B and U(x, y) n = h(x, y), (x, y) B. Here B is assumed to be the square, i.e., B = (, ) (, ) R 2 and n = n(x, y) denotes the outward normal at (x, y) on B, the boundary of Copyright c Applied Mathematics Institute, University of Alberta. 39

2 392 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY B. We shall assume, for simplicity, that f, g and h are given, real-valued functions. The computation of the solution of the above problem consists of three parts. Part I. Particular Solution of 4 U = f. We first construct a particular solution, U i.e., without resort to satisfying boundary conditions of the above PDE problem by evaluating of the Green s function integral expression (.2) U(x, y) = B G(x ξ, y η) f(ξ, η) dξ dη, via use of Sinc convolution. This is accomplished by means of the program package [5], the theory of which is described in [3]. Essential details of this procedure are given in Section 2 which follows. Part II. Solution of the BIE. Here we describe an explicit procedure, based on use of analytic functions, to solve the homogeneous boundary value problem (.3) 4 V (x, y) =, (x, y) B V (x, y) = g(x, y), and V (x, y) n = h(x, y), (x, y) B, where g and h are given. We thus describe an explicit procedure, based on Sinc approximation, for obtaining the boundary values functions E and F which are analytic functions of z = x + i y in the region B = {(x, y) : < x <, < y < }, and where c = a + i b is an arbitrary constant, such that { } (.4) V = R (z c) E + F = (x a) u + (y b) v + φ. It may be shown [8] that the right hand side of (.4) satisfies the equation 4 V = and moreover, every solution to 4 V = is of the form (.4). In the form (.4) it thus suffices to determine the real parts of E and F on the boundary of B (since, with u = RE, we also have v = IE = Su, where S denotes the Hilbert transform, see [2]), by the requirement that V must also satisfy the boundary conditions, for (x, y) B. Part III. Analytic Continuation of V into B. This part of the solution can be carried out via a Sinc procedure based on 4.3 of [8] and 4.3.3

3 SINC SOLUTION OF BIHARMONIC PROBLEMS 393 of [3]; given a function g defined on B, we are able to construct an approximation to a function u that is harmonic in B, where u = g on B. Indeed, our procedure yields a solution V that is uniformly accurate in B, even when g and h have singularities, or even discontinuities at the corners of B. Part IV. Examples. In Section 4 the above procedures are tested via a Matlab program, using the Sinc package [5]. Given functions f, g and h, we solve problem (.) according to the following procedure: (a) First determine a function U via accurate approximation of the integral (.2) by use of Sinc convolution. This phase is described in greater detail in Section 2 below. We thus get an approximation of the particular solution U given by (.2) at the Sinc points (x j, x k ) in the interior of B. We also compute approximations of the partial derivatives, U x and U y via use of Sinc convolution. (b) Solve the PDE 4 V = for V at the Sinc points of B via use of the analytic function procedure described in Section 3, subject to the given boundary conditions (.5) V (x, y) = g(x, y), V (x, y) n = h(x, y). We thus determine approximate values of the functions u, v and φ at the Sinc points of B. (c) Determine v on B from values of u on B via Sinc approximation of Hilbert transforms. (d) Use the analytic continuation procedure of Section 4 to extend the definitions of the harmonic functions u, vand φ into B, i.e., evaluate these functions at the Sinc points (x j, x k ) in the interior of B, and then form the solution V = (x a) u + (y a) v + φ at these same Sinc points. The time complexity of our method, i.e., the amount of time required to construct an approximation W ε to W, such that sup (x,y) B W (x, y) W ε (x, y) ε is O ( (log(ε)) 6). 2 The particular solution We illustrate here the approximate evaluation of the integral (.2), which satisfies the equation (2.) 4 U = f in B = (, ) (, ).

4 394 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY Our procedure for this evaluation is via use of Sinc convolution. The theory of one dimensional Sinc convolution and its extension to rectangular regions in more than one dimension may be found in 4.6 of [8], and while unnecessary for our purposes in this paper, extensions to multi-dimensional curvilinear regions may be found in 5.5 of [3]. Here we give only an algorithmic description of this procedure, i.e., without proof. 2. Sinc parameters and matrices Let us define numbers σ k and e k, by (2.2) σ k = k e k = 2 + σ k, sinc(x) dx, k Z, and let us then define an m m Toeplitz matrix I m by I m = [e j k ], with e j k denoting the (j, k) th element of I m. For j = N,..., N, let t j = (e jh )/(e jh + ) denote the Sinc points of the interval (, ), and let w j = 2 h e jh /(+e jh ) 2 denote the corresponding Sinc quadrature weights. Let D denote the diagonal matrix, D = diag (w N,..., w N ). Set P = I m D, and Q = (I m ) T D. If r(t) is a function defined on the interval (, ), set r j = r(t j ), and form the column vector r = (r N,..., r N ) T. Then, for each j = N,..., N, the component R j + of the vector R + = ( R + N,..., T N) R+ = A r is an accurate approximation of the function R + (x) = x r(t) dt evaluated at x = t j. Similarly, the component R j of the vector Q r is an accurate approximation to R (x) = x r(t) dt evaluated at the points x = t j. We next need to diagonalize the matrices P and Q above, in the form (2.3) P = X S Xi, Q = Y S Y i, where X and Y are the matrices of eigenvectors of P and Q respectively, Xi = X, Y i = Y, and where S is a diagonal matrix of eigenvalues s j, j = N,..., N. We may note that P and Q have the same eigenvalues. 2.2 Laplace transform of the Green s function The Sinc convolution procedure for approximating the function U in (.2) requires the use of the two dimensional Laplace transform G of the Green s

5 SINC SOLUTION OF BIHARMONIC PROBLEMS 395 function G, where (2.4) G(x, y) = ( x 2 + y 2) ( ) log x2 + y 8π 2. The Laplace transform G of G is derived in [3]. It is given by (2.5) where G(s, σ) = Ĝ(s, σ) = (2.6) R(s, σ) = 8π ( = s 2 + ) 2 ( ) σ 2 + R(s, σ), 4 where γ denotes Euler s constant, and where (2.7) T (s, σ) = log(s) ( G(x, y) exp x s y ) dx dy σ ( ( s (7 6 γ) σ + σ ) ) + T (s, σ) + T (σ, s), s ( 6s σ + 2 ) s3 σ 3. Moreover, in order to approximate U x and U y in B, we also need the Laplace transforms of the derivatives of the Green s function. The partial derivatives of U can be also computed on B and B via use of Sinc convolutions, using the Laplace transforms (2.8) Ĝ x (s, σ) = s Ĝ y (s, σ) = σ σ3 G(s, σ) (3 2 γ + 2 log(σ)), 4π s3 G(s, σ) (3 2 γ + 2 log(s)). 4π 2.3 Computation of U, U x, and U y via Sinc convolution Next, we form two m m matrices, F = [f(t j, t k )] and G = [G(s j, s k )]. We then form an m m matrix U via execution of the following fourline Matlab program, which is just the two dimensional Sinc convolution algorithm for approximating the integral (.2): U = X*(G.*(Xi*F*Xi. ))*X. ; U = U + Y*(G.*(Yi*F*Xi. ))*X. ; U = U + X*(G.*(Xi*F*Yi. ))*Y. ; U = U + Y*(G.*(Yi*F*Yi. ))*Y. ;

6 396 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY The resulting matrix U now has the property that the (j, k) th element of U is an approximation to the function U(t j, t k ), where U is defined in (.2). The partial derivatives U x and U y my be computed via a similarly simple algorithm. Note, however, due to requirement of consistency with the original models p and q as given in Eqs. (4.6.) of [8], due to the fact that G x (x, y) is an odd function of x, we first write the derivative with respect to x of (.2) in the form (2.9) U x (x, y) = x G x (x ξ, y η) f(ξ, η) dξ dη x G x (ξ x, y η) f(ξ, η) dξ dη. Thus, if GX denotes the m m matrix of the two dimensional Laplace transform of G x (x, y) evaluated at the eigenvalues (s j, s k ), the Matlab convolution algorithm for approximating U x in B takes the form: Ux = X*(GX.*(Xi*F*Xi. ))*X. ; Ux = Ux + Y*(GX.*(Yi*F*Xi. ))*X. ; Ux = Ux - X*(GX.*(Xi*F*Yi. ))*Y. ; Ux = Ux - Y*(GX.*(Yi*F*Yi. ))*Y. ; Similarly, if GY denotes the m m matrix of the two dimensional Laplace transform of G y (x, y), the Matlab convolution algorithm for approximating U y in B takes the form: Uy = X*(GY.*(Xi*F*Xi. ))*X. ; Uy = Uy - Y*(GY.*(Yi*F*Xi. ))*X. ; Uy = Uy + X*(GY.*(Xi*F*Yi. ))*Y. ; Uy = Uy - Y*(GY.*(Yi*F*Yi. ))*Y. ; 3 Solution of the homogeneous boundary value problem In this section we shall determine boundary values on B of harmonic functions u and v and φ, such that the expression (3.) V = R[ (z c) E + F] = (x a) u + (y b) v + φ, in which E = u+i v and F = φ+i ψ, solves the boundary value problem (3.2) 4 V = in B = (, ) (, ).

7 SINC SOLUTION OF BIHARMONIC PROBLEMS 397 subject to given values of V = g and V n = h. where the subscript { } n denoted differentiation in the direction of the outward normal. In (3.), E and F are analytic in B, while u, v, φ and ψ are harmonic in B. For the sake of simplicity, we assume the constant c has the form c = ( + i) a, where a is real-valued. As discussed at length in [8], every solution V of this boundary value problem can be represented via use of the above expression (3.). It will suffice to just determine u and φ on B, since v can be expressed as the Hilbert transform of u over B. Let us describe the explicit details for setting up the system of algebraic equations to determine u and φ. After solving for u and φ on the boundary, B, we shall also determine v on B, which will then enable us to determine V on the interior of B, via an analytic continuation procedure based on Sinc methods, and which is described in Section 4 below. 3. The boundary equations We deduce from (3.) and (.5) that (3.3) (x a) u + (y a) v + φ = g, x n u + (x a) u n + y n v + (y a) v n + φ n = h, where the subscript { } n denotes differentiation in the direction of the outward normal. 3.2 The oriented boundary of B We parametrize Γ = B = 4 j= Γ j in an oriented fashion in complex variable notation as follows: Γ = { z = z (t) = + i t, t }, (3.4) Γ 2 = { z = z 2 (t) = i t, t }, Γ 3 = { z = z 3 (t) = i t, t }, Γ 4 = { z = z 4 (t) = i + t, t }. Next, we define u j, v j, φ j and ψ j, respectively in terms of u, v, φ and ψ as follows: If z = + iτ Γ, then set u (τ) = u(z), If z = τ + i Γ 2, then set u 2 (τ) = u(z), If z = iτ Γ 3, then set u 3 (τ) = u(z), If z = τ i Γ 4, then set u 4 (τ) = u(z),

8 398 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY and similarly for v j, φ j, and ψ j. In this notation, the boundary Γ = B = 4 j= Γ j is oriented in a counter-clockwise fashion. This means, of course, as τ increases, we traverse from bottom to top along Γ, from right to left along Γ 2, from top to bottom along Γ 3, and from left to right along Γ The Hilbert transform and its collocation The Hilbert transform relates u and v along Γ as follows, for z Γ: (3.5) v(ζ) = Su(z) = P.V. π i u(ζ) = Sv(z) = P.V. π i Γ Γ u(ζ) z ζ dζ, v(ζ) z ζ dζ. It then readily follows, assuming that u and v are real-valued, if z Γ j we must have { P.V. (3.6) R π i Γ } u(ζ) z ζ dζ =. This property enables us to accurately approximate the Hilbert transforms using only Sinc quadrature, i.e., without use of Sinc-Hilbert transform methods (see.7 of [3] and 5.6 of [4]). For example, if z = + i τ Γ, then we have (3.7) v (τ) = π { ( τ) u 2 (t) ( + t) 2 + ( τ) u3 (t) 4 + (t + τ) 2 + ( + τ) u 4 (t) ( t) 2 + ( + τ) 2 } dt. That is, we use the Sinc quadrature approximation, (3.8) N p(t) dt = w k p(t k ), k= N in which t j are the Sinc point t k = (e kh )/(e kh + ), while the w k are the Sinc weights, given by w k = 2 h e kh /(e kh + ) 2. We set u l j = ul (t j ), we define vectors, u l = ( u l N,..., ul N) T, and similarly for v l j and v l,

9 SINC SOLUTION OF BIHARMONIC PROBLEMS 399 and we define matrices, P 2 = [ P 2 jk], P 3 = [ P 3 jk], and P 4 = [ P 4 jk] by means of the equations [ P 2 jk ] = ( t j ) w k π (( t j )) 2 + ( + t k ) 2 ), (3.9) [ P 3 jk ] = 2 w k π (4 + (t j + t k ) 2 ), [ P 4 jk ] = ( + t j ) w k π (( + t j ) 2 + ( t k ) 2 ). Thus, we get v = P 2 u 2 +P 3 u 3 +P 4 u 4. Because of our above definition of Γ = B = 4 j= Γ j as an oriented arc, and because of the symmetry of B, we similarly obtain v 2 = P 2 u 3 + P 3 u 4 + P 4 u, and so on, i.e., we get the following block system of equations: (3.) v v 2 v 3 v 4 P 2 P 3 P 4 = P 4 P 2 P 3 P 3 P 4 P 2 P 2 P 3 P 4 These equations will be used below, initially to eliminate v, and later, to compute the function v on Γ = B. 3.4 The equations on the oriented boundary The first equation in (3.3) for z = x + i y reduces to the following four equations on the arcs Γ j, for j =, 2, 3, 4: u u 2 u 3 u 4. ( a) u (t) + (t a) S u (t) + φ (t) = g (t), (3.) ( t a) u 2 (t) + ( a) S u 2 (t) + φ 2 (t) = g 2 (t), ( a) u 3 (t) + ( t a) S u 3 (t) + φ 3 (t) = g 3 (t), (t a) u 4 (t) + ( a) S u 4 (t) + φ 4 (t) = g 4 (t). Let us now turn to the second equation in (3.3). The Cauchy-Riemann equations enable us to write this equation in the form (3.2) y t u + (x a) v t x t v (y a) u t + ψ t = h, where the subscript { } t denotes differentiation along Γ. Now using the notation of (3.4), and noting, e.g., that (t a) u t = {(t a) u} t u, we

10 4 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY can rewrite this equation along each arc Γ j in the form 2 u {(t a) u } t + ( a) v t + ψ t = h, (3.3) 2 v 2 {(t + a) v 2 } t ( a) u 2 t + ψ2 t = h2, 2 u 3 + {(t + a) u 3 } t ( + a) v 3 t + ψ 3 t = h 3, 2 v 3 + {(t a) v 4 } t + ( + a) u 4 t + ψ 4 t = h Collocation of the equations Some basic matrices we shall use are, the m m matrix of zeros, I, the identity matrix, D, the Sincderivative matrix, which replaces a vector p = (p(z N ),..., p(z N )) T by an approximation to q = (q(z N ),..., q(z N )) T, where q(z) = p (z), i.e., Dp = q, the diagonal matrix T = diag (t N,..., t N ) T of Sinc points, as well as the representation (3.), which will enable us to eliminate the function v in the above equations. By using these matrices we are able to reduce the solution of the system of eight equations (3.) and (3.3) into an (eight) (eight) block system of the form (3.4) B w = k where (3.5) (3.6) B B 2 B 3 B 4 B 5 B 6 B 7 B 8 B 2 B 22 B 23 B 24 B 25 B 26 B 27 B 28 B 3 B 32 B 33 B 34 B 35 B 36 B 37 B 38 B = B 4 B 42 B 43 B 44 B 45 B 46 B 47 B 48 B 5 B 52 B 53 B 54 B 55 B 56 B 57 B 58, B 6 B 62 B 63 B 64 B 65 B 66 B 67 B 68 B 7 B 72 B 73 B 74 B 75 B 76 B 77 B 78 B 8 B 82 B 83 B 84 B 85 B 86 B 87 B 88 w = u u 2 u 3 u 4 Φ Φ 2 Φ 3 Φ 4, k = g g 2 g 3 g 4 h h 2 h 3 h 4.

11 SINC SOLUTION OF BIHARMONIC PROBLEMS 4 Here, e.g., Φ = ( φ N,..., φ N) T, etc. Also, using the convenient definitions Zm = Z a I, Zp = Z + a I, W m = 2 I D Zm, and W p = 2 I D Zp, we can now make the following definitions for the entries of the above matrix B. To this end, we omit m m zero matrices. First, for the collocation of (3.) we shall use the nonzero matrices: B = ( a) I, B 2 = Zm P 2, B 3 = Zm P 3, B 4 = Zm P 4, B 5 = I, B 2 = ( a) P 4, B 22 = Zp, B 23 = ( a) P 2, (3.7) B 24 = ( a) P 3, B 26 = I, B 3 = Zp P 3, B 32 = Zp P 4, B 33 = ( + a) I, B 34 = Zp P 2, B 37 = I, B 4 = ( + a) P 2, B 42 = ( + a) P 3, B 43 = ( + a) P 4, B 44 = Zm, B 48 = I. Next, the nonzero matrices for the collocation of (3.3) are: B 5 = W m, B 52 = ( a) DP 2, B 53 = ( a) DP 3, B 54 = ( a) DP 4, B 56 = DP 2, B 57 = DP 3, B 58 = DP 4, B 6 = W pp 4, B 62 = ( a) D, B 63 = W pp 2, B 64 = W pp 3, (3.8) B 65 = DP 4, B 67 = DP 2, B 68 = DP 3, B 7 = ( + a) DP 3, B 72 = ( + a) DP 4, B 73 = W p, B 74 = ( + a)dp 2, B 75 = DP 3, B 76 = DP 4, B 78 = DP 2, B 8 = W mp 2, B 82 = W mp 3, B 83 = W mp 4, B 84 = ( + a)d, B 85 = DP 2, B 86 = DP 3, B 87 = DP 4.

12 42 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY 4 Sinc approximation and analytic continuation In this section we describe a procedure for extending the functions u, v and φ which were computed on B to all of B. 4. Sinc basis It is imperative to first recall the Sinc basis. The function ϕ(x) = log(( + x)/( x)) transforms the interval (, ) onto the real line R. The Sinc points are defined corresponding to a spacing h on R by t k = φ (kh) = (e kh )/(e kh + ). We also set ρ = exp(ϕ), so that ρ(x) = ( + x)/( x). Corresponding to a positive integer N, one usually selects h = c/n /2, and one can then perform Sinc approximation on (, ) via the formula (4.) f(x) N k= N f(t k ) ω k (x). The basis functions ω k are defined in terms of the Sinc function S(k, h), which is given by (4.2) S(k, h)(u) = sin ( π h (u kh)) π h (u kh). Set h = c N /2, γ j = S(j, h) ϕ, j = N,..., N, ω j = γ j, j = N +,..., N, (4.3) ω N = + ρ N ω N = j= N+ ρ N + ρ j= N + e jh γ j, e jh + e jh γ j, ε N = N /2 e (παdn)/2. Suppose, for example, that f is analytic and bounded in the eye-shaped region D = {z lc : arg(ϕ(z)) < d}, where d is a positive constant, and corresponding to numbers α (, ) and C >, we have, for x (, ), the inequality, f(x) f( if } x f(x) f() if x > C ( x 2 ) α.

13 SINC SOLUTION OF BIHARMONIC PROBLEMS 43 Then, by selecting h = (πd/(α N)) /2, we obtain a uniform bound on the error in the above Sinc approximation of f is of the order of N /2 exp( (πdαn) /2 ). 4.2 Analytic continuation Given g defined and continuous on a closed, finite line segment Γ l = [a, a 2 ] in the complex plane, we can define ϕ l (z) = log((z a )/(a 2 z)), and in the notation of the above subsection, we set Lg(z) = (g(a ) + ρ(z)g(a 2 ))/( + ρ(z), which reduces to the linear interpolant, (4.4) L g(x) = (a 2 z) g(a ) + (z a ) g(a 2 ) a 2 a. The line segment Γ l may be parametrized in terms of a real variable t by the equation (4.5) z = z(t) = a + a a 2 a 2 We mention that this linear expression has an obvious extension to complex t. Next, we introduce the following harmonic basis, which is defined in the upper complex plane, {I ϕ(z) > }: (4.6) { e iπ[ϕ(z) kh]/h σ k (z) = I π[ϕ(z) kh]/h [ s (z) = Iϕ(z) ] { } R π + ρ(z) [ s 2 (z) = Iϕ(z) ] { } ρ(z) R π + ρ(z) θ k (z) = σ k (z), N < k < N, θ N (z) = s (z) θ N (z) = s 2 (z) N n= N+ N n= N t. }, k Z, + e nh σ n(z), e nh + e nh σ n(z). Rϕ(z) { I π Rϕ(z) I π + ρ(z) { ρ(z) + ρ(z) As already implied above, the functions θ j are harmonic in the region D + {I(z/(a 2 a )) > }. Suppose now, that we parametrize both }, },

14 44 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY z = z(t) and ζ = ζ(τ) by the above equation, where z(t) Γ l, and where τ = t + i r with r >. Then ζ(τ) D +, and it follows moreover, that (4.7) lim r θ j (ζ(t + ir)) = ω j (t), where ω j is defined as in (4.3) above. We may note in particular, that if t = t k, then the right hand side of (4.7) reduces to δ j,k, the Kronecker delta. Suppose, now that we are given a function u on Γ = B, with B = (, ) (, ). We can define a sequence of 2 N + functions { θ l j } for each of the four arcs Γl, defined as in (3.4), thus emabling us to analytically continue u into the interior of B by means of the approximation (4.8) u(z) u N (z) = 4 N l= k= N c l k θl k (z), which is harmonic in B. We can then define vectors g l = ( g N l,..., ) T gl N where, with Γ l parametrized by (3.4), we take gj l = g(zl (t j )), with t j the Sinc point, (e jh )/(e jh + ). Then, by similarly defining u l, we use collocation based on the evaluation of the right hand side of (3.44) at the Sinc points of Γ j, to arrive at the following system of equations for the vectors c l = ( c l N,..., cl N) T : (4.9) I K 2 K 3 K 4 c g K 4 I K 2 K 3 c 2 K 3 K 4 I K 2 c 3 = g 2 g 3. K 2 K 3 K 4 I c 4 g 4 Here, the matrices K l are defined as follows: If we substitute z = z (t j ) into (4.8) above, we get c j + N k= N [ θ 2 k (z (t j )) c 2 k + θk(z 3 (t j )) c 3 k + θk(z 4 (t j )) c 4 ] k = g (z (t j )). The set of these equations for j = N,..., N may be written in the matrix form Ic + K 2 c 2 + K 3 c 3 + K 4 c 4 = g,

15 SINC SOLUTION OF BIHARMONIC PROBLEMS 45 with K l = [ θk l (z (τ j ) ], l = 2, 3, 4. Next, similarly taking a point z l (t j ) on Γ l, we find that no new matrices of the above type K q arise, due to the symmetry, and because of our definition of an oriented Γ in (3.4). We remark that this procedure produces a solution that is uniformly accurate in B, even though the function u may have discontinuities at the corner points of B. Once we have solved (4.9) for the constants c l j, we can use (4.8) to compute u at the Sinc points (t j, t k ) in the interior of B. We can proceed similarly for v, and then for φ, to get U as defined in (3.) at the Sinc points in B. 5 Rates of convergence of approximations We briefly discuss here the convergence and rate of convergence of the procedures in the previous sections of this paper. ) Evaluation of the Particular Solution. We discuss here the evaluation of the integral (.2) via use of Sinc convolution. As discussed in [8, 4.6], Sinc convolution is actually a Cartesian product operation, which can be carried out one dimension at a time. The convergence of these processes was already discussed in [8, 4.6]. Exponential convergence, i.e., with error of the order of exp( cn /2 ) is guaranteed, in essence, if: With ϕ(z) = log(( + z)/( z)), and α an number between and, f(, y)/(ϕ ( )) 2 is analytic on (, ) and belongs to Lip α [, ] for each fixed x [, ]; and dually, f(x, )/(ϕ ( )) 2 is analytic on (, ) and belongs to Lip α [, ] for each fixed y [, ]. 2) Solution of the Homogeneous Boundary Value Problem. The boundary value problem stated as in (3.3) is one discussed at length in [8]. Sinc methods for solution of such problems are discussed in [8, 6.7], and an extension of this procedure is given in []. Exponential convergence with error of the order of exp( c N /2 ) is guaranteed if the functions g j and h j /ϕ are analytic on (, ) and of class Lip α [, ], for j =, 2, 3, 4, and if the condition number of the matrix B in (3.6) of the order of N c for some finite c. To this end, we expect that the condition number of the matrix B will be bounded for almost all choices of the parameter a in our method of solution. Although we have not been able to prove this, our a posteriori calculations show that this is indeed the case. 3) Analytic Continuation. Under our above assumed properties on the functions f, g and h, it follows that the functions u j, v j, and φ j

16 46 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY are analytic and of class Lip α [, ]. The computation of v in terms of u via use of (3.) was carried out via use of Sinc quadrature. Hence the maximum error in the computation of v via use of (3.) is of the order of exp( c N /2 ). Our a posteriori calculations show that the matrix in (4.9) which was obtained via use of (4.6) and (4.8) has a condition number bounded by 2. In essence, then, we are performing Sinc interpolation to get the constants c l j, i.e., we have an error of the order of exp( cn /2 ) since we have assumed that the functions u j, v j and φ j are analytic and of class Lip α [, ]. Since the functions θk l in (4.8) are harmonic in B, it thus follows, that the the harmonic extension of the functions u, v and φ to the interior of B also has an error of the order of exp( cn /2 ), by the maximum principle for harmonic functions. 6 Numerical examples We now test the above procedures on some specific problems. 6. A particular solution in B to the non-homogeneous equation (6.) 4 U = f in B = (, ) (, ). where, with r = x 2 + y 2, (6.2) f(r) = r 4 6r (2 r 2 ) 8/3. Such an f is obtained, for example, if we take (6.3) U = (2 r 2 ) 4/3. A plot of the solution to th integral (.2), i.e., (6.4) U(x, y) = G(x ξ, y η) (2 ξ 2 η 2 ) 4/3 dξ dη, is given in Figure. This integral was evaluated via use of repeated 2- point Sinc quadrature over each of the four rectangles, (, z j ) (, z k ), (, z j ) (z k, ), (z j, ) (, z k ), and (z j, ) (z k, ), thus generating a 2 2 -point solution at the Sinc points of B = (, ) (, ). On the other hand, Figure 2 illustrate the evaluation of this same integral via use of Sinc convolution, taking 2 points in each variable. This latter approach is of course much more efficient.

17 SINC SOLUTION OF BIHARMONIC PROBLEMS 47 E X A C T P A R T I C U L R S O L U T I O N O F 2 U = (2 r 2 ) 4/ FIGURE : Exact Evaluation of the Integral (6.4). 6.2 Boundary values of harmonic functions As discussed above, every solution to the equation (6.5) 4 V = in B = (, ) (, ). can be expressed in the form (6.6) V = R[(z c)e + F] with c = a + ib where E = u + iv, F = φ + iψ, where u, v, φ and ψ are harmonic functions in B, and where a and b are real-valued constants. Specifically, we take b = a and (6.7) E = ( + i z) /2 and F = z 4. We can deduce that u = ((R + x)/2) /2, (6.8) v = ((R + x)/2) /2, φ = x 4 + y 4 6 x 2 y 2, ψ = 6 ( x 3 y + x y 3),

18 48 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY P A R T I C U L A R S I N C C O N V O L U T I O N S O L U T I O N O F 2 U = (2 r 2 ) 4/ FIGURE 2: Sinc Convolution Evaluation of the Integral (6.4). where R = (( x) 2 + ( y) 2 ) /2. It then follows that u x = v y = u/(2r), u y = v x = v/(2r), φ x = ψ y = 4x 3 2xy 2, φ y = psi x = 4y 3 2x 2 y. Notice that each of the functions u and v have a singularity at the point (, ). Thus, we initially determine the boundary values of g = V B and h = (V n ) B, based on the equations (3.3), we eliminate v (and also ψ) based on (3.5) and (3.), and we then solve the pair of equations (6.9) V = (x a)u + (y a)su + φ = g, V n = y tu + (x a)(s u) t x t Sv (y a)u t + (Sφ) t = h, for u and φ on B, (with the subscript t denoting differentiation along the oriented boundary of B) via solution of the system (3.4). We then again use (3.) to get v at 2 Sinc points of each arc of B. Finally, we recompute g appr = V on B based on our thus computed u, v and φ, and we plot both g appr and the exact values, g e x at the Sinc points of the four boundary arcs, in Figures 3, 4, 5 and 6.

19 SINC SOLUTION OF BIHARMONIC PROBLEMS 49 2 E X A C T o A N D A P P R O X I M A T E g O N G A MM A FIGURE 3: Exact o and Approximate Values of g on Γ. E X A C T o A N D A P P R O X I M A T E g O N G A M M A FIGURE 4: Exact o and Approximate Values of g on Γ 2.

20 4 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY E X A C T o A N D A P P R O X I M A T E g O N G A M M A FIGURE 5: Exact o and Approximate Values of g on Γ 3. E X A C T o A N D A P P R O X I M A T E g O N G A M M A FIGURE 6: Exact o and Approximate Values of g on Γ 4.

21 SINC SOLUTION OF BIHARMONIC PROBLEMS Analytic continuation to B of u on B Finally, we use the procedure of Section 4 to analytically continue a function u given on B to the Sinc points in the interior of B. We illustrate respectively, surface plots of u ex in Figure 7, which is the exact harmonic function, as well as u appr in Figure 8, which is the approximate solution computed in this fashion, and the error u appr u ex in Figure 9. We remark, that by the maximum principle for harmonic functions, the moduli of the errors of our computed u in B are bounded by the errors on the boundary of B. Of course in performing our computations, we also get round-off errors. E X A C T H A R M O N I C u = { (R + x) / 2 } /2 W H E R E R = { (x ) 2 + (y ) 2 } / FIGURE 7: Exact Harmonic u in B.

22 42 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY C O M P U T E D H A R M O N I C u = { (R + x) / 2 } /2 W H E R E.5 R = { (x ) 2 + (y ) 2 } / FIGURE 8: Computed Harmonic u in B. E X A C T C O M P U T E D H A R M O N I C u = { (R + x) / 2 } /2 x 3 W H E R E 5 R = { (x ) 2 + (y ) 2 } / x FIGURE 9: u exact u approx in B.

23 SINC SOLUTION OF BIHARMONIC PROBLEMS 43 REFERENCES. B. Bialecki, Sinc-Nyström method for numerical solution of a dominant system of Cauchy singular integral equations given on a piecewise smooth contour, Siam J. Numer. Anal. 26 (989), C T. C. Cook, Comparison of Finite Difference, Spectral and Sinc Biharmonic Operators, M.S. thesis, University of Utah, P. J. Davis, Orthogonalization Codes in Numerical Analysis, Ch., Survey of Numerical Analysis (J. Todd, ed.), McGraw-Hill, L. W. Ehrlich, Solving the biharmonic equation on a square, a direct versus a semidirect method, Numerical Mathematics 6 (99), 7 74, M. E.-Gamel and J. R. Canon, Sinc Galerkin method for solving fourth order parabolic differential equations, to appear in Appl. Numer. Math. 6. M. E.-Gamel, J.R. Canon and A. Zayed, Sinc Galerkin method for solving sixth order boundary value problems, to appear. 7. D. Elliott and F. Stenger, Sinc Method of Solution of Singular Integral Equations, IMACS Conference on CSIE, Philadelphia, PA (984), F. D. Gakhov, Boundary Value Problems, translated from Russian by I. N. Sneddon, Pergamon Press, Oxford, M. Kowalski, K. Sikorski and F. Stenger, Selected Topics in Approximation and Computation, Oxford, R. Kress, Linear Integral Equations, Springer-Verlag, K. Parker, Automatic Setup of Sinc-Collocation for Partial differential Equations, Ph.D. Dissertation, University of Utah, C. Ralph and K. Bowers, The Sinc-Galerkin method for fourth order differential equations, SIAM J. Numer. Anal. 28 (99), SIN C, LLC and F. Stenger, Tutorial of Sinc Methods, Part of a completed (in 2--3) work of USAF SBIR Contract # F3365 C iv pages, available in.pdf. 4. SIN C, LLC and F. Stenger, Sinc-Pack Program Manual, Part of a completed (in 2--3) work of USAF SBIR Contract # F3365 C xi pages, available in.pdf. 5. SIN C, LLC and F. Stenger, SINC-PACK a Family of Matlab programs, Part of a completed (in 2--3) work of USAF SBIR Contract # F3365 C 54. Over 3 Matlab, programs, based on the theory [3] and illustrated in the manual [4]. 6. R. C. Smith, G. A. Bogar, K. L. Bowers and J. Lund, The Sinc-Galerkin method for fourth order differential equations, SIAM J. Numer. Anal. 23 (99), N. Spencer, Finite Difference, Finite Element, Spectral, and Sinc Numerical Comparisons for a Biharmonic Problem, M.S. thesis, University of Utah, F. Stenger, Numerical Methods Based on Sinc and Analytic Functions, Springer- Verlag, New York, F. Stenger, Sinc approximation of Cauchy-type integrals over arcs, Proceedings of a meeting in Honor of David Elliott s 65 th Birthday, F. Stenger and R. Schmidtlein, Conformal Maps via Sinc Methods, Computational Methods in Function Theory (997) (N. Papamichael, St. Ruscheweyh and E. B. Saff, eds.), World Scientific Publishing Co. Pte. Ltd., (999), Lloyd N. Trefethen, Spectral Methods in Matlab, SIAM, Philidelphia, P.A., 2.

24 44 FRANK STENGER, THOMAS COOK, ROBERT M. KIRBY School of Computing, University of Utah, Salt Lake City, UT, USA 842 address: Department of Chemistry, University of Utah, Salt Lake City, UT, USA 842 School of Computing University of Utah, Salt Lake City, UT, USA 842 address:

SINC PACK, and Separation of Variables

SINC PACK, and Separation of Variables SINC PACK, and Separation of Variables Frank Stenger Abstract This talk consists of a proof of part of Stenger s SINC-PACK computer package (an approx. 400-page tutorial + about 250 Matlab programs) that

More information

Iyad T. Abu-Jeib and Thomas S. Shores

Iyad T. Abu-Jeib and Thomas S. Shores NEW ZEALAND JOURNAL OF MATHEMATICS Volume 3 (003, 9 ON PROPERTIES OF MATRIX I ( OF SINC METHODS Iyad T. Abu-Jeib and Thomas S. Shores (Received February 00 Abstract. In this paper, we study the determinant

More information

Math 4263 Homework Set 1

Math 4263 Homework Set 1 Homework Set 1 1. Solve the following PDE/BVP 2. Solve the following PDE/BVP 2u t + 3u x = 0 u (x, 0) = sin (x) u x + e x u y = 0 u (0, y) = y 2 3. (a) Find the curves γ : t (x (t), y (t)) such that that

More information

Laplace s Equation. Chapter Mean Value Formulas

Laplace s Equation. Chapter Mean Value Formulas Chapter 1 Laplace s Equation Let be an open set in R n. A function u C 2 () is called harmonic in if it satisfies Laplace s equation n (1.1) u := D ii u = 0 in. i=1 A function u C 2 () is called subharmonic

More information

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots,

In this chapter we study elliptical PDEs. That is, PDEs of the form. 2 u = lots, Chapter 8 Elliptic PDEs In this chapter we study elliptical PDEs. That is, PDEs of the form 2 u = lots, where lots means lower-order terms (u x, u y,..., u, f). Here are some ways to think about the physical

More information

Iterative methods for positive definite linear systems with a complex shift

Iterative methods for positive definite linear systems with a complex shift Iterative methods for positive definite linear systems with a complex shift William McLean, University of New South Wales Vidar Thomée, Chalmers University November 4, 2011 Outline 1. Numerical solution

More information

FOURIER TRANSFORMS. 1. Fourier series 1.1. The trigonometric system. The sequence of functions

FOURIER TRANSFORMS. 1. Fourier series 1.1. The trigonometric system. The sequence of functions FOURIER TRANSFORMS. Fourier series.. The trigonometric system. The sequence of functions, cos x, sin x,..., cos nx, sin nx,... is called the trigonometric system. These functions have period π. The trigonometric

More information

An Accurate Fourier-Spectral Solver for Variable Coefficient Elliptic Equations

An Accurate Fourier-Spectral Solver for Variable Coefficient Elliptic Equations An Accurate Fourier-Spectral Solver for Variable Coefficient Elliptic Equations Moshe Israeli Computer Science Department, Technion-Israel Institute of Technology, Technion city, Haifa 32000, ISRAEL Alexander

More information

HIGH-ORDER ACCURATE METHODS BASED ON DIFFERENCE POTENTIALS FOR 2D PARABOLIC INTERFACE MODELS

HIGH-ORDER ACCURATE METHODS BASED ON DIFFERENCE POTENTIALS FOR 2D PARABOLIC INTERFACE MODELS HIGH-ORDER ACCURATE METHODS BASED ON DIFFERENCE POTENTIALS FOR 2D PARABOLIC INTERFACE MODELS JASON ALBRIGHT, YEKATERINA EPSHTEYN, AND QING XIA Abstract. Highly-accurate numerical methods that can efficiently

More information

Simple Examples on Rectangular Domains

Simple Examples on Rectangular Domains 84 Chapter 5 Simple Examples on Rectangular Domains In this chapter we consider simple elliptic boundary value problems in rectangular domains in R 2 or R 3 ; our prototype example is the Poisson equation

More information

MATH 425, FINAL EXAM SOLUTIONS

MATH 425, FINAL EXAM SOLUTIONS MATH 425, FINAL EXAM SOLUTIONS Each exercise is worth 50 points. Exercise. a The operator L is defined on smooth functions of (x, y by: Is the operator L linear? Prove your answer. L (u := arctan(xy u

More information

Partial Differential Equations

Partial Differential Equations Part II Partial Differential Equations Year 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2015 Paper 4, Section II 29E Partial Differential Equations 72 (a) Show that the Cauchy problem for u(x,

More information

Discontinuous Galerkin methods for fractional diffusion problems

Discontinuous Galerkin methods for fractional diffusion problems Discontinuous Galerkin methods for fractional diffusion problems Bill McLean Kassem Mustapha School of Maths and Stats, University of NSW KFUPM, Dhahran Leipzig, 7 October, 2010 Outline Sub-diffusion Equation

More information

AMS subject classifications. Primary, 65N15, 65N30, 76D07; Secondary, 35B45, 35J50

AMS subject classifications. Primary, 65N15, 65N30, 76D07; Secondary, 35B45, 35J50 A SIMPLE FINITE ELEMENT METHOD FOR THE STOKES EQUATIONS LIN MU AND XIU YE Abstract. The goal of this paper is to introduce a simple finite element method to solve the Stokes equations. This method is in

More information

Solving the 3D Laplace Equation by Meshless Collocation via Harmonic Kernels

Solving the 3D Laplace Equation by Meshless Collocation via Harmonic Kernels Solving the 3D Laplace Equation by Meshless Collocation via Harmonic Kernels Y.C. Hon and R. Schaback April 9, Abstract This paper solves the Laplace equation u = on domains Ω R 3 by meshless collocation

More information

F (z) =f(z). f(z) = a n (z z 0 ) n. F (z) = a n (z z 0 ) n

F (z) =f(z). f(z) = a n (z z 0 ) n. F (z) = a n (z z 0 ) n 6 Chapter 2. CAUCHY S THEOREM AND ITS APPLICATIONS Theorem 5.6 (Schwarz reflection principle) Suppose that f is a holomorphic function in Ω + that extends continuously to I and such that f is real-valued

More information

MATH COURSE NOTES - CLASS MEETING # Introduction to PDEs, Fall 2011 Professor: Jared Speck

MATH COURSE NOTES - CLASS MEETING # Introduction to PDEs, Fall 2011 Professor: Jared Speck MATH 8.52 COURSE NOTES - CLASS MEETING # 6 8.52 Introduction to PDEs, Fall 20 Professor: Jared Speck Class Meeting # 6: Laplace s and Poisson s Equations We will now study the Laplace and Poisson equations

More information

MATH COURSE NOTES - CLASS MEETING # Introduction to PDEs, Spring 2018 Professor: Jared Speck

MATH COURSE NOTES - CLASS MEETING # Introduction to PDEs, Spring 2018 Professor: Jared Speck MATH 8.52 COURSE NOTES - CLASS MEETING # 6 8.52 Introduction to PDEs, Spring 208 Professor: Jared Speck Class Meeting # 6: Laplace s and Poisson s Equations We will now study the Laplace and Poisson equations

More information

2. Complex Analytic Functions

2. Complex Analytic Functions 2. Complex Analytic Functions John Douglas Moore July 6, 2011 Recall that if A and B are sets, a function f : A B is a rule which assigns to each element a A a unique element f(a) B. In this course, we

More information

EXPOSITORY NOTES ON DISTRIBUTION THEORY, FALL 2018

EXPOSITORY NOTES ON DISTRIBUTION THEORY, FALL 2018 EXPOSITORY NOTES ON DISTRIBUTION THEORY, FALL 2018 While these notes are under construction, I expect there will be many typos. The main reference for this is volume 1 of Hörmander, The analysis of liner

More information

The following definition is fundamental.

The following definition is fundamental. 1. Some Basics from Linear Algebra With these notes, I will try and clarify certain topics that I only quickly mention in class. First and foremost, I will assume that you are familiar with many basic

More information

u xx + u yy = 0. (5.1)

u xx + u yy = 0. (5.1) Chapter 5 Laplace Equation The following equation is called Laplace equation in two independent variables x, y: The non-homogeneous problem u xx + u yy =. (5.1) u xx + u yy = F, (5.) where F is a function

More information

HIGH-ORDER ACCURATE METHODS BASED ON DIFFERENCE POTENTIALS FOR 2D PARABOLIC INTERFACE MODELS

HIGH-ORDER ACCURATE METHODS BASED ON DIFFERENCE POTENTIALS FOR 2D PARABOLIC INTERFACE MODELS HIGH-ORDER ACCURATE METHODS BASED ON DIFFERENCE POTENTIALS FOR 2D PARABOLIC INTERFACE MODELS JASON ALBRIGHT, YEKATERINA EPSHTEYN, AND QING XIA Abstract. Highly-accurate numerical methods that can efficiently

More information

A collocation method for solving some integral equations in distributions

A collocation method for solving some integral equations in distributions A collocation method for solving some integral equations in distributions Sapto W. Indratno Department of Mathematics Kansas State University, Manhattan, KS 66506-2602, USA sapto@math.ksu.edu A G Ramm

More information

On the number of ways of writing t as a product of factorials

On the number of ways of writing t as a product of factorials On the number of ways of writing t as a product of factorials Daniel M. Kane December 3, 005 Abstract Let N 0 denote the set of non-negative integers. In this paper we prove that lim sup n, m N 0 : n!m!

More information

PH.D. PRELIMINARY EXAMINATION MATHEMATICS

PH.D. PRELIMINARY EXAMINATION MATHEMATICS UNIVERSITY OF CALIFORNIA, BERKELEY Dept. of Civil and Environmental Engineering FALL SEMESTER 2014 Structural Engineering, Mechanics and Materials NAME PH.D. PRELIMINARY EXAMINATION MATHEMATICS Problem

More information

SINC-GALERKIN METHOD FOR SOLVING LINEAR SIXTH-ORDER BOUNDARY-VALUE PROBLEMS

SINC-GALERKIN METHOD FOR SOLVING LINEAR SIXTH-ORDER BOUNDARY-VALUE PROBLEMS MATHEMATICS OF COMPUTATION Volume 73, Number 247, Pages 1325 1343 S 25-57183)1587-4 Article electronically published on July 28, 23 SINC-GALERKIN METHOD FOR SOLVING LINEAR SIXTH-ORDER BOUNDARY-VALUE PROBLEMS

More information

BOUNDARY VALUE PROBLEMS ON A HALF SIERPINSKI GASKET

BOUNDARY VALUE PROBLEMS ON A HALF SIERPINSKI GASKET BOUNDARY VALUE PROBLEMS ON A HALF SIERPINSKI GASKET WEILIN LI AND ROBERT S. STRICHARTZ Abstract. We study boundary value problems for the Laplacian on a domain Ω consisting of the left half of the Sierpinski

More information

Applied Numerical Mathematics. High-order numerical schemes based on difference potentials for 2D elliptic problems with material interfaces

Applied Numerical Mathematics. High-order numerical schemes based on difference potentials for 2D elliptic problems with material interfaces Applied Numerical Mathematics 111 (2017) 64 91 Contents lists available at ScienceDirect Applied Numerical Mathematics www.elsevier.com/locate/apnum High-order numerical schemes based on difference potentials

More information

Separation of Variables in Linear PDE: One-Dimensional Problems

Separation of Variables in Linear PDE: One-Dimensional Problems Separation of Variables in Linear PDE: One-Dimensional Problems Now we apply the theory of Hilbert spaces to linear differential equations with partial derivatives (PDE). We start with a particular example,

More information

arxiv: v1 [physics.comp-ph] 28 Jan 2008

arxiv: v1 [physics.comp-ph] 28 Jan 2008 A new method for studying the vibration of non-homogeneous membranes arxiv:0801.4369v1 [physics.comp-ph] 28 Jan 2008 Abstract Paolo Amore Facultad de Ciencias, Universidad de Colima, Bernal Díaz del Castillo

More information

10 The Finite Element Method for a Parabolic Problem

10 The Finite Element Method for a Parabolic Problem 1 The Finite Element Method for a Parabolic Problem In this chapter we consider the approximation of solutions of the model heat equation in two space dimensions by means of Galerkin s method, using piecewise

More information

Regularity for Poisson Equation

Regularity for Poisson Equation Regularity for Poisson Equation OcMountain Daylight Time. 4, 20 Intuitively, the solution u to the Poisson equation u= f () should have better regularity than the right hand side f. In particular one expects

More information

A Multigrid Method for Two Dimensional Maxwell Interface Problems

A Multigrid Method for Two Dimensional Maxwell Interface Problems A Multigrid Method for Two Dimensional Maxwell Interface Problems Susanne C. Brenner Department of Mathematics and Center for Computation & Technology Louisiana State University USA JSA 2013 Outline A

More information

We denote the space of distributions on Ω by D ( Ω) 2.

We denote the space of distributions on Ω by D ( Ω) 2. Sep. 1 0, 008 Distributions Distributions are generalized functions. Some familiarity with the theory of distributions helps understanding of various function spaces which play important roles in the study

More information

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 15 Heat with a source So far we considered homogeneous wave and heat equations and the associated initial value problems on the whole line, as

More information

MATH 722, COMPLEX ANALYSIS, SPRING 2009 PART 5

MATH 722, COMPLEX ANALYSIS, SPRING 2009 PART 5 MATH 722, COMPLEX ANALYSIS, SPRING 2009 PART 5.. The Arzela-Ascoli Theorem.. The Riemann mapping theorem Let X be a metric space, and let F be a family of continuous complex-valued functions on X. We have

More information

Stability of Feedback Solutions for Infinite Horizon Noncooperative Differential Games

Stability of Feedback Solutions for Infinite Horizon Noncooperative Differential Games Stability of Feedback Solutions for Infinite Horizon Noncooperative Differential Games Alberto Bressan ) and Khai T. Nguyen ) *) Department of Mathematics, Penn State University **) Department of Mathematics,

More information

Vibrating-string problem

Vibrating-string problem EE-2020, Spring 2009 p. 1/30 Vibrating-string problem Newton s equation of motion, m u tt = applied forces to the segment (x, x, + x), Net force due to the tension of the string, T Sinθ 2 T Sinθ 1 T[u

More information

ISSN: [Engida* et al., 6(4): April, 2017] Impact Factor: 4.116

ISSN: [Engida* et al., 6(4): April, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ELLIPTICITY, HYPOELLIPTICITY AND PARTIAL HYPOELLIPTICITY OF DIFFERENTIAL OPERATORS Temesgen Engida*, Dr.Vishwajeet S. Goswami

More information

Some recent results on controllability of coupled parabolic systems: Towards a Kalman condition

Some recent results on controllability of coupled parabolic systems: Towards a Kalman condition Some recent results on controllability of coupled parabolic systems: Towards a Kalman condition F. Ammar Khodja Clermont-Ferrand, June 2011 GOAL: 1 Show the important differences between scalar and non

More information

Motivation towards Clifford Analysis: The classical Cauchy s Integral Theorem from a Clifford perspective

Motivation towards Clifford Analysis: The classical Cauchy s Integral Theorem from a Clifford perspective Motivation towards Clifford Analysis: The classical Cauchy s Integral Theorem from a Clifford perspective Lashi Bandara November 26, 29 Abstract Clifford Algebras generalise complex variables algebraically

More information

Part IB. Complex Analysis. Year

Part IB. Complex Analysis. Year Part IB Complex Analysis Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2018 Paper 1, Section I 2A Complex Analysis or Complex Methods 7 (a) Show that w = log(z) is a conformal

More information

NOTES ON LINEAR ALGEBRA CLASS HANDOUT

NOTES ON LINEAR ALGEBRA CLASS HANDOUT NOTES ON LINEAR ALGEBRA CLASS HANDOUT ANTHONY S. MAIDA CONTENTS 1. Introduction 2 2. Basis Vectors 2 3. Linear Transformations 2 3.1. Example: Rotation Transformation 3 4. Matrix Multiplication and Function

More information

Week 2 Notes, Math 865, Tanveer

Week 2 Notes, Math 865, Tanveer Week 2 Notes, Math 865, Tanveer 1. Incompressible constant density equations in different forms Recall we derived the Navier-Stokes equation for incompressible constant density, i.e. homogeneous flows:

More information

Superconvergence of discontinuous Galerkin methods for 1-D linear hyperbolic equations with degenerate variable coefficients

Superconvergence of discontinuous Galerkin methods for 1-D linear hyperbolic equations with degenerate variable coefficients Superconvergence of discontinuous Galerkin methods for -D linear hyperbolic equations with degenerate variable coefficients Waixiang Cao Chi-Wang Shu Zhimin Zhang Abstract In this paper, we study the superconvergence

More information

Krylov Subspace Methods for the Evaluation of Matrix Functions. Applications and Algorithms

Krylov Subspace Methods for the Evaluation of Matrix Functions. Applications and Algorithms Krylov Subspace Methods for the Evaluation of Matrix Functions. Applications and Algorithms 2. First Results and Algorithms Michael Eiermann Institut für Numerische Mathematik und Optimierung Technische

More information

Solutions to Exercises 6.1

Solutions to Exercises 6.1 34 Chapter 6 Conformal Mappings Solutions to Exercises 6.. An analytic function fz is conformal where f z. If fz = z + e z, then f z =e z z + z. We have f z = z z += z =. Thus f is conformal at all z.

More information

MATH 131P: PRACTICE FINAL SOLUTIONS DECEMBER 12, 2012

MATH 131P: PRACTICE FINAL SOLUTIONS DECEMBER 12, 2012 MATH 3P: PRACTICE FINAL SOLUTIONS DECEMBER, This is a closed ook, closed notes, no calculators/computers exam. There are 6 prolems. Write your solutions to Prolems -3 in lue ook #, and your solutions to

More information

arxiv: v1 [math.na] 29 Feb 2016

arxiv: v1 [math.na] 29 Feb 2016 EFFECTIVE IMPLEMENTATION OF THE WEAK GALERKIN FINITE ELEMENT METHODS FOR THE BIHARMONIC EQUATION LIN MU, JUNPING WANG, AND XIU YE Abstract. arxiv:1602.08817v1 [math.na] 29 Feb 2016 The weak Galerkin (WG)

More information

Green s Functions and Distributions

Green s Functions and Distributions CHAPTER 9 Green s Functions and Distributions 9.1. Boundary Value Problems We would like to study, and solve if possible, boundary value problems such as the following: (1.1) u = f in U u = g on U, where

More information

Automorphic Equivalence Within Gapped Phases

Automorphic Equivalence Within Gapped Phases 1 Harvard University May 18, 2011 Automorphic Equivalence Within Gapped Phases Robert Sims University of Arizona based on joint work with Sven Bachmann, Spyridon Michalakis, and Bruno Nachtergaele 2 Outline:

More information

Perhaps the simplest way of modeling two (discrete) random variables is by means of a joint PMF, defined as follows.

Perhaps the simplest way of modeling two (discrete) random variables is by means of a joint PMF, defined as follows. Chapter 5 Two Random Variables In a practical engineering problem, there is almost always causal relationship between different events. Some relationships are determined by physical laws, e.g., voltage

More information

Lucio Demeio Dipartimento di Ingegneria Industriale e delle Scienze Matematiche

Lucio Demeio Dipartimento di Ingegneria Industriale e delle Scienze Matematiche Scuola di Dottorato THE WAVE EQUATION Lucio Demeio Dipartimento di Ingegneria Industriale e delle Scienze Matematiche Lucio Demeio - DIISM wave equation 1 / 44 1 The Vibrating String Equation 2 Second

More information

Introduction to Semigroup Theory

Introduction to Semigroup Theory Introduction to Semigroup Theory Franz X. Gmeineder LMU München, U Firenze Bruck am Ziller / Dec 15th 2012 Franz X. Gmeineder Introduction to Semigroup Theory 1/25 The Way Up: Opening The prototype of

More information

Spectra of Multiplication Operators as a Numerical Tool. B. Vioreanu and V. Rokhlin Technical Report YALEU/DCS/TR-1443 March 3, 2011

Spectra of Multiplication Operators as a Numerical Tool. B. Vioreanu and V. Rokhlin Technical Report YALEU/DCS/TR-1443 March 3, 2011 We introduce a numerical procedure for the construction of interpolation and quadrature formulae on bounded convex regions in the plane. The construction is based on the behavior of spectra of certain

More information

On Laplace Finite Marchi Fasulo Transform Of Generalized Functions. A.M.Mahajan

On Laplace Finite Marchi Fasulo Transform Of Generalized Functions. A.M.Mahajan On Laplace Finite Marchi Fasulo Transform Of Generalized Functions A.M.Mahajan Department of Mathematics, Walchand College of Arts and Science, Solapur-43 006 email:-ammahajan9@gmail.com Abstract : In

More information

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema Chapter 7 Extremal Problems No matter in theoretical context or in applications many problems can be formulated as problems of finding the maximum or minimum of a function. Whenever this is the case, advanced

More information

UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH

UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH College of Informatics and Electronics END OF SEMESTER ASSESSMENT PAPER MODULE CODE: MS425 SEMESTER: Autumn 25/6 MODULE TITLE: Applied Analysis DURATION OF EXAMINATION:

More information

Introduction. J.M. Burgers Center Graduate Course CFD I January Least-Squares Spectral Element Methods

Introduction. J.M. Burgers Center Graduate Course CFD I January Least-Squares Spectral Element Methods Introduction In this workshop we will introduce you to the least-squares spectral element method. As you can see from the lecture notes, this method is a combination of the weak formulation derived from

More information

PROBLEMS IN UNBOUNDED CYLINDRICAL DOMAINS

PROBLEMS IN UNBOUNDED CYLINDRICAL DOMAINS PROBLEMS IN UNBOUNDED CYLINDRICAL DOMAINS PATRICK GUIDOTTI Mathematics Department, University of California, Patrick Guidotti, 103 Multipurpose Science and Technology Bldg, Irvine, CA 92697, USA 1. Introduction

More information

SZEGÖ ASYMPTOTICS OF EXTREMAL POLYNOMIALS ON THE SEGMENT [ 1, +1]: THE CASE OF A MEASURE WITH FINITE DISCRETE PART

SZEGÖ ASYMPTOTICS OF EXTREMAL POLYNOMIALS ON THE SEGMENT [ 1, +1]: THE CASE OF A MEASURE WITH FINITE DISCRETE PART Georgian Mathematical Journal Volume 4 (27), Number 4, 673 68 SZEGÖ ASYMPOICS OF EXREMAL POLYNOMIALS ON HE SEGMEN [, +]: HE CASE OF A MEASURE WIH FINIE DISCREE PAR RABAH KHALDI Abstract. he strong asymptotics

More information

Math 127C, Spring 2006 Final Exam Solutions. x 2 ), g(y 1, y 2 ) = ( y 1 y 2, y1 2 + y2) 2. (g f) (0) = g (f(0))f (0).

Math 127C, Spring 2006 Final Exam Solutions. x 2 ), g(y 1, y 2 ) = ( y 1 y 2, y1 2 + y2) 2. (g f) (0) = g (f(0))f (0). Math 27C, Spring 26 Final Exam Solutions. Define f : R 2 R 2 and g : R 2 R 2 by f(x, x 2 (sin x 2 x, e x x 2, g(y, y 2 ( y y 2, y 2 + y2 2. Use the chain rule to compute the matrix of (g f (,. By the chain

More information

Lecture notes: Introduction to Partial Differential Equations

Lecture notes: Introduction to Partial Differential Equations Lecture notes: Introduction to Partial Differential Equations Sergei V. Shabanov Department of Mathematics, University of Florida, Gainesville, FL 32611 USA CHAPTER 1 Classification of Partial Differential

More information

MATH 205C: STATIONARY PHASE LEMMA

MATH 205C: STATIONARY PHASE LEMMA MATH 205C: STATIONARY PHASE LEMMA For ω, consider an integral of the form I(ω) = e iωf(x) u(x) dx, where u Cc (R n ) complex valued, with support in a compact set K, and f C (R n ) real valued. Thus, I(ω)

More information

Multivariable Calculus

Multivariable Calculus 2 Multivariable Calculus 2.1 Limits and Continuity Problem 2.1.1 (Fa94) Let the function f : R n R n satisfy the following two conditions: (i) f (K ) is compact whenever K is a compact subset of R n. (ii)

More information

Numerical Analysis of Differential Equations Numerical Solution of Elliptic Boundary Value

Numerical Analysis of Differential Equations Numerical Solution of Elliptic Boundary Value Numerical Analysis of Differential Equations 188 5 Numerical Solution of Elliptic Boundary Value Problems 5 Numerical Solution of Elliptic Boundary Value Problems TU Bergakademie Freiberg, SS 2012 Numerical

More information

UNIVERSITY OF MANITOBA

UNIVERSITY OF MANITOBA Question Points Score INSTRUCTIONS TO STUDENTS: This is a 6 hour examination. No extra time will be given. No texts, notes, or other aids are permitted. There are no calculators, cellphones or electronic

More information

Notes on Complex Analysis

Notes on Complex Analysis Michael Papadimitrakis Notes on Complex Analysis Department of Mathematics University of Crete Contents The complex plane.. The complex plane...................................2 Argument and polar representation.........................

More information

Final Exam May 4, 2016

Final Exam May 4, 2016 1 Math 425 / AMCS 525 Dr. DeTurck Final Exam May 4, 2016 You may use your book and notes on this exam. Show your work in the exam book. Work only the problems that correspond to the section that you prepared.

More information

Chapter 3 Second Order Linear Equations

Chapter 3 Second Order Linear Equations Partial Differential Equations (Math 3303) A Ë@ Õæ Aë áöß @. X. @ 2015-2014 ú GA JË@ É Ë@ Chapter 3 Second Order Linear Equations Second-order partial differential equations for an known function u(x,

More information

FRAMES AND TIME-FREQUENCY ANALYSIS

FRAMES AND TIME-FREQUENCY ANALYSIS FRAMES AND TIME-FREQUENCY ANALYSIS LECTURE 5: MODULATION SPACES AND APPLICATIONS Christopher Heil Georgia Tech heil@math.gatech.edu http://www.math.gatech.edu/ heil READING For background on Banach spaces,

More information

Applied Analysis (APPM 5440): Final exam 1:30pm 4:00pm, Dec. 14, Closed books.

Applied Analysis (APPM 5440): Final exam 1:30pm 4:00pm, Dec. 14, Closed books. Applied Analysis APPM 44: Final exam 1:3pm 4:pm, Dec. 14, 29. Closed books. Problem 1: 2p Set I = [, 1]. Prove that there is a continuous function u on I such that 1 ux 1 x sin ut 2 dt = cosx, x I. Define

More information

ON THE HÖLDER CONTINUITY OF MATRIX FUNCTIONS FOR NORMAL MATRICES

ON THE HÖLDER CONTINUITY OF MATRIX FUNCTIONS FOR NORMAL MATRICES Volume 10 (2009), Issue 4, Article 91, 5 pp. ON THE HÖLDER CONTINUITY O MATRIX UNCTIONS OR NORMAL MATRICES THOMAS P. WIHLER MATHEMATICS INSTITUTE UNIVERSITY O BERN SIDLERSTRASSE 5, CH-3012 BERN SWITZERLAND.

More information

Some analysis problems 1. x x 2 +yn2, y > 0. g(y) := lim

Some analysis problems 1. x x 2 +yn2, y > 0. g(y) := lim Some analysis problems. Let f be a continuous function on R and let for n =,2,..., F n (x) = x (x t) n f(t)dt. Prove that F n is n times differentiable, and prove a simple formula for its n-th derivative.

More information

Compression on the digital unit sphere

Compression on the digital unit sphere 16th Conference on Applied Mathematics, Univ. of Central Oklahoma, Electronic Journal of Differential Equations, Conf. 07, 001, pp. 1 4. ISSN: 107-6691. URL: http://ejde.math.swt.edu or http://ejde.math.unt.edu

More information

MATH20411 PDEs and Vector Calculus B

MATH20411 PDEs and Vector Calculus B MATH2411 PDEs and Vector Calculus B Dr Stefan Güttel Acknowledgement The lecture notes and other course materials are based on notes provided by Dr Catherine Powell. SECTION 1: Introctory Material MATH2411

More information

Lecture on: Numerical sparse linear algebra and interpolation spaces. June 3, 2014

Lecture on: Numerical sparse linear algebra and interpolation spaces. June 3, 2014 Lecture on: Numerical sparse linear algebra and interpolation spaces June 3, 2014 Finite dimensional Hilbert spaces and IR N 2 / 38 (, ) : H H IR scalar product and u H = (u, u) u H norm. Finite dimensional

More information

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

COMPLETE METRIC SPACES AND THE CONTRACTION MAPPING THEOREM

COMPLETE METRIC SPACES AND THE CONTRACTION MAPPING THEOREM COMPLETE METRIC SPACES AND THE CONTRACTION MAPPING THEOREM A metric space (M, d) is a set M with a metric d(x, y), x, y M that has the properties d(x, y) = d(y, x), x, y M d(x, y) d(x, z) + d(z, y), x,

More information

Georgia Tech PHYS 6124 Mathematical Methods of Physics I

Georgia Tech PHYS 6124 Mathematical Methods of Physics I Georgia Tech PHYS 612 Mathematical Methods of Physics I Instructor: Predrag Cvitanović Fall semester 2012 Homework Set #5 due October 2, 2012 == show all your work for maximum credit, == put labels, title,

More information

Sobolev Spaces. Chapter 10

Sobolev Spaces. Chapter 10 Chapter 1 Sobolev Spaces We now define spaces H 1,p (R n ), known as Sobolev spaces. For u to belong to H 1,p (R n ), we require that u L p (R n ) and that u have weak derivatives of first order in L p

More information

Harmonic Mappings and Shear Construction. References. Introduction - Definitions

Harmonic Mappings and Shear Construction. References. Introduction - Definitions Harmonic Mappings and Shear Construction KAUS 212 Stockholm, Sweden Tri Quach Department of Mathematics and Systems Analysis Aalto University School of Science Joint work with S. Ponnusamy and A. Rasila

More information

Definite integrals. We shall study line integrals of f (z). In order to do this we shall need some preliminary definitions.

Definite integrals. We shall study line integrals of f (z). In order to do this we shall need some preliminary definitions. 5. OMPLEX INTEGRATION (A) Definite integrals Integrals are extremely important in the study of functions of a complex variable. The theory is elegant, and the proofs generally simple. The theory is put

More information

PREPRINT 2010:23. A nonconforming rotated Q 1 approximation on tetrahedra PETER HANSBO

PREPRINT 2010:23. A nonconforming rotated Q 1 approximation on tetrahedra PETER HANSBO PREPRINT 2010:23 A nonconforming rotated Q 1 approximation on tetrahedra PETER HANSBO Department of Mathematical Sciences Division of Mathematics CHALMERS UNIVERSITY OF TECHNOLOGY UNIVERSITY OF GOTHENBURG

More information

MORE CONSEQUENCES OF CAUCHY S THEOREM

MORE CONSEQUENCES OF CAUCHY S THEOREM MOE CONSEQUENCES OF CAUCHY S THEOEM Contents. The Mean Value Property and the Maximum-Modulus Principle 2. Morera s Theorem and some applications 3 3. The Schwarz eflection Principle 6 We have stated Cauchy

More information

Solution to Homework 4, Math 7651, Tanveer 1. Show that the function w(z) = 1 2

Solution to Homework 4, Math 7651, Tanveer 1. Show that the function w(z) = 1 2 Solution to Homework 4, Math 7651, Tanveer 1. Show that the function w(z) = 1 (z + 1/z) maps the exterior of a unit circle centered around the origin in the z-plane to the exterior of a straight line cut

More information

MA3111S COMPLEX ANALYSIS I

MA3111S COMPLEX ANALYSIS I MA3111S COMPLEX ANALYSIS I 1. The Algebra of Complex Numbers A complex number is an expression of the form a + ib, where a and b are real numbers. a is called the real part of a + ib and b the imaginary

More information

GRE Math Subject Test #5 Solutions.

GRE Math Subject Test #5 Solutions. GRE Math Subject Test #5 Solutions. 1. E (Calculus) Apply L Hôpital s Rule two times: cos(3x) 1 3 sin(3x) 9 cos(3x) lim x 0 = lim x 2 x 0 = lim 2x x 0 = 9. 2 2 2. C (Geometry) Note that a line segment

More information

Scientific Computing WS 2017/2018. Lecture 18. Jürgen Fuhrmann Lecture 18 Slide 1

Scientific Computing WS 2017/2018. Lecture 18. Jürgen Fuhrmann Lecture 18 Slide 1 Scientific Computing WS 2017/2018 Lecture 18 Jürgen Fuhrmann juergen.fuhrmann@wias-berlin.de Lecture 18 Slide 1 Lecture 18 Slide 2 Weak formulation of homogeneous Dirichlet problem Search u H0 1 (Ω) (here,

More information

Stability of an abstract wave equation with delay and a Kelvin Voigt damping

Stability of an abstract wave equation with delay and a Kelvin Voigt damping Stability of an abstract wave equation with delay and a Kelvin Voigt damping University of Monastir/UPSAY/LMV-UVSQ Joint work with Serge Nicaise and Cristina Pignotti Outline 1 Problem The idea Stability

More information

PART IV Spectral Methods

PART IV Spectral Methods PART IV Spectral Methods Additional References: R. Peyret, Spectral methods for incompressible viscous flow, Springer (2002), B. Mercier, An introduction to the numerical analysis of spectral methods,

More information

ELECTROMAGNETIC SCATTERING FROM PERTURBED SURFACES. Katharine Ott Advisor: Irina Mitrea Department of Mathematics University of Virginia

ELECTROMAGNETIC SCATTERING FROM PERTURBED SURFACES. Katharine Ott Advisor: Irina Mitrea Department of Mathematics University of Virginia ELECTROMAGNETIC SCATTERING FROM PERTURBED SURFACES Katharine Ott Advisor: Irina Mitrea Department of Mathematics University of Virginia Abstract This paper is concerned with the study of scattering of

More information

Higher Order Averaging : periodic solutions, linear systems and an application

Higher Order Averaging : periodic solutions, linear systems and an application Higher Order Averaging : periodic solutions, linear systems and an application Hartono and A.H.P. van der Burgh Faculty of Information Technology and Systems, Department of Applied Mathematical Analysis,

More information

ON SPECTRAL METHODS FOR VOLTERRA INTEGRAL EQUATIONS AND THE CONVERGENCE ANALYSIS * 1. Introduction

ON SPECTRAL METHODS FOR VOLTERRA INTEGRAL EQUATIONS AND THE CONVERGENCE ANALYSIS * 1. Introduction Journal of Computational Mathematics, Vol.6, No.6, 008, 85 837. ON SPECTRAL METHODS FOR VOLTERRA INTEGRAL EQUATIONS AND THE CONVERGENCE ANALYSIS * Tao Tang Department of Mathematics, Hong Kong Baptist

More information

Existence Theory: Green s Functions

Existence Theory: Green s Functions Chapter 5 Existence Theory: Green s Functions In this chapter we describe a method for constructing a Green s Function The method outlined is formal (not rigorous) When we find a solution to a PDE by constructing

More information

Convergence and Error Bound Analysis for the Space-Time CESE Method

Convergence and Error Bound Analysis for the Space-Time CESE Method Convergence and Error Bound Analysis for the Space-Time CESE Method Daoqi Yang, 1 Shengtao Yu, Jennifer Zhao 3 1 Department of Mathematics Wayne State University Detroit, MI 480 Department of Mechanics

More information

PDEs in Image Processing, Tutorials

PDEs in Image Processing, Tutorials PDEs in Image Processing, Tutorials Markus Grasmair Vienna, Winter Term 2010 2011 Direct Methods Let X be a topological space and R: X R {+ } some functional. following definitions: The mapping R is lower

More information

A Comparison between Solving Two Dimensional Integral Equations by the Traditional Collocation Method and Radial Basis Functions

A Comparison between Solving Two Dimensional Integral Equations by the Traditional Collocation Method and Radial Basis Functions Applied Mathematical Sciences, Vol. 5, 2011, no. 23, 1145-1152 A Comparison between Solving Two Dimensional Integral Equations by the Traditional Collocation Method and Radial Basis Functions Z. Avazzadeh

More information

A FAST SOLVER FOR ELLIPTIC EQUATIONS WITH HARMONIC COEFFICIENT APPROXIMATIONS

A FAST SOLVER FOR ELLIPTIC EQUATIONS WITH HARMONIC COEFFICIENT APPROXIMATIONS Proceedings of ALGORITMY 2005 pp. 222 229 A FAST SOLVER FOR ELLIPTIC EQUATIONS WITH HARMONIC COEFFICIENT APPROXIMATIONS ELENA BRAVERMAN, MOSHE ISRAELI, AND ALEXANDER SHERMAN Abstract. Based on a fast subtractional

More information