Chapter 10. Function approximation Function approximation. The Lebesgue space L 2 (I)

Size: px
Start display at page:

Download "Chapter 10. Function approximation Function approximation. The Lebesgue space L 2 (I)"

Transcription

1 Capter 1 Function approximation We ave studied metods for computing solutions to algebraic equations in te form of real numbers or finite dimensional vectors of real numbers. In contrast, solutions to di erential equations are scalar or vector valued functions, wic only in simple special cases are analytical functions tat can be expressed by a closed matematical formula. Instead we use te idea to approximate general functions by linear combinations of a finite set of simple analytical functions, for example trigonometric functions, splines or polynomials, for wic attractive features are ortogonality and locality. We focus in particular on piecewise polynomials defined by te finite set of nodes of a mes, wic exibit bot near ortogonality and local support. 1.1 Function approximation Te Lebesgue space L 2 (I) Inner product spaces provide tools for approximation based on ortogonal projections on subspaces. We now introduce an inner product space for functions on te interval I =[a, b], te Lebesgue space L 2 (I), defined as te class of all square integrable functions f : I! R, L 2 (I) ={f : Z b a f(x) 2 dx < 1}. (1.1) Te vector space L 2 (I) isclosedundertebasicoperationsofpointwise addition and scalar multiplication, by te inequality, wic follows from Young s inequality. (a + b) 2 apple 2(a 2 + b 2 ), 8a, b, (1.2) 97

2 98 CHAPTER 1. FUNCTION APPROXIMATION Teorem 17 (Young s inequality). For a, b and >, Proof. apple (a b) 2 = a b 2 2ab. Te L 2 -inner product is defined by (f,g) =(f,g) L 2 (I) = ab apple 1 2 a2 + 2 b2 (1.3) Z b a f(x)g(x) dx, (1.4) wit te associated L 2 norm, Z b 1/2 kfk = kfk L 2 (I) =(f,f) 1/2 = f(x) dx 2, (1.5) for wic te Caucy-Scwarz inequality is satisfied, Approximation of functions in L 2 (I) a (f,g) applekfkkgk. (1.6) We seek to approximate a function f in a vector space V, by a linear combination of functions { j } n j=1 V,tatis f(x) f n (x) = j j (x), (1.7) wit j 2 R. Iflinearlyindependent,teset{ j } n j=1 spans a finite dimensional subspace S V, S = {f n 2 V : f n = j j (x), j 2 R}, (1.8) j=1 wit te set { j } n j=1 abasisfors. Forexample,inaFourier series te basis functions j are trigonometric functions, in a power series monomials. Te question is now ow to determine te coordinates j so tat f n (x) is a good approximation of f(x). One approac to te problem is to use te tecniques of ortogonal projections previously studied for vectors in R n, an alternative approac is interpolation, were j are cosen suc tat f n (x i )=f(x i ), in a set of nodes x i,fori =1,...,n. If we cannot evaluate te function f(x) inarbitrarypointsx, butonlyaveaccesstoasetof sampled data points {(x i,f i )} m i=1, witm n, we can formulate a least squares problem to determine te coordinates j tat minimize te error f(x i ) f i,inasuitablenorm. j=1

3 1.1. FUNCTION APPROXIMATION 99 L 2 projection Te L 2 projection Pf,ontotesubspaceS V,definedby(1.8),ofa function f 2 V,witV = L 2 (I), is te ortogonal projection of f on S, tat is, wic corresponds to, (f Pf,s)=, 8s 2 S, (1.9) j ( i, j) =(f, i), 8i =1,...,n. (1.1) j=1 By solving te matrix equation Ax = b, wita ij =( i, j), x j = j, and b i =(f, i), we obtain te L 2 projection as Pf(x) = j j (x). (1.11) j=1 We note tat if i(x) as local support, tat is i(x) 6= only for a subinterval of I, tentematrixa is sparse, and for { i } n i=1 an ortonormal basis, A is te identity matrix wit j =(f, j). Interpolation Te interpolant f 2 S, isdeterminedbyteconditiontat f(x i )=f(x i ), for n nodes {x i } n i=1. Tatis, f(x i )= f(x i )= j j (x i ), i =1,...,n, (1.12) j=1 wic corresponds to te matrix equation Ax = b, wita ij = j (x i ), x j = j,andb i = f(x i ). Te matrix A is an identity matrix under te condition tat j(x i )=1, for i = j, andzeroelse.wetenreferto{ i } n i=1 as a nodal basis, forwic j = f(x j ), and we can express te interpolant as f(x) = j j (x) = j=1 f(x j ) j (x). (1.13) j=1

4 1 CHAPTER 1. FUNCTION APPROXIMATION Regression If we cannot evaluate te function f(x) inarbitrarypoints,butonlyave access to a set of data points {(x i,f i )} m i=1, witm n, wecanformulate te least squares problem, min kf i f n (x i )k = min kf i f n2s { j } n j=1 j j (x i )k, i =1,...,m, (1.14) j=1 wic corresponds to minimization of te residual b Ax, wita ij = j (x i ), b i = f i,andx j = j,wicwecansolve,forexample,byformingtenormal equations, A T Ax = A T b. (1.15) 1.2 Piecewise polynomial approximation Polynomial spaces We introduce te vector space P q (I), defined by te set of polynomials p(x) = qx c i x i, x 2 I, (1.16) i= of at most order q on an interval I 2 R, wittebasisfunctionsx i and coordinates c i,andtebasicoperationsofpointwiseadditionandscalar multiplication, (p + r)(x) =p(x)+r(x), ( p)(x) = p(x), (1.17) for p, r 2P q (I) and 2 R. One basis for P q (I) istesetofmonomials {x i } q i=,anoteris{(x c)i } q i=,wicgivestepower series, p(x) = qx a i (x c) i = a + a 1 (x c) a q (x c) q, (1.18) i= for c 2 I, wit a Taylor series being an example of a power series, f(x) =f(y)+f (y)(x y)+ 1 2 f (y)(x y) (1.19)

