From the Numerical. to the Theoretical in. Calculus

Size: px
Start display at page:

Download "From the Numerical. to the Theoretical in. Calculus"

Transcription

1 From the Numericl to the Theoreticl in Clculus Teching Contemporry Mthemtics NCSSM Ferury 6-7, 003 Doug Kuhlmnn Phillips Acdemy Andover, MA

2 How nd Why Numericl Integrtion Should Precede the Fundmentl Theorem The short nswer is: "We mesure re, we don't define it." (Jerry Uhl) HOW TO INTRODUCE NUMERICAL INTEGRATION FIRST. Assumptions: Students know the derivtives of the usul elementry functions, including polynomils, trig functions, exponentil nd logs. In ddition they know the power rule for non-integer exponents, the product, quotient nd chin rules. They hve done few ntiderivtive prolems, minly velocity/distnce types. Introducing re under curve: L n nd R n. On the first dy of integrtion I sk the sic question: Wht is this re? How cn we mesure this re? One pproximtion leds to the left-hnd Riemnn sum in the usul fshion: L n = f (x 0 )h + f (x 1 )h f (x n 1 )h where h =. Note tht I only consider pproximtions using rectngles of equl n width. The first time through clculus is not the time to generlize to things like prtitions, norms of prtions, refinements, etc. We immeditely consider the right-hnd Riemnn sum nd discuss why it is not priori possile to choose which is etter, the Left Hnd Rule or the Right Hnd Rule. At this point the clss writes short TI-83 progrm, clled INTEGRAL or AREA, tht clcultes this sum with, nd n s user inputs. This is good time to tech nd/or review For-End loops. (A listing of the finl version of the INTEGRAL progrm is t the end of these notes.) The first integrl progrm using Left nd Right hnd rules only nd ssumes tht the function is in Y1 is listed here. 1

3 INTEGRAL Progrm :ClrHome :Input "LOWER LIMIT=",A :Input "UPPER LIMIT=",B :Prompt N :(B-A)/N->H :0->L:0->R :A->X :For(J,1,N) :L+Y1*H->L :X+H->X :R+Y1*H->R :End :Disp "L, R",L,R Trpezoid nd Midpoint Rules At this point the clss usully invents the trpezoid rule themselves: T n = 1 (L n + R n ) This leds to modifiction of the INTEGRAL progrm.. I then suggest to the clss nother wy, the Midpoint rule, which uses the y-coordinte t the middle of the suintervl for the height of the rectngles. One cn compre the Trpezoid nd Midpoint rules in the following wy: nd T n = f (x 0 ) + f (x 1 ) h + f (x ) + f (x ) 1 h f (x ) + f (x ) n 1 n h M n = f x 0 + x 1 h + f x 1 + x h f x n 1 + x n We now mke nother, this time more sutle, chnge in our INTEGRAL progrm to llow us to clculte M n. h

4 Simpson's Rule without prols. For L n nd R n there ws no priori reson for choosing one or the other. Ech seems to e eqully ccurte nd so when we verge them for the trpezoid rule, we weight ech of them the sme. Cn we do similr thing with the Trpezoid nd Midpoint rules? We cn compre the ccurcy of the Trpezoid nd Midpoint rules y looking t some exmples tht we lredy know. By using our INTEGRAL progrm we see tht s n increses, our estimtes of the re under y = cos(x) etween x = 0 nd x = π pproch 1. Tking it s fct tht this re is indeed 1, let's compre the errors of the Trpezoid nd Midpoint rules, i.e let's exmine T n 1 nd M n 1. Here re three cses using n = 5, 10 nd 0 with the resulting errors or devitions from 1 for the trpezoid nd midpoint pproximtions. N T n 1 M n Note tht the Mid-point pproximtion error is out hlf tht of the Trp pproximtion nd is of opposite sign. In this cse the Trp rule is too smll nd the Mid rule is too ig ut the Mid rule is out twice s close to the ctul re. We cn lso compre the ccurcies of T n nd M n y the following rgument. Consider one rectngle in the midpoint rule: M M 3

5 Keeping the point mrked M fixed on the curve, rotte the top of the rectngle, extending it t the sme time, until you mke it tngent to the curve t M. Wht is the re under the trpezoid formed with this tngent line s the non-prllel top? With little considertion, one cn show tht this re is the sme s the re of the orginl rectngle. This mens tht the strightforwrd Midpoint rule, s esy to clculte s the Left- nd Right-hnd rules, cn e thought of s the Tngent to the Midpoint Trpezoid Rule. Which is more ccurte, T n or M n? First nswer this question: Which is etter pproximtion to function, tngent line or secnt line. The nswer gives support to the rgument tht M n is etter pproximtion. So does the following heuristic rgument. For functions tht re concve up, the Midpoint rule is too smll nd the Trp rule is too ig. (Other wy round for concve down.) The picture ove lso suggest tht the error for Trp is twice s lrge in mgnitude s the error for Mid nd is of opposite sign, point we discovered numericlly erlier. Since M n is closer to the true vlue thn T n y fctor of two nd M n ndt n re on opposite sides of the true vlue, tht suggests we use weighted verge of the two. Consequently we define Simpson's rule s: S n = M n + T n 3 WARNING: Note the suscript. If we use n sudivisions for the Trp rule nd n sudivisions for the Midpoint rule, we hve effectively used n sudivisions for Simpson's rule this wy. 4

