Numerical Integration. Newton Cotes Formulas. Quadrature. Newton Cotes Formulas. To approximate the integral b

Size: px
Start display at page:

Download "Numerical Integration. Newton Cotes Formulas. Quadrature. Newton Cotes Formulas. To approximate the integral b"

Transcription

1 Numericl Integrtion Newton Cotes Formuls Given function f : R R nd two rel numbers, b R, < b, we clculte (pproximtely) the integrl I(f,, b) = f (x) dx K. Frischmuth (IfM UR) Numerics for CSE 08/09 8 / 35 Newton Cotes Formuls To pproximte the integrl f (x)dx we choose n integer n N. Now we divide the intervl [, b] into n equl prts. For the step size h n nd the gridpoints x k we get h n := b nd n x k = + kh n with k = 0,..., n. The ide of the Newton Cotes Formuls consists in replcing the function f (x) by its Lngrnge interpoltion polynomil p n (x) n with p n (x) = f (x k )l k (x) nd l k (x) = k=0 n j=0 j k x x j x k x j through the gridpoints (, f ( )),..., (x n, f (x n )). K. Frischmuth (IfM UR) Numerics for CSE 08/09 8 / 35 Qudrture With f (x) = p n (x) r n (x) }{{} interpoltion error for the integrl it holds f (x)dx } {{ } I(f ) exct integrl = p n (x)dx } {{ } Q n (f ) pproximtion of I(f ) r n (x) dx. } {{ } R n (f ) integrtion error The qudrture formul of the integrl I(f ) n Q n (f ) = p n (x)dx = f (x k ) l k (x)dx k=0 }{{} q k R weights is weighted sum of the function vlues f (x k ). K. Frischmuth (IfM UR) Numerics for CSE 08/09 83 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 84 / 35

2 Degree Degree of exctness The Lgrnge interpoltion polynomil through the gridpoints (, f ( )), (x, f (x )) hs the form p (x) = f ( )l 0 (x) + f (x )l (x) p (x) = f ( ) x x x + f (x ) x x. The degree of exctness of n integrtion formul Q is the mximl integer r 0, for which holds I(p r (x)) = Q(p r (x)) for ll polynomils p r (x) of degree r. K. Frischmuth (IfM UR) Numerics for CSE 08/09 85 / 35 Midpoint rule The pproximtion of the integrl f (x)dx by the midpoint forumul ( ) + b Q 0 (f ) = (b )f is equivlent to constructing tngent line in ( ( )) + b + b, f nd computing the re under this tngent line ( ) ( ) ( + b + b t(x) = f + f x + b ). K. Frischmuth (IfM UR) Numerics for CSE 08/09 87 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 86 / 35 Estimte For the integrl of the tngent line on the intervl [, b] it holds: [ ( ) ( ) ( + b + b f + f x + b )] dx ( ) ( ) + b + b b ( = f dx + f x + b ) dx [ ( )] + b b ( ) [ + b x = f + f + b ] b x ( ) ( ) [ + b + b b = (b ) f + f + b ] (b ) ( ) ( ) [ + b + b + b = (b ) f + f (b ) + b ] }{{} 0 ( ) + b = (b )f := Q 0 (f ) K. Frischmuth (IfM UR) Numerics for CSE 08/09 88 / 35

3 Remrk Interpoltion polynomil of degree n= Let f (x) be convex, then Q 0 (f ) < I(f ) < Q (f ). (Q 0 (f ) ˆ= tngent trpezoidl rule) The Lgrnge interpoltion polynomil through the gridpoints (, f ( )), (x, f (x )), (x, f (x )) hs the form p (x) = f ( )l 0 (x) + f (x )l (x) + f (x )l (x). It holds h = b. K. Frischmuth (IfM UR) Numerics for CSE 08/09 89 / 35 Weights We get the weights q 0, q, q for the pproximtion of the interpoltion polynommil Q (f ) = f ( )q 0 + f (x )q + f (x )q by solving the three integrls q 0 = q = q = x l 0 (x)dx = x l (x)dx = x l (x)dx = x (x x )(x x ) ( x )( x ) dx = b = 6 3 h (x )(x x ) dx = 4b = 4 (x )(x x ) 6 3 h x x (x )(x x ) (x )(x x ) dx = b 6 = 3 h K. Frischmuth (IfM UR) Numerics for CSE 08/09 90 / 35 thus we get Q (f ) = b [ ] f ( ) + 4f (x ) + f (x ) 6 Q (f ) = h [ ] f ( ) + 4f (x ) + f (x ) Simpson s Rule 3 Alredy Kepler used this method in 65 to compute the volume of brrel: For the pproximtion of [ dx, V = π f (x)] he used the formul V π h ( ) r + 4rm + rb. 6 K. Frischmuth (IfM UR) Numerics for CSE 08/09 9 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 9 / 35

4 Error estimtes for Simpson s rule Newton Cotes Formuls of higher degree n the error of Simpson s rule cn be estimted by R (f ) = h5 90 f (4) (ζ) for ζ [, b] hence, we cn integrte polynomils of degree n = 3 exctly with h n = b n, x k = + kh n, xn l (x)dx nd q k = k n s = k=0 q k we get the following pproximtion of the integrl Q n (f ) = b n f (x k )q k s k=0 K. Frischmuth (IfM UR) Numerics for CSE 08/09 93 / 35 Error estimtes K. Frischmuth (IfM UR) Numerics for CSE 08/09 94 / 35 Wrning The following tble holds for the first four degrees: n q k s error,, 4, 6 3, 3, 3, 8 h 3 f (ζ) chord trpezoidl rule h 5 90 f (4) (ζ) Simson s Rule 3h f (4) (ζ) Simpson s Rule - don t use Newton Cotes Formuls of higher order, becuse some weights will become negtive, which will cuse cncelltion of significnt digits - in generl, the sequence Q n (f ), n =,, 3,..., does not converge to f (x)dx 4 7, 3,, 3, h f (6) (ζ) Boole s Rule K. Frischmuth (IfM UR) Numerics for CSE 08/09 95 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 96 / 35

5 Multiple stripes Estimtes im bse methods conditions pproximtion of the determined b integrl I = I(f,, b) := f (x) dx trpezoidl rule, Simpson s rule trpezoidl rule: f twice continuously differentible Simpson s rule: f four times continuously differentible formuls h = (b )/n, x i = + i h, y i = f (x i ) for i = 0,,,... n ( y0 T n = T (f,, b, n) = h + y + + y n + y ) n S n = S(f,, b, n) = h 3 (y 0 + 4y + y + 4y y n + y n ) error terms trpezoidl rule: I = T n + R T n, R T n = Simpson s rule: I = S n + R S n with R S n = (b )h f (ξ) (b )h4 f (iv) (ξ) 80 where ξ rbitrry intermedite point from (, b) (in generl different for R T n, respectively R S n ) (n even!) K. Frischmuth (IfM UR) Numerics for CSE 08/09 97 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 98 / 35 Algorithm (doubling) Trick Romberg multiple evlution of T n with doubling the number of strips T n = T n + h n f ( + i h) i= T i k = T i k + T i k T i k ( ) ni n i k+ h = b ; f() + f(b) T = h ; for k = : mx M = 0; for j = 0 : n M = M + f ( + (j + )h) ; end M = Mh; T = T + M ; h = h ; n = n; K. Frischmuth (IfM UR) Numerics for CSE 08/09 99 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/ / 35

6 Exmple (doubling) Exmple (Romberg) Consider the definite integrl x. The nlytic solution is [4 rctn x] 0 = 4π 4 = π. Using the Trpezoidl Rules with intervl bisection we cn evlute the integrl: h M(x) T (x) K. Frischmuth (IfM UR) Numerics for CSE 08/09 30 / 35 Algorithm (Romberg) The evlution of the integrl (8x 7 6x 5 + 6x 3)dx yields to the exct solution 9.0. The evlution by Trpezoidl Rule followed by Romberg Method yields: K. Frischmuth (IfM UR) Numerics for CSE 08/09 30 / 35 In order to sve memory we use vector insted of the mtrix A. (0) = (b ) for k = : mx n = n + n; h = b n ; f() + f(b) ; n=;. step: Applying the Trpezoidl Rule on the integrl T = 0; for j = : : n ; T = T + f( + jh); end T = h T;. step: Applying the Romberg Method (k) = (k ) + T ; for i = k : : 0 end (i) = (i + ) + (i + ) (i) 4 k ; Ordinry Differentil Equtions K. Frischmuth (IfM UR) Numerics for CSE 08/ / 35

7 Ordinry Differentil Equtions Nottion Given function f : R R n R n, two rel numbers, x f R, < x f, nd vector y 0 R n, we solve (pproximtely) the Cuchy problem for x [, x f ]. Remrk y (x) = f (x, y(x)) with y( ) = y 0 For strters, we set n = nd spek of n ordinry differentil eqution. Otherwise, we cll it system of ODEs. We consider equtions of the type y (x) = f (x, y(x)). Often x cn be interpreted s time, then we write ẏ(t) = f (t, y(t)). Specil cses: ẏ = f (y) (utonomous eqution), or ẏ = f (t). The ltter cse is obvious: ll prime functions of f re solutions (indefinite integrl), they form the generl solution. To pick prticulr solution we need to prescribe the constnt of integrtion. This is usully done by ssigning n initil vlue. K. Frischmuth (IfM UR) Numerics for CSE 08/ / 35 Initil vlue problems K. Frischmuth (IfM UR) Numerics for CSE 08/ / 35 Existence nd uniqueness Theorem: (Picrd-Lindelof) If f fulfills Lipschitz condition The two equtions ẏ = f (t, y(t)), y(t 0 ) = y 0 together form n initil vlue or Cuchy problem. We hve t y(t) = y 0 + f (τ, y(τ))dτ. t 0 f (t, y ) f (t, y ) < L y y (t, y ), (t, y ) Dom(f ) with ny rel number L (the Lipschitz constnt), then there is unique solution with mximl domin to ech Cuchy problem with initil dt in the domin of f. This mximl solution reches the boundry of Dom(f ) the domin of f. For importnt specil cses nlyticl solutions cn be found. (e.g. seprble, projective, liner, Bernoulli, exct, nd logistic equtions... ) K. Frischmuth (IfM UR) Numerics for CSE 08/ / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/ / 35

8 Numericl pproches Runge-Kutt methods The best known numericl procedures re the Runge-Kutt methods. Given y(x), we find n pproximtion to y(x + h) in the form ỹ(x + h) = y(x) + hd where h is the stepsize nd d is the men derivtive of the numericl solution on the intervl [x, x + h]. We clculte this vlue by tking the weighted men of vlues of the right-hnd side f (, ) of the ode y (x) = f (x, y). The trick is to choose suitble points nd weights in wy to get the smllest possible difference between the exct solution t x + h. There re mny pproprite choices, depending on ccurcy requirements nd the effort we re going to ccept. Other methods mke use of pst steps, interpoltion techniques re pplied (multistep methods). The generl form of the method is k = f (x, y) i k i = f (x + c i h, y + h i j k j ), i =... r r d = b j k j j= The simplest choice is known s Euler s (explicit) method, d = k = f (x, y) y(x + h) y(x) + hf (x, y(x)). j= K. Frischmuth (IfM UR) Numerics for CSE 08/ / 35 Heun s method K. Frischmuth (IfM UR) Numerics for CSE 08/09 30 / 35 Fourth order RK method On cn show tht the bove method is very rough, nd the only wy to get better results is to reduce the stepsize h. In order to void excessive numbers of steps nd thus cut-off errors we increse the order of the method. A very simple improvement of Euler s method is Heun s method k = f (x, y) k = f (x + h, y + hk ) d = / k + / k The clssicl Runge-Kutt method is of order 4. In this cse, the coefficients re / / 0 0 c = / = 0 / b = ( /6 /3 /3 /6 ) We will verify tht this method is lredy much better thn the originl one. K. Frischmuth (IfM UR) Numerics for CSE 08/09 3 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 3 / 35

9 Fifth order RK method The bove method gives the exct vlue of y(x + h) up to term proportionl to h 4. This cn be improved populr 5th order method is known s Dormnd Prince method, or simply dopri. ( It needs r = ) 7 stges. c = b /40 9/ /45 56/5 3/9 8/ / /79 49/ / /3 5/ /84 /55 /40 K. Frischmuth (IfM UR) Numerics for CSE 08/09 33 / 35 progrm DormndPrince(input, output); {Integrtion of y (x) = 4*Exp(0.8x) - 0.5y(x) by Dormnd-Prince-Method} vr x0, y0: double; {initil vlues} xf: double; {finl rgument} h: double; {step} eps: double; {ccurcy} x, y: double; uround: double; dy0, dy: double; y, hneu: double; nenner, fehler, fktor: double; fil, ccept: boolen; mxit, i, j: integer; b, c, k: rry[..7] of rel; : rry[..7,..7] of rel; K. Frischmuth (IfM UR) Numerics for CSE 08/09 33 / 35 function fxy(x, y: double): double; begin fxy := 4.0*Exp(0.8*x) - 0.5*y end; {fxy} procedure init; begin {initilize} x0:=0.0; y0:=.0; {set end of intervl of integrtion} xf:=0.0; {step size} h:=0.5; {Tolernce on locl cut off error} eps:= ; uround :=.0E-6; while (+uround) > do uround := uround*0.; c[]:=0.0; c[]:=0.; c[3]:=3/0; c[4]:=0.8; c[5]:=8/9; c[6]:=.0; c[7]:=.0; b[]:=7/57600; b[]:=0.0; b[3]:=-7/6695; b[4]:=7/90; b[5]:=-753/33900; b[6]:=/55; b[7]:=-/40; [,]:=0.; [3,]:=3/40; [3,]:=9/40; [4,]:=44/45; [4,]:=-56/5; [4,3]:=3/9; [5,]:=937/656; [5,]:=-5360/87; [5,3]:=64448/656; [5,4]:=-/79; [6,]:=907/368; [6,]:=-355/33; [6,3]:=4673/547; [6,4]:=49/76; [6,5]:=-503/8656; [7,]:=35/384; [7,]:=0.0; [7,3]:=500/3; [7,4]:=5/9; [7,5]:=-87/6784; [7,6]:=/84; K. Frischmuth (IfM UR) Numerics for CSE 08/09 33 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 33 / 35

10 x := x0; y := y0; fil := flse; ccept:= true; mxit :=0; writeln( x end; {init} y ) procedure result; begin writeln( x::5,, y::5) end; {result} K. Frischmuth (IfM UR) Numerics for CSE 08/09 33 / 35 if (*uround/eps) > nenner then begin nenner := *uround/eps fehler := bs(h*dy/nenner); if 5.0 < (.*exp((/5)*ln(fehler/eps))) then begin fktor := 5.0 end else begin {if} fktor :=.*exp((/5)*ln(fehler/eps)) if.0 > fktor then begin fktor :=.0; hneu := h/fktor; if fehler < eps then begin y := y; x := x + h; result; if (not ccept) then begin if h < hneu then begin hneu := h end {if} K. Frischmuth (IfM UR) Numerics for CSE 08/09 33 / 35 begin {Dormnd-Prince} init; repet dy := 0.0; for j:= to 7 do begin dy0 := 0.0; for i:= to j- do begin dy0 := dy0 + [j,i]*k[i] end; {for} k[j] := fxy(x + c[j]*h, y + h*dy0); dy := dy + b[j]*k[j] end; {for} y := y + h*dy0; if.0e-5 > bs(y) then begin nenner :=.0E-5 end else begin {if} nenner := bs(y) if bs(y) > nenner then begin nenner := bs(y) K. Frischmuth (IfM UR) Numerics for CSE 08/09 33 / 35 ccept:=true; mxit :=0; end else begin {if} ccept := flse; mxit := mxit + ; fil := (mxit = 0) or (x + 0.*h = x) h := hneu; until (x > xf) or fil; end. {Dormnd-Prince} K. Frischmuth (IfM UR) Numerics for CSE 08/09 34 / 35

11 Stbility issues Multistep methods (explicit) All methods considered so fr were explicit methods. For certin so-clled stiff differentil equtions (nd systems), numericl solutions tend to oscillte, unless very smll step sizes re pplied. Implicit methods perform better t stiff problems. The most successful implicit methods re multistep methods. We introduce shortly the ide of multistep methods, first on the exmple of explicit schemes (Adm-Bshfort). Finlly, the implicit Adm-Moulton-Methods re presented. K. Frischmuth (IfM UR) Numerics for CSE 08/09 34 / 35 Multistep methods (implicit) The new pproximte vlue of y t x i+ = h(i + ) with h = const is clculted on the bsis of the right-hnd side f, evluted t the most recent n points (x j, y j ), j = i, i,... i n +. n = : n = 3 : y i+ = y i + h 3 y i+ = y i + h ( 3f (ti, y i ) f (t i, y i ) ) ( 3f (ti, y i ) 6f (t i, y i ) + 5f (t i, y i ) ) For the higher vlues of n, we give just the coefficients: h ( ) n = 4 : 55, 59, 37, 9 4 h ( ) n = 5 : 90, 774, 66, 74, 5 70 K. Frischmuth (IfM UR) Numerics for CSE 08/09 35 / 35 BDF-Methods Here we use lso the unknown point (x i+, y i+ ), i.e., we hve to solve n eqution for y i+, which is only implicitly determined. n = : y i+ = y i + h (5f (t i+, y i+ ) + 8f (t i, y i ) f (t i, y i )) n = 3 : y i+ = y i + h 4( 9f (ti+, y i+ ) + 9f (t i, y i ) 5f (ti, y i ) + f (t i, y i )) ide: interpolte lst m nodes nd the unknown next step fulfill ODE in new unknown node in order to interpolte, the Lgrngen bse polynomils re used to find the unknown vlue y i+, system of equtions hs to be solved in generl, some version of Newton s method hs to be pplied n = 4 : h ( ) 5, 646, 64, +06, 9 70 K. Frischmuth (IfM UR) Numerics for CSE 08/09 36 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 37 / 35

12 Generl Form for constnt stepsize Mtlb Code α i+ y i+ + α i y i + α i y i α i+ m y i+ m = hf (x i+, y i+ ) The vlues of the α s re the following: m =, α i+ =, α i = m =, α i+ = 3/, α i =, α i = / m = 3, α i+ = /6, α i = 3, α i = 3/, α i = /3 m = 4, α i+ = 5/, α i = 4, α i = 3, α i = 4/3, α i 3 = /4 m = 5, α = (37/60, 5, 5, 0/3, 5/4, /5) m = 6, α = (47/60, 6, 5/, 0/3, 5/4, 6/5, /6) K. Frischmuth (IfM UR) Numerics for CSE 08/09 38 / 35 Exmple K. Frischmuth (IfM UR) Numerics for CSE 08/09 39 / 35 Dhlquist s Test y (t) = f (t, y(t)) = λ(y(t) ); y(0) = y 0 = ; y (t) = f (t, y(t)) = Ay(t); y(0) = y 0 ; A digonizble A method is clled A-stble if it works for ll problems with the spectrum of A in the left complex hlfplne. solution for λ = 00, h = /40 K. Frischmuth (IfM UR) Numerics for CSE 08/09 30 / 35 K. Frischmuth (IfM UR) Numerics for CSE 08/09 3 / 35

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

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

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

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

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

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

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

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

COSC 3361 Numerical Analysis I Numerical Integration and Differentiation (III) - Gauss Quadrature and Adaptive Quadrature

COSC 3361 Numerical Analysis I Numerical Integration and Differentiation (III) - Gauss Quadrature and Adaptive Quadrature COSC 336 Numericl Anlysis I Numericl Integrtion nd Dierentition III - Guss Qudrture nd Adptive Qudrture Edgr Griel Fll 5 COSC 336 Numericl Anlysis I Edgr Griel Summry o the lst lecture I For pproximting

More information

Lecture 20: Numerical Integration III

Lecture 20: Numerical Integration III cs4: introduction to numericl nlysis /8/0 Lecture 0: Numericl Integrtion III Instructor: Professor Amos Ron Scribes: Mrk Cowlishw, Yunpeng Li, Nthnel Fillmore For the lst few lectures we hve discussed

More information

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS.

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS. THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS RADON ROSBOROUGH https://intuitiveexplntionscom/picrd-lindelof-theorem/ This document is proof of the existence-uniqueness theorem

More information

Numerical Analysis. 10th ed. R L Burden, J D Faires, and A M Burden

Numerical Analysis. 10th ed. R L Burden, J D Faires, and A M Burden Numericl Anlysis 10th ed R L Burden, J D Fires, nd A M Burden Bemer Presenttion Slides Prepred by Dr. Annette M. Burden Youngstown Stte University July 9, 2015 Chpter 4.1: Numericl Differentition 1 Three-Point

More information

Math 1B, lecture 4: Error bounds for numerical methods

Math 1B, lecture 4: Error bounds for numerical methods Mth B, lecture 4: Error bounds for numericl methods Nthn Pflueger 4 September 0 Introduction The five numericl methods descried in the previous lecture ll operte by the sme principle: they pproximte the

More information

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but...

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but... Chpter 7 Numericl Methods 7. Introduction In mny cses the integrl f(x)dx cn be found by finding function F (x) such tht F 0 (x) =f(x), nd using f(x)dx = F (b) F () which is known s the nlyticl (exct) solution.

More information

Chapter 3 Solving Nonlinear Equations

Chapter 3 Solving Nonlinear Equations Chpter 3 Solving Nonliner Equtions 3.1 Introduction The nonliner function of unknown vrible x is in the form of where n could be non-integer. Root is the numericl vlue of x tht stisfies f ( x) 0. Grphiclly,

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

Review of Calculus, cont d

Review of Calculus, cont d Jim Lmbers MAT 460 Fll Semester 2009-10 Lecture 3 Notes These notes correspond to Section 1.1 in the text. Review of Clculus, cont d Riemnn Sums nd the Definite Integrl There re mny cses in which some

More information

III. Lecture on Numerical Integration. File faclib/dattab/lecture-notes/numerical-inter03.tex /by EC, 3/14/2008 at 15:11, version 9

III. Lecture on Numerical Integration. File faclib/dattab/lecture-notes/numerical-inter03.tex /by EC, 3/14/2008 at 15:11, version 9 III Lecture on Numericl Integrtion File fclib/dttb/lecture-notes/numerical-inter03.tex /by EC, 3/14/008 t 15:11, version 9 1 Sttement of the Numericl Integrtion Problem In this lecture we consider the

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

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

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

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

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1 Exm, Mthemtics 471, Section ETY6 6:5 pm 7:4 pm, Mrch 1, 16, IH-115 Instructor: Attil Máté 1 17 copies 1. ) Stte the usul sufficient condition for the fixed-point itertion to converge when solving the eqution

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

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