5 1.2. PIECEWISE POLYNOMIAL APPROXIMATION 11 Langrange polynomials For a set of nodes {x i } q i=, we define te Lagrange polynomials { }q i=,by i(x) = (x x ) (x x i 1 )(x x i+1 ) (x x q ) (x i x ) (x i x i 1 )(x i x i+1 ) (x i x q ) = Y i6=j tat constitutes a basis for P q (I), and we note tat x x j, x i x j i(x j )= ij, (1.2) wit te Dirac delta function defined as ( 1, i = j ij =, i 6= j (1.21) so tat { } q i= is a nodal basis, wic we refer to as te Lagrange basis. We can express any p 2P q (I) as p(x) = qx p(x i ) i (x), (1.22) i=1 and by (1.13) we can define te polynomial interpolant q f 2P q (I), q f(x) = qx f(x i ) i (x), x 2 I, (1.23) i=1 for a continuous function f 2C(I). Piecewise polynomial spaces We now introduce piecewise polynomials defined over a partition of te interval I =[a, b], a = x <x 1 < <x m+1 = b, (1.24) for wic we let te mes T = {I i } denote te set of subintervals I j = (x i 1,x i )oflengt i = x i x i 1,wittemes function, (x) = i, for x 2 I i. (1.25) We define two vector spaces of piecewise polynomials, te discontinuous piecewise polynomials on I, definedby W (q) = {v : v Ii 2P q (I i ),i=1,...,m+1}, (1.26)

6 12 CHAPTER 1. FUNCTION APPROXIMATION and te continuous piecewise polynomials on I, definedby V (q) Te basis functions for W (q) basis, for example, i,(x) = = {v 2 W (q) : v 2C(I)}. (1.27) can be defined in terms of te Lagrange x i x = x i x x i x i 1 i (1.28) i,1(x) = x x i 1 x i x i 1 = x x i 1 i (1.29) defining te basis functions for W (1),by (, x 6= [x i 1,x i ], i,j(x) = i,j, x 2 [x i 1,x i ], (1.3) for i =1,...,m+1,andj =, 1. For V (q) we need to construct continuous basis functions, for example, 8 ><, x 6= [x i 1,x i+1 ], i(x) = i,1, x 2 [x i 1,x i ], (1.31) >: i+1,, x 2 [x i,x i+1 ], for V (1), wic we also refer to as at functions. φ i,1 (x) φ i (x) x =a x 1 x 2 x i-1 x i x i+1 x m x x m+1 =b x =a x 1 x 2 x i-1 x i x i+1 x m x x m+1 =b Figure 1.1: Illustration of a mes T = {I i }, wit subintervals I j = (x i 1,x i )oflengt i = x i x i 1, and i,1 (x) abasisfunctionforw (1) (left), and a basis function i (x) forv (1) (rigt).

7 1.2. PIECEWISE POLYNOMIAL APPROXIMATION 13 L 2 projection in V (1) Te L 2 projection of a function f 2 L 2 (I) ontotespaceofcontinuous piecewise linear polynomials V (1),onasubdivisionofteintervalI wit n nodes, is given by Pf(x) = j j (x), (1.32) wit te coordinates j determined by from te matrix equation j=1 Mx = b, (1.33) wit m ij =( j, i), x j = j,andb i =(f, i). Te matrix M is sparse, since m ij =for i j > 1, and for large n we need to use an iterative metod to solve (1.33). We compute te entries of te matrix M, referredtoas a mass matrix, fromtedefinitionoftebasisfunctions(1.31),starting wit te diagonal entries, Z xi Z xi m ii = ( i, i) = i (x) dx = i,1 (x) dx + i+1, (x) dx x i 1 x i Z xi (x x i 1) 2 Z xi+1 (x i+1 x) 2 = dx + dx x i 1 2 i x i 2 i+1 = 1 apple (x xi 1 ) 3 x i + 1 apple (xi+1 x) 3 x i+1 = i 2 i 3 x i 1 2 i i+1 3, and similarly we compute te o -diagonal entries, m ii+1 = ( i, i+1) = and = = = = = Z xi+1 i(x) i+1 (x) dx = Z xi+1 (x i+1 x) (x x i ) dx x i i+1 i+1 Z 1 xi+1 (x i+1 x x i+1 x i x 2 + xx i ) dx x apple i 1 xi+1 x 2 x 3 x i+1 x i x x2 x x i+1 i 2 x i 1 (x 3 i+1 3x 2 i+1x i +3x i+1 x 2 i x 3 i ) 2 i+1 2 i i i+1 (x i+1 x i ) 3 = i+1 6, m ii 1 =( i, i 1) = i(x) i x i x i 1 (x) dx =... = i 6. i+1,(x) i+1,1 (x) dx

8 14 CHAPTER 1. FUNCTION APPROXIMATION 1.3 Exercises Problem 34. Prove tat te sum of two functions f,g 2 L 2 (I) is a function in L 2 (I). Problem 35. Prove tat (1.1) follows from (1.9). Problem 36. Prove tat te L 2 projection Pf of a function f 2 L 2 (I), onto te subspace S L 2 (I), is te best approximation in S, in te sense tat kf Pfkapplekf sk, 8s 2 S. (1.34)

9 Capter 11 Boundary value problems in R Te boundary value problem in one variable is an ordinary di erential equation, for wic an initial condition is not enoug, instead we need to specify boundary conditions at eac end of te interval. Contrary to te initial value problem, te dependent variable does not represent time, but sould rater we tougt of as a spatial coordinate Te boundary value problem Te boundary value problem We consider te following boundary value problem, for wic we seek a function u(x) 2C 2 (, 1), suc tat u (x) =f(x), x 2 (, 1), (11.1) u() = u(1) =, (11.2) given a source term f(x), and boundary conditions at te endpoints of te interval I =[, 1]. We want to find an approximate solution to te boundary value problem in te form of a continuous piecewise polynomial tat satisfies te boundary conditions (11.2), tat is we seek U 2 V = {v 2 V (q) : v() = v(1) = }, (11.3) suc tat te error e = u U is small in some suitable norm k k. Te residual of te equation is defined as R(w) =w + f, (11.4) 15

10 16 CHAPTER 11. BOUNDARY VALUE PROBLEMS IN R wit R(u) =,foru = u(x) tesolutionofteboundaryvalueproblem. Our strategy is now to find an approximate solution U 2 V,suctat R(U) issmall. We ave two natural metods to find a solution U 2 V wit a minimal residual: (i) te least squares metod, wereweseektesolutionwitte minimal residual measured in te L 2 -norm, min kr(u)k, (11.5) U2V and (ii) Galerkin s metod, were we seek te solution for wic te residual is ortogonal te subspace V, (R(U),v)=, 8v 2 V. (11.6) Wit an approximation space consisting of piecewise polynomials, we refer to te metods as a least squares finite element metod, andagalerkin finite element metod. Wit a trigonometric approximation space we refer to Galerkin s metod as a spectral metod. Galerkin finite element metod Te finite element metod (FEM) based on (11.6) takes te form: find U 2 V, suc tat U (x)v(x) dx = f(x)v(x) dx, (11.7) for all test functions v 2 V. For (11.8) to be well defined, we need to be able to represent te second order derivative U,wicisnotobviousfor low order polynomials, suc as linear polynomials, or piecewise constants. To reduce tis constraint, we can use partial integration to move one derivative from te approximation U to te test function v, sotat U (x)v(x) dx = U (x)v (x) dx [U (x)v(x)] 1 = U (x)v (x) dx, since v 2 V,andtussatisfiesteboundaryconditions. Te Galerkin finite element metod now reads: find U 2 V,suctat, for all v 2 V. U (x)v (x) dx = f(x)v(x) dx, (11.8)

11 11.1. THE BOUNDARY VALUE PROBLEM 17 Te discrete problem We now let V be te space of continuous piecewise linear functions, tat satisfies te boundary conditions (11.2), tat is, U 2 V = {v 2 V (1) : v() = v(1) = }, (11.9) so tat we can write any function v 2 V as v(x) = v i i (x), (11.1) i=1 over a mes T wit n internal nodes x i,andv i = v(x i )since{ i } n i=1 is a nodal basis. We tus searc for an approximate solution U(x) = U j j (x), (11.11) j=1 wit U j = U(x j ). If we insert (11.1) and (11.11) into (11.8), we get U j j(x) i(x) dx = f(x) i (x) dx, i =1,...,n, (11.12) j=1 wic corresponds to te matrix equation Sx = b, (11.13) wit s ij =( j, i ), x j = U j,andb i =(f, i). Te matrix S is sparse, since s ij =for i j > 1, and for large n we need to use an iterative metod to solve (11.13). We compute te entries of te matrix S, referredtoasasti ness matrix, from te definition of te basis functions (1.31), starting wit te diagonal entries, s ii = ( i, = Z xi x i 1 Z xi Z xi+1 i) = ( i) 2 (x) dx = ( i,1) 2 (x) dx + x i 1 x i 2 xi dx + dx = 1 + 1, i i+1 i x i i+1 and similarly we compute te o -diagonal entries, s ii+1 = ( i, and i+1) = s ii 1 =( i, i(x) i+1(x) dx = i 1) = Z xi+1 x i 1 i+1 1 i+1 dx = i(x) i 1(x) dx =... = 1 i. ( i+1,) 2 (x) dx 1 i+1,

12 18 CHAPTER 11. BOUNDARY VALUE PROBLEMS IN R Te variational problem Galerkin s metod is based on te variational formulation, orweak form, of te boundary value problem, were we searc for solution in a vector space V,forwictevariationalformiswelldefined:findu 2 V,suctat u (x)v (x) dx = f(x)v(x) dx, (11.14) for all v 2 V. To construct an appropriate vector space V for (11.14) to be well defined, we need to extend L 2 spaces to include also derivatives, wic we refer to as Sobolev spaces. We introduce te vector space H 1 (, 1), defined by, H 1 (, 1) = {v 2 L 2 (, 1) : v 2 L 2 (, 1)}, (11.15) and te vector space tat also satisfies te boundary conditions (11.2), H 1 (, 1) = {v 2 H 1 (, 1) : v() = v(1) = }. (11.16) Te variational form (11.14) is now well defined for V = H 1 (, 1), since by Caucy-Scwarz inequality, and for f 2 L 2 (, 1). Optimality of Galerkin s metod u (x)v (x) dx appleku kkv k < 1 (11.17) f(x)v(x) dx applekfkkvk < 1, (11.18) Galerkin s metod (11.8) corresponds to searcing for an approximate solution in a finite dimensional subspace V V,forwic(11.1)issatisfied for all test functions v 2 V. Te Galerkin solution U is te best possible approximation in V,inte sense tat, ku Uk E appleku vk E, 8v 2 V, (11.19) wit te energy norm defined by 1/2 kwk E = w (x) dx 2. (11.2)

13 11.2. EXERCISES 19 Tus U 2 V represents a projection of u 2 V onto V,witrespectto te inner product defined on V, (v, w) E = v (x)w (x) dx, (11.21) wit kwk 2 E =(w, w) E. By subtracting (11.8) from (11.14), we expose te Galerkin ortogonality property, (u U, v) E =, 8v 2 V, (11.22) wic we can use to express te optimality of te approximation U. Teorem 18. Te Galerkin solution U 2 V is te optimal approximation of u wit respect to te energy norm, tat is Proof. For any v 2 V, ku Uk E appleku vk E, 8v 2 V. (11.23) ku Uk 2 E = (u U, u u ) E =(u U, u v) E +(u U, v u ) E = (u U, u v) E appleku Uk E ku vk E Exercises Problem 37. Derive te variational formulation and te finite element metod for te boundary value problem wit a(x) >, and c(x). (a(x)u (x)) + c(x)u(x) =f(x), x 2 (, 1), (11.24) u() = u(1) =, (11.25)

14

15 Capter 12 Boundary value problems in R n 12.1 Di erential operators in R n Te gradient and Jacobian We recall te definition of te gradient of a scalar function f : R n! R, as grad f = T i in vector notation and index notation, respectively, wic we can interpret as te di erential operator @x n i, (12.2) acting on te function f. Te directional derivative r v f,intedirection of te vector v : R n! R n,isdefinedas r v f =(v r)f = j. (12.3) For a vector valued function F : R n! R m, we define te Jacobian J, n (rf 1 ) T J = F 6 = rf = = 4. 5 i, m n (rf m ) T j wit r v F =(v r)f = Jv = v j. (12.5) 111

16 112 CHAPTER 12. BOUNDARY VALUE PROBLEMS IN R n Divergence and rotation For F : R n! R n we define te divergence, and, for n =3,terotation, div F = r F n i, (12.6) rot F =curlf = r F, (12.7) were 2 3 e 1 e 2 e 3 r @ F 1 F 2 F wit e =(e 1,e 2,e 3 )testandardbasisinr 3. Te divergence can be understood in terms of te Gauss teorem, Z Z r Fdx= F nds, (12.8) wic relates te volume integral over a domain R 3,wittesurface integral over te boundary wit normal n. Similarly, te rotation can be interpreted in terms of te Kelvin-Stokes teorem, Z Z r F ds = F dr, (12.9) wic relates te surface integral of te rotation over a surface to te line integral over its witpositiveorientationdefinedbydr. Laplacian and Hessian We express te Laplacian f as, f = r 2 f = r T rf = r rf 2 1 and te Hessian H, 2 1 H = f = rr T 6 f = 2 n@x n@x n 3 f, 2 i 7 5 f. j

17 12.2. FUNCTION SPACES 113 Te vector Laplacian is defined as te and for m = n =3,weave Partial integration in R n F = r 2 F =( F 1,..., F n ), (12.12) F = r(r F ) r (r F ). (12.13) For a scalar function f : R n! R, and a vector valued function F : R n! R n,weavetefollowinggeneralizationofpartialintegrationoveradomain R n,referredtoasgreen s teorem, (rf,f) L 2 ( ) = (f,r F ) L 2 ( ) +(f,f n) L 2 ( ), (12.14) wit boundary and outward unit normal vector n = n(x) forx 2, were we use te notation, Z (v, w) L 2 ( ) = v wdx, (12.15) for two vector valued functions v, w, and Z (v, w) L 2 ( ) = v wds, (12.16) for te boundary integral. For two scalar valued functions te scalar product in te integrand is replaced by te usual multiplication. Wit F = rg, for g : R n! R a scalar function, Green s teorem gives, (rf,rg) L 2 ( ) = (f, g) L 2 ( ) +(f,rg n) L 2 ( ). (12.17) 12.2 Function spaces Te Lebesgue spaces L p ( ) Let be a domain in R n and let p be a positive real number, ten we define te Lebesgue space L p ( ) by L p ( ) = {f : kfk p < 1}, (12.18) wit te L p ( ) norm, Z 1/p kfk p = f(x) dx p, (12.19)

18 114 CHAPTER 12. BOUNDARY VALUE PROBLEMS IN R n were in te case of a vector valued function f : R n! R n, f(x) p = f 1 (x) p f n (x) p, (12.2) or a matrix valued function f : R n! R n n, f(x) p = f ij (x) p. (12.21) i,j=1 L p ( ) is a vector space, since (i) f 2 L p ( ) for any 2 R, and(ii) f + g 2 L p ( ) for f,g 2 L p ( ), by te inequality, (a + b) p apple 2 p 1 (a p + b p ), a, b, 1 apple p<1, (12.22) wic follows from te convexity of te function t 7! t p. L p ( ) is a Banac space, and L 2 ( ) is a Hilbert space wit te inner product (12.15) wic induces te L 2 ( )-norm. In te following we let it be implicitly understood tat (, ) =(, ) L 2 and k k= k k L 2 ( ). Sobolev spaces To construct appropriate vector spaces for variational formulations of partial di erential equations, we need to extend te spaces L 2 ( ) to include also derivatives. Te Sobolev space H 1 ( ) is defined by, and we define H 1 ( ) = {v 2 L 2 ( ) : rv 2 L 2 ( )}, (12.23) H 1 ( ) = {v 2 H 1 ( ) : v(x) =, 8x 2 }, (12.24) to be te space of functions in H 1 ( ) tat are zero on te boundary FEM for Poisson s equation Te Poisson equation We now consider te Poisson equation for an unknown function u : R n! R, u = f, x 2, (12.25) wit R n,andgivendataf : R n! R. For te equation to ave a unique solution we need to specify boundary conditions. We may prescribe Diriclet boundary conditions, u = g D, x 2, (12.26)

19 12.3. FEM FOR POISSON S EQUATION 115 Neumann boundary conditions, ru n = g N, x 2, (12.27) wit n = n(x) teoutwardunitnormalon N,oralinearcombinationof te two, wic we refer to as a Robin boundary condition. Homogeneous Diriclet boundary conditions We now state te variational formulation of Poisson equation wit omogeneous Diriclet boundary conditions, u = f, x 2, (12.28) u =, x 2, (12.29) wic we obtain by multiplication wit a test function v 2 V = H 1 ( ) and integration over. Using Green s teorem, we obtain te variational formulation: find u 2 V,suctat (ru, rv) =(f,v), (12.3) for all v 2 V,sinceteboundarytermvanisesastetestfunctionisan element of te vector space H 1 ( ). Homogeneous Neumann boundary conditions We now state te variational formulation of Poisson equation wit omogeneous Neumann boundary conditions, u = f, x 2, (12.31) ru n =, x 2, (12.32) wic we obtain by multiplication wit a test function v 2 V = H 1 ( ) and integration over. Using Green s teorem, we get te variational formulation: find u 2 V,suctat, (ru, rv) =(f,v), (12.33) for all v 2 V, since te boundary term vanises by te Neumann boundary condition. Tus te variational forms (12.3) and (12.33) are similar, wit te only di erence being te coice of test and trial spaces. However, it turns out tat te variational problem (12.33) as no unique solution, since for any solution u 2 V,alsov + C is a solution, wit C 2 R

20 116 CHAPTER 12. BOUNDARY VALUE PROBLEMS IN R n aconstant. Toensureauniquesolution,weneedanextraconditionfor te solution wic determines te arbitrary constant, for example, we may cange te approximation space to Z V = {v 2 H 1 ( ) : v(x) dx =}. (12.34) Non omogeneous boundary conditions Poisson equation wit non omogeneous boundary conditions takes te form, u = f, x 2, (12.35) u(x) =g D, x 2 D, (12.36) ru n = g N, x 2 N, (12.37) wit = D [ N. We obtain te variational formulation by by multiplication wit a test function v 2 V,wit V w = {v 2 H 1 ( ) : v(x) =w(x), x2 D }, (12.38) and integration over. Using Green s teorem, we get te variational formulation: find u 2 V gd, suc tat, (ru, rv) =(f,v)+(g N,v) L 2 ( N ). (12.39) for all v 2 V. Te Diriclet boundary condition is enforced troug te trial space, and is referred to as an essential boundary condition, wereas te Neumann boundary condition is enforced troug te variational form, referred to as a natural boundary condition. Galerkin finite element metod To compute approximate solutions to te Poisson equation, we can formulate a Galerkin metod based on te variational formulation of te equation, replacing te Sobolev space V wit a finite dimensional space V, constructed by a set of basis functions { i } M i=1, overamest,definedas acollectionofelements{k i } N i=1 and nodes {N i } M i=1. For te Poisson equation wit omogeneous Diriclet boundary conditions, te Galerkin element metod takes te form: Find U 2 V,suc tat, (ru, rv) =(f,v), v 2 V, (12.4)

21 12.4. LINEAR PARTIAL DIFFERENTIAL EQUATIONS 117 wit V H( ). 1 Te variational form (12.4) corresponds to a linear system of equations Ax = b, wita ij =( j, i), x j = U(N j ), and b i =(f, i), wit i (x) te basis function associated wit te node N i. For V apiecewisepolynomialspace,wereferto(12.4)asagalerkin finite element metod Linear partial di erential equations Te abstract problem We can express a general linear partial di erential equation as te abstract problem, A(u) =f, x 2, (12.41) wit boundary conditions, B(u) =g, x 2. (12.42) For a Hilbert space V,wecanderivetevariationalformulation: find u 2 V suc tat, a(u, v) =L(v), v 2 V, (12.43) wit a : V V! R a bilinear form, tatisafunctionwicislinearin bot arguments, and L : V! R a linear form, orlinear functional, wic is a linear function onto te scalar field R. Teorem 19 (Riesz representation teorem). For every linear functional L : V! R on te Hilbert space V, wit inner product (, ), tere exists a unique element u 2 V, suc tat Existence and uniqueness L(v) =(u, v), 8v 2 V. (12.44) We can prove te existence of unique solutions to te variational problem (12.43), under certain conditions. Assume te bilinear form a(, ) is symmetric, a(v, w) =a(w, v), 8v, w 2 V, (12.45) and coercive, orv-elliptic, a(v, v) c kvk V, v 2 V, (12.46)

22 118 CHAPTER 12. BOUNDARY VALUE PROBLEMS IN R n wit c >, and k k V te norm on V. A symmetric and elliptic bilinear form defines an inner product on V,wicinducesanormwicwerefer to as te energy norm, kwk E = a(w, w) 1/2. (12.47) But if te bilinear form is an inner product on V,byRieszrepresentation teorem tere exists a unique u 2 V, suc tat a(u, v) =L(v). (12.48) If te bilinear form is not symmetric, we still ave unique solution to (12.43) by te Lax-Milgram teorem, iftebilinearformiselliptic(12.46), and continuous, a(u, v) apple C 1 kuk V kvk V, C 1 >, (12.49) wit also te linear form continuous, A priori error estimation L(v) apple C 2 kvk V, C 2 >. (12.5) In a Galerkin metod we seek an approximation U 2 V suc tat a(u, v) =L(v), v 2 V, (12.51) wit V V afinitedimensionalsubspace,wicintecaseofafinite element metod is a piecewise polynomial space. Te Galerkin approximation is optimal in te energy norm, since by Galerkin ortogonality, we ave tat a(u U, v) =, v 2 V, (12.52) ku Uk 2 E = a(u U, u u )=a(u U, u v)+a(u U, v u ) so tat = a(u U, u v) appleku Uk E ku vk E, ku Uk E appleku vk E, v 2 V. (12.53) Specifically, by coosing v = u, we obtain te a priori error estimate kek E appleku uk E, (12.54) were te error e = u U is estimated in terms of an interpolation error.

23 12.5. EXERCISES 119 Aposteriorierrorestimation In contrast to an a priori error estimate wic is expressed in terms of te unknown exact solution u, ana posteriori error estimate is bounded in terms of te approximate solution U. We define a linear functional of te solution u, M(u) =(u, ), (12.55) wit te Riesz representer of te functional M( ), guaranteed to exist by Teorem 19. To estimate te error wit respect to M( ), we introduce an adjoint problem: find ' 2 V,suctat a(v, ') =M(v), 8v 2 V. (12.56) Te a posteriori error estimate ten follows, as M(u) M(U) =a(u, ') a(u, ') =L(') a(u, ') =r(u, '), (12.57) wit te weak residual r(u, ') =L(') a(u, '). (12.58) Wit U afiniteelementapproximationcomputedoveramest,we can split te integral over te elements K in T,sotat M(u) M(U) =r(u, ') = X X r K (U, ') = E K, (12.59) K2T K2T wit te error indicator E K = r K (U, '), (12.6) defined for eac element K. To approximate te error indicator we can compute an approximation to te adjoint problem, ', sotat E K r K (U, ). (12.61) Suc local error indicators can be used in an adaptive algoritm to identity wic elements K tat contribute te most to te global error Exercises Problem 38. Derive te variational formulation (12.39), and formulate te finite element metod.

Chapter 12. Partial di erential equations Di erential operators in R n. The gradient and Jacobian. Divergence and rotation

Chapter 12. Partial di erential equations Di erential operators in R n. The gradient and Jacobian. Divergence and rotation Chapter 12 Partial di erential equations 12.1 Di erential operators in R n The gradient and Jacobian We recall the definition of the gradient of a scalar function f : R n! R, as @f grad f = rf =,..., @f

More information

Lecture Notes for the Course Numerical Methods for Partial Differential Equations

Lecture Notes for the Course Numerical Methods for Partial Differential Equations Lecture Notes for te Course Numerical Metods for Partial Differential Equations Walter Zulener Institute for Computational Matematics Joannes Kepler University Linz Winter Semester 25/6 Contents 1 Elliptic

More information

A Finite Element Primer

A Finite Element Primer A Finite Element Primer David J. Silvester Scool of Matematics, University of Mancester d.silvester@mancester.ac.uk. Version.3 updated 4 October Contents A Model Diffusion Problem.................... x.

More information

MATH745 Fall MATH745 Fall

MATH745 Fall MATH745 Fall MATH745 Fall 5 MATH745 Fall 5 INTRODUCTION WELCOME TO MATH 745 TOPICS IN NUMERICAL ANALYSIS Instructor: Dr Bartosz Protas Department of Matematics & Statistics Email: bprotas@mcmasterca Office HH 36, Ext

More information

Poisson Equation in Sobolev Spaces

Poisson Equation in Sobolev Spaces Poisson Equation in Sobolev Spaces OcMountain Dayligt Time. 6, 011 Today we discuss te Poisson equation in Sobolev spaces. It s existence, uniqueness, and regularity. Weak Solution. u = f in, u = g on

More information

2 Multi-Dimensional Variational Principles y s n u = α θ pu = β n Ω Figure 3..: Two-dimensional region wit and normal vector n x were

2 Multi-Dimensional Variational Principles y s n u = α θ pu = β n Ω Figure 3..: Two-dimensional region wit and normal vector n x were Capter 3 Multi-Dimensional Variational Principles 3. Galerkin's Metod and Extremal Principles Te construction of Galerkin formulations presented in Capters and 2 for one-dimensional problems readily extends

More information

Polynomial Interpolation

Polynomial Interpolation Capter 4 Polynomial Interpolation In tis capter, we consider te important problem of approximatinga function fx, wose values at a set of distinct points x, x, x,, x n are known, by a polynomial P x suc

More information

Polynomial Interpolation

Polynomial Interpolation Capter 4 Polynomial Interpolation In tis capter, we consider te important problem of approximating a function f(x, wose values at a set of distinct points x, x, x 2,,x n are known, by a polynomial P (x

More information

Differentiation in higher dimensions

Differentiation in higher dimensions Capter 2 Differentiation in iger dimensions 2.1 Te Total Derivative Recall tat if f : R R is a 1-variable function, and a R, we say tat f is differentiable at x = a if and only if te ratio f(a+) f(a) tends

More information

Finite Elements. Colin Cotter. February 22, Colin Cotter FEM

Finite Elements. Colin Cotter. February 22, Colin Cotter FEM Finite Elements February 22, 2019 In the previous sections, we introduced the concept of finite element spaces, which contain certain functions defined on a domain. Finite element spaces are examples of

More information

5.1 introduction problem : Given a function f(x), find a polynomial approximation p n (x).

5.1 introduction problem : Given a function f(x), find a polynomial approximation p n (x). capter 5 : polynomial approximation and interpolation 5 introduction problem : Given a function f(x), find a polynomial approximation p n (x) Z b Z application : f(x)dx b p n(x)dx, a a one solution : Te

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

The Laplace equation, cylindrically or spherically symmetric case

The Laplace equation, cylindrically or spherically symmetric case Numerisce Metoden II, 7 4, und Übungen, 7 5 Course Notes, Summer Term 7 Some material and exercises Te Laplace equation, cylindrically or sperically symmetric case Electric and gravitational potential,

More information

Consider a function f we ll specify which assumptions we need to make about it in a minute. Let us reformulate the integral. 1 f(x) dx.

Consider a function f we ll specify which assumptions we need to make about it in a minute. Let us reformulate the integral. 1 f(x) dx. Capter 2 Integrals as sums and derivatives as differences We now switc to te simplest metods for integrating or differentiating a function from its function samples. A careful study of Taylor expansions

More information

PDEs, part 1: Introduction and elliptic PDEs

PDEs, part 1: Introduction and elliptic PDEs PDEs, part 1: Introduction and elliptic PDEs Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2013 Partial di erential equations The solution depends on several variables,

More information

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES)

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) RAYTCHO LAZAROV 1 Notations and Basic Functional Spaces Scalar function in R d, d 1 will be denoted by u,

More information

Different Approaches to a Posteriori Error Analysis of the Discontinuous Galerkin Method

Different Approaches to a Posteriori Error Analysis of the Discontinuous Galerkin Method WDS'10 Proceedings of Contributed Papers, Part I, 151 156, 2010. ISBN 978-80-7378-139-2 MATFYZPRESS Different Approaces to a Posteriori Error Analysis of te Discontinuous Galerkin Metod I. Šebestová Carles

More information

Second Order Elliptic PDE

Second Order Elliptic PDE Second Order Elliptic PDE T. Muthukumar tmk@iitk.ac.in December 16, 2014 Contents 1 A Quick Introduction to PDE 1 2 Classification of Second Order PDE 3 3 Linear Second Order Elliptic Operators 4 4 Periodic

More information

ERROR BOUNDS FOR THE METHODS OF GLIMM, GODUNOV AND LEVEQUE BRADLEY J. LUCIER*

ERROR BOUNDS FOR THE METHODS OF GLIMM, GODUNOV AND LEVEQUE BRADLEY J. LUCIER* EO BOUNDS FO THE METHODS OF GLIMM, GODUNOV AND LEVEQUE BADLEY J. LUCIE* Abstract. Te expected error in L ) attimet for Glimm s sceme wen applied to a scalar conservation law is bounded by + 2 ) ) /2 T