6 WHY DO NUMERICAL INTEGRATION FIRST? By now I hve lso introduced the integrl nottion f( x) dx to represent the re. By doing severl prolems pproximting this integrl, the students come to know tht f( x) dx is rel numer, not clss of functions. Additionlly, they c cn verify the ovious f (x) dx + f (x)dx = f (x) dx nd f (x)dx = 0. They cn even verify nd think out why c f (x)dx = f (x)dx (h is negtive in one of the sums). Finlly, I hve the clss perform this exercise: Let Y1=cos(X) nd evlute the following for vrious vlues of 0 cos(x)dx A little discusion llows them to see tht we hve creted new function: For every '' there is exctly one numer ssocited with tht, nmely the re from 0 to. I then sk them to ech find the vlue of this integrl for = 0,.,.4,.6,.8, 1.0, 1.,... s mny s there re students, mye twice s mny with every one doing two. When I first did this exercise we plotted the points on the ord: (0,0) (.,.199) (.4,.389) (.6,.565) (.8,.717) etc These questions were sked y students s we plotted them; 1. Why re they going down? (Eventully it does). Why re they negtive? (Ditto) 3. Why is it sin? If students cn sk these questions on their own, I ws convinced tht this method of introducing the integrl ws vlule. At this point we cn prove the Fundmentl Theorem in the usul wy, hving motivted it with the ove nd severl other exmples. However we cn lso explore ntiderivtives y solving differentil equtions grphiclly vi slope fields nd numericlly with Euler's method. 5

7 Slope Fields nd Euler's Method Suppose we wnted to find solutions to differentil eqution of the form y = g(x, y). Exmples of such differentil equtions include: y = y (1) y = x () y = x y (3) y = cos y (4) y = exp( x ) = e x (5) y = 1 + x 3 x (6) Equtions (1) through (4) re solvle y nlytic techniques ut equtions (5) nd (6) re not. Nevertheless, we cn get some qulittive informtion out the solutions of ll of the ove y looking t the slope fields for ech. SLOPE FIELDS If first-order differentil eqution cn e put in the form y = g(x, y), then we cn determine the slope of the solution y = f (x) through ny point (x, y). Grphiclly, we cn drw short line of the proper slope through ech of severl points (x, y) in the plne. The resulting picture of short slope lines is clled slope field. I think of slope field s series of conditionl sttements: If solution psses through the point (x, y), this is the slope it would hve. Consider simple cse: f (x) = x. On piece of grph pper, here chosen very smll to mke it esier, select grid of points nd t ech point selected drw short segment whose slope is x, the first coordinte of the point. This is the resulting picture: y x We know the solutions to this differentil eqution re f (x) = x + C, nd if we mentlly overly these on the grid ove, we cn see how the solutions follow the slope field. 6

8 In prctice this cn e very time consuming or t lest tedious, ut computer or progrmmle clcultor cn do the tsk for us. In the following exmples, TI-83 progrm drew the slope fields. The listing for this progrm is given t the end. Before we proceed, let's remind ourselves of the following theorem found in lmost ny text on elementry differentil equtions. Theorem. For first order differentil eqution y = g(x, y) with intil condition y(x 0 ) = y 0, sufficient (though not necessry) condition tht unique solution y = f (x) exist is tht g nd g e rel, finite, single-vlued, nd continuous over y rectngulr region of the plne contining the point (x 0, y 0 ). In simpler terms, if g(x, y) is suitly nice, we cn sfely mke the ssumption tht unique solution exists. In ll of the cses we shll exmine, the ove conditions re stisfied. Wht this mens is tht given specific point in our slope field there is exctly one solution tht psses through this point. Exmple 1. y = y Before we sketch the slope field, notice tht if y = y then y = y = y. Similrly, ny order derivtive of y is equl to y. Below is the slope field for this eqution on the viewing window [-4.7, 4.7] X [-3.1, 3.1] (Unless otherwise stted, ll viewing windows will hve these dimensions.) y = y We esily recognize the exponentil functions f (x) = Ae x s solutions nd cn esily visulize them on top of the slope field. 7

