University of Houston, Department of Mathematics Numerical Analysis II

Size: px
Start display at page:

Download "University of Houston, Department of Mathematics Numerical Analysis II"

Transcription

1 University of Houston, Deprtment of Mtemtics Numericl Anlysis II 6 Glerkin metod, finite differences nd colloction 6.1 Glerkin metod Consider sclr 2nd order ordinry differentil eqution in selfdjoint form wit omogeneous boundry conditions: were r,s C(I), I := [,b] nd ( ) 1 (r(x) y (x)) + s(x) y(x) = f(x), x [,b], ( ) 2 y() = 0, y(b) = 0, 0 < c 0 r(x) c 1, x I, s(x) 0, x I. Sclr multipliction of ( ) 1 by function ϕ C 1 0(I) nd integrtion over I yields (r(x) y (x)) ϕ(x) dx + Prtil integrtion of te first integrl results in (r(x) y (x)) ϕ(x) dx = s(x) y(x) ϕ(x) dx = f(x) ϕ(x) dx. r(x) y (x) ϕ (x) dx (r(x) y (x)ϕ(x)) b }{{} = 0.

2 University of Houston, Deprtment of Mtemtics Numericl Anlysis II We tus obtin r(x) y (x) ϕ (x) dx + s(x) y(x) ϕ(x) dx = f(x)ϕ(x) dx. In view of te preceding eqution, we introduce norm on C 1 0(I) ccording to y 1 := ( (y (x) 2 + y(x) 2 ) dx ) 1/2. Te spce (C 1 0(I), 1 is not complete. We denote by H 1 0(I) te completion of (C 1 0(I), 1 ) wit respect to te topology defined by 1 on C 1 1(I). Ten, te vritionl eqution ( ) r(x) y (x) ϕ (x) dx + s unique solution y H 1 0(I). s(x) y(x) ϕ(x) dx = f(x)ϕ(x) dx, ϕ H 1 0(I) We coose subspce S H 1 0(I) wit dim S = n < nd compute n pproximtion y S s te solution of te finite dimensionl vritionl eqution ( ) b r(x) y (x) ϕ (x) dx + s(x) y (x) ϕ (x) dx = f(x)ϕ (x) dx, ϕ S.

3 University of Houston, Deprtment of Mtemtics Numericl Anlysis II We coose S H 1 0(I) s te liner subspce S 1,0 (I;I ) of liner splines wit respect to prtition I of te intervl I := [,b]: I := { x k := + k 0 k n + 1 }, := b n + 1, S 1,0 (I;I ) := { v C 0 (I) v [xk,x k+1 ] P 1 ([x k,x k+1 ]), 0 k n }. Te spce S 1,0 (I;I ) is spnned by te bsis functions ϕ (k), 1 k n, s given by ϕ (k) (x j ) = δ jk, 1 j,k n, i.e., S 1,0 (I;I ) = spn {ϕ (1),..., ϕ (n) }. Te solution y S 1,0 (I;I ) cn be written s liner combintion of te bsis functions y = n c j ϕ (j). Ten, ( ) olds true if nd only if n [ r(x) (ϕ (j) ) (x) (ϕ (i) ) (x) dx + j=1 }{{} j=1 s(x) (ϕ (j) )(x) (ϕ (i) )(x) dx] c j = =: ij f(x) (ϕ (i) )(x) dx, 1 i n. =: b i }{{}

4 University of Houston, Deprtment of Mtemtics Numericl Anlysis II ( ) represents liner lgebric system Ac = b. Definition 6.1 Stiffness mtrix nd lod vector Te mtrix A = ( ij ) n i,j=1 nd te vector b = (b 1,...,b n ) T re referred to s te stiffness mtrix resp. te lod vector. Lemm 6.2 Properties of te stiffness mtrix Te stiffness mtrix A is symmetric, positive definite tridigonl mtrix. Lemm 6.3 Numericl qudrture If we compute te entries of te stiffness mtrix nd te components of te lod vector by te qudrture formul b g(x) dx g(x k + 2 ) =: g k+1/2, we obtin ii = r k 1/2 i,i+1 = r k+1/2 + r k+1/2 b i = 2 f k 1/2 + 2 f k 1/ s k 1/2 + 4 s k+1/2, 1 i n, + 4 s k+1/2, 1 i n 1, i 1,i = r k 1/2 + 4 s k 1/2, 2 i n,

5 University of Houston, Deprtment of Mtemtics Numericl Anlysis II 6.2 Finite difference metods Introducing te vrible z(x) := r(x) y (x), x I, te 2nd order ordinry differentil eqution ( ) 1 is equivlent to system of two differentil equtions of 1st order ( ) 1 y (x) = z(x)/r(x), x I, ( ) 2 z (x) = s(x) y(x) f(x), x I. We prtition te intervl I := [,b] into te equidistnt grid I := { x k = + k 0 k n + 1 } of step size := (b )/(n + 1) nd pproximte te first derivtives y (x) nd z (x) wit respect to x k+1/2 = x k + /2, 0 k n, by te 1st order centrl difference quotients 1 (y(x k+1) y(x k )) z(x k+1/2) r(x k+1/2 ), 1 (z(x k+1) z(x k )) s(x k+1/2 ) y(x k+1/2 ) f(x k+1/2 ).

6 University of Houston, Deprtment of Mtemtics Numericl Anlysis II Since we wnt to compute pproximtions only in te nodes x k, 0 k n + 1, we replce z(x k+1 / 2 ) nd y(x k+1 / 2 ) by verging: z(x k+1/2 ) 1 2 (z(x k) + z(x k+1 )), y(x k+1/2 ) 1 2 (y(x k) + y(x k+1 )). Moreover, for nottionl convenience we set r k+1/2 := r(x k+1/2 ), s k+1/2 := s(x k+1/2 ), f k+1/2 := f(x k+1/2 ). Ten, te finite difference metod is s follows: Compute grid functions y,z C(I ) s te solution of ( ) 1 y (x k+1 ) = y (x k ) + (z (x k ) + z (x k+1 )), 0 k n, 2 r k+1/2 ( ) 2 z (x k+1 ) = z (x k ) + 2 (y (x k ) + y (x k+1 )), 0 k n, ( ) 3 y () = y (b) = 0.

7 University of Houston, Deprtment of Mtemtics Numericl Anlysis II Solving ( ) 2 for z (x k+1 ) gives ( ) 4 z(x k+1 ) = z (x k ) + 2 r k+1/2 (y (x k+1 ) y (x k )). Te corresponding eqution for z (x k ) is given by ( ) 5 z(x k ) = z (x k 1 ) + 2 r k 1/2 (y (x k ) y (x k 1 )). Inserting ( ) 5 into ( ) 4 yields ( ) 6 z (x k+1 ) z (x k 1 ) = 2 r k 1/2 (y (x k ) y (x k 1 )) + 2 r k+1/2 (y (x k+1 ) y (x k )). On te oter nd, dding ( ) 2 for k 1 nd k gives ( ) 7 z (x k ) = z (x k 1 ) + 2 s k 1/2 (y (x k 1 ) + y (x k )) f k 1/2 / + ( ) 7b z (x k+1 ) = z (x k ) + 2 s k+1/2 (y (x k ) + y (x k+1 )) f k+1/2 = ( ) 8 2 s k 1/2 y (x k 1 ) + 2 (s k 1/2 + s k+1/2 ) y (x k ) + 2 s k+1/2 y (x k+1 ) (z (x k+1 ) z (x k 1 )) = = f k 1/2 + f k+1/2.

8 University of Houston, Deprtment of Mtemtics Numericl Anlysis II Inserting ( ) 6 into ( ) 8, we obtin ( ) 9 ( 2 r k 1/2 + ( 2 r k+1/2 + 2 s k 1/2) y (x k 1 ) + ( 2 r k 1/2 + 2 r k+1/2 + 2 s k+1/2) y (x k+1 ) = (f k 1/2 + f k+1/2 ). + 2 s k 1/2) + 2 s k+1/2) y (x k ) + A comprison of ( ) 9 nd Lemm 6.3 sows: Te Glerkin metod wit numericl qudrture is equivlent to te finite difference metod developed in tis subsection.

9 University of Houston, Deprtment of Mtemtics Numericl Anlysis II 6.3 Colloction We consider te boundry vlue problem ( ) 1 (r(x) y (x)) + s(x) y(x) = f(x), x [,b], ( ) 2 y() = y(b) = 0 under te sme ssumptions on r,s s in Cpter 6.1. As for te Glerkin metod, we re looking for n pproximtion in finite dimensionl spce V n = spn {ϕ 0,..., ϕ n+1 }, i.e., we use te nstz ( ) y n (x) = n+1 j=0 c j ϕ j (x). Ide: Assume tt te function given by ( ) stisfies te two boundry conditions ( ) 2 s well s te differentil eqution in n prespecified points ξ i (,b), 1 i n, wic re clled colloction points. Remrk 6.4 We require te continuity of te functions ϕ i,0 i n + 1, nd its derivtives up to second order in te colloction points.

10 University of Houston, Deprtment of Mtemtics Numericl Anlysis II Colloction metods re clssified ccording to te nture of te nstz functions: (i) Polynomil colloction (spectrl metod) Use of globl polynomils s nstz functions (ii) Spline colloction Use of splines of order m 3 wit respect to prtition n of [,b]. (i) Polynomil colloction Te nstz functions ϕ i re cosen s te ortogonl polynomils of degree i + 1, 1 i n, wit respect to te inner product (y 1,y 2 ) 0,I := b y 1(x)y 2 (x)dx stisfying ϕ() = ϕ(b) = 0. Te colloction points re cosen s te zeroes < ξ 1 < ξ 2 <... < ξ n < b of ϕ n+1. Remrk 6.5 A disdvntge of polynomil colloction is tt te resulting liner lgebric system s densely populted coefficient mtrix.

11 University of Houston, Deprtment of Mtemtics Numericl Anlysis II (ii) Spline colloction Te nstz functions re cosen s te splines s 3, n S 3, n (I) of order 3 wit respect to n equidistnt prtition n := { x i = + i 0 i n }, := b n of I wit dim S 3, n (I) = n + 2. Te bsis is cosen using qudrtic B-splines: B (i) 2 (x) = wit x := x i ( (x x )) 2, x [x i 2,x i 1 ] ( (x x )) 2, x [x i i,x i ] 1 2 (3 2 1 (x x )) 2, x [x i,x i+1 ] Remrk 6.6 Since te nstz functions re only C 1 -functions, te colloction points must not coincide wit te interior nodes. Terefore, we coose: ξ 0 =, ξ i = 1 2 (x i 1 + x i ), 1 i n, ξ n+1 = b.

12 University of Houston, Deprtment of Mtemtics Numericl Anlysis II Remrk 6.7: Te colloction conditions in te boundry nodes x 0 = nd x n+1 = b re stisfied utomticlly, if te B-splines B (0) 2 nd B (n+1) 2 wit treefold nodes in x 0 nd x n+1 re eliminted from te bsis. Tis leds to te nstz ( ) y n (x) = n j=1 c j ϕ (j) (x). Lemm 6.8 Properties of te resulting coefficient mtrix Te nstz ( ) gives rise to liner lgebric system Ac = b wit symmetric, positive definite tridigonl mtrix A lr n n. Proof: Every colloction point ξ i is situted witin te support of t most tree B-spline bsis functions.

Lecture Note 4: Numerical differentiation and integration. Xiaoqun Zhang Shanghai Jiao Tong University

Lecture Note 4: Numerical differentiation and integration. Xiaoqun Zhang Shanghai Jiao Tong University Lecture Note 4: Numericl differentition nd integrtion Xioqun Zng Sngi Jio Tong University Lst updted: November, 0 Numericl Anlysis. Numericl differentition.. Introduction Find n pproximtion of f (x 0 ),

More information

Key words. Numerical quadrature, piecewise polynomial, convergence rate, trapezoidal rule, midpoint rule, Simpson s rule, spectral accuracy.

Key words. Numerical quadrature, piecewise polynomial, convergence rate, trapezoidal rule, midpoint rule, Simpson s rule, spectral accuracy. O SPECTRA ACCURACY OF QUADRATURE FORMUAE BASED O PIECEWISE POYOMIA ITERPOATIO A KURGAOV AD S TSYKOV Abstrct It is well-known tt te trpezoidl rule, wile being only second-order ccurte in generl, improves

More information

Math Week 5 concepts and homework, due Friday February 10

Math Week 5 concepts and homework, due Friday February 10 Mt 2280-00 Week 5 concepts nd omework, due Fridy Februry 0 Recll tt ll problems re good for seeing if you cn work wit te underlying concepts; tt te underlined problems re to be nded in; nd tt te Fridy

More information

Lecture 4: Piecewise Cubic Interpolation

Lecture 4: Piecewise Cubic Interpolation Lecture notes on Vritionl nd Approximte Methods in Applied Mthemtics - A Peirce UBC Lecture 4: Piecewise Cubic Interpoltion Compiled 5 September In this lecture we consider piecewise cubic interpoltion

More information

Best Approximation. Chapter The General Case

Best Approximation. Chapter The General Case Chpter 4 Best Approximtion 4.1 The Generl Cse In the previous chpter, we hve seen how n interpolting polynomil cn be used s n pproximtion to given function. We now wnt to find the best pproximtion to given

More information

Numerical Methods I Orthogonal Polynomials

Numerical Methods I Orthogonal Polynomials Numericl Methods I Orthogonl Polynomils Aleksndr Donev Cournt Institute, NYU 1 donev@cournt.nyu.edu 1 MATH-GA 2011.003 / CSCI-GA 2945.003, Fll 2014 Nov 6th, 2014 A. Donev (Cournt Institute) Lecture IX

More information

Theoretical foundations of Gaussian quadrature

Theoretical foundations of Gaussian quadrature Theoreticl foundtions of Gussin qudrture 1 Inner product vector spce Definition 1. A vector spce (or liner spce) is set V = {u, v, w,...} in which the following two opertions re defined: (A) Addition of

More information

Introduction to Finite Element Method

Introduction to Finite Element Method Introduction to Finite Element Method Introductory Course on Multiphysics Modelling TOMASZ G. ZIELIŃSKI bluebox.ippt.pn.pl/ tzielins/ Tble of Contents 1 Introduction 1 1.1 Motivtion nd generl concepts.............

More information

Chapter 2. Numerical Integration also called quadrature. 2.2 Trapezoidal Rule. 2.1 A basic principle Extending the Trapezoidal Rule DRAWINGS

Chapter 2. Numerical Integration also called quadrature. 2.2 Trapezoidal Rule. 2.1 A basic principle Extending the Trapezoidal Rule DRAWINGS S Cpter Numericl Integrtion lso clled qudrture Te gol of numericl integrtion is to pproximte numericlly. f(x)dx Tis is useful for difficult integrls like sin(x) ; sin(x ); x + x 4 Or worse still for multiple-dimensionl

More information

p(x) = 3x 3 + x n 3 k=0 so the right hand side of the equality we have to show is obtained for r = b 0, s = b 1 and 2n 3 b k x k, q 2n 3 (x) =

p(x) = 3x 3 + x n 3 k=0 so the right hand side of the equality we have to show is obtained for r = b 0, s = b 1 and 2n 3 b k x k, q 2n 3 (x) = Norwegin University of Science nd Technology Deprtment of Mthemticl Sciences Pge 1 of 5 Contct during the exm: Elen Celledoni, tlf. 73593541, cell phone 48238584 PLESE NOTE: this solution is for the students

More information

Fuzzy transform to approximate solution of boundary value problems via optimal coefficients

Fuzzy transform to approximate solution of boundary value problems via optimal coefficients 217 Interntionl Conference on Hig Performnce Computing & Simultion Fuzzy trnsform to pproximte solution of boundry vlue problems vi optiml coefficients Zr Alijni Mtemtics nd Sttistics Dept University of

More information

RGMIA Research Report Collection, Vol. 1, No. 1, SOME OSTROWSKI TYPE INEQUALITIES FOR N-TIME DIFFERENTIA

RGMIA Research Report Collection, Vol. 1, No. 1, SOME OSTROWSKI TYPE INEQUALITIES FOR N-TIME DIFFERENTIA ttp//sci.vut.edu.u/rgmi/reports.tml SOME OSTROWSKI TYPE INEQUALITIES FOR N-TIME DIFFERENTIABLE MAPPINGS AND APPLICATIONS P. CERONE, S.S. DRAGOMIR AND J. ROUMELIOTIS Astrct. Some generliztions of te Ostrowski

More information

Best Approximation in the 2-norm

Best Approximation in the 2-norm Jim Lmbers MAT 77 Fll Semester 1-11 Lecture 1 Notes These notes correspond to Sections 9. nd 9.3 in the text. Best Approximtion in the -norm Suppose tht we wish to obtin function f n (x) tht is liner combintion

More information

Numerical integration

Numerical integration 2 Numericl integrtion This is pge i Printer: Opque this 2. Introduction Numericl integrtion is problem tht is prt of mny problems in the economics nd econometrics literture. The orgniztion of this chpter

More information

Numerical Integration

Numerical Integration Numericl Integrtion Wouter J. Den Hn London School of Economics c 2011 by Wouter J. Den Hn June 3, 2011 Qudrture techniques I = f (x)dx n n w i f (x i ) = w i f i i=1 i=1 Nodes: x i Weights: w i Qudrture

More information

Arithmetic Mean Derivative Based Midpoint Rule

Arithmetic Mean Derivative Based Midpoint Rule Applied Mthemticl Sciences, Vol. 1, 018, no. 13, 65-633 HIKARI Ltd www.m-hikri.com https://doi.org/10.1988/ms.018.858 Arithmetic Men Derivtive Bsed Midpoint Rule Rike Mrjulis 1, M. Imrn, Symsudhuh Numericl

More information

MTH 5102 Linear Algebra Practice Exam 1 - Solutions Feb. 9, 2016

MTH 5102 Linear Algebra Practice Exam 1 - Solutions Feb. 9, 2016 Nme (Lst nme, First nme): MTH 502 Liner Algebr Prctice Exm - Solutions Feb 9, 206 Exm Instructions: You hve hour & 0 minutes to complete the exm There re totl of 6 problems You must show your work Prtil

More information

Lecture 19: Continuous Least Squares Approximation

Lecture 19: Continuous Least Squares Approximation Lecture 19: Continuous Lest Squres Approximtion 33 Continuous lest squres pproximtion We begn 31 with the problem of pproximting some f C[, b] with polynomil p P n t the discrete points x, x 1,, x m for

More information

CMDA 4604: Intermediate Topics in Mathematical Modeling Lecture 19: Interpolation and Quadrature

CMDA 4604: Intermediate Topics in Mathematical Modeling Lecture 19: Interpolation and Quadrature CMDA 4604: Intermedite Topics in Mthemticl Modeling Lecture 19: Interpoltion nd Qudrture In this lecture we mke brief diversion into the res of interpoltion nd qudrture. Given function f C[, b], we sy

More information

The Riemann Integral

The Riemann Integral Deprtment of Mthemtics King Sud University 2017-2018 Tble of contents 1 Anti-derivtive Function nd Indefinite Integrls 2 3 4 5 Indefinite Integrls & Anti-derivtive Function Definition Let f : I R be function

More information

Part IB Numerical Analysis

Part IB Numerical Analysis Prt IB Numericl Anlysis Theorems with proof Bsed on lectures by G. Moore Notes tken by Dexter Chu Lent 2016 These notes re not endorsed by the lecturers, nd I hve modified them (often significntly) fter

More information

Lecture Notes: Orthogonal Polynomials, Gaussian Quadrature, and Integral Equations

Lecture Notes: Orthogonal Polynomials, Gaussian Quadrature, and Integral Equations 18330 Lecture Notes: Orthogonl Polynomils, Gussin Qudrture, nd Integrl Equtions Homer Reid My 1, 2014 In the previous set of notes we rrived t the definition of Chebyshev polynomils T n (x) vi the following

More information

MATH34032: Green s Functions, Integral Equations and the Calculus of Variations 1

MATH34032: Green s Functions, Integral Equations and the Calculus of Variations 1 MATH34032: Green s Functions, Integrl Equtions nd the Clculus of Vritions 1 Section 1 Function spces nd opertors Here we gives some brief detils nd definitions, prticulrly relting to opertors. For further

More information

A Bernstein polynomial approach for solution of nonlinear integral equations

A Bernstein polynomial approach for solution of nonlinear integral equations Avilble online t wwwisr-publictionscom/jns J Nonliner Sci Appl, 10 (2017), 4638 4647 Reserch Article Journl Homepge: wwwtjnscom - wwwisr-publictionscom/jns A Bernstein polynomil pproch for solution of

More information

Partial Derivatives. Limits. For a single variable function f (x), the limit lim

Partial Derivatives. Limits. For a single variable function f (x), the limit lim Limits Prtil Derivtives For single vrible function f (x), the limit lim x f (x) exists only if the right-hnd side limit equls to the left-hnd side limit, i.e., lim f (x) = lim f (x). x x + For two vribles

More information

Semigroup of generalized inverses of matrices

Semigroup of generalized inverses of matrices Semigroup of generlized inverses of mtrices Hnif Zekroui nd Sid Guedjib Abstrct. The pper is divided into two principl prts. In the first one, we give the set of generlized inverses of mtrix A structure

More information

1 The Lagrange interpolation formula

1 The Lagrange interpolation formula Notes on Qudrture 1 The Lgrnge interpoltion formul We briefly recll the Lgrnge interpoltion formul. The strting point is collection of N + 1 rel points (x 0, y 0 ), (x 1, y 1 ),..., (x N, y N ), with x

More information

I. INTEGRAL THEOREMS. A. Introduction

I. INTEGRAL THEOREMS. A. Introduction 1 U Deprtment of Physics 301A Mechnics - I. INTEGRAL THEOREM A. Introduction The integrl theorems of mthemticl physics ll hve their origin in the ordinry fundmentl theorem of clculus, i.e. xb x df dx dx

More information

Henstock-Kurzweil and McShane product integration

Henstock-Kurzweil and McShane product integration Henstock-Kurzweil nd McShne product integrtion Chrles University, Prgue slvik@krlin.mff.cuni.cz CDDE 2006 Motivtion Consider the differentil eqution y (x) = A(x)y(x) y() = y 0 where x [, b], y : [, b]

More information

Physics 116C Solution of inhomogeneous ordinary differential equations using Green s functions

Physics 116C Solution of inhomogeneous ordinary differential equations using Green s functions Physics 6C Solution of inhomogeneous ordinry differentil equtions using Green s functions Peter Young November 5, 29 Homogeneous Equtions We hve studied, especilly in long HW problem, second order liner

More information

Orthogonal Polynomials and Least-Squares Approximations to Functions

Orthogonal Polynomials and Least-Squares Approximations to Functions Chpter Orthogonl Polynomils nd Lest-Squres Approximtions to Functions **4/5/3 ET. Discrete Lest-Squres Approximtions Given set of dt points (x,y ), (x,y ),..., (x m,y m ), norml nd useful prctice in mny

More information

Topic 6b Finite Difference Approximations

Topic 6b Finite Difference Approximations /8/8 Course Instructor Dr. Rymond C. Rump Oice: A 7 Pone: (95) 747 6958 E Mil: rcrump@utep.edu Topic 6b Finite Dierence Approximtions EE 486/5 Computtionl Metods in EE Outline Wt re inite dierence pproximtions?

More information

Advanced Computational Fluid Dynamics AA215A Lecture 3 Polynomial Interpolation: Numerical Differentiation and Integration.

Advanced Computational Fluid Dynamics AA215A Lecture 3 Polynomial Interpolation: Numerical Differentiation and Integration. Advnced Computtionl Fluid Dynmics AA215A Lecture 3 Polynomil Interpoltion: Numericl Differentition nd Integrtion Antony Jmeson Winter Qurter, 2016, Stnford, CA Lst revised on Jnury 7, 2016 Contents 3 Polynomil

More information

STURM-LIOUVILLE THEORY, VARIATIONAL APPROACH

STURM-LIOUVILLE THEORY, VARIATIONAL APPROACH STURM-LIOUVILLE THEORY, VARIATIONAL APPROACH XIAO-BIAO LIN. Qudrtic functionl nd the Euler-Jcobi Eqution The purpose of this note is to study the Sturm-Liouville problem. We use the vritionl problem s

More information

Variational and other methods

Variational and other methods Vritionl nd other methods Mrch 7, 23 1. Find the function tht provides the extreml vlue for the following functionl I[y] = π/2 (y 2 y 2 + x 2 )dx, y() = y (π/2) = 1; y () = y(π/2) =. 2. Find the function

More information

7. Numerical evaluation of definite integrals

7. Numerical evaluation of definite integrals 7. Numericl evlution of definite integrls Tento učení text yl podpořen z Operčního progrmu Prh - Adptilit Hn Hldíková Numericl pproximtion of definite integrl is clled numericl qudrture, the formuls re

More information

1 2-D Second Order Equations: Separation of Variables

1 2-D Second Order Equations: Separation of Variables Chpter 12 PDEs in Rectngles 1 2-D Second Order Equtions: Seprtion of Vribles 1. A second order liner prtil differentil eqution in two vribles x nd y is A 2 u x + B 2 u 2 x y + C 2 u y + D u 2 x + E u +

More information

Numerical integration. Quentin Louveaux (ULiège - Institut Montefiore) Numerical analysis / 10

Numerical integration. Quentin Louveaux (ULiège - Institut Montefiore) Numerical analysis / 10 Numericl integrtion Quentin Louveux (ULiège Institut Montefiore) Numericl nlysis 2018 1 / 10 Numericl integrtion We consider definite integrls Z b f (x)dx better to it use if known! A We do not ssume tht

More information

Abstract inner product spaces

Abstract inner product spaces WEEK 4 Abstrct inner product spces Definition An inner product spce is vector spce V over the rel field R equipped with rule for multiplying vectors, such tht the product of two vectors is sclr, nd the

More information

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007 A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H Thoms Shores Deprtment of Mthemtics University of Nebrsk Spring 2007 Contents Rtes of Chnge nd Derivtives 1 Dierentils 4 Are nd Integrls 5 Multivrite Clculus

More information

QUADRATURE is an old-fashioned word that refers to

QUADRATURE is an old-fashioned word that refers to World Acdemy of Science Engineering nd Technology Interntionl Journl of Mthemticl nd Computtionl Sciences Vol:5 No:7 011 A New Qudrture Rule Derived from Spline Interpoltion with Error Anlysis Hdi Tghvfrd

More information

(4.1) D r v(t) ω(t, v(t))

(4.1) D r v(t) ω(t, v(t)) 1.4. Differentil inequlities. Let D r denote the right hnd derivtive of function. If ω(t, u) is sclr function of the sclrs t, u in some open connected set Ω, we sy tht function v(t), t < b, is solution

More information

Math Solutions to homework 1

Math Solutions to homework 1 Mth 75 - Solutions to homework Cédric De Groote October 5, 07 Problem, prt : This problem explores the reltionship between norms nd inner products Let X be rel vector spce ) Suppose tht is norm on X tht

