The Weierstrass Approximation Theorem

Size: px
Start display at page:

Download "The Weierstrass Approximation Theorem"

Transcription

1 The Weierstrss Approximtio Theorem Jmes K. Peterso Deprtmet of Biologicl Scieces d Deprtmet of Mthemticl Scieces Clemso Uiversity Februry 26, 2018 Outlie The Wierstrss Approximtio Theorem MtLb Implemettio Compositios of Riem Itegrble Fuctios

2 The ext result is idispesble i moder lysis. Fudmetlly, it sttes tht cotiuous rel-vlued fuctio defied o compct set c be uiformly pproximted by smooth fuctio. This is used throughout lysis to prove results bout vrious fuctios. We c ofte verify property of cotiuous fuctio, f, by provig logous property of smooth fuctio tht is uiformly close to f. We will oly prove the result for closed fiite itervl i R. The geerl result for compct subset of more geerl set clled Topologicl Spce is modifictio of this proof which is ctully ot tht more difficult, but tht is other story. Theorem Let f be cotiuous rel-vlued fuctio defied o [0, 1]. For y ɛ > 0, there is polyomil, p, such tht f (t) p(t) < ɛ for ll t [0, 1], tht is p f < ɛ We first derive some equlities. We will deote the itervl [0, 1] by I. By the biomil theorem, for y x I, we hve x (1 x) = (x + 1 x) = 1. (α)

3 Differetitig both sides of Equtio α, we get ( ) ( ) 0 = x 1 (1 x) x ( )(1 x) 1 ( ( ) = )x 1 (1 x) 1 (1 x) x( ) ( ( ) = )x 1 (1 x) 1 x Now, multiply through by x(1 x), to fid 0 = Differetitig gi, we obti x (1 x) ( x). 0 = ( ) ( ) d x (1 x) ( x). dx This leds to series of simplifictios. It is pretty messy d my texts do ot show the detils, but we thi it is istructive. 0 = = [ x (1 x) +( x) (( )x (1 x) 1 + x 1 (1 x) )] [ x (1 x) +( x)(1 x) 1 x 1( )] ( )x + (1 x)

4 or 0 = ( x (1 x) + ( x) 2 (1 x) 1 x 1) = x (1 x) + ( x) 2 x 1 (1 x) 1 Thus, sice the first sum is 1, we hve = ( x) 2 x 1 (1 x) 1 d multiplyig through by x(1 x), we hve x(1 x) = ( x) 2 x (1 x) or x(1 x) = ( ) ( x )2 x (1 x) This lst equlity the leds to the ( ) ( x )2 x (1 x) x(1 x) = (β) We ow defie the th order Berstei Polyomil ssocited with f by ( ) B(x) = x (1 x) f. Note f (x) B(x) = ( ) [ ( )] x (1 x) f (x) f.

5 Also ote tht f (0) B(0) = f (1) B(1) = 0, so f d B mtch t the edpoits. It follows tht f (x) B(x) x (1 x) f ). (x) f (γ) Now, f is uiformly cotiuous o I sice it is cotiuous. So, give ɛ > 0, there is δ > 0 such tht x < δ f (x) f ( ) < ɛ 2. Cosider x to be fixed i [0, 1]. The sum i Equtio γ hs oly + 1 terms, so we c split this sum up s follows. Let {K1, K2} be prtitio of the idex set {0, 1,..., } such tht K1 x < δ d K2 x δ. The f (x) B(x) x (1 x) f ) (x) f K1 + x (1 x) f ). (x) f K2 which implies f (x) B(x) ɛ x (1 x) 2 K1 + x (1 x) f ) (x) f K2 = ɛ 2 + x (1 x) f ). (x) f K2

6 Now, f is bouded o I, so there is rel umber M > 0 such tht f (x) M for ll x I. Hece x (1 x) f ) (x) f 2M x (1 x). K2 K2 Sice K2 x δ, usig Equtio β, we hve δ 2 K2 x (1 x) ( K2 ) ( x )2 x (1 x) x(1 x). This implies tht K2 x (1 x) x(1 x) δ 2. d so combiig iequlities 2M x (1 x) K2 2Mx(1 x) δ 2 We coclude the tht x (1 x) f ) 2Mx(1 x) (x) f δ 2. K2 Now, the mximum vlue of x(1 x) o I is 1 4, so x (1 x) f ) M (x) f 2δ 2. K2

7 Filly, choose so tht > M δ 2 ɛ. The M δ < ɛ implies M 2 2δ < ɛ 2 2. So, Equtio γ becomes f (x) B(x) ɛ 2 + ɛ 2 = ɛ. Note tht the polyomil B does ot deped o x I, sice oly depeds o M, δ, d ɛ, ll of which, i tur, re idepedet of x I. So, B is the desired polyomil, s it is uiformly withi ɛ of f. Commet A chge of vrible trsltes this result to y closed itervl [, b]. Let s write some code to implemet Berstei polyomils I Octve/ MtLb. We use the fuctio Berstei (f,,b,) lie this: X = l i s p c e ( 0, 1 0, ) ; f x ) e. ˆ (. 3 x ). c o s ( 2 x ) ; B3 = B e r s t e i ( f, 0, 1 0, 3 ) ; p l o t (X, f (X),X, B3 (X) ) ; 5 B10 = B e r s t e i ( f, 0, 1 0, 1 0 ) ; p l o t (X, f (X),X, B3 (X),X, B10 (X) ) ; B25 = B e r s t e i ( f, 0, 1 0, 2 5 ) ; p l o t (X, f (X),X, B3 (X),X, B10 (X),X, B25 (X) ) ; B45 = B e r s t e i ( f, 0, 1 0, 4 5 ) ; 10 p l o t (X, f (X),X, B3 (X),X, B10 (X),X, B25 (X),X, B45 (X) ) ; B150 = B e r s t e i ( f, 0, 1 0, ) ; p l o t (X, f (X),X, B3 (X),X, B10 (X),X, B25 (X),X, B45 (X),X, B150 (X) ) ; l e g e d ( f, B3, B10, B25, B45, B140 ) ; x l b e l ( x ) ; y l b e l ( y ) ; 15 t i t l e ( f (x) = e^{ -3x } cos (2x + 0.3) o [0,10] d Berstei Polyomils ) ;

8 f u c t i o p = B e r s t e i ( f,, b, ) % compute B e r s t e i p o l y o m i l p p r o x i m t i o % o f o r d e r o t he i t e r v l [, b ] to f % f i s the fuctio 5 % i s the order of the Berstei polyomil p x ) 0 ; f o r i = 1 : +1 = i 1; % c o v e r t t h e i t e r v l [, b ] to [ 0, 1 ] h e r e 10 y x ) ( x ) /( b ) ; % c o v e r t t h e p o i t s we e v l u t e f t to be i [, b ] % i s t e d o f [ 0, 1 ] z = + ( b ) / ; q x ) choose (, ) ( y ( x ). ˆ ). ((1 y ( x ) ). ˆ ( ) ) f ( z ) ; 15 p x ) ( p ( x ) + q ( x ) ) ; ed ed We delibertely tried to pproximte oscilltig fuctio with the Berstei polyomils d we expected this to be difficult becuse we chose the itervl [0, 10] to wor o. The Berstei polyomils require us to clculte the biomil coefficiets. Whe is lrge. such s i our exmple with = 150, ruig this code geertes errors bout the possible loss of precisio i the use of choose which is the biomil coefficiet fuctio. You c see how we did with the pproximtios i the ext figure.