9 Exmple. y = x (Left to reder to expnd ove slope field.) Exmple 3. y = x y Note tht y = 1 y =1 (x y) = 1 x + y. We then conclude tht y > 0 if y < x y > 0 if y > x 1 y = 0 if y = x y = 0 if y = x 1 y < 0 if y > x y < 0 if y < x 1 The slope field for this eqution shows tht ny solution stisfies the ove conditions. y = x y Note tht nywhere long the line y = x, the slope is zero. It is esy to sketch qulittive solutions to the differentil equtions y following the slope fields, ut here gin the computer cn help using numericl methods to pproximte solutions. 8

10 EULER'S METHOD The first numericl method is Euler's method, strightforwrd, simple (nd hence prone to inccurcies t times) method for pproximting solutions to y = g(x, y). It is nlogous to using the left hnd rule for pproximting integrls. If we know tht the point (x 0, y 0 ) is on our curve nd we define our new x 1 to e x 1 = x 0 + h where h is the step-size or increment. Then the new y is given y y 1 = y 0 + g(x 0, y 0 )h. We pproximte y y using the tngent line which hs slope given y g(x 0, y 0 ). The new point is connected to the old point nd the process is repeted, generting n pproximte solution to the differentil eqution. Tht is, we find x = x 1 + h nd y = y 1 + g(x 1,y 1 )h. Note tht we reclculted the slope t the point (x 1,y 1 ). We repet this s mny times s needed. Below is the originl slope field nd next to it is slope field with severl solutions sketched on it using Euler's method for y = x y One question tht immeditely rises, is the existence of possile symptote to ll of the solutions. They ll seem to converge to line. In fct, if we you nlytic techniques (using integrting fctors) to solve y = x y we get the generl solution to e y = x 1+ Ce x It is now cler tht the line y = x 1 is n symptote for ll solutions to our eqution. 9

11 Exmple 4. y = cos y Using nlytic techniques, nmely seprting vriles, we get sec y dy = dx Integrting nd rememering the trick for integrting secnt, we get ln sec y + tn y = x + C But wht do these curves look like? Cn you sketch one? Question: Wht does the solution tht goes through the point (-4, 3) look like? Answer: Huh? Slope fields cn help. Below is the slope field for y = cos y. y = cos y Exmining it crefully, we see tht the lines y = π nd y = π re importnt. Both re fixed points in the sense tht if y = π or y = π, then cos y = 0 nd so there is no chnge in y. However, there is very ig difference etween the two lines. The line y = π is n ttrctive fixed point. If you strt within neighorhood of y = π the solution will converge to the line: It will e "ttrcted" to the line. On the other hnd, the line y = π is repelling fixed point. If you strt even slightly wy from y = π further wy nd eventully converges to nother fixed point. the curve moves 10