More information

Lecture 14: Quadrature

Lecture 14: Quadrature Lecture 14: Qudrture This lecture is concerned with the evlution of integrls fx)dx 1) over finite intervl [, b] The integrnd fx) is ssumed to be rel-vlues nd smooth The pproximtion of n integrl by numericl

More information

1 The Riemann Integral

1 The Riemann Integral The Riemnn Integrl. An exmple leding to the notion of integrl (res) We know how to find (i.e. define) the re of rectngle (bse height), tringle ( (sum of res of tringles). But how do we find/define n re

More information

Elementary Linear Algebra

Elementary Linear Algebra Elementry Liner Algebr Anton & Rorres, 1 th Edition Lecture Set 5 Chpter 4: Prt II Generl Vector Spces 163 คณ ตศาสตร ว ศวกรรม 3 สาขาว ชาว ศวกรรมคอมพ วเตอร ป การศ กษา 1/2555 163 คณตศาสตรวศวกรรม 3 สาขาวชาวศวกรรมคอมพวเตอร

More information

ODE: Existence and Uniqueness of a Solution

ODE: Existence and Uniqueness of a Solution Mth 22 Fll 213 Jerry Kzdn ODE: Existence nd Uniqueness of Solution The Fundmentl Theorem of Clculus tells us how to solve the ordinry differentil eqution (ODE) du = f(t) dt with initil condition u() =

More information

MA Handout 2: Notation and Background Concepts from Analysis

MA Handout 2: Notation and Background Concepts from Analysis MA350059 Hndout 2: Nottion nd Bckground Concepts from Anlysis This hndout summrises some nottion we will use nd lso gives recp of some concepts from other units (MA20023: PDEs nd CM, MA20218: Anlysis 2A,

More information

The Wave Equation I. MA 436 Kurt Bryan

The Wave Equation I. MA 436 Kurt Bryan 1 Introduction The Wve Eqution I MA 436 Kurt Bryn Consider string stretching long the x xis, of indeterminte (or even infinite!) length. We wnt to derive n eqution which models the motion of the string

More information

g i fφdx dx = x i i=1 is a Hilbert space. We shall, henceforth, abuse notation and write g i f(x) = f

g i fφdx dx = x i i=1 is a Hilbert space. We shall, henceforth, abuse notation and write g i f(x) = f 1. Appliction of functionl nlysis to PEs 1.1. Introduction. In this section we give little introduction to prtil differentil equtions. In prticulr we consider the problem u(x) = f(x) x, u(x) = x (1) where

More information

The Regulated and Riemann Integrals

The Regulated and Riemann Integrals Chpter 1 The Regulted nd Riemnn Integrls 1.1 Introduction We will consider severl different pproches to defining the definite integrl f(x) dx of function f(x). These definitions will ll ssign the sme vlue

More information

NUMERICAL INTEGRATION. The inverse process to differentiation in calculus is integration. Mathematically, integration is represented by.

NUMERICAL INTEGRATION. The inverse process to differentiation in calculus is integration. Mathematically, integration is represented by. NUMERICAL INTEGRATION 1 Introduction The inverse process to differentition in clculus is integrtion. Mthemticlly, integrtion is represented by f(x) dx which stnds for the integrl of the function f(x) with

More information

1.9 C 2 inner variations

1.9 C 2 inner variations 46 CHAPTER 1. INDIRECT METHODS 1.9 C 2 inner vritions So fr, we hve restricted ttention to liner vritions. These re vritions of the form vx; ǫ = ux + ǫφx where φ is in some liner perturbtion clss P, for

More information

ON THE C-INTEGRAL BENEDETTO BONGIORNO

ON THE C-INTEGRAL BENEDETTO BONGIORNO ON THE C-INTEGRAL BENEDETTO BONGIORNO Let F : [, b] R be differentible function nd let f be its derivtive. The problem of recovering F from f is clled problem of primitives. In 1912, the problem of primitives

More information

Construction of Gauss Quadrature Rules

Construction of Gauss Quadrature Rules Jim Lmbers MAT 772 Fll Semester 2010-11 Lecture 15 Notes These notes correspond to Sections 10.2 nd 10.3 in the text. Construction of Guss Qudrture Rules Previously, we lerned tht Newton-Cotes qudrture

More information

STURM-LIOUVILLE BOUNDARY VALUE PROBLEMS

STURM-LIOUVILLE BOUNDARY VALUE PROBLEMS STURM-LIOUVILLE BOUNDARY VALUE PROBLEMS Throughout, we let [, b] be bounded intervl in R. C 2 ([, b]) denotes the spce of functions with derivtives of second order continuous up to the endpoints. Cc 2

More information

Math 100 Review Sheet

Math 100 Review Sheet Mth 100 Review Sheet Joseph H. Silvermn December 2010 This outline of Mth 100 is summry of the mteril covered in the course. It is designed to be study id, but it is only n outline nd should be used s

More information

Czechoslovak Mathematical Journal, 55 (130) (2005), , Abbotsford. 1. Introduction

Czechoslovak Mathematical Journal, 55 (130) (2005), , Abbotsford. 1. Introduction Czechoslovk Mthemticl Journl, 55 (130) (2005), 933 940 ESTIMATES OF THE REMAINDER IN TAYLOR S THEOREM USING THE HENSTOCK-KURZWEIL INTEGRAL, Abbotsford (Received Jnury 22, 2003) Abstrct. When rel-vlued

More information

Lecture 12: Numerical Quadrature

Lecture 12: Numerical Quadrature Lecture 12: Numericl Qudrture J.K. Ryn@tudelft.nl WI3097TU Delft Institute of Applied Mthemtics Delft University of Technology 5 December 2012 () Numericl Qudrture 5 December 2012 1 / 46 Outline 1 Review

More information

Numerical Integration

Numerical Integration Chpter 5 Numericl Integrtion Numericl integrtion is the study of how the numericl vlue of n integrl cn be found. Methods of function pproximtion discussed in Chpter??, i.e., function pproximtion vi the

More information

Undergraduate Research

Undergraduate Research Undergrdute Reserch A Trigonometric Simpson s Rule By Ctherine Cusimno Kirby nd Sony Stnley Biogrphicl Sketch Ctherine Cusimno Kirby is the dughter of Donn nd Sm Cusimno. Originlly from Vestvi Hills, Albm,

More information

4. Calculus of Variations

4. Calculus of Variations 4. Clculus of Vritions Introduction - Typicl Problems The clculus of vritions generlises the theory of mxim nd minim. Exmple (): Shortest distnce between two points. On given surfce (e.g. plne), nd the

More information

63. Representation of functions as power series Consider a power series. ( 1) n x 2n for all 1 < x < 1

63. Representation of functions as power series Consider a power series. ( 1) n x 2n for all 1 < x < 1 3 9. SEQUENCES AND SERIES 63. Representtion of functions s power series Consider power series x 2 + x 4 x 6 + x 8 + = ( ) n x 2n It is geometric series with q = x 2 nd therefore it converges for ll q =

More information

B.Sc. in Mathematics (Ordinary)

B.Sc. in Mathematics (Ordinary) R48/0 DUBLIN INSTITUTE OF TECHNOLOGY KEVIN STREET, DUBLIN 8 B.Sc. in Mthemtics (Ordinry) SUPPLEMENTAL EXAMINATIONS 01 Numericl Methods Dr. D. Mckey Dr. C. Hills Dr. E.A. Cox Full mrks for complete nswers

More information

Math Theory of Partial Differential Equations Lecture 2-9: Sturm-Liouville eigenvalue problems (continued).

Math Theory of Partial Differential Equations Lecture 2-9: Sturm-Liouville eigenvalue problems (continued). Mth 412-501 Theory of Prtil Differentil Equtions Lecture 2-9: Sturm-Liouville eigenvlue problems (continued). Regulr Sturm-Liouville eigenvlue problem: d ( p dφ ) + qφ + λσφ = 0 ( < x < b), dx dx β 1 φ()

More information

Lecture 1. Functional series. Pointwise and uniform convergence.

Lecture 1. Functional series. Pointwise and uniform convergence. 1 Introduction. Lecture 1. Functionl series. Pointwise nd uniform convergence. In this course we study mongst other things Fourier series. The Fourier series for periodic function f(x) with period 2π is

More information

Math& 152 Section Integration by Parts

Math& 152 Section Integration by Parts Mth& 5 Section 7. - Integrtion by Prts Integrtion by prts is rule tht trnsforms the integrl of the product of two functions into other (idelly simpler) integrls. Recll from Clculus I tht given two differentible

More information

Calculus of Variations

Calculus of Variations Clculus of Vritions Com S 477/577 Notes) Yn-Bin Ji Dec 4, 2017 1 Introduction A functionl ssigns rel number to ech function or curve) in some clss. One might sy tht functionl is function of nother function