More information

Chapter 5 FINITE DIFFERENCE METHOD (FDM)

Chapter 5 FINITE DIFFERENCE METHOD (FDM) MEE7 Computer Modeling Tecniques in Engineering Capter 5 FINITE DIFFERENCE METHOD (FDM) 5. Introduction to FDM Te finite difference tecniques are based upon approximations wic permit replacing differential

More information

Mass Lumping for Constant Density Acoustics

Mass Lumping for Constant Density Acoustics Lumping 1 Mass Lumping for Constant Density Acoustics William W. Symes ABSTRACT Mass lumping provides an avenue for efficient time-stepping of time-dependent problems wit conforming finite element spatial

More information

1. Introduction. We consider the model problem: seeking an unknown function u satisfying

1. Introduction. We consider the model problem: seeking an unknown function u satisfying A DISCONTINUOUS LEAST-SQUARES FINITE ELEMENT METHOD FOR SECOND ORDER ELLIPTIC EQUATIONS XIU YE AND SHANGYOU ZHANG Abstract In tis paper, a discontinuous least-squares (DLS) finite element metod is introduced

More information

Outline. 1 Boundary Value Problems. 2 Numerical Methods for BVPs. Boundary Value Problems Numerical Methods for BVPs

Outline. 1 Boundary Value Problems. 2 Numerical Methods for BVPs. Boundary Value Problems Numerical Methods for BVPs Boundary Value Problems Numerical Methods for BVPs Outline Boundary Value Problems 2 Numerical Methods for BVPs Michael T. Heath Scientific Computing 2 / 45 Boundary Value Problems Numerical Methods for