12 Below re Euler solutions with different strting points ll close to ech other. x 0 = 4, y 0 = π, x 0 = 4, y 0 = π, +.01 x 0 = 4, y 0 = π,.01 I leve it to the reder to determine wht the curve through (-4, 3) looks like. Euler's Method nd the Fundmentl Theorem If the derivtive is function of x lone, i.e. dy dx = f (x), then Euler's method cn e used to illuminte the Fundmentl Theorem of Clculus. Suppose we know the derivtive nd strting point for function so tht we re given point (, f ()) nd the derivtive f (x) nd we wish to evlute (estimte) f () where for this rgument < (lthough it doesn't hve to e). If we define h = n following: nd then use Euler's with step size h nd n steps, we get the 11

13 x 0 = f (x 0 ) = f ()... x 1 = x 0 + h f (x 1 ) f (x 0 ) + f (x 0 )h x = x 1 + h f (x ) f (x 1 ) + f (x 1 )h x n 1 = x n + h f (x n 1 ) f (x n ) + f (x n )h x n = x n 1 + h f (x n ) f (x n 1 ) + f (x n 1 )h Note tht x n = nd f (x n ) = f (). If we sustitute the next to lst eqution for f (x n 1 ) into to the lst one we get f (x n ) f (x n ) + f (x n )h + f (x n 1 )h Sustitute the previous eqution ove nd get f (x n ) f (x n 3 ) + f (x n 3 )h + f (x n )h + f (x n 1 )h. Repeting this we get f (x n ) f (x 0 ) + f (x 0 )h + f (x 1 )h f (x n 1 )h Rememering tht f (x 0 ) = f () nd f (x n ) = f () we see tht the lst eqution just sys tht f () f () f (x 0 )h + f (x 1 )h f (x n 1 )h nd the right hnd side of this eqution is just the Left-hnd Riemnn sum pproximting the integrl of f (x) nd so we re led to f () f () = f (x)dx which is the Fundmentl Theorem. 1

14 Progrm listings: INTEGRAL Progrm :ClrHome :Input "LOWER LIMIT=",A :Input "UPPER LIMIT=",B :Prompt N :(B-A)/N->H :0->L:0->M:0->R :A->X :For(J,1,N) SLOPEFLD Progrm :Func:FnOff :PlotsOff :ClrDrw :ClrHome :Disp "AXES ON (1) :Disp "OR OFF (0)" :Input A :If A=0 :Then:AxesOff :Else:AxesOn :End :Disp "HOW MANY MARKS?" :Input "ACROSS: ",A :Input "DOWN: ",D :(Xmx-Xmin)/A->H :(Ymx-Ymin)/D->V :For(I,1,D) :For(J,1,A) :Xmin+(J-1)H+H/->X :Ymin+(I-1)V+V/->Y :Y1->M :Y-.30MH->S :Y+.30MH->Z :X-.30H->P :X+.30H->Q :If s (Z-S)>.6V :Then :Y+.30V->Z :Y-.30V->S :(Z-Y)/M+X->Q :(S-Y)/M+X->P :End :Line(P,S,Q,Z) :End:End :L+Y1*H->L :X+H/->X :M+Y1*H->M :X+H/->X :R+Y1*H->R :End :(L+R)/->T :(M+T)/3->S :Disp "L, R, T,M,S",L,R,T,M,S EULER Progrm :Func:FnOff :Input "X START=",A :Input "Y START=",B :Input "STEP SIZE=",H :Input "NO. STEPS=",N :A->X:B->Y :For(I,1,N) :X->U:Y->V :Y+Y H->Y :X+H->X :Line(U,V,X,Y) :End 13

15 Runge-Kutt techniques re nlogous to Simpson's rule. Below is the code for progrm tht uses fourth order Runge-Kutt technique to numericlly pproximte solution to first order differentil eqution y = g(x,y). RK4GRAPH Progrm :Func:FnOff :Input "X START=",A :Input "Y START=",B :Input "STEP SIZE=",H :Input "NO. STEPS=",N :A->X:B->Y :For(I,1,N) :X->U:Y->V :Y1->K :X+H/->X :V+H*K/->Y :Y1->L :V+H*L/->Y :Y1->S :X+H/->X :V+H*S->Y :Y1->T :V+(H/6)(K+L+S+T)->Y :Line(U,V,X,Y):End Doug Kuhlmnn Phillips Acdemy Andover, MA dkuhlmnn@ndover.edu 6 Ferury

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

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

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

5: The Definite Integral

5: The Definite Integral 5: The Definite Integrl 5.: Estimting with Finite Sums Consider moving oject its velocity (meters per second) t ny time (seconds) is given y v t = t+. Cn we use this informtion to determine the distnce

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

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

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

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

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

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

5.1 How do we Measure Distance Traveled given Velocity? Student Notes

5.1 How do we Measure Distance Traveled given Velocity? Student Notes . How do we Mesure Distnce Trveled given Velocity? Student Notes EX ) The tle contins velocities of moving cr in ft/sec for time t in seconds: time (sec) 3 velocity (ft/sec) 3 A) Lel the x-xis & y-xis

More information

Anti-derivatives/Indefinite Integrals of Basic Functions