More information

New Expansion and Infinite Series

New Expansion and Infinite Series Interntionl Mthemticl Forum, Vol. 9, 204, no. 22, 06-073 HIKARI Ltd, www.m-hikri.com http://dx.doi.org/0.2988/imf.204.4502 New Expnsion nd Infinite Series Diyun Zhng College of Computer Nnjing University

More information

df dt f () b f () a dt

df dt f () b f () a dt Vector lculus 16.7 tokes Theorem Nme: toke's Theorem is higher dimensionl nlogue to Green's Theorem nd the Fundmentl Theorem of clculus. Why, you sk? Well, let us revisit these theorems. Fundmentl Theorem

More information

Numerical Analysis: Trapezoidal and Simpson s Rule

Numerical Analysis: Trapezoidal and Simpson s Rule nd Simpson s Mthemticl question we re interested in numericlly nswering How to we evlute I = f (x) dx? Clculus tells us tht if F(x) is the ntiderivtive of function f (x) on the intervl [, b], then I =

More information

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Mth 520 Finl Exm Topic Outline Sections 1 3 (Xio/Dums/Liw) Spring 2008 The finl exm will be held on Tuesdy, My 13, 2-5pm in 117 McMilln Wht will be covered The finl exm will cover the mteril from ll of

More information

Chapter 3. Inner Products and Norms