More information

Finite Element Method for Ordinary Differential Equations

Finite Element Method for Ordinary Differential Equations 52 Chapter 4 Finite Element Method for Ordinary Differential Equations In this chapter we consider some simple examples of the finite element method for the approximate solution of ordinary differential

More information

Preconditioning in H(div) and Applications

Preconditioning in H(div) and Applications 1 Preconditioning in H(div) and Applications Douglas N. Arnold 1, Ricard S. Falk 2 and Ragnar Winter 3 4 Abstract. Summarizing te work of [AFW97], we sow ow to construct preconditioners using domain decomposition

More information

Numerical Methods for Partial Differential Equations

Numerical Methods for Partial Differential Equations Numerical Methods for Partial Differential Equations Eric de Sturler University of Illinois at Urbana-Champaign Read section 8. to see where equations of type (au x ) x = f show up and their (exact) solution

More information

A h u h = f h. 4.1 The CoarseGrid SystemandtheResidual Equation

A h u h = f h. 4.1 The CoarseGrid SystemandtheResidual Equation Capter Grid Transfer Remark. Contents of tis capter. Consider a grid wit grid size and te corresponding linear system of equations A u = f. Te summary given in Section 3. leads to te idea tat tere migt

More information

LECTURE 14 NUMERICAL INTEGRATION. Find