NUMERICAL INTEGRATION

NUMERICAL INTEGRATION NUMERICAL INTEGRATION How do we evlute I = f (x) dx By the fundmentl theorem of clculus, if F (x) is n ntiderivtive of f (x), then I = f (x) dx = F (x) b = F (b) F () However, in prctice most integrls

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

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

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

Trapezoidal Rule, n = 1, x 0 = a, x 1 = b, h = b a. f (x)dx = h 2 (f (x 0) + f (x 1 )) h3

Trapezoidal Rule, n = 1, x 0 = a, x 1 = b, h = b a. f (x)dx = h 2 (f (x 0) + f (x 1 )) h3 Trpezoidl Rule, n = 1, x 0 =, x 1 = b, h = b f (x)dx = h 2 (f (x 0) + f (x 1 )) h3 12 f (ξ). Simpson s Rule: n = 3, x 0 =, x 1 = +b 2, x 2 = b, h = b 2. Qudrture Rule, double node t x 1 P 3 (x)dx = f (x

More information

Advanced Calculus: MATH 410 Notes on Integrals and Integrability Professor David Levermore 17 October 2004

Advanced Calculus: MATH 410 Notes on Integrals and Integrability Professor David Levermore 17 October 2004 Advnced Clculus: MATH 410 Notes on Integrls nd Integrbility Professor Dvid Levermore 17 October 2004 1. Definite Integrls In this section we revisit the definite integrl tht you were introduced to when

More information

Jim Lambers MAT 169 Fall Semester Lecture 4 Notes

Jim Lambers MAT 169 Fall Semester Lecture 4 Notes Jim Lmbers MAT 169 Fll Semester 2009-10 Lecture 4 Notes These notes correspond to Section 8.2 in the text. Series Wht is Series? An infinte series, usully referred to simply s series, is n sum of ll of

More information

Sections 5.2: The Definite Integral

Sections 5.2: The Definite Integral Sections 5.2: The Definite Integrl In this section we shll formlize the ides from the lst section to functions in generl. We strt with forml definition.. The Definite Integrl Definition.. Suppose f(x)

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

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

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

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

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

COT4501 Spring Homework VII

COT4501 Spring Homework VII COT451 Spring 1 Homework VII The ssignment is due in clss on Thursdy, April 19, 1. There re five regulr problems nd one computer problem (using MATLAB). For written problems, you need to show your work

More information

1.2. Linear Variable Coefficient Equations. y + b "! = a y + b " Remark: The case b = 0 and a non-constant can be solved with the same idea as above.

1.2. Linear Variable Coefficient Equations. y + b ! = a y + b  Remark: The case b = 0 and a non-constant can be solved with the same idea as above. 1 12 Liner Vrible Coefficient Equtions Section Objective(s): Review: Constnt Coefficient Equtions Solving Vrible Coefficient Equtions The Integrting Fctor Method The Bernoulli Eqution 121 Review: Constnt

More information

Definite integral. Mathematics FRDIS MENDELU

Definite integral. Mathematics FRDIS MENDELU Definite integrl Mthemtics FRDIS MENDELU Simon Fišnrová Brno 1 Motivtion - re under curve Suppose, for simplicity, tht y = f(x) is nonnegtive nd continuous function defined on [, b]. Wht is the re of the

More information

Integration Techniques

Integration Techniques Integrtion Techniques. Integrtion of Trigonometric Functions Exmple. Evlute cos x. Recll tht cos x = cos x. Hence, cos x Exmple. Evlute = ( + cos x) = (x + sin x) + C = x + 4 sin x + C. cos 3 x. Let u

More information

Main topics for the First Midterm

Main topics for the First Midterm Min topics for the First Midterm The Midterm will cover Section 1.8, Chpters 2-3, Sections 4.1-4.8, nd Sections 5.1-5.3 (essentilly ll of the mteril covered in clss). Be sure to know the results of the

More information

Definite integral. Mathematics FRDIS MENDELU. Simona Fišnarová (Mendel University) Definite integral MENDELU 1 / 30

Definite integral. Mathematics FRDIS MENDELU. Simona Fišnarová (Mendel University) Definite integral MENDELU 1 / 30 Definite integrl Mthemtics FRDIS MENDELU Simon Fišnrová (Mendel University) Definite integrl MENDELU / Motivtion - re under curve Suppose, for simplicity, tht y = f(x) is nonnegtive nd continuous function

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

Numerical quadrature based on interpolating functions: A MATLAB implementation

Numerical quadrature based on interpolating functions: A MATLAB implementation SEMINAR REPORT Numericl qudrture bsed on interpolting functions: A MATLAB implementtion by Venkt Ayylsomyjul A seminr report submitted in prtil fulfillment for the degree of Mster of Science (M.Sc) in

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

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

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

Chapter 6 Notes, Larson/Hostetler 3e

Chapter 6 Notes, Larson/Hostetler 3e Contents 6. Antiderivtives nd the Rules of Integrtion.......................... 6. Are nd the Definite Integrl.................................. 6.. Are............................................ 6. Reimnn

More information

1.1. Linear Constant Coefficient Equations. Remark: A differential equation is an equation

1.1. Linear Constant Coefficient Equations. Remark: A differential equation is an equation 1 1.1. Liner Constnt Coefficient Equtions Section Objective(s): Overview of Differentil Equtions. Liner Differentil Equtions. Solving Liner Differentil Equtions. The Initil Vlue Problem. 1.1.1. Overview

More information

P 3 (x) = f(0) + f (0)x + f (0) 2. x 2 + f (0) . In the problem set, you are asked to show, in general, the n th order term is a n = f (n) (0)

P 3 (x) = f(0) + f (0)x + f (0) 2. x 2 + f (0) . In the problem set, you are asked to show, in general, the n th order term is a n = f (n) (0) 1 Tylor polynomils In Section 3.5, we discussed how to pproximte function f(x) round point in terms of its first derivtive f (x) evluted t, tht is using the liner pproximtion f() + f ()(x ). We clled this

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 dierentil eqution (ODE) du f(t) dt with initil condition u() : Just

More information

Polynomial Approximations for the Natural Logarithm and Arctangent Functions. Math 230

Polynomial Approximations for the Natural Logarithm and Arctangent Functions. Math 230 Polynomil Approimtions for the Nturl Logrithm nd Arctngent Functions Mth 23 You recll from first semester clculus how one cn use the derivtive to find n eqution for the tngent line to function t given

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

How can we approximate the area of a region in the plane? What is an interpretation of the area under the graph of a velocity function?

How can we approximate the area of a region in the plane? What is an interpretation of the area under the graph of a velocity function? Mth 125 Summry Here re some thoughts I ws hving while considering wht to put on the first midterm. The core of your studying should be the ssigned homework problems: mke sure you relly understnd those

More information

APPROXIMATE INTEGRATION

APPROXIMATE INTEGRATION APPROXIMATE INTEGRATION. Introduction We hve seen tht there re functions whose nti-derivtives cnnot be expressed in closed form. For these resons ny definite integrl involving these integrnds cnnot be

More information

MAT 772: Numerical Analysis. James V. Lambers

MAT 772: Numerical Analysis. James V. Lambers MAT 772: Numericl Anlysis Jmes V. Lmbers August 23, 2016 2 Contents 1 Solution of Equtions by Itertion 7 1.1 Nonliner Equtions....................... 7 1.1.1 Existence nd Uniqueness................ 7 1.1.2

More information

Overview of Calculus I

Overview of Calculus I Overview of Clculus I Prof. Jim Swift Northern Arizon University There re three key concepts in clculus: The limit, the derivtive, nd the integrl. You need to understnd the definitions of these three things,

More information

Section 6.1 Definite Integral

Section 6.1 Definite Integral Section 6.1 Definite Integrl Suppose we wnt to find the re of region tht is not so nicely shped. For exmple, consider the function shown elow. The re elow the curve nd ove the x xis cnnot e determined

More information

Definite Integrals. The area under a curve can be approximated by adding up the areas of rectangles = 1 1 +

Definite Integrals. The area under a curve can be approximated by adding up the areas of rectangles = 1 1 + Definite Integrls --5 The re under curve cn e pproximted y dding up the res of rectngles. Exmple. Approximte the re under y = from x = to x = using equl suintervls nd + x evluting the function t the left-hnd

More information

Lecture 6: Singular Integrals, Open Quadrature rules, and Gauss Quadrature

Lecture 6: Singular Integrals, Open Quadrature rules, and Gauss Quadrature Lecture notes on Vritionl nd Approximte Methods in Applied Mthemtics - A Peirce UBC Lecture 6: Singulr Integrls, Open Qudrture rules, nd Guss Qudrture (Compiled 6 August 7) In this lecture we discuss the

More information

Euler, Ioachimescu and the trapezium rule. G.J.O. Jameson (Math. Gazette 96 (2012), )

Euler, Ioachimescu and the trapezium rule. G.J.O. Jameson (Math. Gazette 96 (2012), ) Euler, Iochimescu nd the trpezium rule G.J.O. Jmeson (Mth. Gzette 96 (0), 36 4) The following results were estblished in recent Gzette rticle [, Theorems, 3, 4]. Given > 0 nd 0 < s

More information

Suppose we want to find the area under the parabola and above the x axis, between the lines x = 2 and x = -2.

Suppose we want to find the area under the parabola and above the x axis, between the lines x = 2 and x = -2. Mth 43 Section 6. Section 6.: Definite Integrl Suppose we wnt to find the re of region tht is not so nicely shped. For exmple, consider the function shown elow. The re elow the curve nd ove the x xis cnnot

More information

AN INTEGRAL INEQUALITY FOR CONVEX FUNCTIONS AND APPLICATIONS IN NUMERICAL INTEGRATION

AN INTEGRAL INEQUALITY FOR CONVEX FUNCTIONS AND APPLICATIONS IN NUMERICAL INTEGRATION Applied Mthemtics E-Notes, 5(005), 53-60 c ISSN 1607-510 Avilble free t mirror sites of http://www.mth.nthu.edu.tw/ men/ AN INTEGRAL INEQUALITY FOR CONVEX FUNCTIONS AND APPLICATIONS IN NUMERICAL INTEGRATION

More information

1 Techniques of Integration

1 Techniques of Integration November 8, 8 MAT86 Week Justin Ko Techniques of Integrtion. Integrtion By Substitution (Chnge of Vribles) We cn think of integrtion by substitution s the counterprt of the chin rule for differentition.

More information

Lecture 17. Integration: Gauss Quadrature. David Semeraro. University of Illinois at Urbana-Champaign. March 20, 2014

Lecture 17. Integration: Gauss Quadrature. David Semeraro. University of Illinois at Urbana-Champaign. March 20, 2014 Lecture 17 Integrtion: Guss Qudrture Dvid Semerro University of Illinois t Urbn-Chmpign Mrch 0, 014 Dvid Semerro (NCSA) CS 57 Mrch 0, 014 1 / 9 Tody: Objectives identify the most widely used qudrture method

More information

1 Probability Density Functions

1 Probability Density Functions Lis Yn CS 9 Continuous Distributions Lecture Notes #9 July 6, 28 Bsed on chpter by Chris Piech So fr, ll rndom vribles we hve seen hve been discrete. In ll the cses we hve seen in CS 9, this ment tht our

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

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

different methods (left endpoint, right endpoint, midpoint, trapezoid, Simpson s).

different methods (left endpoint, right endpoint, midpoint, trapezoid, Simpson s). Mth 1A with Professor Stnkov Worksheet, Discussion #41; Wednesdy, 12/6/217 GSI nme: Roy Zho Problems 1. Write the integrl 3 dx s limit of Riemnn sums. Write it using 2 intervls using the 1 x different

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

STEP FUNCTIONS, DELTA FUNCTIONS, AND THE VARIATION OF PARAMETERS FORMULA. 0 if t < 0, 1 if t > 0.

STEP FUNCTIONS, DELTA FUNCTIONS, AND THE VARIATION OF PARAMETERS FORMULA. 0 if t < 0, 1 if t > 0. STEP FUNCTIONS, DELTA FUNCTIONS, AND THE VARIATION OF PARAMETERS FORMULA STEPHEN SCHECTER. The unit step function nd piecewise continuous functions The Heviside unit step function u(t) is given by if t

More information

LECTURE 19. Numerical Integration. Z b. is generally thought of as representing the area under the graph of fèxè between the points x = a and

LECTURE 19. Numerical Integration. Z b. is generally thought of as representing the area under the graph of fèxè between the points x = a and LECTURE 9 Numericl Integrtion Recll from Clculus I tht denite integrl is generlly thought of s representing the re under the grph of fèxè between the points x = nd x = b, even though this is ctully only

More information

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives Block #6: Properties of Integrls, Indefinite Integrls Gols: Definition of the Definite Integrl Integrl Clcultions using Antiderivtives Properties of Integrls The Indefinite Integrl 1 Riemnn Sums - 1 Riemnn

More information

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite Unit #8 : The Integrl Gols: Determine how to clculte the re described by function. Define the definite integrl. Eplore the reltionship between the definite integrl nd re. Eplore wys to estimte the definite

More information

Review of basic calculus

Review of basic calculus Review of bsic clculus This brief review reclls some of the most importnt concepts, definitions, nd theorems from bsic clculus. It is not intended to tech bsic clculus from scrtch. If ny of the items below

More information

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim Mth 9 Course Summry/Study Guide Fll, 2005 [1] Limits Definition of Limit: We sy tht L is the limit of f(x) s x pproches if f(x) gets closer nd closer to L s x gets closer nd closer to. We write lim f(x)

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

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

Section 4.8. D v(t j 1 ) t. (4.8.1) j=1

Section 4.8. D v(t j 1 ) t. (4.8.1) j=1 Difference Equtions to Differentil Equtions Section.8 Distnce, Position, nd the Length of Curves Although we motivted the definition of the definite integrl with the notion of re, there re mny pplictions

More information

LECTURE. INTEGRATION AND ANTIDERIVATIVE.

LECTURE. INTEGRATION AND ANTIDERIVATIVE. ANALYSIS FOR HIGH SCHOOL TEACHERS LECTURE. INTEGRATION AND ANTIDERIVATIVE. ROTHSCHILD CAESARIA COURSE, 2015/6 1. Integrtion Historiclly, it ws the problem of computing res nd volumes, tht triggered development

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

Section 17.2 Line Integrals

Section 17.2 Line Integrals Section 7. Line Integrls Integrting Vector Fields nd Functions long urve In this section we consider the problem of integrting functions, both sclr nd vector (vector fields) long curve in the plne. We

More information

Improper Integrals. The First Fundamental Theorem of Calculus, as we ve discussed in class, goes as follows:

Improper Integrals. The First Fundamental Theorem of Calculus, as we ve discussed in class, goes as follows: Improper Integrls The First Fundmentl Theorem of Clculus, s we ve discussed in clss, goes s follows: If f is continuous on the intervl [, ] nd F is function for which F t = ft, then ftdt = F F. An integrl

More information

1. On some properties of definite integrals. We prove

1. On some properties of definite integrals. We prove This short collection of notes is intended to complement the textbook Anlisi Mtemtic 2 by Crl Mdern, published by Città Studi Editore, [M]. We refer to [M] for nottion nd the logicl stremline of the rguments.

More information

Line Integrals. Partitioning the Curve. Estimating the Mass

Line Integrals. Partitioning the Curve. Estimating the Mass Line Integrls Suppose we hve curve in the xy plne nd ssocite density δ(p ) = δ(x, y) t ech point on the curve. urves, of course, do not hve density or mss, but it my sometimes be convenient or useful to

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

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 203 Outline Riemnn Sums Riemnn Integrls Properties Abstrct

More information

Polynomials and Division Theory

Polynomials and Division Theory Higher Checklist (Unit ) Higher Checklist (Unit ) Polynomils nd Division Theory Skill Achieved? Know tht polynomil (expression) is of the form: n x + n x n + n x n + + n x + x + 0 where the i R re the

More information

Topics Covered AP Calculus AB

Topics Covered AP Calculus AB Topics Covered AP Clculus AB ) Elementry Functions ) Properties of Functions i) A function f is defined s set of ll ordered pirs (, y), such tht for ech element, there corresponds ectly one element y.