Chapter 3. Inner Products and Norms Chpter 3 Inner Products nd Norms The geometry of Eucliden spce relies on the fmilir properties of length nd ngle. The bstrct concept of norm on vector spce formlizes the geometricl notion of the length

More information

Elements of Matrix Algebra

Elements of Matrix Algebra Elements of Mtrix Algebr Klus Neusser Kurt Schmidheiny September 30, 2015 Contents 1 Definitions 2 2 Mtrix opertions 3 3 Rnk of Mtrix 5 4 Specil Functions of Qudrtic Mtrices 6 4.1 Trce of Mtrix.........................

More information

any possibly dd stfdf Eds : already it state variable. xy + 7 ulliple ordinary differential equations through form that is a first-order differential

any possibly dd stfdf Eds : already it state variable. xy + 7 ulliple ordinary differential equations through form that is a first-order differential vlued Anlysis dynmicl systems : Dynmicl cn be described either systems ny ordinry differentil equtions ulliple sclr vribles in or in stte form tht is firstorder differentil dimensionl eqution vector in

More information

Convex Sets and Functions

Convex Sets and Functions B Convex Sets nd Functions Definition B1 Let L, +, ) be rel liner spce nd let C be subset of L The set C is convex if, for ll x,y C nd ll [, 1], we hve 1 )x+y C In other words, every point on the line