LECTURE 14 NUMERICAL INTEGRATION. Find LECTURE 14 NUMERCAL NTEGRATON Find b a fxdx or b a vx ux fx ydy dx Often integration is required. However te form of fx may be suc tat analytical integration would be very difficult or impossible. Use

More information

Convexity and Smoothness

Convexity and Smoothness Capter 4 Convexity and Smootness 4. Strict Convexity, Smootness, and Gateaux Di erentiablity Definition 4... Let X be a Banac space wit a norm denoted by k k. A map f : X \{0}!X \{0}, f 7! f x is called

More information

3 Parabolic Differential Equations

3 Parabolic Differential Equations 3 Parabolic Differential Equations 3.1 Classical solutions We consider existence and uniqueness results for initial-boundary value problems for te linear eat equation in Q := Ω (, T ), were Ω is a bounded

More information

Crouzeix-Velte Decompositions and the Stokes Problem

Crouzeix-Velte Decompositions and the Stokes Problem Crouzeix-Velte Decompositions and te Stokes Problem PD Tesis Strauber Györgyi Eötvös Loránd University of Sciences, Insitute of Matematics, Matematical Doctoral Scool Director of te Doctoral Scool: Dr.

More information

LEAST-SQUARES FINITE ELEMENT APPROXIMATIONS TO SOLUTIONS OF INTERFACE PROBLEMS

LEAST-SQUARES FINITE ELEMENT APPROXIMATIONS TO SOLUTIONS OF INTERFACE PROBLEMS SIAM J. NUMER. ANAL. c 998 Society for Industrial Applied Matematics Vol. 35, No., pp. 393 405, February 998 00 LEAST-SQUARES FINITE ELEMENT APPROXIMATIONS TO SOLUTIONS OF INTERFACE PROBLEMS YANZHAO CAO

More information

FINITE ELEMENT EXTERIOR CALCULUS FOR PARABOLIC EVOLUTION PROBLEMS ON RIEMANNIAN HYPERSURFACES

FINITE ELEMENT EXTERIOR CALCULUS FOR PARABOLIC EVOLUTION PROBLEMS ON RIEMANNIAN HYPERSURFACES FINITE ELEMENT EXTERIOR CALCULUS FOR PARABOLIC EVOLUTION PROBLEMS ON RIEMANNIAN HYPERSURFACES MICHAEL HOLST AND CHRIS TIEE ABSTRACT. Over te last ten years, te Finite Element Exterior Calculus (FEEC) as

More information

5 Ordinary Differential Equations: Finite Difference Methods for Boundary Problems

5 Ordinary Differential Equations: Finite Difference Methods for Boundary Problems 5 Ordinary Differential Equations: Finite Difference Metods for Boundary Problems Read sections 10.1, 10.2, 10.4 Review questions 10.1 10.4, 10.8 10.9, 10.13 5.1 Introduction In te previous capters we

More information

[2] (a) Develop and describe the piecewise linear Galerkin finite element approximation of,