Anti-derivatives/Indefinite Integrals of Basic Functions Anti-derivtives/Indefinite Integrls of Bsic Functions Power Rule: In prticulr, this mens tht x n+ x n n + + C, dx = ln x + C, if n if n = x 0 dx = dx = dx = x + C nd x (lthough you won t use the second

More information

7.2 The Definite Integral

7.2 The Definite Integral 7.2 The Definite Integrl the definite integrl In the previous section, it ws found tht if function f is continuous nd nonnegtive, then the re under the grph of f on [, b] is given by F (b) F (), where

More information

MA123, Chapter 10: Formulas for integrals: integrals, antiderivatives, and the Fundamental Theorem of Calculus (pp.

MA123, Chapter 10: Formulas for integrals: integrals, antiderivatives, and the Fundamental Theorem of Calculus (pp. MA123, Chpter 1: Formuls for integrls: integrls, ntiderivtives, nd the Fundmentl Theorem of Clculus (pp. 27-233, Gootmn) Chpter Gols: Assignments: Understnd the sttement of the Fundmentl Theorem of Clculus.

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

The Evaluation Theorem

The Evaluation Theorem These notes closely follow the presenttion of the mteril given in Jmes Stewrt s textook Clculus, Concepts nd Contexts (2nd edition) These notes re intended primrily for in-clss presenttion nd should not

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

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

Chapter 7 Notes, Stewart 8e. 7.1 Integration by Parts Trigonometric Integrals Evaluating sin m x cos n (x) dx...

Chapter 7 Notes, Stewart 8e. 7.1 Integration by Parts Trigonometric Integrals Evaluating sin m x cos n (x) dx... Contents 7.1 Integrtion by Prts................................... 2 7.2 Trigonometric Integrls.................................. 8 7.2.1 Evluting sin m x cos n (x)......................... 8 7.2.2 Evluting

More information

1B40 Practical Skills

1B40 Practical Skills B40 Prcticl Skills Comining uncertinties from severl quntities error propgtion We usully encounter situtions where the result of n experiment is given in terms of two (or more) quntities. We then need

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

Section 6: Area, Volume, and Average Value

Section 6: Area, Volume, and Average Value Chpter The Integrl Applied Clculus Section 6: Are, Volume, nd Averge Vlue Are We hve lredy used integrls to find the re etween the grph of function nd the horizontl xis. Integrls cn lso e used to find

More information

Math 131. Numerical Integration Larson Section 4.6

Math 131. Numerical Integration Larson Section 4.6 Mth. Numericl Integrtion Lrson Section. This section looks t couple of methods for pproimting definite integrls numericlly. The gol is to get good pproimtion of the definite integrl in problems where n

More information

Chapter 8.2: The Integral

Chapter 8.2: The Integral Chpter 8.: The Integrl You cn think of Clculus s doule-wide triler. In one width of it lives differentil clculus. In the other hlf lives wht is clled integrl clculus. We hve lredy eplored few rooms in

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

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

Quadratic Forms. Quadratic Forms

Quadratic Forms. Quadratic Forms Qudrtic Forms Recll the Simon & Blume excerpt from n erlier lecture which sid tht the min tsk of clculus is to pproximte nonliner functions with liner functions. It s ctully more ccurte to sy tht we pproximte

More information

2 b. , a. area is S= 2π xds. Again, understand where these formulas came from (pages ).

2 b. , a. area is S= 2π xds. Again, understand where these formulas came from (pages ). AP Clculus BC Review Chpter 8 Prt nd Chpter 9 Things to Know nd Be Ale to Do Know everything from the first prt of Chpter 8 Given n integrnd figure out how to ntidifferentite it using ny of the following

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

Section 4: Integration ECO4112F 2011

Section 4: Integration ECO4112F 2011 Reding: Ching Chpter Section : Integrtion ECOF Note: These notes do not fully cover the mteril in Ching, ut re ment to supplement your reding in Ching. Thus fr the optimistion you hve covered hs een sttic

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

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

( ) as a fraction. Determine location of the highest

( ) as a fraction. Determine location of the highest AB Clculus Exm Review Sheet - Solutions A. Preclculus Type prolems A1 A2 A3 A4 A5 A6 A7 This is wht you think of doing Find the zeros of f ( x). Set function equl to 0. Fctor or use qudrtic eqution if

More information

( ) where f ( x ) is a. AB Calculus Exam Review Sheet. A. Precalculus Type problems. Find the zeros of f ( x).

( ) where f ( x ) is a. AB Calculus Exam Review Sheet. A. Precalculus Type problems. Find the zeros of f ( x). AB Clculus Exm Review Sheet A. Preclculus Type prolems A1 Find the zeros of f ( x). This is wht you think of doing A2 A3 Find the intersection of f ( x) nd g( x). Show tht f ( x) is even. A4 Show tht f

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

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

p-adic Egyptian Fractions

p-adic Egyptian Fractions p-adic Egyptin Frctions Contents 1 Introduction 1 2 Trditionl Egyptin Frctions nd Greedy Algorithm 2 3 Set-up 3 4 p-greedy Algorithm 5 5 p-egyptin Trditionl 10 6 Conclusion 1 Introduction An Egyptin frction

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

AB Calculus Review Sheet

AB Calculus Review Sheet AB Clculus Review Sheet Legend: A Preclculus, B Limits, C Differentil Clculus, D Applictions of Differentil Clculus, E Integrl Clculus, F Applictions of Integrl Clculus, G Prticle Motion nd Rtes This is

More information

Math& 152 Section Integration by Parts

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

More information

Beginning Darboux Integration, Math 317, Intro to Analysis II

Beginning Darboux Integration, Math 317, Intro to Analysis II Beginning Droux Integrtion, Mth 317, Intro to Anlysis II Lets strt y rememering how to integrte function over n intervl. (you lerned this in Clculus I, ut mye it didn t stick.) This set of lecture notes

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

( ) Same as above but m = f x = f x - symmetric to y-axis. find where f ( x) Relative: Find where f ( x) x a + lim exists ( lim f exists.

( ) Same as above but m = f x = f x - symmetric to y-axis. find where f ( x) Relative: Find where f ( x) x a + lim exists ( lim f exists. AP Clculus Finl Review Sheet solutions When you see the words This is wht you think of doing Find the zeros Set function =, fctor or use qudrtic eqution if qudrtic, grph to find zeros on clcultor Find

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

The First Fundamental Theorem of Calculus. If f(x) is continuous on [a, b] and F (x) is any antiderivative. f(x) dx = F (b) F (a).

The First Fundamental Theorem of Calculus. If f(x) is continuous on [a, b] and F (x) is any antiderivative. f(x) dx = F (b) F (a). The Fundmentl Theorems of Clculus Mth 4, Section 0, Spring 009 We now know enough bout definite integrls to give precise formultions of the Fundmentl Theorems of Clculus. We will lso look t some bsic emples

More information

6.5 Numerical Approximations of Definite Integrals

6.5 Numerical Approximations of Definite Integrals Arknss Tech University MATH 94: Clculus II Dr. Mrcel B. Finn 6.5 Numericl Approximtions of Definite Integrls Sometimes the integrl of function cnnot be expressed with elementry functions, i.e., polynomil,

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

SUMMER KNOWHOW STUDY AND LEARNING CENTRE SUMMER KNOWHOW STUDY AND LEARNING CENTRE Indices & Logrithms 2 Contents Indices.2 Frctionl Indices.4 Logrithms 6 Exponentil equtions. Simplifying Surds 13 Opertions on Surds..16 Scientific Nottion..18

More information

4.4 Areas, Integrals and Antiderivatives

4.4 Areas, Integrals and Antiderivatives . res, integrls nd ntiderivtives 333. Ares, Integrls nd Antiderivtives This section explores properties of functions defined s res nd exmines some connections mong res, integrls nd ntiderivtives. In order

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

Chapter 5. Numerical Integration

Chapter 5. Numerical Integration Chpter 5. Numericl Integrtion These re just summries of the lecture notes, nd few detils re included. Most of wht we include here is to be found in more detil in Anton. 5. Remrk. There re two topics with

More information

Lecture 3: Equivalence Relations

Lecture 3: Equivalence Relations Mthcmp Crsh Course Instructor: Pdric Brtlett Lecture 3: Equivlence Reltions Week 1 Mthcmp 2014 In our lst three tlks of this clss, we shift the focus of our tlks from proof techniques to proof concepts

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

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

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

( ) where f ( x ) is a. AB/BC Calculus Exam Review Sheet. A. Precalculus Type problems. Find the zeros of f ( x).

( ) where f ( x ) is a. AB/BC Calculus Exam Review Sheet. A. Precalculus Type problems. Find the zeros of f ( x). AB/ Clculus Exm Review Sheet A. Preclculus Type prolems A1 Find the zeros of f ( x). This is wht you think of doing A2 Find the intersection of f ( x) nd g( x). A3 Show tht f ( x) is even. A4 Show tht

More information

Review of Gaussian Quadrature method

Review of Gaussian Quadrature method Review of Gussin Qudrture method Nsser M. Asi Spring 006 compiled on Sundy Decemer 1, 017 t 09:1 PM 1 The prolem To find numericl vlue for the integrl of rel vlued function of rel vrile over specific rnge

More information

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b.

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b. Mth 255 - Vector lculus II Notes 4.2 Pth nd Line Integrls We begin with discussion of pth integrls (the book clls them sclr line integrls). We will do this for function of two vribles, but these ides cn

More information

Interpreting Integrals and the Fundamental Theorem

Interpreting Integrals and the Fundamental Theorem Interpreting Integrls nd the Fundmentl Theorem Tody, we go further in interpreting the mening of the definite integrl. Using Units to Aid Interprettion We lredy know tht if f(t) is the rte of chnge of

More information

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as Improper Integrls Two different types of integrls cn qulify s improper. The first type of improper integrl (which we will refer to s Type I) involves evluting n integrl over n infinite region. In the grph

More information

7.1 Integral as Net Change and 7.2 Areas in the Plane Calculus

7.1 Integral as Net Change and 7.2 Areas in the Plane Calculus 7.1 Integrl s Net Chnge nd 7. Ares in the Plne Clculus 7.1 INTEGRAL AS NET CHANGE Notecrds from 7.1: Displcement vs Totl Distnce, Integrl s Net Chnge We hve lredy seen how the position of n oject cn e

More information

Chapter 9 Definite Integrals

Chapter 9 Definite Integrals Chpter 9 Definite Integrls In the previous chpter we found how to tke n ntiderivtive nd investigted the indefinite integrl. In this chpter the connection etween ntiderivtives nd definite integrls is estlished

More information

INTRODUCTION TO INTEGRATION

INTRODUCTION TO INTEGRATION INTRODUCTION TO INTEGRATION 5.1 Ares nd Distnces Assume f(x) 0 on the intervl [, b]. Let A be the re under the grph of f(x). b We will obtin n pproximtion of A in the following three steps. STEP 1: Divide

More information

The area under the graph of f and above the x-axis between a and b is denoted by. f(x) dx. π O

The area under the graph of f and above the x-axis between a and b is denoted by. f(x) dx. π O 1 Section 5. The Definite Integrl Suppose tht function f is continuous nd positive over n intervl [, ]. y = f(x) x The re under the grph of f nd ove the x-xis etween nd is denoted y f(x) dx nd clled the

More information

If u = g(x) is a differentiable function whose range is an interval I and f is continuous on I, then f(g(x))g (x) dx = f(u) du

If u = g(x) is a differentiable function whose range is an interval I and f is continuous on I, then f(g(x))g (x) dx = f(u) du Integrtion by Substitution: The Fundmentl Theorem of Clculus demonstrted the importnce of being ble to find nti-derivtives. We now introduce some methods for finding ntiderivtives: If u = g(x) is differentible

More information

Improper Integrals, and Differential Equations

Improper Integrals, and Differential Equations Improper Integrls, nd Differentil Equtions October 22, 204 5.3 Improper Integrls Previously, we discussed how integrls correspond to res. More specificlly, we sid tht for function f(x), the region creted

More information

The Fundamental Theorem of Calculus. The Total Change Theorem and the Area Under a Curve.

The Fundamental Theorem of Calculus. The Total Change Theorem and the Area Under a Curve. Clculus Li Vs The Fundmentl Theorem of Clculus. The Totl Chnge Theorem nd the Are Under Curve. Recll the following fct from Clculus course. If continuous function f(x) represents the rte of chnge of F

More information

f(a+h) f(a) x a h 0. This is the rate at which

f(a+h) f(a) x a h 0. This is the rate at which M408S Concept Inventory smple nswers These questions re open-ended, nd re intended to cover the min topics tht we lerned in M408S. These re not crnk-out-n-nswer problems! (There re plenty of those in the

More information

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1 Mth 33 Volume Stewrt 5.2 Geometry of integrls. In this section, we will lern how to compute volumes using integrls defined by slice nlysis. First, we recll from Clculus I how to compute res. Given the

More information

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

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

More information

Discrete Mathematics and Probability Theory Spring 2013 Anant Sahai Lecture 17

Discrete Mathematics and Probability Theory Spring 2013 Anant Sahai Lecture 17 EECS 70 Discrete Mthemtics nd Proility Theory Spring 2013 Annt Shi Lecture 17 I.I.D. Rndom Vriles Estimting the is of coin Question: We wnt to estimte the proportion p of Democrts in the US popultion,

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

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

A. Limits - L Hopital s Rule ( ) How to find it: Try and find limits by traditional methods (plugging in). If you get 0 0 or!!, apply C.! 1 6 C.

A. Limits - L Hopital s Rule ( ) How to find it: Try and find limits by traditional methods (plugging in). If you get 0 0 or!!, apply C.! 1 6 C. A. Limits - L Hopitl s Rule Wht you re finding: L Hopitl s Rule is used to find limits of the form f ( x) lim where lim f x x! c g x ( ) = or lim f ( x) = limg( x) = ". ( ) x! c limg( x) = 0 x! c x! c

More information

Chapter 6 Techniques of Integration

Chapter 6 Techniques of Integration MA Techniques of Integrtion Asst.Prof.Dr.Suprnee Liswdi Chpter 6 Techniques of Integrtion Recll: Some importnt integrls tht we hve lernt so fr. Tle of Integrls n+ n d = + C n + e d = e + C ( n ) d = ln

More information

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral Improper Integrls Every time tht we hve evluted definite integrl such s f(x) dx, we hve mde two implicit ssumptions bout the integrl:. The intervl [, b] is finite, nd. f(x) is continuous on [, b]. If one

More information

First midterm topics Second midterm topics End of quarter topics. Math 3B Review. Steve. 18 March 2009

First midterm topics Second midterm topics End of quarter topics. Math 3B Review. Steve. 18 March 2009 Mth 3B Review Steve 18 Mrch 2009 About the finl Fridy Mrch 20, 3pm-6pm, Lkretz 110 No notes, no book, no clcultor Ten questions Five review questions (Chpters 6,7,8) Five new questions (Chpters 9,10) No

More information

Chapters 4 & 5 Integrals & Applications

Chapters 4 & 5 Integrals & Applications Contents Chpters 4 & 5 Integrls & Applictions Motivtion to Chpters 4 & 5 2 Chpter 4 3 Ares nd Distnces 3. VIDEO - Ares Under Functions............................................ 3.2 VIDEO - Applictions

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

Bridging the gap: GCSE AS Level

Bridging the gap: GCSE AS Level Bridging the gp: GCSE AS Level CONTENTS Chpter Removing rckets pge Chpter Liner equtions Chpter Simultneous equtions 8 Chpter Fctors 0 Chpter Chnge the suject of the formul Chpter 6 Solving qudrtic equtions

More information

SYDE 112, LECTURES 3 & 4: The Fundamental Theorem of Calculus

SYDE 112, LECTURES 3 & 4: The Fundamental Theorem of Calculus SYDE 112, LECTURES & 4: The Fundmentl Theorem of Clculus So fr we hve introduced two new concepts in this course: ntidifferentition nd Riemnn sums. It turns out tht these quntities re relted, but it is

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

Discrete Mathematics and Probability Theory Summer 2014 James Cook Note 17

Discrete Mathematics and Probability Theory Summer 2014 James Cook Note 17 CS 70 Discrete Mthemtics nd Proility Theory Summer 2014 Jmes Cook Note 17 I.I.D. Rndom Vriles Estimting the is of coin Question: We wnt to estimte the proportion p of Democrts in the US popultion, y tking

More information

c n φ n (x), 0 < x < L, (1) n=1

c n φ n (x), 0 < x < L, (1) n=1 SECTION : Fourier Series. MATH4. In section 4, we will study method clled Seprtion of Vribles for finding exct solutions to certin clss of prtil differentil equtions (PDEs. To do this, it will be necessry

More information

Math 113 Exam 1-Review

Math 113 Exam 1-Review Mth 113 Exm 1-Review September 26, 2016 Exm 1 covers 6.1-7.3 in the textbook. It is dvisble to lso review the mteril from 5.3 nd 5.5 s this will be helpful in solving some of the problems. 6.1 Are Between

More information

u(t)dt + i a f(t)dt f(t) dt b f(t) dt (2) With this preliminary step in place, we are ready to define integration on a general curve in C.

u(t)dt + i a f(t)dt f(t) dt b f(t) dt (2) With this preliminary step in place, we are ready to define integration on a general curve in C. Lecture 4 Complex Integrtion MATH-GA 2451.001 Complex Vriles 1 Construction 1.1 Integrting complex function over curve in C A nturl wy to construct the integrl of complex function over curve in the complex

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

7.1 Integral as Net Change Calculus. What is the total distance traveled? What is the total displacement?

7.1 Integral as Net Change Calculus. What is the total distance traveled? What is the total displacement? 7.1 Integrl s Net Chnge Clculus 7.1 INTEGRAL AS NET CHANGE Distnce versus Displcement We hve lredy seen how the position of n oject cn e found y finding the integrl of the velocity function. The chnge

More information

Recitation 3: More Applications of the Derivative

Recitation 3: More Applications of the Derivative Mth 1c TA: Pdric Brtlett Recittion 3: More Applictions of the Derivtive Week 3 Cltech 2012 1 Rndom Question Question 1 A grph consists of the following: A set V of vertices. A set E of edges where ech

More information

Chapter 0. What is the Lebesgue integral about?

Chapter 0. What is the Lebesgue integral about? Chpter 0. Wht is the Lebesgue integrl bout? The pln is to hve tutoril sheet ech week, most often on Fridy, (to be done during the clss) where you will try to get used to the ides introduced in the previous

More information

An Overview of Integration

An Overview of Integration An Overview of Integrtion S. F. Ellermeyer July 26, 2 The Definite Integrl of Function f Over n Intervl, Suppose tht f is continuous function defined on n intervl,. The definite integrl of f from to is

More information

Unit Six AP Calculus Unit 6 Review Definite Integrals. Name Period Date NON-CALCULATOR SECTION

Unit Six AP Calculus Unit 6 Review Definite Integrals. Name Period Date NON-CALCULATOR SECTION Unit Six AP Clculus Unit 6 Review Definite Integrls Nme Period Dte NON-CALCULATOR SECTION Voculry: Directions Define ech word nd give n exmple. 1. Definite Integrl. Men Vlue Theorem (for definite integrls)

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

Vectors , (0,0). 5. A vector is commonly denoted by putting an arrow above its symbol, as in the picture above. Here are some 3-dimensional vectors:

Vectors , (0,0). 5. A vector is commonly denoted by putting an arrow above its symbol, as in the picture above. Here are some 3-dimensional vectors: Vectors 1-23-2018 I ll look t vectors from n lgeric point of view nd geometric point of view. Algericlly, vector is n ordered list of (usully) rel numers. Here re some 2-dimensionl vectors: (2, 3), ( )

More information

Riemann Integrals and the Fundamental Theorem of Calculus

Riemann Integrals and the Fundamental Theorem of Calculus Riemnn Integrls nd the Fundmentl Theorem of Clculus Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University September 16, 2013 Outline Grphing Riemnn Sums

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

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

Math 100 Review Sheet

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

More information

and that at t = 0 the object is at position 5. Find the position of the object at t = 2.

and that at t = 0 the object is at position 5. Find the position of the object at t = 2. 7.2 The Fundmentl Theorem of Clculus 49 re mny, mny problems tht pper much different on the surfce but tht turn out to be the sme s these problems, in the sense tht when we try to pproimte solutions we

More information

MATH 144: Business Calculus Final Review

MATH 144: Business Calculus Final Review MATH 144: Business Clculus Finl Review 1 Skills 1. Clculte severl limits. 2. Find verticl nd horizontl symptotes for given rtionl function. 3. Clculte derivtive by definition. 4. Clculte severl derivtives

More information

Review of Riemann Integral

Review of Riemann Integral 1 Review of Riemnn Integrl In this chpter we review the definition of Riemnn integrl of bounded function f : [, b] R, nd point out its limittions so s to be convinced of the necessity of more generl integrl.

More information