More information

MATH 3795 Lecture 18. Numerical Solution of Ordinary Differential Equations.

MATH 3795 Lecture 18. Numerical Solution of Ordinary Differential Equations. MATH 3795 Lecture 18. Numericl Solution of Ordinry Differentil Equtions. Dmitriy Leykekhmn Fll 2008 Gols Introduce ordinry differentil equtions (ODEs) nd initil vlue problems (IVPs). Exmples of IVPs. Existence

More information

x j β j + λ (x ij x j )βj + λ β c2 and y aug = λi λi = X X + λi, X λi = y X.

x j β j + λ (x ij x j )βj + λ β c2 and y aug = λi λi = X X + λi, X λi = y X. Stt 648: Assignment Solutions (115 points) (3.5) (5 pts.) Writing the ridge expression s y i 0 x ij j x j j + i1 y i ( 0 + i1 y i 0 c i1 j1 x j j ) j1 j1 x j j j1 (x ij x j ) j j1 (x ij x j )j c j1 + λ

More information

u = 0 in Ω, u = f on B,

u = 0 in Ω, u = f on B, Preprint April 1991 Colordo Stte University Deprtment of Mthemtics COMPUTATION OF WEAKLY AND NEARLY SINGULAR INTEGRALS OVER TRIANGLES IN R 3 EUGENE L. ALLGOWER 1,2,4, KURT GEORG 1,3,4 nd KARL KALIK 3,5