[2] (a) Develop and describe the piecewise linear Galerkin finite element approximation of, 269 C, Vese Practice problems [1] Write the differential equation u + u = f(x, y), (x, y) Ω u = 1 (x, y) Ω 1 n + u = x (x, y) Ω 2, Ω = {(x, y) x 2 + y 2 < 1}, Ω 1 = {(x, y) x 2 + y 2 = 1, x 0}, Ω 2 = {(x,

More information

1 Calculus. 1.1 Gradients and the Derivative. Q f(x+h) f(x)

1 Calculus. 1.1 Gradients and the Derivative. Q f(x+h) f(x) Calculus. Gradients and te Derivative Q f(x+) δy P T δx R f(x) 0 x x+ Let P (x, f(x)) and Q(x+, f(x+)) denote two points on te curve of te function y = f(x) and let R denote te point of intersection of

More information

MIXED DISCONTINUOUS GALERKIN APPROXIMATION OF THE MAXWELL OPERATOR. SIAM J. Numer. Anal., Vol. 42 (2004), pp

MIXED DISCONTINUOUS GALERKIN APPROXIMATION OF THE MAXWELL OPERATOR. SIAM J. Numer. Anal., Vol. 42 (2004), pp MIXED DISCONTINUOUS GALERIN APPROXIMATION OF THE MAXWELL OPERATOR PAUL HOUSTON, ILARIA PERUGIA, AND DOMINI SCHÖTZAU SIAM J. Numer. Anal., Vol. 4 (004), pp. 434 459 Abstract. We introduce and analyze a

More information

Solutions to the Multivariable Calculus and Linear Algebra problems on the Comprehensive Examination of January 31, 2014

Solutions to the Multivariable Calculus and Linear Algebra problems on the Comprehensive Examination of January 31, 2014 Solutions to te Multivariable Calculus and Linear Algebra problems on te Compreensive Examination of January 3, 24 Tere are 9 problems ( points eac, totaling 9 points) on tis portion of te examination.

More information

Numerical Differentiation

Numerical Differentiation Numerical Differentiation Finite Difference Formulas for te first derivative (Using Taylor Expansion tecnique) (section 8.3.) Suppose tat f() = g() is a function of te variable, and tat as 0 te function

More information

ERROR ESTIMATES FOR THE DISCONTINUOUS GALERKIN METHODS FOR PARABOLIC EQUATIONS. 1. Introduction. We consider the parabolic PDE of the form,

ERROR ESTIMATES FOR THE DISCONTINUOUS GALERKIN METHODS FOR PARABOLIC EQUATIONS. 1. Introduction. We consider the parabolic PDE of the form, ERROR ESTIMATES FOR THE DISCONTINUOUS GALERKIN METHODS FOR PARABOLIC EQUATIONS K. CHRYSAFINOS AND NOEL. J. WALKINGTON Abstract. We analyze te classical discontinuous Galerkin metod for a general parabolic

More information

NON STANDARD FITTED FINITE DIFFERENCE METHOD FOR SINGULAR PERTURBATION PROBLEMS USING CUBIC SPLINE

NON STANDARD FITTED FINITE DIFFERENCE METHOD FOR SINGULAR PERTURBATION PROBLEMS USING CUBIC SPLINE Global and Stocastic Analysis Vol. 4 No. 1, January 2017, 1-10 NON STANDARD FITTED FINITE DIFFERENCE METHOD FOR SINGULAR PERTURBATION PROBLEMS USING CUBIC SPLINE K. PHANEENDRA AND E. SIVA PRASAD Abstract.

More information

Chapter 1 Foundations of Elliptic Boundary Value Problems 1.1 Euler equations of variational problems

Chapter 1 Foundations of Elliptic Boundary Value Problems 1.1 Euler equations of variational problems Chapter 1 Foundations of Elliptic Boundary Value Problems 1.1 Euler equations of variational problems Elliptic boundary value problems often occur as the Euler equations of variational problems the latter

More information

Variational Formulations

Variational Formulations Chapter 2 Variational Formulations In this chapter we will derive a variational (or weak) formulation of the elliptic boundary value problem (1.4). We will discuss all fundamental theoretical results that

More information

Part VIII, Chapter 39. Fluctuation-based stabilization Model problem

Part VIII, Chapter 39. Fluctuation-based stabilization Model problem Part VIII, Capter 39 Fluctuation-based stabilization Tis capter presents a unified analysis of recent stabilization tecniques for te standard Galerkin approximation of first-order PDEs using H 1 - conforming

More information

Analytic Functions. Differentiable Functions of a Complex Variable

Analytic Functions. Differentiable Functions of a Complex Variable Analytic Functions Differentiable Functions of a Complex Variable In tis capter, we sall generalize te ideas for polynomials power series of a complex variable we developed in te previous capter to general

More information

Mathematics 5 Worksheet 11 Geometry, Tangency, and the Derivative

Mathematics 5 Worksheet 11 Geometry, Tangency, and the Derivative Matematics 5 Workseet 11 Geometry, Tangency, and te Derivative Problem 1. Find te equation of a line wit slope m tat intersects te point (3, 9). Solution. Te equation for a line passing troug a point (x

More information

Scientific Computing WS 2018/2019. Lecture 15. Jürgen Fuhrmann Lecture 15 Slide 1

Scientific Computing WS 2018/2019. Lecture 15. Jürgen Fuhrmann Lecture 15 Slide 1 Scientific Computing WS 2018/2019 Lecture 15 Jürgen Fuhrmann juergen.fuhrmann@wias-berlin.de Lecture 15 Slide 1 Lecture 15 Slide 2 Problems with strong formulation Writing the PDE with divergence and gradient

More information

POLYNOMIAL AND SPLINE ESTIMATORS OF THE DISTRIBUTION FUNCTION WITH PRESCRIBED ACCURACY

POLYNOMIAL AND SPLINE ESTIMATORS OF THE DISTRIBUTION FUNCTION WITH PRESCRIBED ACCURACY APPLICATIONES MATHEMATICAE 36, (29), pp. 2 Zbigniew Ciesielski (Sopot) Ryszard Zieliński (Warszawa) POLYNOMIAL AND SPLINE ESTIMATORS OF THE DISTRIBUTION FUNCTION WITH PRESCRIBED ACCURACY Abstract. Dvoretzky

More information

LECTURE 1: SOURCES OF ERRORS MATHEMATICAL TOOLS A PRIORI ERROR ESTIMATES. Sergey Korotov,

LECTURE 1: SOURCES OF ERRORS MATHEMATICAL TOOLS A PRIORI ERROR ESTIMATES. Sergey Korotov, LECTURE 1: SOURCES OF ERRORS MATHEMATICAL TOOLS A PRIORI ERROR ESTIMATES Sergey Korotov, Institute of Mathematics Helsinki University of Technology, Finland Academy of Finland 1 Main Problem in Mathematical

More information

MAT 1339-S14 Class 2

MAT 1339-S14 Class 2 MAT 1339-S14 Class 2 July 07, 2014 Contents 1 Rate of Cange 1 1.5 Introduction to Derivatives....................... 1 2 Derivatives 5 2.1 Derivative of Polynomial function.................... 5 2.2 Te

More information

THE IMPLICIT FUNCTION THEOREM

THE IMPLICIT FUNCTION THEOREM THE IMPLICIT FUNCTION THEOREM ALEXANDRU ALEMAN 1. Motivation and statement We want to understand a general situation wic occurs in almost any area wic uses matematics. Suppose we are given number of equations

More information

Adaptive Finite Element Method

Adaptive Finite Element Method 39 Capter 3 Adaptive inite Element Metod 31 Introduction As already pointed out in capter 2, singularities occur in interface problems Wen discretizing te problem (221) wit inite Elements, te singularities

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

Finite Difference Method

Finite Difference Method Capter 8 Finite Difference Metod 81 2nd order linear pde in two variables General 2nd order linear pde in two variables is given in te following form: L[u] = Au xx +2Bu xy +Cu yy +Du x +Eu y +Fu = G According

More information

1 Discretizing BVP with Finite Element Methods.

1 Discretizing BVP with Finite Element Methods. 1 Discretizing BVP with Finite Element Methods In this section, we will discuss a process for solving boundary value problems numerically, the Finite Element Method (FEM) We note that such method is a

More information

A Hybrid Mixed Discontinuous Galerkin Finite Element Method for Convection-Diffusion Problems

A Hybrid Mixed Discontinuous Galerkin Finite Element Method for Convection-Diffusion Problems A Hybrid Mixed Discontinuous Galerkin Finite Element Metod for Convection-Diffusion Problems Herbert Egger Joacim Scöberl We propose and analyse a new finite element metod for convection diffusion problems

More information

1. Let a(x) > 0, and assume that u and u h are the solutions of the Dirichlet problem:

1. Let a(x) > 0, and assume that u and u h are the solutions of the Dirichlet problem: Mathematics Chalmers & GU TMA37/MMG800: Partial Differential Equations, 011 08 4; kl 8.30-13.30. Telephone: Ida Säfström: 0703-088304 Calculators, formula notes and other subject related material are not

More information

Chapter 1D - Rational Expressions

Chapter 1D - Rational Expressions - Capter 1D Capter 1D - Rational Expressions Definition of a Rational Expression A rational expression is te quotient of two polynomials. (Recall: A function px is a polynomial in x of degree n, if tere

More information

arxiv: v1 [math.na] 27 Jan 2014

arxiv: v1 [math.na] 27 Jan 2014 L 2 -ERROR ESTIMATES FOR FINITE ELEMENT APPROXIMATIONS OF BOUNDARY FLUXES MATS G. LARSON AND ANDRÉ MASSING arxiv:1401.6994v1 [mat.na] 27 Jan 2014 Abstract. We prove quasi-optimal a priori error estimates

More information

From Completing the Squares and Orthogonal Projection to Finite Element Methods

From Completing the Squares and Orthogonal Projection to Finite Element Methods From Completing the Squares and Orthogonal Projection to Finite Element Methods Mo MU Background In scientific computing, it is important to start with an appropriate model in order to design effective

More information

Lecture 15. Interpolation II. 2 Piecewise polynomial interpolation Hermite splines

Lecture 15. Interpolation II. 2 Piecewise polynomial interpolation Hermite splines Lecture 5 Interpolation II Introduction In te previous lecture we focused primarily on polynomial interpolation of a set of n points. A difficulty we observed is tat wen n is large, our polynomial as to

More information

A brief introduction to finite element methods

A brief introduction to finite element methods CHAPTER A brief introduction to finite element methods 1. Two-point boundary value problem and the variational formulation 1.1. The model problem. Consider the two-point boundary value problem: Given a

More information

1. Subspaces A subset M of Hilbert space H is a subspace of it is closed under the operation of forming linear combinations;i.e.,

1. Subspaces A subset M of Hilbert space H is a subspace of it is closed under the operation of forming linear combinations;i.e., Abstract Hilbert Space Results We have learned a little about the Hilbert spaces L U and and we have at least defined H 1 U and the scale of Hilbert spaces H p U. Now we are going to develop additional

More information

Some Error Estimates for the Finite Volume Element Method for a Parabolic Problem

Some Error Estimates for the Finite Volume Element Method for a Parabolic Problem Computational Metods in Applied Matematics Vol. 13 (213), No. 3, pp. 251 279 c 213 Institute of Matematics, NAS of Belarus Doi: 1.1515/cmam-212-6 Some Error Estimates for te Finite Volume Element Metod

More information

Convexity and Smoothness

Convexity and Smoothness Capter 4 Convexity and Smootness 4.1 Strict Convexity, Smootness, and Gateaux Differentiablity Definition 4.1.1. Let X be a Banac space wit a norm denoted by. A map f : X \{0} X \{0}, f f x is called a

More information

MANY scientific and engineering problems can be

MANY scientific and engineering problems can be A Domain Decomposition Metod using Elliptical Arc Artificial Boundary for Exterior Problems Yajun Cen, and Qikui Du Abstract In tis paper, a Diriclet-Neumann alternating metod using elliptical arc artificial

More information

Gradient Descent etc.

Gradient Descent etc. 1 Gradient Descent etc EE 13: Networked estimation and control Prof Kan) I DERIVATIVE Consider f : R R x fx) Te derivative is defined as d fx) = lim dx fx + ) fx) Te cain rule states tat if d d f gx) )