9 Exmple If b f (s)s ds = 0 for ll with f cotiuous, the f = 0 o [, b]. Solutio Let B (f ) be the Berstei polyomil of order ssocited with f. From the ssumptio, we see b f (s)b(f )(s)ds = 0 for ll lso. Now cosider b b f 2 b (s)ds f (s)b (f )(s)ds = f (s)(f (s) B (f )(s))ds b f B (f ) f (s) ds The give ɛ > 0, there is N so tht > N implies f B (f ) < ɛ/(( f + 1)(b )). The we hve > N implies

10 Solutio b b f 2 (s)ds f (s)b(f )(s)ds < ɛ b f (s) ds ( f + 1)(b ) ɛ < f (b ) < ɛ ( f + 1)(b ) This tells us b f (s)b(f )(s)ds b f 2 (s)ds. Sice b f (s)b(f )(s)ds = 0 for ll, we see b f 2 (s)ds = 0. It the follows tht f = 0 o [, b] usig this rgumet. Assume f 2 is ot zero t some poit c i [, b]. We c ssume c is iterior poit s the rgumet t edpoit is similr. Sice f 2 (c) > 0 d f is cotiuous, there is r with (r c, r + c) [, b] d f 2 (x) > f 2 (c)/2 o tht itervl. Hece Solutio b c r c+r b 0 = f 2 (s)ds = f 2 ds + f 2 (s)ds + f 2 (s)ds c r c+r > (2r)f 2 (c)/2 > 0 This is cotrdictio d so f 2 = 0 o [, b] implyig f = 0 o [, b].

11 We lredy ow tht cotiuous fuctios d mootoe fuctios re clsses of fuctios which re Riem Itegrble o the itervl [, b]. Hece, sice f (x) = x is cotiuous o [0, M] for y positive M, we ow f is Riem itegrble o this itervl. Wht bout the compositio g where g is just ow to be o egtive d Riem itegrble o [, b]? If g were cotiuous, sice compositios of cotiuous fuctios re lso cotiuous, we would hve immeditely tht g is Riem Itegrble. However, it is ot so esy to hdle the cse where we oly ow g is Riem itegrble. Let s try this pproch. Usig the Weierstrss Approximtio Theorem, we ow give fiite itervl [c, d], there is sequece of polyomils {p(x)} which coverge i to x o [c, d]. Of course, the polyomils i this sequece will chge if we chge the itervl [c, d], but you get the ide. To pply this here, ote tht sice g is Riem Itegrble o [, b], g must be bouded. Sice we ssume g is o egtive, we ow tht there is positive umber M so tht g(x) is i [0, M] for ll x i [, b]. Thus, there is sequece of polyomils {p} which coverge i to o [0, M]. Next, we ow polyomil i g is lso Riem itegrble o [, b] (f 2 = f f so it is itegrble d so o). Hece, p(g) is Riem itegrble o [, b]. The give ɛ > 0, we ow there is positive N so tht p(u) u < ɛ, if > N d u [0, M].