More information

Variational Techniques for Sturm-Liouville Eigenvalue Problems

Variational Techniques for Sturm-Liouville Eigenvalue Problems Vritionl Techniques for Sturm-Liouville Eigenvlue Problems Vlerie Cormni Deprtment of Mthemtics nd Sttistics University of Nebrsk, Lincoln Lincoln, NE 68588 Emil: vcormni@mth.unl.edu Rolf Ryhm Deprtment

More information

L 2 STABILITY ANALYSIS OF THE CENTRAL DISCONTINUOUS GALERKIN METHOD AND A COMPARISON BETWEEN THE CENTRAL AND REGULAR DISCONTINUOUS GALERKIN METHODS

L 2 STABILITY ANALYSIS OF THE CENTRAL DISCONTINUOUS GALERKIN METHOD AND A COMPARISON BETWEEN THE CENTRAL AND REGULAR DISCONTINUOUS GALERKIN METHODS ESAIM: MAN 008 593 607 DOI: 0.05/mn:00808 ESAIM: Mtemticl Modelling nd Numericl Anlysis www.esim-mn.org L STABILITY ANALYSIS OF THE CENTRAL DISCONTINUOUS GALERKIN METHOD AND A COMPARISON BETWEEN THE CENTRAL

More information

Fourier series. Preliminary material on inner products. Suppose V is vector space over C and (, )