More information

1 (10) 2 (10) 3 (10) 4 (10) 5 (10) 6 (10) Total (60)

1 (10) 2 (10) 3 (10) 4 (10) 5 (10) 6 (10) Total (60) First Name: OSU Number: Last Name: Signature: OKLAHOMA STATE UNIVERSITY Department of Matematics MATH 2144 (Calculus I) Instructor: Dr. Matias Sculze MIDTERM 1 September 17, 2008 Duration: 50 minutes No

More information

A CLASS OF EVEN DEGREE SPLINES OBTAINED THROUGH A MINIMUM CONDITION

A CLASS OF EVEN DEGREE SPLINES OBTAINED THROUGH A MINIMUM CONDITION STUDIA UNIV. BABEŞ BOLYAI, MATHEMATICA, Volume XLVIII, Number 3, September 2003 A CLASS OF EVEN DEGREE SPLINES OBTAINED THROUGH A MINIMUM CONDITION GH. MICULA, E. SANTI, AND M. G. CIMORONI Dedicated to

More information

Research Article Discrete Mixed Petrov-Galerkin Finite Element Method for a Fourth-Order Two-Point Boundary Value Problem

Research Article Discrete Mixed Petrov-Galerkin Finite Element Method for a Fourth-Order Two-Point Boundary Value Problem International Journal of Matematics and Matematical Sciences Volume 2012, Article ID 962070, 18 pages doi:10.1155/2012/962070 Researc Article Discrete Mixed Petrov-Galerkin Finite Element Metod for a Fourt-Order

More information

CHAPTER 4. Elliptic PDEs

CHAPTER 4. Elliptic PDEs CHAPTER 4 Elliptic PDEs One of te main advantages of extending te class of solutions of a PDE from classical solutions wit continuous derivatives to weak solutions wit weak derivatives is tat it is easier

More information

arxiv: v1 [math.na] 17 Jul 2014

arxiv: v1 [math.na] 17 Jul 2014 Div First-Order System LL* FOSLL* for Second-Order Elliptic Partial Differential Equations Ziqiang Cai Rob Falgout Sun Zang arxiv:1407.4558v1 [mat.na] 17 Jul 2014 February 13, 2018 Abstract. Te first-order

More information

Chapter 4: Numerical Methods for Common Mathematical Problems

Chapter 4: Numerical Methods for Common Mathematical Problems 1 Capter 4: Numerical Metods for Common Matematical Problems Interpolation Problem: Suppose we ave data defined at a discrete set of points (x i, y i ), i = 0, 1,..., N. Often it is useful to ave a smoot

More information

Controllability of a one-dimensional fractional heat equation: theoretical and numerical aspects

Controllability of a one-dimensional fractional heat equation: theoretical and numerical aspects Controllability of a one-dimensional fractional eat equation: teoretical and numerical aspects Umberto Biccari, Víctor Hernández-Santamaría To cite tis version: Umberto Biccari, Víctor Hernández-Santamaría.

More information

Math Spring 2013 Solutions to Assignment # 3 Completion Date: Wednesday May 15, (1/z) 2 (1/z 1) 2 = lim

Math Spring 2013 Solutions to Assignment # 3 Completion Date: Wednesday May 15, (1/z) 2 (1/z 1) 2 = lim Mat 311 - Spring 013 Solutions to Assignment # 3 Completion Date: Wednesday May 15, 013 Question 1. [p 56, #10 (a)] 4z Use te teorem of Sec. 17 to sow tat z (z 1) = 4. We ave z 4z (z 1) = z 0 4 (1/z) (1/z

More information

A Mixed-Hybrid-Discontinuous Galerkin Finite Element Method for Convection-Diffusion Problems

A Mixed-Hybrid-Discontinuous Galerkin Finite Element Method for Convection-Diffusion Problems A Mixed-Hybrid-Discontinuous Galerkin Finite Element Metod for Convection-Diffusion Problems Herbert Egger Joacim Scöberl We propose and analyse a new finite element metod for convection diffusion problems

More information

A Weak Galerkin Method with an Over-Relaxed Stabilization for Low Regularity Elliptic Problems