More information

Calculus II: Integrations and Series

Calculus II: Integrations and Series Clculus II: Integrtions nd Series August 7, 200 Integrls Suppose we hve generl function y = f(x) For simplicity, let f(x) > 0 nd f(x) continuous Denote F (x) = re under the grph of f in the intervl [,x]

More information

Numerical Integration

Numerical Integration Chpter 1 Numericl Integrtion Numericl differentition methods compute pproximtions to the derivtive of function from known vlues of the function. Numericl integrtion uses the sme informtion to compute numericl

More information

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 2013 Outline 1 Riemnn Sums 2 Riemnn Integrls 3 Properties

More information

AP Calculus Multiple Choice: BC Edition Solutions

AP Calculus Multiple Choice: BC Edition Solutions AP Clculus Multiple Choice: BC Edition Solutions J. Slon Mrch 8, 04 ) 0 dx ( x) is A) B) C) D) E) Divergent This function inside the integrl hs verticl symptotes t x =, nd the integrl bounds contin this

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

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus Unit #9 : Definite Integrl Properties; Fundmentl Theorem of Clculus Gols: Identify properties of definite integrls Define odd nd even functions, nd reltionship to integrl vlues Introduce the Fundmentl

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

Math 360: A primitive integral and elementary functions

Math 360: A primitive integral and elementary functions Mth 360: A primitive integrl nd elementry functions D. DeTurck University of Pennsylvni October 16, 2017 D. DeTurck Mth 360 001 2017C: Integrl/functions 1 / 32 Setup for the integrl prtitions Definition:

More information

x = b a n x 2 e x dx. cdx = c(b a), where c is any constant. a b

x = b a n x 2 e x dx. cdx = c(b a), where c is any constant. a b CHAPTER 5. INTEGRALS 61 where nd x = b n x i = 1 (x i 1 + x i ) = midpoint of [x i 1, x i ]. Problem 168 (Exercise 1, pge 377). Use the Midpoint Rule with the n = 4 to pproximte 5 1 x e x dx. Some quick

More information