Fourier series. Preliminary material on inner products. Suppose V is vector space over C and (, ) Fourier series. Preliminry mteril on inner products. Suppose V is vector spce over C nd (, ) is Hermitin inner product on V. This mens, by definition, tht (, ) : V V C nd tht the following four conditions

More information

Ordinary Differential Equations- Boundary Value Problem

Ordinary Differential Equations- Boundary Value Problem Ordinry Differentil Equtions- Boundry Vlue Problem Shooting method Runge Kutt method Computer-bsed solutions o BVPFD subroutine (Fortrn IMSL subroutine tht Solves (prmeterized) system of differentil equtions

More information

CAAM 453 NUMERICAL ANALYSIS I Examination There are four questions, plus a bonus. Do not look at them until you begin the exam.

CAAM 453 NUMERICAL ANALYSIS I Examination There are four questions, plus a bonus. Do not look at them until you begin the exam. Exmintion 1 Posted 23 October 2002. Due no lter thn 5pm on Mondy, 28 October 2002. Instructions: 1. Time limit: 3 uninterrupted hours. 2. There re four questions, plus bonus. Do not look t them until you

More information

DOING PHYSICS WITH MATLAB MATHEMATICAL ROUTINES

DOING PHYSICS WITH MATLAB MATHEMATICAL ROUTINES DOIG PHYSICS WITH MATLAB MATHEMATICAL ROUTIES COMPUTATIO OF OE-DIMESIOAL ITEGRALS In Cooper School of Physics, University of Sydney in.cooper@sydney.edu.u DOWLOAD DIRECTORY FOR MATLAB SCRIPTS mth_integrtion_1d.m

More information

3.4 Numerical integration

3.4 Numerical integration 3.4. Numericl integrtion 63 3.4 Numericl integrtion In mny economic pplictions it is necessry to compute the definite integrl of relvlued function f with respect to "weight" function w over n intervl [,

More information

Stepsize Control for Cubic Spline Interpolation

Stepsize Control for Cubic Spline Interpolation Nonme mnuscript No. (will be inserted by te editor) Stepsize Control for Cubic Spline Interpoltion Dvod Kojste Slkuye Received: dte / Accepted: dte Abstrct Numericl lgoritms wic include stepsize re ffected

More information

Numerical Integration. 1 Introduction. 2 Midpoint Rule, Trapezoid Rule, Simpson Rule. AMSC/CMSC 460/466 T. von Petersdorff 1

Numerical Integration. 1 Introduction. 2 Midpoint Rule, Trapezoid Rule, Simpson Rule. AMSC/CMSC 460/466 T. von Petersdorff 1 AMSC/CMSC 46/466 T. von Petersdorff 1 umericl Integrtion 1 Introduction We wnt to pproximte the integrl I := f xdx where we re given, b nd the function f s subroutine. We evlute f t points x 1,...,x n

More information

Mathematical Analysis: Supplementary notes I

Mathematical Analysis: Supplementary notes I Mthemticl Anlysis: Supplementry notes I 0 FIELDS The rel numbers, R, form field This mens tht we hve set, here R, nd two binry opertions ddition, + : R R R, nd multipliction, : R R R, for which the xioms

More information

Sturm-Liouville Eigenvalue problem: Let p(x) > 0, q(x) 0, r(x) 0 in I = (a, b). Here we assume b > a. Let X C 2 1

Sturm-Liouville Eigenvalue problem: Let p(x) > 0, q(x) 0, r(x) 0 in I = (a, b). Here we assume b > a. Let X C 2 1 Ch.4. INTEGRAL EQUATIONS AND GREEN S FUNCTIONS Ronld B Guenther nd John W Lee, Prtil Differentil Equtions of Mthemticl Physics nd Integrl Equtions. Hildebrnd, Methods of Applied Mthemtics, second edition

More information

Inner-product spaces

Inner-product spaces Inner-product spces Definition: Let V be rel or complex liner spce over F (here R or C). An inner product is n opertion between two elements of V which results in sclr. It is denoted by u, v nd stisfies:

More information

Numerical Methods for Partial Differential Equations

Numerical Methods for Partial Differential Equations Numericl Methods for Prtil Differentil Equtions Eric de Sturler Deprtment of Computer Science University of Illinois t Urn-Chmpign 11/19/003 1 00 Eric de Sturler Why More Generl Spces We now provide more

More information

Lecture 14 Numerical integration: advanced topics

Lecture 14 Numerical integration: advanced topics Lecture 14 Numericl integrtion: dvnced topics Weinn E 1,2 nd Tiejun Li 2 1 Deprtment of Mthemtics, Princeton University, weinn@princeton.edu 2 School of Mthemticl Sciences, Peking University, tieli@pku.edu.cn

More information

1. Gauss-Jacobi quadrature and Legendre polynomials. p(t)w(t)dt, p {p(x 0 ),...p(x n )} p(t)w(t)dt = w k p(x k ),

1. Gauss-Jacobi quadrature and Legendre polynomials. p(t)w(t)dt, p {p(x 0 ),...p(x n )} p(t)w(t)dt = w k p(x k ), 1. Guss-Jcobi qudrture nd Legendre polynomils Simpson s rule for evluting n integrl f(t)dt gives the correct nswer with error of bout O(n 4 ) (with constnt tht depends on f, in prticulr, it depends on

More information

Discrete Least-squares Approximations

Discrete Least-squares Approximations Discrete Lest-squres Approximtions Given set of dt points (x, y ), (x, y ),, (x m, y m ), norml nd useful prctice in mny pplictions in sttistics, engineering nd other pplied sciences is to construct curve

More information

Lecture 3. Limits of Functions and Continuity

Lecture 3. Limits of Functions and Continuity Lecture 3 Limits of Functions nd Continuity Audrey Terrs April 26, 21 1 Limits of Functions Notes I m skipping the lst section of Chpter 6 of Lng; the section bout open nd closed sets We cn probbly live

More information

Orthogonal Polynomials

Orthogonal Polynomials Mth 4401 Gussin Qudrture Pge 1 Orthogonl Polynomils Orthogonl polynomils rise from series solutions to differentil equtions, lthough they cn be rrived t in vriety of different mnners. Orthogonl polynomils

More information

Matrices, Moments and Quadrature, cont d

Matrices, Moments and Quadrature, cont d Jim Lmbers MAT 285 Summer Session 2015-16 Lecture 2 Notes Mtrices, Moments nd Qudrture, cont d We hve described how Jcobi mtrices cn be used to compute nodes nd weights for Gussin qudrture rules for generl

More information

Predict Global Earth Temperature using Linier Regression

Predict Global Earth Temperature using Linier Regression Predict Globl Erth Temperture using Linier Regression Edwin Swndi Sijbt (23516012) Progrm Studi Mgister Informtik Sekolh Teknik Elektro dn Informtik ITB Jl. Gnesh 10 Bndung 40132, Indonesi 23516012@std.stei.itb.c.id

More information

An Overview of the Theory of Distributions

An Overview of the Theory of Distributions An Overview of the Theory of Distributions Mtt Guthrie Adpted from Hlperin [1] 1 Chpter 1 Introduction For the rnge of time between the introduction of the opertionl clculus t the end of the 19th century

More information