A Weak Galerkin Method with an Over-Relaxed Stabilization for Low Regularity Elliptic Problems J Sci Comput (07 7:95 8 DOI 0.007/s095-06-096-4 A Weak Galerkin Metod wit an Over-Relaxed Stabilization for Low Regularity Elliptic Problems Lunji Song, Kaifang Liu San Zao Received: April 06 / Revised:

More information

MAT 145. Type of Calculator Used TI-89 Titanium 100 points Score 100 possible points

MAT 145. Type of Calculator Used TI-89 Titanium 100 points Score 100 possible points MAT 15 Test #2 Name Solution Guide Type of Calculator Used TI-89 Titanium 100 points Score 100 possible points Use te grap of a function sown ere as you respond to questions 1 to 8. 1. lim f (x) 0 2. lim

More information

A method of Lagrange Galerkin of second order in time. Une méthode de Lagrange Galerkin d ordre deux en temps

A method of Lagrange Galerkin of second order in time. Une méthode de Lagrange Galerkin d ordre deux en temps A metod of Lagrange Galerkin of second order in time Une métode de Lagrange Galerkin d ordre deux en temps Jocelyn Étienne a a DAMTP, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA, Great-Britain.

More information

Chapter 1: The Finite Element Method

Chapter 1: The Finite Element Method Chapter 1: The Finite Element Method Michael Hanke Read: Strang, p 428 436 A Model Problem Mathematical Models, Analysis and Simulation, Part Applications: u = fx), < x < 1 u) = u1) = D) axial deformation

More information

CS522 - Partial Di erential Equations

CS522 - Partial Di erential Equations CS5 - Partial Di erential Equations Tibor Jánosi April 5, 5 Numerical Di erentiation In principle, di erentiation is a simple operation. Indeed, given a function speci ed as a closed-form formula, its

More information

SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY

SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY (Section 3.2: Derivative Functions and Differentiability) 3.2.1 SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY LEARNING OBJECTIVES Know, understand, and apply te Limit Definition of te Derivative

More information

THE IDEA OF DIFFERENTIABILITY FOR FUNCTIONS OF SEVERAL VARIABLES Math 225

THE IDEA OF DIFFERENTIABILITY FOR FUNCTIONS OF SEVERAL VARIABLES Math 225 THE IDEA OF DIFFERENTIABILITY FOR FUNCTIONS OF SEVERAL VARIABLES Mat 225 As we ave seen, te definition of derivative for a Mat 111 function g : R R and for acurveγ : R E n are te same, except for interpretation:

More information

How to Find the Derivative of a Function: Calculus 1

How to Find the Derivative of a Function: Calculus 1 Introduction How to Find te Derivative of a Function: Calculus 1 Calculus is not an easy matematics course Te fact tat you ave enrolled in suc a difficult subject indicates tat you are interested in te

More information

Numerical Solutions to Partial Differential Equations

Numerical Solutions to Partial Differential Equations Numerical Solutions to Partial Differential Equations Zhiping Li LMAM and School of Mathematical Sciences Peking University Variational Problems of the Dirichlet BVP of the Poisson Equation 1 For the homogeneous

More information

Continuity. Example 1

Continuity. Example 1 Continuity MATH 1003 Calculus and Linear Algebra (Lecture 13.5) Maoseng Xiong Department of Matematics, HKUST A function f : (a, b) R is continuous at a point c (a, b) if 1. x c f (x) exists, 2. f (c)

More information

Department of Mathematics, K.T.H.M. College, Nashik F.Y.B.Sc. Calculus Practical (Academic Year )

Department of Mathematics, K.T.H.M. College, Nashik F.Y.B.Sc. Calculus Practical (Academic Year ) F.Y.B.Sc. Calculus Practical (Academic Year 06-7) Practical : Graps of Elementary Functions. a) Grap of y = f(x) mirror image of Grap of y = f(x) about X axis b) Grap of y = f( x) mirror image of Grap

More information

Math 1210 Midterm 1 January 31st, 2014

Math 1210 Midterm 1 January 31st, 2014 Mat 110 Midterm 1 January 1st, 01 Tis exam consists of sections, A and B. Section A is conceptual, wereas section B is more computational. Te value of every question is indicated at te beginning of it.

More information

Solving Continuous Linear Least-Squares Problems by Iterated Projection

Solving Continuous Linear Least-Squares Problems by Iterated Projection Solving Continuous Linear Least-Squares Problems by Iterated Projection by Ral Juengling Department o Computer Science, Portland State University PO Box 75 Portland, OR 977 USA Email: juenglin@cs.pdx.edu

More information

NUMERICAL DIFFERENTIATION. James T. Smith San Francisco State University. In calculus classes, you compute derivatives algebraically: for example,

NUMERICAL DIFFERENTIATION. James T. Smith San Francisco State University. In calculus classes, you compute derivatives algebraically: for example, NUMERICAL DIFFERENTIATION James T Smit San Francisco State University In calculus classes, you compute derivatives algebraically: for example, f( x) = x + x f ( x) = x x Tis tecnique requires your knowing

More information

AN ANALYSIS OF NEW FINITE ELEMENT SPACES FOR MAXWELL S EQUATIONS

AN ANALYSIS OF NEW FINITE ELEMENT SPACES FOR MAXWELL S EQUATIONS Journal of Matematical Sciences: Advances and Applications Volume 5 8 Pages -9 Available at ttp://scientificadvances.co.in DOI: ttp://d.doi.org/.864/jmsaa_7975 AN ANALYSIS OF NEW FINITE ELEMENT SPACES

More information

Overlapping domain decomposition methods for elliptic quasi-variational inequalities related to impulse control problem with mixed boundary conditions

Overlapping domain decomposition methods for elliptic quasi-variational inequalities related to impulse control problem with mixed boundary conditions Proc. Indian Acad. Sci. (Mat. Sci.) Vol. 121, No. 4, November 2011, pp. 481 493. c Indian Academy of Sciences Overlapping domain decomposition metods for elliptic quasi-variational inequalities related

More information

Analysis of A Continuous Finite Element Method for H(curl, div)-elliptic Interface Problem

Analysis of A Continuous Finite Element Method for H(curl, div)-elliptic Interface Problem Analysis of A Continuous inite Element Metod for Hcurl, div)-elliptic Interface Problem Huoyuan Duan, Ping Lin, and Roger C. E. Tan Abstract In tis paper, we develop a continuous finite element metod for

More information

Priority Program 1253

Priority Program 1253 Deutsce Forscungsgemeinscaft Priority Program 53 Optimization wit Partial Differential Equations K. Deckelnick, A. Günter and M. Hinze Finite element approximation of elliptic control problems wit constraints

More information

arxiv: v1 [math.na] 12 Mar 2018

arxiv: v1 [math.na] 12 Mar 2018 ON PRESSURE ESTIMATES FOR THE NAVIER-STOKES EQUATIONS J A FIORDILINO arxiv:180304366v1 [matna 12 Mar 2018 Abstract Tis paper presents a simple, general tecnique to prove finite element metod (FEM) pressure

More information

New Streamfunction Approach for Magnetohydrodynamics

New Streamfunction Approach for Magnetohydrodynamics New Streamfunction Approac for Magnetoydrodynamics Kab Seo Kang Brooaven National Laboratory, Computational Science Center, Building 63, Room, Upton NY 973, USA. sang@bnl.gov Summary. We apply te finite

More information

4.2 - Richardson Extrapolation

4.2 - Richardson Extrapolation . - Ricardson Extrapolation. Small-O Notation: Recall tat te big-o notation used to define te rate of convergence in Section.: Definition Let x n n converge to a number x. Suppose tat n n is a sequence

More information

Finite Difference Methods Assignments

Finite Difference Methods Assignments Finite Difference Metods Assignments Anders Söberg and Aay Saxena, Micael Tuné, and Maria Westermarck Revised: Jarmo Rantakokko June 6, 1999 Teknisk databeandling Assignment 1: A one-dimensional eat equation

More information

Definition of the Derivative

Definition of the Derivative Te Limit Definition of te Derivative Tis Handout will: Define te limit grapically and algebraically Discuss, in detail, specific features of te definition of te derivative Provide a general strategy of

More information

Parameter Fitted Scheme for Singularly Perturbed Delay Differential Equations

Parameter Fitted Scheme for Singularly Perturbed Delay Differential Equations International Journal of Applied Science and Engineering 2013. 11, 4: 361-373 Parameter Fitted Sceme for Singularly Perturbed Delay Differential Equations Awoke Andargiea* and Y. N. Reddyb a b Department

More information