12 Thus, i prticulr, sice g(x) [0, M], we hve p(g(x)) g(x) < ɛ, if > N d x [, b]. We hve therefore proved tht p g coverges to g o [0, M]. Wht we eed ext is ew theorem: If f coverges to f i o [, b] with ll f Riem itegrble, the the limit fuctio f is lso Riem itegrble d b f(s)ds b f (s)ds. We c ideed prove such theorem. Hece, we ow g is Riem itegrble whe g is Riem Itegrble. Note the id of rgumets we use here. The ides of fuctios covergig i the sup orm d the questios wht properties re retied i the limit re of gret importce. Note this id of proof mes us thi tht compositios of cotiuous fuctio ( lie ) with Riem itegrble fuctio will give us ew Riem itegrble fuctios s the rgumet we used bove would trslte esily to the ew cotext. We will explore this more lter. I geerl, the compositio of Riem Itegrble fuctios is ot Riem itegrble. Here is the stdrd couterexmple. Defie f o [0, 1] by f (y) = { 1 if y = 0 0 if 0 < y 1 d g o [0, 1] by 1 if x = 0 g(x) = 1/q if x = p/q, (p, q) = 1, x (0, 1] d x is rtiol 0 if x (0, 1] d x is irrtiol Let s show g is RI o [0,1]. First defie g to be 0 t x = 1. If we show this modifictio of g is RI, g will be too. Let q be prime umber bigger th 2. The form the uiform prtitio πq = {0, 1/q,..., (q 1)/q, 1}. O ech subitervl of this prtitio, we see mj = 0. Iside the subitervl [(j 1)/q, j/q], the mximum vlue of g is 1/q. Hece, we hve Mj = 1/q.

13 This gives U(g, πq) L(g, πq) = πq (1/q) xi = 1/q Give ɛ > 0, there is N so tht 1/N < ɛ. Thus if q0 is prime with q0 > N, we hve U(g, πq0) L(g, πq0) < ɛ. So if π is y refiemet of, we hve U(g, π) L(g, π) < ɛ lso, πq0 Thus g stisfies the Riem Criterio d so g is RI o [0, 1]. It is lso esy to see 1 g(s)ds = 0. Now f g becomes 0 f (1) if x = 0 f (g(x)) = f (1/q) if x = p/q, (p, q) = 1, x (0, 1] d x rtiol f (0) if 0 < x < 1 d x irrtiol 1 if x = 0 = 0 if if x rtiol (0, 1) 1 if if x irrtiol (0, 1) The fuctio f g bove is ot Riem itegrble s U(f g) = 1 d L(f g) = 0. Thus, we hve foud two Riem itegrble fuctios whose compositio is ot Riem itegrble! Homewor For f (x) = si 2 (3x), grph the Berstei polyomils B5(f ), B10(f ) d B15(f ) log with f simulteously o the itervl [ 2, 4] o the sme grph i MtLb. This is word doc report so write your code, documet it d prit out the grph s prt of your report For f (x) = si(x) + x, grph the Berstei polyomils B5(f ), B10(f ) d B15(f ) log with f simulteously o the itervl [0, 6] o the sme grph i MtLb. This is word doc report so write your code, documet it d prit out the grph s prt of your report.

14 Homewor Fix x 0 i R. Let the sequece () be defied by = cos(3 x). Prove this sequece does ot lwys hve limit but it does hve t lest oe subsequetil limit. Of course, becuse of periodicity, it is eough to loo t poits x [0, 2π]. For exmple, there is limit if x = π/2 d other specil poits. Let s loo t x = 1 crefully. Prove this sequece does ot hve limit but it does hve t lest oe subsequetil limit. Hit The Bolzo - Weierstrss Theorem tells us there is subsequece (cos(3 ) which coverges to umber α i [ 1, 1]. There re idetities which show us cos(3θ) = 4 cos 3 (θ) 4 cos(θ). Hece, we ow cos(3 (3 )) 4α 3 4α Homewor Cotiued Hit If α 0, use the bove fct to show the subsequeces cos(3 +1 ) d cos(3 ) coverge to differet vlues. This implies the limit c ot exist. If α = 0, the rgumet is hrder. This tells us si(3 ) 1. Now show si(3θ) = si(θ) (4 cos 2 (θ) 1) d lso show tht the si(3θ) idetity implies si(3 ) c ot hve limit. Filly, sice si(θ) = ± 1 cos2 (θ), if we ssume the limit of cos(3 ) exists d equls β, the by looig t ll the qudrt choices tht the vlue of β implies, we fid the limit of si(3 ) must exist. This is cotrdictio d so the limit of cos(3 ) does ot exist.

15 Homewor Cotiued Hit This sequece is hrd to lyze s usig the 2π periodicty of cos we c recst the sequece usig remiders. 3 = 2π + r, r (0, 1) L cos(3 ) = 2π + r ) = cos(2πr ) cos(l We hve o ide how the remider terms re distributed i (0, 1) r d tht is why this lyis is very otrivil.

Review of the Riemann Integral

Review of the Riemann Integral Chpter 1 Review of the Riem Itegrl This chpter provides quick review of the bsic properties of the Riem itegrl. 1.0 Itegrls d Riem Sums Defiitio 1.0.1. Let [, b] be fiite, closed itervl. A prtitio P of

More information

Convergence rates of approximate sums of Riemann integrals

Convergence rates of approximate sums of Riemann integrals Jourl of Approximtio Theory 6 (9 477 49 www.elsevier.com/locte/jt Covergece rtes of pproximte sums of Riem itegrls Hiroyuki Tski Grdute School of Pure d Applied Sciece, Uiversity of Tsukub, Tsukub Ibrki

More information

MATH 104 FINAL SOLUTIONS. 1. (2 points each) Mark each of the following as True or False. No justification is required. y n = x 1 + x x n n

MATH 104 FINAL SOLUTIONS. 1. (2 points each) Mark each of the following as True or False. No justification is required. y n = x 1 + x x n n MATH 04 FINAL SOLUTIONS. ( poits ech) Mrk ech of the followig s True or Flse. No justifictio is required. ) A ubouded sequece c hve o Cuchy subsequece. Flse b) A ifiite uio of Dedekid cuts is Dedekid cut.

More information

1.3 Continuous Functions and Riemann Sums

1.3 Continuous Functions and Riemann Sums mth riem sums, prt 0 Cotiuous Fuctios d Riem Sums I Exmple we sw tht lim Lower() = lim Upper() for the fuctio!! f (x) = + x o [0, ] This is o ccidet It is exmple of the followig theorem THEOREM Let f be

More information

We will begin by supplying the proof to (a).

We will begin by supplying the proof to (a). (The solutios of problem re mostly from Jeffrey Mudrock s HWs) Problem 1. There re three sttemet from Exmple 5.4 i the textbook for which we will supply proofs. The sttemets re the followig: () The spce

More information

Course 121, , Test III (JF Hilary Term)

Course 121, , Test III (JF Hilary Term) Course 2, 989 9, Test III (JF Hilry Term) Fridy 2d Februry 99, 3. 4.3pm Aswer y THREE questios. Let f: R R d g: R R be differetible fuctios o R. Stte the Product Rule d the Quotiet Rule for differetitig

More information

UNIVERSITY OF BRISTOL. Examination for the Degrees of B.Sc. and M.Sci. (Level C/4) ANALYSIS 1B, SOLUTIONS MATH (Paper Code MATH-10006)

UNIVERSITY OF BRISTOL. Examination for the Degrees of B.Sc. and M.Sci. (Level C/4) ANALYSIS 1B, SOLUTIONS MATH (Paper Code MATH-10006) UNIVERSITY OF BRISTOL Exmitio for the Degrees of B.Sc. d M.Sci. (Level C/4) ANALYSIS B, SOLUTIONS MATH 6 (Pper Code MATH-6) My/Jue 25, hours 3 miutes This pper cotis two sectios, A d B. Plese use seprte

More information

Math 104: Final exam solutions

Math 104: Final exam solutions Mth 14: Fil exm solutios 1. Suppose tht (s ) is icresig sequece with coverget subsequece. Prove tht (s ) is coverget sequece. Aswer: Let the coverget subsequece be (s k ) tht coverges to limit s. The there

More information

Sequence and Series of Functions

Sequence and Series of Functions 6 Sequece d Series of Fuctios 6. Sequece of Fuctios 6.. Poitwise Covergece d Uiform Covergece Let J be itervl i R. Defiitio 6. For ech N, suppose fuctio f : J R is give. The we sy tht sequece (f ) of fuctios

More information

MAS221 Analysis, Semester 2 Exercises

MAS221 Analysis, Semester 2 Exercises MAS22 Alysis, Semester 2 Exercises Srh Whitehouse (Exercises lbelled * my be more demdig.) Chpter Problems: Revisio Questio () Stte the defiitio of covergece of sequece of rel umbers, ( ), to limit. (b)

More information

1. (25 points) Use the limit definition of the definite integral and the sum formulas to compute. [1 x + x2

1. (25 points) Use the limit definition of the definite integral and the sum formulas to compute. [1 x + x2 Mth 3, Clculus II Fil Exm Solutios. (5 poits) Use the limit defiitio of the defiite itegrl d the sum formuls to compute 3 x + x. Check your swer by usig the Fudmetl Theorem of Clculus. Solutio: The limit

More information

Approximations of Definite Integrals

Approximations of Definite Integrals Approximtios of Defiite Itegrls So fr we hve relied o tiderivtives to evlute res uder curves, work doe by vrible force, volumes of revolutio, etc. More precisely, wheever we hve hd to evlute defiite itegrl

More information

MA123, Chapter 9: Computing some integrals (pp )

MA123, Chapter 9: Computing some integrals (pp ) MA13, Chpter 9: Computig some itegrls (pp. 189-05) Dte: Chpter Gols: Uderstd how to use bsic summtio formuls to evlute more complex sums. Uderstd how to compute its of rtiol fuctios t ifiity. Uderstd how

More information

f(t)dt 2δ f(x) f(t)dt 0 and b f(t)dt = 0 gives F (b) = 0. Since F is increasing, this means that

f(t)dt 2δ f(x) f(t)dt 0 and b f(t)dt = 0 gives F (b) = 0. Since F is increasing, this means that Uiversity of Illiois t Ur-Chmpig Fll 6 Mth 444 Group E3 Itegrtio : correctio of the exercises.. ( Assume tht f : [, ] R is cotiuous fuctio such tht f(x for ll x (,, d f(tdt =. Show tht f(x = for ll x [,

More information

FOURIER SERIES PART I: DEFINITIONS AND EXAMPLES. To a 2π-periodic function f(x) we will associate a trigonometric series. a n cos(nx) + b n sin(nx),

FOURIER SERIES PART I: DEFINITIONS AND EXAMPLES. To a 2π-periodic function f(x) we will associate a trigonometric series. a n cos(nx) + b n sin(nx), FOURIER SERIES PART I: DEFINITIONS AND EXAMPLES To -periodic fuctio f() we will ssocite trigoometric series + cos() + b si(), or i terms of the epoetil e i, series of the form c e i. Z For most of the

More information

The Definite Integral

The Definite Integral The Defiite Itegrl A Riem sum R S (f) is pproximtio to the re uder fuctio f. The true re uder the fuctio is obtied by tkig the it of better d better pproximtios to the re uder f. Here is the forml defiitio,

More information

0 otherwise. sin( nx)sin( kx) 0 otherwise. cos( nx) sin( kx) dx 0 for all integers n, k.

0 otherwise. sin( nx)sin( kx) 0 otherwise. cos( nx) sin( kx) dx 0 for all integers n, k. . Computtio of Fourier Series I this sectio, we compute the Fourier coefficiets, f ( x) cos( x) b si( x) d b, i the Fourier series To do this, we eed the followig result o the orthogolity of the trigoometric

More information

Riemann Integration. Chapter 1

Riemann Integration. Chapter 1 Mesure, Itegrtio & Rel Alysis. Prelimiry editio. 8 July 2018. 2018 Sheldo Axler 1 Chpter 1 Riem Itegrtio This chpter reviews Riem itegrtio. Riem itegrtio uses rectgles to pproximte res uder grphs. This

More information

ANALYSIS HW 3. f(x + y) = f(x) + f(y) for all real x, y. Demonstration: Let f be such a function. Since f is smooth, f exists.

ANALYSIS HW 3. f(x + y) = f(x) + f(y) for all real x, y. Demonstration: Let f be such a function. Since f is smooth, f exists. ANALYSIS HW 3 CLAY SHONKWILER () Fid ll smooth fuctios f : R R with the property f(x + y) = f(x) + f(y) for ll rel x, y. Demostrtio: Let f be such fuctio. Sice f is smooth, f exists. The The f f(x + h)

More information

MATH 104: INTRODUCTORY ANALYSIS SPRING 2008/09 PROBLEM SET 10 SOLUTIONS. f m. and. f m = 0. and x i = a + i. a + i. a + n 2. n(n + 1) = a(b a) +

MATH 104: INTRODUCTORY ANALYSIS SPRING 2008/09 PROBLEM SET 10 SOLUTIONS. f m. and. f m = 0. and x i = a + i. a + i. a + n 2. n(n + 1) = a(b a) + MATH 04: INTRODUCTORY ANALYSIS SPRING 008/09 PROBLEM SET 0 SOLUTIONS Throughout this problem set, B[, b] will deote the set of ll rel-vlued futios bouded o [, b], C[, b] the set of ll rel-vlued futios

More information

Chapter 5. The Riemann Integral. 5.1 The Riemann integral Partitions and lower and upper integrals. Note: 1.5 lectures

Chapter 5. The Riemann Integral. 5.1 The Riemann integral Partitions and lower and upper integrals. Note: 1.5 lectures Chpter 5 The Riem Itegrl 5.1 The Riem itegrl Note: 1.5 lectures We ow get to the fudmetl cocept of itegrtio. There is ofte cofusio mog studets of clculus betwee itegrl d tiderivtive. The itegrl is (iformlly)

More information

Convergence rates of approximate sums of Riemann integrals

Convergence rates of approximate sums of Riemann integrals Covergece rtes of pproximte sums of Riem itegrls Hiroyuki Tski Grdute School of Pure d Applied Sciece, Uiversity of Tsuku Tsuku Irki 5-857 Jp tski@mth.tsuku.c.jp Keywords : covergece rte; Riem sum; Riem

More information

Week 13 Notes: 1) Riemann Sum. Aim: Compute Area Under a Graph. Suppose we want to find out the area of a graph, like the one on the right:

Week 13 Notes: 1) Riemann Sum. Aim: Compute Area Under a Graph. Suppose we want to find out the area of a graph, like the one on the right: Week 1 Notes: 1) Riem Sum Aim: Compute Are Uder Grph Suppose we wt to fid out the re of grph, like the oe o the right: We wt to kow the re of the red re. Here re some wys to pproximte the re: We cut the

More information

lecture 16: Introduction to Least Squares Approximation

lecture 16: Introduction to Least Squares Approximation 97 lecture 16: Itroductio to Lest Squres Approximtio.4 Lest squres pproximtio The miimx criterio is ituitive objective for pproximtig fuctio. However, i my cses it is more ppelig (for both computtio d

More information

f(bx) dx = f dx = dx l dx f(0) log b x a + l log b a 2ɛ log b a.

f(bx) dx = f dx = dx l dx f(0) log b x a + l log b a 2ɛ log b a. Eercise 5 For y < A < B, we hve B A f fb B d = = A B A f d f d For y ɛ >, there re N > δ >, such tht d The for y < A < δ d B > N, we hve ba f d f A bb f d l By ba A A B A bb ba fb d f d = ba < m{, b}δ

More information

POWER SERIES R. E. SHOWALTER

POWER SERIES R. E. SHOWALTER POWER SERIES R. E. SHOWALTER. sequeces We deote by lim = tht the limit of the sequece { } is the umber. By this we me tht for y ε > 0 there is iteger N such tht < ε for ll itegers N. This mkes precise

More information

EVALUATING DEFINITE INTEGRALS

EVALUATING DEFINITE INTEGRALS Chpter 4 EVALUATING DEFINITE INTEGRALS If the defiite itegrl represets re betwee curve d the x-xis, d if you c fid the re by recogizig the shpe of the regio, the you c evlute the defiite itegrl. Those

More information

HOMEWORK 1 1. P 229. # Then ; then we have. goes to 1 uniformly as n goes to infinity. Therefore. e x2 /n dx = = sin x.

HOMEWORK 1 1. P 229. # Then ; then we have. goes to 1 uniformly as n goes to infinity. Therefore. e x2 /n dx = = sin x. HOMEWORK 1 SHUANGLIN SHAO 1. P 229. # 7.1.2. Proof. (). Let f (x) x99 + 5. The x 66 + x3 f x 33 s goes to ifiity. We estimte the differece, f (x) x 33 5 x 66 + 3 5 x 66 5, for ll x [1, 3], which goes to

More information

Math 140B - Notes. Neil Donaldson. September 2, 2009

Math 140B - Notes. Neil Donaldson. September 2, 2009 Mth 40B - Notes Neil Doldso September 2, 2009 Itroductio This clss cotiues from 40A. The mi purpose of the clss is to mke bsic clculus rigorous.. Nottio We will observe the followig ottio throughout this

More information

 n. A Very Interesting Example + + = d. + x3. + 5x4. math 131 power series, part ii 7. One of the first power series we examined was. 2!

 n. A Very Interesting Example + + = d. + x3. + 5x4. math 131 power series, part ii 7. One of the first power series we examined was. 2! mth power series, prt ii 7 A Very Iterestig Emple Oe of the first power series we emied ws! + +! + + +!! + I Emple 58 we used the rtio test to show tht the itervl of covergece ws (, ) Sice the series coverges

More information

Basic Limit Theorems

Basic Limit Theorems Bsic Limit Theorems The very "cle" proof of L9 usig L8 ws provided to me by Joh Gci d it ws this result which ispired me to write up these otes. Absolute Vlue Properties: For rel umbers x, d y x x if x

More information

INFINITE SERIES. ,... having infinite number of terms is called infinite sequence and its indicated sum, i.e., a 1

INFINITE SERIES. ,... having infinite number of terms is called infinite sequence and its indicated sum, i.e., a 1 Appedix A.. Itroductio As discussed i the Chpter 9 o Sequeces d Series, sequece,,...,,... hvig ifiite umber of terms is clled ifiite sequece d its idicted sum, i.e., + + +... + +... is clled ifite series

More information

B. Examples 1. Finite Sums finite sums are an example of Riemann Sums in which each subinterval has the same length and the same x i

B. Examples 1. Finite Sums finite sums are an example of Riemann Sums in which each subinterval has the same length and the same x i Mth 06 Clculus Sec. 5.: The Defiite Itegrl I. Riem Sums A. Def : Give y=f(x):. Let f e defied o closed itervl[,].. Prtitio [,] ito suitervls[x (i-),x i ] of legth Δx i = x i -x (i-). Let P deote the prtitio

More information

MATH 104: INTRODUCTORY ANALYSIS SPRING 2009/10 PROBLEM SET 8 SOLUTIONS. and x i = a + i. i + n(n + 1)(2n + 1) + 2a. (b a)3 6n 2

MATH 104: INTRODUCTORY ANALYSIS SPRING 2009/10 PROBLEM SET 8 SOLUTIONS. and x i = a + i. i + n(n + 1)(2n + 1) + 2a. (b a)3 6n 2 MATH 104: INTRODUCTORY ANALYSIS SPRING 2009/10 PROBLEM SET 8 SOLUTIONS 6.9: Let f(x) { x 2 if x Q [, b], 0 if x (R \ Q) [, b], where > 0. Prove tht b. Solutio. Let P { x 0 < x 1 < < x b} be regulr prtitio

More information

Taylor Polynomials. The Tangent Line. (a, f (a)) and has the same slope as the curve y = f (x) at that point. It is the best

Taylor Polynomials. The Tangent Line. (a, f (a)) and has the same slope as the curve y = f (x) at that point. It is the best Tylor Polyomils Let f () = e d let p() = 1 + + 1 + 1 6 3 Without usig clcultor, evlute f (1) d p(1) Ok, I m still witig With little effort it is possible to evlute p(1) = 1 + 1 + 1 (144) + 6 1 (178) =

More information

Infinite Series Sequences: terms nth term Listing Terms of a Sequence 2 n recursively defined n+1 Pattern Recognition for Sequences Ex:

Infinite Series Sequences: terms nth term Listing Terms of a Sequence 2 n recursively defined n+1 Pattern Recognition for Sequences Ex: Ifiite Series Sequeces: A sequece i defied s fuctio whose domi is the set of positive itegers. Usully it s esier to deote sequece i subscript form rther th fuctio ottio.,, 3, re the terms of the sequece

More information

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK SUMMER EXAMINATION 2005 FIRST ENGINEERING

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK SUMMER EXAMINATION 2005 FIRST ENGINEERING OLLSCOIL NA héireann, CORCAIGH THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK SUMMER EXAMINATION 2005 FIRST ENGINEERING MATHEMATICS MA008 Clculus d Lier

More information

Review of Sections

Review of Sections Review of Sectios.-.6 Mrch 24, 204 Abstrct This is the set of otes tht reviews the mi ides from Chpter coverig sequeces d series. The specific sectios tht we covered re s follows:.: Sequces..2: Series,

More information

The Reimann Integral is a formal limit definition of a definite integral

The Reimann Integral is a formal limit definition of a definite integral MATH 136 The Reim Itegrl The Reim Itegrl is forml limit defiitio of defiite itegrl cotiuous fuctio f. The costructio is s follows: f ( x) dx for Reim Itegrl: Prtitio [, ] ito suitervls ech hvig the equl

More information

Definite Integral. The Left and Right Sums

Definite Integral. The Left and Right Sums Clculus Li Vs Defiite Itegrl. The Left d Right Sums The defiite itegrl rises from the questio of fidig the re betwee give curve d x-xis o itervl. The re uder curve c be esily clculted if the curve is give

More information

Closed Newton-Cotes Integration

Closed Newton-Cotes Integration Closed Newto-Cotes Itegrtio Jmes Keeslig This documet will discuss Newto-Cotes Itegrtio. Other methods of umericl itegrtio will be discussed i other posts. The other methods will iclude the Trpezoidl Rule,

More information

Limit of a function:

Limit of a function: - Limit of fuctio: We sy tht f ( ) eists d is equl with (rel) umer L if f( ) gets s close s we wt to L if is close eough to (This defiitio c e geerlized for L y syig tht f( ) ecomes s lrge (or s lrge egtive

More information

Riemann Integral and Bounded function. Ng Tze Beng

Riemann Integral and Bounded function. Ng Tze Beng Riem Itegrl d Bouded fuctio. Ng Tze Beg I geerlistio of re uder grph of fuctio, it is ormlly ssumed tht the fuctio uder cosidertio e ouded. For ouded fuctio, the rge of the fuctio is ouded d hece y suset

More information

MTH 146 Class 16 Notes

MTH 146 Class 16 Notes MTH 46 Clss 6 Notes 0.4- Cotiued Motivtio: We ow cosider the rc legth of polr curve. Suppose we wish to fid the legth of polr curve curve i terms of prmetric equtios s: r f where b. We c view the cos si

More information

Principles of Mathematical Analysis

Principles of Mathematical Analysis Ciro Uiversity Fculty of Scieces Deprtmet of Mthemtics Priciples of Mthemticl Alysis M 232 Mostf SABRI ii Cotets Locl Study of Fuctios. Remiders......................................2 Tylor-Youg Formul..............................

More information

Math 2414 Activity 17 (Due with Final Exam) Determine convergence or divergence of the following alternating series: a 3 5 2n 1 2n 1

Math 2414 Activity 17 (Due with Final Exam) Determine convergence or divergence of the following alternating series: a 3 5 2n 1 2n 1 Mth 44 Activity 7 (Due with Fil Exm) Determie covergece or divergece of the followig ltertig series: l 4 5 6 4 7 8 4 {Hit: Loo t 4 } {Hit: } 5 {Hit: AST or just chec out the prtil sums} {Hit: AST or just

More information

{ } { S n } is monotonically decreasing if Sn

{ } { S n } is monotonically decreasing if Sn Sequece A sequece is fuctio whose domi of defiitio is the set of turl umers. Or it c lso e defied s ordered set. Nottio: A ifiite sequece is deoted s { } S or { S : N } or { S, S, S,...} or simply s {

More information

Linford 1. Kyle Linford. Math 211. Honors Project. Theorems to Analyze: Theorem 2.4 The Limit of a Function Involving a Radical (A4)

Linford 1. Kyle Linford. Math 211. Honors Project. Theorems to Analyze: Theorem 2.4 The Limit of a Function Involving a Radical (A4) Liford 1 Kyle Liford Mth 211 Hoors Project Theorems to Alyze: Theorem 2.4 The Limit of Fuctio Ivolvig Rdicl (A4) Theorem 2.8 The Squeeze Theorem (A5) Theorem 2.9 The Limit of Si(x)/x = 1 (p. 85) Theorem

More information

10.5 Power Series. In this section, we are going to start talking about power series. A power series is a series of the form

10.5 Power Series. In this section, we are going to start talking about power series. A power series is a series of the form 0.5 Power Series I the lst three sectios, we ve spet most of tht time tlkig bout how to determie if series is coverget or ot. Now it is time to strt lookig t some specific kids of series d we will evetully

More information

Options: Calculus. O C.1 PG #2, 3b, 4, 5ace O C.2 PG.24 #1 O D PG.28 #2, 3, 4, 5, 7 O E PG #1, 3, 4, 5 O F PG.

Options: Calculus. O C.1 PG #2, 3b, 4, 5ace O C.2 PG.24 #1 O D PG.28 #2, 3, 4, 5, 7 O E PG #1, 3, 4, 5 O F PG. O C. PG.-3 #, 3b, 4, 5ce O C. PG.4 # Optios: Clculus O D PG.8 #, 3, 4, 5, 7 O E PG.3-33 #, 3, 4, 5 O F PG.36-37 #, 3 O G. PG.4 #c, 3c O G. PG.43 #, O H PG.49 #, 4, 5, 6, 7, 8, 9, 0 O I. PG.53-54 #5, 8

More information

3.7 The Lebesgue integral

3.7 The Lebesgue integral 3 Mesure d Itegrtio The f is simple fuctio d positive wheever f is positive (the ltter follows from the fct tht i this cse f 1 [B,k ] = for ll k, ). Moreover, f (x) f (x). Ideed, if x, the there exists

More information

Certain sufficient conditions on N, p n, q n k summability of orthogonal series

Certain sufficient conditions on N, p n, q n k summability of orthogonal series Avilble olie t www.tjs.com J. Nolier Sci. Appl. 7 014, 7 77 Reserch Article Certi sufficiet coditios o N, p, k summbility of orthogol series Xhevt Z. Krsiqi Deprtmet of Mthemtics d Iformtics, Fculty of

More information

( a n ) converges or diverges.

( a n ) converges or diverges. Chpter Ifiite Series Pge of Sectio E Rtio Test Chpter : Ifiite Series By the ed of this sectio you will be ble to uderstd the proof of the rtio test test series for covergece by pplyig the rtio test pprecite

More information

A GENERAL METHOD FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS: THE FROBENIUS (OR SERIES) METHOD

A GENERAL METHOD FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS: THE FROBENIUS (OR SERIES) METHOD Diol Bgoo () A GENERAL METHOD FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS: THE FROBENIUS (OR SERIES) METHOD I. Itroductio The first seprtio of vribles (see pplictios to Newto s equtios) is ver useful method

More information

[ 20 ] 1. Inequality exists only between two real numbers (not complex numbers). 2. If a be any real number then one and only one of there hold.

[ 20 ] 1. Inequality exists only between two real numbers (not complex numbers). 2. If a be any real number then one and only one of there hold. [ 0 ]. Iequlity eists oly betwee two rel umbers (ot comple umbers).. If be y rel umber the oe d oly oe of there hold.. If, b 0 the b 0, b 0.. (i) b if b 0 (ii) (iii) (iv) b if b b if either b or b b if

More information

1 Tangent Line Problem

1 Tangent Line Problem October 9, 018 MAT18 Week Justi Ko 1 Tget Lie Problem Questio: Give the grph of fuctio f, wht is the slope of the curve t the poit, f? Our strteg is to pproimte the slope b limit of sect lies betwee poits,

More information

SUTCLIFFE S NOTES: CALCULUS 2 SWOKOWSKI S CHAPTER 11

SUTCLIFFE S NOTES: CALCULUS 2 SWOKOWSKI S CHAPTER 11 SUTCLIFFE S NOTES: CALCULUS SWOKOWSKI S CHAPTER Ifiite Series.5 Altertig Series d Absolute Covergece Next, let us cosider series with both positive d egtive terms. The simplest d most useful is ltertig

More information

Chapter 7 Infinite Series

Chapter 7 Infinite Series MA Ifiite Series Asst.Prof.Dr.Supree Liswdi Chpter 7 Ifiite Series Sectio 7. Sequece A sequece c be thought of s list of umbers writte i defiite order:,,...,,... 2 The umber is clled the first term, 2

More information

The Definite Riemann Integral

The Definite Riemann Integral These otes closely follow the presettio of the mteril give i Jmes Stewrt s textook Clculus, Cocepts d Cotexts (d editio). These otes re iteded primrily for i-clss presettio d should ot e regrded s sustitute

More information

Reversing the Arithmetic mean Geometric mean inequality

Reversing the Arithmetic mean Geometric mean inequality Reversig the Arithmetic me Geometric me iequlity Tie Lm Nguye Abstrct I this pper we discuss some iequlities which re obtied by ddig o-egtive expressio to oe of the sides of the AM-GM iequlity I this wy

More information

FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING. Lectures

FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING. Lectures FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING Lectures MODULE 0 FURTHER CALCULUS II. Sequeces d series. Rolle s theorem d me vlue theorems 3. Tlor s d Mcluri s theorems 4. L Hopitl

More information

Second Mean Value Theorem for Integrals By Ng Tze Beng. The Second Mean Value Theorem for Integrals (SMVT) Statement of the Theorem

Second Mean Value Theorem for Integrals By Ng Tze Beng. The Second Mean Value Theorem for Integrals (SMVT) Statement of the Theorem Secod Me Vlue Theorem for Itegrls By Ng Tze Beg This rticle is out the Secod Me Vlue Theorem for Itegrls. This theorem, first proved y Hoso i its most geerlity d with extesio y ixo, is very useful d lmost

More information

Schrödinger Equation Via Laplace-Beltrami Operator

Schrödinger Equation Via Laplace-Beltrami Operator IOSR Jourl of Mthemtics (IOSR-JM) e-issn: 78-578, p-issn: 39-765X. Volume 3, Issue 6 Ver. III (Nov. - Dec. 7), PP 9-95 www.iosrjourls.org Schrödiger Equtio Vi Lplce-Beltrmi Opertor Esi İ Eskitşçioğlu,

More information

n 2 + 3n + 1 4n = n2 + 3n + 1 n n 2 = n + 1

n 2 + 3n + 1 4n = n2 + 3n + 1 n n 2 = n + 1 Ifiite Series Some Tests for Divergece d Covergece Divergece Test: If lim u or if the limit does ot exist, the series diverget. + 3 + 4 + 3 EXAMPLE: Show tht the series diverges. = u = + 3 + 4 + 3 + 3

More information

Advanced Calculus Test File Spring Test 1

Advanced Calculus Test File Spring Test 1 Advced Clculus Test File Sprig 009 Test Defiitios - Defie the followig terms.) Crtesi product of A d B.) The set, A, is coutble.) The set, A, is ucoutble 4.) The set, A, is ifiite 5.) The sets A d B re

More information

BC Calculus Review Sheet

BC Calculus Review Sheet BC Clculus Review Sheet Whe you see the words. 1. Fid the re of the ubouded regio represeted by the itegrl (sometimes 1 f ( ) clled horizotl improper itegrl). This is wht you thik of doig.... Fid the re

More information

Riemann Integral Oct 31, such that

Riemann Integral Oct 31, such that Riem Itegrl Ot 31, 2007 Itegrtio of Step Futios A prtitio P of [, ] is olletio {x k } k=0 suh tht = x 0 < x 1 < < x 1 < x =. More suitly, prtitio is fiite suset of [, ] otiig d. It is helpful to thik of

More information

Avd. Matematisk statistik

Avd. Matematisk statistik Avd. Mtemtisk sttistik TENTAMEN I SF94 SANNOLIKHETSTEORI/EAM IN SF94 PROBABILITY THE- ORY WEDNESDAY 8th OCTOBER 5, 8-3 hrs Exmitor : Timo Koski, tel. 7 3747, emil: tjtkoski@kth.se Tillåt hjälpmedel Mes

More information

Test Info. Test may change slightly.

Test Info. Test may change slightly. 9. 9.6 Test Ifo Test my chge slightly. Short swer (0 questios 6 poits ech) o Must choose your ow test o Tests my oly be used oce o Tests/types you re resposible for: Geometric (kow sum) Telescopig (kow

More information

Linear Programming. Preliminaries

Linear Programming. Preliminaries Lier Progrmmig Prelimiries Optimiztio ethods: 3L Objectives To itroduce lier progrmmig problems (LPP To discuss the stdrd d coicl form of LPP To discuss elemetry opertio for lier set of equtios Optimiztio

More information

INTEGRATION IN THEORY

INTEGRATION IN THEORY CHATER 5 INTEGRATION IN THEORY 5.1 AREA AROXIMATION 5.1.1 SUMMATION NOTATION Fibocci Sequece First, exmple of fmous sequece of umbers. This is commoly ttributed to the mthemtici Fibocci of is, lthough

More information

Remarks: (a) The Dirac delta is the function zero on the domain R {0}.

Remarks: (a) The Dirac delta is the function zero on the domain R {0}. Sectio Objective(s): The Dirc s Delt. Mi Properties. Applictios. The Impulse Respose Fuctio. 4.4.. The Dirc Delt. 4.4. Geerlized Sources Defiitio 4.4.. The Dirc delt geerlized fuctio is the limit δ(t)

More information

Probability for mathematicians INDEPENDENCE TAU

Probability for mathematicians INDEPENDENCE TAU Probbility for mthemticis INDEPENDENCE TAU 2013 21 Cotets 2 Cetrl limit theorem 21 2 Itroductio............................ 21 2b Covolutio............................ 22 2c The iitil distributio does

More information

18.01 Calculus Jason Starr Fall 2005

18.01 Calculus Jason Starr Fall 2005 18.01 Clculus Jso Strr Lecture 14. October 14, 005 Homework. Problem Set 4 Prt II: Problem. Prctice Problems. Course Reder: 3B 1, 3B 3, 3B 4, 3B 5. 1. The problem of res. The ciet Greeks computed the res

More information

PROGRESSIONS AND SERIES

PROGRESSIONS AND SERIES PROGRESSIONS AND SERIES A sequece is lso clled progressio. We ow study three importt types of sequeces: () The Arithmetic Progressio, () The Geometric Progressio, () The Hrmoic Progressio. Arithmetic Progressio.

More information

b a 2 ((g(x))2 (f(x)) 2 dx

b a 2 ((g(x))2 (f(x)) 2 dx Clc II Fll 005 MATH Nme: T3 Istructios: Write swers to problems o seprte pper. You my NOT use clcultors or y electroic devices or otes of y kid. Ech st rred problem is extr credit d ech is worth 5 poits.

More information

Sequences and Series of Functions

Sequences and Series of Functions Chapter 6 Sequeces ad Series of Fuctios 6.1. Covergece of a Sequece of Fuctios Poitwise Covergece. Defiitio 6.1. Let, for each N, fuctio f : A R be defied. If, for each x A, the sequece (f (x)) coverges

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

Particle in a Box. and the state function is. In this case, the Hermitian operator. The b.c. restrict us to 0 x a. x A sin for 0 x a, and 0 otherwise

Particle in a Box. and the state function is. In this case, the Hermitian operator. The b.c. restrict us to 0 x a. x A sin for 0 x a, and 0 otherwise Prticle i Box We must hve me where = 1,,3 Solvig for E, π h E = = where = 1,,3, m 8m d the stte fuctio is x A si for 0 x, d 0 otherwise x ˆ d KE V. m dx I this cse, the Hermiti opertor 0iside the box The

More information

The Basic Properties of the Integral

The Basic Properties of the Integral The Bsic Properties of the Itegrl Whe we compute the derivtive of complicted fuctio, like x + six, we usully use differetitio rules, like d [f(x)+g(x)] d f(x)+ d g(x), to reduce the computtio dx dx dx

More information

F x = 2x λy 2 z 3 = 0 (1) F y = 2y λ2xyz 3 = 0 (2) F z = 2z λ3xy 2 z 2 = 0 (3) F λ = (xy 2 z 3 2) = 0. (4) 2z 3xy 2 z 2. 2x y 2 z 3 = 2y 2xyz 3 = ) 2

F x = 2x λy 2 z 3 = 0 (1) F y = 2y λ2xyz 3 = 0 (2) F z = 2z λ3xy 2 z 2 = 0 (3) F λ = (xy 2 z 3 2) = 0. (4) 2z 3xy 2 z 2. 2x y 2 z 3 = 2y 2xyz 3 = ) 2 0 微甲 07- 班期中考解答和評分標準 5%) Fid the poits o the surfce xy z = tht re closest to the origi d lso the shortest distce betwee the surfce d the origi Solutio Cosider the Lgrge fuctio F x, y, z, λ) = x + y + z

More information

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date:

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: APPENDEX I. THE RAW ALGEBRA IN STATISTICS A I-1. THE INEQUALITY Exmple A I-1.1. Solve ech iequlity. Write the solutio i the itervl ottio..) 2 p - 6 p -8.) 2x- 3 < 5 Solutio:.). - 4 p -8 p³ 2 or pî[2, +

More information

General properties of definite integrals

General properties of definite integrals Roerto s Notes o Itegrl Clculus Chpter 4: Defiite itegrls d the FTC Sectio Geerl properties of defiite itegrls Wht you eed to kow lredy: Wht defiite Riem itegrl is. Wht you c ler here: Some key properties

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

Exponential Functions and Taylor Series

Exponential Functions and Taylor Series MATH 4530: Aalysis Oe Expoetial Fuctios ad Taylor Series James K. Peterso Departmet of Biological Scieces ad Departmet of Mathematical Scieces Clemso Uiversity March 29, 2017 MATH 4530: Aalysis Oe Outlie

More information

GRAPHING LINEAR EQUATIONS. Linear Equations. x l ( 3,1 ) _x-axis. Origin ( 0, 0 ) Slope = change in y change in x. Equation for l 1.

GRAPHING LINEAR EQUATIONS. Linear Equations. x l ( 3,1 ) _x-axis. Origin ( 0, 0 ) Slope = change in y change in x. Equation for l 1. GRAPHING LINEAR EQUATIONS Qudrt II Qudrt I ORDERED PAIR: The first umer i the ordered pir is the -coordite d the secod umer i the ordered pir is the y-coordite. (, ) Origi ( 0, 0 ) _-is Lier Equtios Qudrt

More information

Vectors. Vectors in Plane ( 2

Vectors. Vectors in Plane ( 2 Vectors Vectors i Ple ( ) The ide bout vector is to represet directiol force Tht mes tht every vector should hve two compoets directio (directiol slope) d mgitude (the legth) I the ple we preset vector

More information

2. Infinite Series 3. Power Series 4. Taylor Series 5. Review Questions and Exercises 6. Sequences and Series with Maple

2. Infinite Series 3. Power Series 4. Taylor Series 5. Review Questions and Exercises 6. Sequences and Series with Maple Chpter II CALCULUS II.4 Sequeces d Series II.4 SEQUENCES AND SERIES Objectives: After the completio of this sectio the studet - should recll the defiitios of the covergece of sequece, d some limits; -

More information

Exponential Functions and Taylor Series

Exponential Functions and Taylor Series Expoetial Fuctios ad Taylor Series James K. Peterso Departmet of Biological Scieces ad Departmet of Mathematical Scieces Clemso Uiversity March 29, 207 Outlie Revistig the Expoetial Fuctio Taylor Series

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

Chapter System of Equations

Chapter System of Equations hpter 4.5 System of Equtios After redig th chpter, you should be ble to:. setup simulteous lier equtios i mtrix form d vice-vers,. uderstd the cocept of the iverse of mtrix, 3. kow the differece betwee

More information

BRAIN TEASURES INDEFINITE INTEGRATION+DEFINITE INTEGRATION EXERCISE I

BRAIN TEASURES INDEFINITE INTEGRATION+DEFINITE INTEGRATION EXERCISE I EXERCISE I t Q. d Q. 6 6 cos si Q. Q.6 d d Q. d Q. Itegrte cos t d by the substitutio z = + e d e Q.7 cos. l cos si d d Q. cos si si si si b cos Q.9 d Q. si b cos Q. si( ) si( ) d ( ) Q. d cot d d Q. (si

More information

Exploring the Rate of Convergence of Approximations to the Riemann Integral

Exploring the Rate of Convergence of Approximations to the Riemann Integral Explorig the Rte of Covergece of Approximtios to the Riem Itegrl Lus Owes My 7, 24 Cotets Itroductio 2. Prelimiries............................................. 2.2 Motivtio..............................................

More information

Section 6.3: Geometric Sequences

Section 6.3: Geometric Sequences 40 Chpter 6 Sectio 6.: Geometric Sequeces My jobs offer ul cost-of-livig icrese to keep slries cosistet with ifltio. Suppose, for exmple, recet college grdute fids positio s sles mger erig ul slry of $6,000.

More information

Chapter Real Numbers

Chapter Real Numbers Chpter. - Rel Numbers Itegers: coutig umbers, zero, d the egtive of the coutig umbers. ex: {,-3, -, -,,,, 3, } Rtiol Numbers: quotiets of two itegers with ozero deomitor; termitig or repetig decimls. ex:

More information

( ) k ( ) 1 T n 1 x = xk. Geometric series obtained directly from the definition. = 1 1 x. See also Scalars 9.1 ADV-1: lim n.

( ) k ( ) 1 T n 1 x = xk. Geometric series obtained directly from the definition. = 1 1 x. See also Scalars 9.1 ADV-1: lim n. Sclrs-9.0-ADV- Algebric Tricks d Where Tylor Polyomils Come From 207.04.07 A.docx Pge of Algebric tricks ivolvig x. You c use lgebric tricks to simplify workig with the Tylor polyomils of certi fuctios..

More information

Surds, Indices, and Logarithms Radical

Surds, Indices, and Logarithms Radical MAT 6 Surds, Idices, d Logrithms Rdicl Defiitio of the Rdicl For ll rel, y > 0, d ll itegers > 0, y if d oly if y where is the ide is the rdicl is the rdicd. Surds A umber which c be epressed s frctio

More information

Content: Essential Calculus, Early Transcendentals, James Stewart, 2007 Chapter 1: Functions and Limits., in a set B.

Content: Essential Calculus, Early Transcendentals, James Stewart, 2007 Chapter 1: Functions and Limits., in a set B. Review Sheet: Chpter Cotet: Essetil Clculus, Erly Trscedetls, Jmes Stewrt, 007 Chpter : Fuctios d Limits Cocepts, Defiitios, Lws, Theorems: A fuctio, f, is rule tht ssigs to ech elemet i set A ectly oe

More information

Similar idea to multiplication in N, C. Divide and conquer approach provides unexpected improvements. Naïve matrix multiplication

Similar idea to multiplication in N, C. Divide and conquer approach provides unexpected improvements. Naïve matrix multiplication Next. Covered bsics of simple desig techique (Divided-coquer) Ch. of the text.. Next, Strsse s lgorithm. Lter: more desig d coquer lgorithms: MergeSort. Solvig recurreces d the Mster Theorem. Similr ide

More information

82A Engineering Mathematics

82A Engineering Mathematics Clss Notes 9: Power Series /) 8A Egieerig Mthetics Secod Order Differetil Equtios Series Solutio Solutio Ato Differetil Equtio =, Hoogeeous =gt), No-hoogeeous Solutio: = c + p Hoogeeous No-hoogeeous Fudetl

More information