Riemann Integration. James K. Peterson. February 2, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Size: px
Start display at page:

Download "Riemann Integration. James K. Peterson. February 2, Department of Biological Sciences and Department of Mathematical Sciences Clemson University"

Transcription

1 Riemann Integration James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 2, 2017

2 Outline 1 Riemann Sums 2 Riemann Sums In MatLab 3 Graphing Riemann Sums

3 Riemann Sums To study the integration of a function f, there are two intellectually separate ideas: the primitive or antiderivative and the Riemann integral.

4 Riemann Sums To study the integration of a function f, there are two intellectually separate ideas: the primitive or antiderivative and the Riemann integral. We have 1 the idea of a Primitive or Antiderivative: f is any function F which is differentiable and satisfies F (t) = f (t) at all points in the domain of f. Normally, the domain of f is a finite interval of the form [a, b], although it could also be an infinite interval like all of R or [1, ) and so on. Note that an antiderivative does not require any understanding of the process of Riemann integration at all only what differentiation is! 2 The idea of the Riemann integral of a function.

5 Riemann Sums Riemann integration is far more complicated to setup than the process of guessing a primitive or antiderivative.

6 Riemann Sums Riemann integration is far more complicated to setup than the process of guessing a primitive or antiderivative. To define a Riemann integral properly, first, we start with a bounded function f on a finite interval [a, b]. This kind of function f need not be continuous!

7 Riemann Sums Riemann integration is far more complicated to setup than the process of guessing a primitive or antiderivative. To define a Riemann integral properly, first, we start with a bounded function f on a finite interval [a, b]. This kind of function f need not be continuous! Then select a finite number of points from the interval [a, b], {t 0, t 1,,..., t n 1, t n }. We don t know how many points there are, so a different selection from the interval would possibly gives us more or less points. But for convenience, we will just call the last point t n and the first point t 0. These points are not arbitrary t 0 is always a, t n is always b and they are ordered like this: t 0 = a < t 1 < t 2 <... < t n 1 < t n = b The collection of points from the interval [a, b] is called a Partition of [a, b] and is denoted by some letter here we will use the letter P.

8 Riemann Sums So if we say P is a partition of [a, b], we know it will have n + 1 points in it, they will be labeled from t 0 to t n and they will be ordered left to right with strict inequalities. But, we will not know what value the positive integer n actually is.

9 Riemann Sums So if we say P is a partition of [a, b], we know it will have n + 1 points in it, they will be labeled from t 0 to t n and they will be ordered left to right with strict inequalities. But, we will not know what value the positive integer n actually is. The simplest Partition P is the two point partition {a, b}. Note these things also: 1 Each partition of n + 1 points determines n subintervals of [a, b] 2 The lengths of these subintervals always adds up to the length of [a, b] itself, b a. 3 These subintervals can be represented as {[t 0, t 1 ], [t 1, t 2 ],..., [t n 1, t n ]} or more abstractly as [t i, t i+1 ] where the index i ranges from 0 to n 1. 4 The length of each subinterval is t i+1 t i for the indices i in the range 0 to n 1. 5 The largest subinterval length is called the norm of the partition and we denote it by the symbol P.

10 Riemann Sums Now from each subinterval [t i, t i+1 ] determined by the Partition P, select any point you want and call it s i.

11 Riemann Sums Now from each subinterval [t i, t i+1 ] determined by the Partition P, select any point you want and call it s i. This will give us the points s 0 from [t 0, t 1 ], s 1 from [t 1, t 2 ] and so on up to the last point, s n 1 from [t n 1, t n ].

12 Riemann Sums Now from each subinterval [t i, t i+1 ] determined by the Partition P, select any point you want and call it s i. This will give us the points s 0 from [t 0, t 1 ], s 1 from [t 1, t 2 ] and so on up to the last point, s n 1 from [t n 1, t n ]. At each of these points, we can evaluate the function f to get the value f (s j ). Call these points an Evaluation Set for the partition P. Let s denote such an evaluation set by the letter E.

13 Riemann Sums Now from each subinterval [t i, t i+1 ] determined by the Partition P, select any point you want and call it s i. This will give us the points s 0 from [t 0, t 1 ], s 1 from [t 1, t 2 ] and so on up to the last point, s n 1 from [t n 1, t n ]. At each of these points, we can evaluate the function f to get the value f (s j ). Call these points an Evaluation Set for the partition P. Let s denote such an evaluation set by the letter E. If the function f was nice enough to be positive always and continuous, then the product f (s i ) (t i+1 t i ) can be interpreted as the area of a rectangle.

14 Riemann Sums Then, if we add up all these rectangle areas we get a sum which is useful enough to be given a special name: the Riemann Sum for the function f associated with the Partition P and our choice of evaluation set E = {s 0,..., s n 1 }.

15 Riemann Sums Then, if we add up all these rectangle areas we get a sum which is useful enough to be given a special name: the Riemann Sum for the function f associated with the Partition P and our choice of evaluation set E = {s 0,..., s n 1 }. This sum is represented by the symbol S(f, P, E) where the things inside the parenthesis are there to remind us that this sum depends on our choice of the function f, the partition P and the evaluation set E. We have S(f, P, E) = n 1 i=0 f (s i ) (t i+1 t i )

16 Riemann Sums Definition The Riemann sum for the bounded function f, the partition P and the evaluation set E = {s 0,..., s n 1 } from P{t 0, t 1,,..., t n 1, t n } is defined by S(f, P, E) = n 1 i=0 f (s i ) (t i+1 t i ) It is pretty misleading to write the Riemann sum this way as it can make us think that the n is always the same when in fact it can change value each time we select a different P. So many of us write the definition this way instead S(f, P, E) = i P f (s i) (t i+1 t i ) and we just remember that the choice of P will determine the size of n.

17 Riemann Sums Example Let s look at an example of all this. Here we see the graph of a typical function which is always positive on some finite interval [a, b]. (a, f (a)) (b, f (b)) A generic curve f on the interval [a, b] which is always positive. Note the area under this curve is the shaded region. a b Figure: The Area Under The Curve f

18 Riemann Sums Example Continued Next, let s set the interval to be [1, 6] and compute the Riemann Sum for a particular choice of Partition P and evaluation set E. The partition (gray) is P = {1.0, 1.5, 2.6, 3.8, 4.3, 5.6, 6.0}. Hence, we have subinterval lengths of t 1 t 0 = 0.5, t 2 t 1 = 1.1, t 3 t 2 = 1.2, t 4 t 3 = 0.5, t 5 t 4 = 1.3 and t 6 t 5 = 0.4, giving P = 1.3. For the evaluation set (red) E = {1.1, 1.8, 3.0, 4.1, 5.3, 5.8} the Riemann sum is S(f, P, E) = 5 f (s i ) (t i+1 t i ) i=0 = f (1.1) f (1.8) f (3.0) f (4.1) f (5.3) f (5.8) 0.4

19 Riemann Sums Example Continued (1, f (1)) (6, f (6)) The partition points are in gray and the evaluation points are in red. 1 6 Figure: A Simple Riemann Sum

20 Riemann Sums Example Continued We can also interpret the Riemann sum as an approximation to the area under the curve. The partition (gray) is P = {1.0, 1.5, 2.6, 3.8, 4.3, 5.6, 6.0}. For the evaluation set (red) E = {1.1, 1.8, 3.0, 4.1, 5.3, 5.8} (1, f (1)) (6, f (6)) 1 6 Figure: The Riemann Sum As An Approximate Area

21 Riemann Sums Example Example We let f (t) = t 2 + 6t 8 on the interval [2, 4] with P = {2, 2.5, 3.0, 3.7, 4.0} and E = {2.2, 2.8, 3.3, 3.8}. Solution The partition determines subinterval lengths of t 1 t 0 = 0.5, t 2 t 1 = 0.5, t 3 t 2 = 0.7, and t 4 t 3 = 0.3, giving P = 0.7. For E and P, we have the Riemann sum S(f, P, E) = 3 i=0 f (s i) (t i+1 t i ). Thus S(f, P, E) = f (2.2) f (2.8) f (3.3) f (3.8) 0.3 =

22 Riemann Sums Example Example Let f (t) = 3t 2 on the interval [ 1, 2] with P = { 1, 0.3, 0.6, 1.2, 2.0} and E = { 0.7, 0.2, 0.9, 1.6}. Find the Riemann sum. Solution The partition determines subinterval lengths of t 1 t 0 = 0.7, t 2 t 1 = 0.9, t 3 t 2 = 0.6, and t 4 t 3 = 0.8, giving P = 0.9. For the evaluation set E the Riemann sum is S(f, P, E) = f ( 0.7) f (0.2) f (0.9) f (1.6) 0.8 = 8.739

23 Riemann Sums In MatLab Let s start with Riemann sums in Matlab. As you have seen, doing these by hand is tedious. Let s look at how we might do them using MatLab. Here is a typical MatLab session to do this. Let s calculate the Riemann sum for the function f (x) = x 2 on the interval [1, 3] using the partition P = {1, 1.5, 2.1, 2.8, 3.0} and evaluation set E = {1.2, 1.7, 2.5, 2.9}. First, set up our function. MatLab allows us to define a function inside the MatLab environment as follows >> f x ) ( x. ˆ 2 ) ; This defines the function f (x) = x 2. If we had wanted to define g(x) = 2x 2 + 3, we would have used >> g x ) ( 2 x. ˆ 2 + 3) ; Now define the vector X by >> X = [ 1 ; 2 ; 3 ] ;

24 Riemann Sums In MatLab To square X, we would write X.^2 to square each component creating a new vector with each entry squared. >> X. ˆ 2 ans = The way we set up the function f (x.^2); makes use of this. The variable X may or may not be a vector. So we write x.^2 so that if x is a vector, multiplication is done component wise and if not, it is just the squaring of a number. So for our function, to find f for all the values in X, we just type >> f (X) ans = 1 4 9

25 Riemann Sums In MatLab Now let s setup the partition with the command >> P = [ 1 ; 1. 5 ; 2. 1 ; 2. 8 ; 3. 0 ] P = The command diff in MatLab is applied to a vector to create the differences we have called the x i s. >> dx = d i f f (P) dx =

26 Riemann Sums In MatLab Next, we set up the evaluation set E. >> E = [ 1. 2 ; 1. 7 ; 2. 5 ; 2. 9 ] E = Find f (E); a new vector with the values f (s i ) s. Use f (E). dx to create the new vector with components f (s i ) x i. >> g = f ( E). dx g =

27 Riemann Sums In MatLab Finally, we add all these components together to get the Riemann sum. In MatLab, we add up the entries of a vector g with the command sum(g). >> RS = sum ( g ) RS = Without the comments, the MatLab session is not too long. >> f x ) ( x. ˆ 2 ) ; >> P = [ 1 ; 1. 5 ; 2. 1 ; 2. 8 ; 3. 0 ] ; >> dx = d i f f (P) ; >> E = [ 1. 2 ; 1. 7 ; 2. 5 ; 2. 9 ] ; >> g = f ( E). dx ; >> RS = sum ( g ) ;

28 Riemann Sums In MatLab Homework 9 For the given function f, partition P and evaluation set E, do the following: use Matlab to find S(f, P, E) for the partition P and evaluation set E. Create a new word document for this homework. Do the document in single space. Do matlab fragments in bold font. The document starts with your name, MATH 4540, Section Number, Date and Homework number.

29 Riemann Sums In MatLab Homework 9 Continued Then answer the problems like this: 1 State Problem 1. insert into your doc the matlab commands you use to solve the problem. Do this in bold. before each line of matlab add explanatory comments so we can check to see you know what you re doing. 2 State Problem 2. same stuff

30 Riemann Sums In MatLab Homework 9 For the given function f, partition P and evaluation set E, do the following. 1 Find S(f, P, E) for the partition P and evaluation set E. 2 Find P. 3 Sketch a graph of this Riemann sum as an approximation to the area under the curve f. Do a nice graph with appropriate use of color.

31 Riemann Sums In MatLab Homework 9 Continued 9.1 Let f (t) = t on the interval [1, 3] with P = {1, 1.5, 2.0, 2.5, 3.0} and E = {1.2, 1.8, 2.3, 2.8}. 9.2 Let f (t) = t on the interval [1, 3] with P = {1, 1.6, 2.3, 2.8, 3.0} and E = {1.2, 1.9, 2.5, 2.85}. 9.3 Let f (t) = 3t 2 + 2t on the interval [1, 2] with P = {1, 1.2, 1.5, 1.8, 2.0} and E = {1.1, 1.3, 1.7, 1.9} 9.4 Let f (t) = 3t 2 + t on the interval [1, 4] with P = {1, 1.2, 1.5, 2.8, 4.0} and E = {1.1, 1.3, 2.3, 3.2}

32 Riemann Sums In MatLab Homework 9 Example Jim Peterson MATH 4540, Section Number today s date and HW Number, Problem 1: Let f (t) = sin(5t) on the interval [1, 3] with P = {1, 1.5, 2.0, 2.5, 3.0} and E = {1.2, 1.8, 2.3, 2.8}. Find S(f, P, E), % add e x p l a n a t i o n h e r e >> f x ) s i n ( 5 x ) ; % add e x p l a n a t i o n h e r e >> P = [ 1 ; 1. 5 ; 2. 0 ; 2. 5 ; 3. 0 ] ; % add e x p l a n a t i o n h e r e >> E = [ 1. 2 ; 1. 8 ; 2. 3 ; 2. 8 ] ; % add e x p l a n a t i o n h e r e >> dx = d i f f (P) ; % add e x p l a n a t i o n h e r e >> g = f ( E). dx ; % add e x p l a n a t i o n h e r e >> RS = sum ( g ) RS =

33 Graphing Riemann Sums If we want to graph the Riemann sums, we need to graph those rectangles we draw by hand. To graph a rectangle, we graph 4 lines. The MatLab command plot([x1 x2], [y1 y2]) plots a line from the pair (x1, y1) to (x2, y2). So the command plot([x(i) x(i+1)],[f(s(i)) f(s(i))]); plots the horizontal line which is the top of our rectangle.

34 Graphing Riemann Sums If we want to graph the Riemann sums, we need to graph those rectangles we draw by hand. To graph a rectangle, we graph 4 lines. The MatLab command plot([x1 x2], [y1 y2]) plots a line from the pair (x1, y1) to (x2, y2). So the command plot([x(i) x(i+1)],[f(s(i)) f(s(i))]); plots the horizontal line which is the top of our rectangle. The command plot([x(i) x(i)], [0 f(s(i))]); plots a vertical line that starts on the x axis at x i and ends at the function value f (s i ).

35 Graphing Riemann Sums The command plot([x(i+1) x(i+1)], [0 f(s(i))]); plots a vertical line that starts on the x axis at x i+1 and ends at the function value f (s i ).

36 Graphing Riemann Sums The command plot([x(i+1) x(i+1)], [0 f(s(i))]); plots a vertical line that starts on the x axis at x i+1 and ends at the function value f (s i ). To plot rectangle, for the first pair of partition points, first we set the axis of our plot so we will be able to see it. We use the axis command in Matlab look it up using help! If the two x points are x1 and x2 and the y value is f (s1) where s1 is the first evaluation point, we expand the x axis to [x1 1, x2 + 1] and expand the y axis to [0, f (s1)]. This allows our rectangle to be seen. The command is axis([x1-1 x2+1 0 f((s1))+1]);.

37 Graphing Riemann Sums The code so far Putting this all together, we plot the first rectangle like this: >> h o l d on % s e t a x i s so we can s e e r e c t a n g l e >> a x i s ( [ P( 1 ) 1 P( 2 )+1 0 f ( E ( 1 ) ) +1]) % p l o t top, LHS, RHS and bottom o f r e c t a n g l e >> p l o t ( [ P( 1 ) P( 2 ) ], [ f ( E ( 1 ) ) f ( E ( 1 ) ) ] ) ; >> p l o t ( [ P( 1 ) P( 1 ) ], [ 0 f ( E ( 1 ) ) ] ) ; >> p l o t ( [ P( 2 ) P( 2 ) ], [ 0 f ( E ( 1 ) ) ] ) ; >> p l o t ( [ P( 1 ) P( 2 ) ], [ 0 0 ] ) ; >> h o l d o f f We have to force Matlab to plot repeatedly without erasing the previous plot. We use hold on and hold off to do this. We start with hold on and then all plots are kept until the hold off is used.

38 Graphing Riemann Sums This generates the rectangle we see below: Figure: Simple Rectangle

39 Graphing Riemann Sums To show the Riemann sum approximation as rectangles, we use a for loop in MatLab To put this all together, for an example of four rectangles, we use the loop: h o l d on % s e t h o l d to on f o r i = 1 : 4 % graph r e c t a n g l e s bottom = 0 ; top = f (E( i ) ) ; p l o t ( [ P( i ) P( i +1) ], [ f ( E ( i ) ) f ( E( i ) ) ] ) ; p l o t ( [ P( i ) P( i ) ], [ bottom top ] ) ; p l o t ( [ E( i ) E ( i ) ], [ bottom top ], r ) ; p l o t ( [ P( i +1) P( i +1) ], [ bottom top ] ) ; p l o t ( [ P( i ) P( i +1) ], [ 0 0 ] ) ; end h o l d o f f % s e t h o l d o f f

40 Graphing Riemann Sums Of course, we don t know if f can be negative, so we need to adjust our thinking as some of the rectangles might need to point down. We do that by setting the bottom and top of the rectangles using an if test.

41 Graphing Riemann Sums Of course, we don t know if f can be negative, so we need to adjust our thinking as some of the rectangles might need to point down. We do that by setting the bottom and top of the rectangles using an if test. bottom = 0 ; top = f (E( i ) ) ; i f f (E( i ) ) < 0 top = 0 ; bottom = f ( E ( i ) ) ; end

42 Graphing Riemann Sums All together, we have h o l d on % s e t h o l d to on [ s i z e P,m] = s i z e (P) ; f o r i = 1 : s i z e P 1 % graph a l l t h e r e c t a n g l e s bottom = 0 ; top = f (E( i ) ) ; i f f (E( i ) ) < 0 top = 0 ; bottom = f ( E ( i ) ) ; end p l o t ( [ P( i ) P( i +1) ], [ f ( E ( i ) ) f ( E( i ) ) ] ) ; p l o t ( [ P( i ) P( i ) ], [ bottom top ] ) ; p l o t ( [ E( i ) E ( i ) ], [ bottom top ], r ) ; p l o t ( [ P( i +1) P( i +1) ], [ bottom top ] ) ; p l o t ( [ P( i ) P( i +1) ], [ 0 0 ] ) ; end h o l d o f f ; We also want to place the plot of f over these rectangles.

43 Graphing Riemann Sums h o l d on % s e t h o l d to on [ s i z e P,m] = s i z e (P) ; f o r i = 1 : s i z e P 1 % graph a l l t h e r e c t a n g l e s bottom = 0 ; top = f (E( i ) ) ; i f f (E( i ) ) < 0 top = 0 ; bottom = f ( E ( i ) ) ; end p l o t ( [ P( i ) P( i +1) ], [ f ( E ( i ) ) f ( E( i ) ) ] ) ; p l o t ( [ P( i ) P( i ) ], [ bottom top ] ) ; p l o t ( [ E( i ) E ( i ) ], [ bottom top ], r ) ; p l o t ( [ P( i +1) P( i +1) ], [ bottom top ] ) ; p l o t ( [ P( i ) P( i +1) ], [ 0 0 ] ) ; end y = l i n s p a c e (P( 1 ),P( s i z e P ), 101) ; p l o t ( y, f ( y ) ) ; x l a b e l ( x a x i s ) ; y l a b e l ( y a x i s ) ; t i t l e ( Riemann Sum w i t h f u n c t i o n o v e r l a i d ) ; h o l d o f f ;

44 Graphing Riemann Sums We generate this figure: Figure: Riemann Sum for f (x) = x 2 for Partition {1, 1.5, 2.1, 2.8, 3.0}

45 Graphing Riemann Sums Typing these commands into Octave or MatLab will generate a nice Riemann Sum picture. You can download the code RiemannSum.m to your laptop and run this code. f x ) s i n ( x ) ; P = [ 3. 3 ; 2. 1 ; 1. 4 ;. 5 ; 0. 2 ; 1. 4 ; 2. 6 ; 2. 9 ; 3. 6 ] ; E = [ 2. 9 ; 1. 7 ; 0. 8 ; 0. 0 ; 1. 0 ; 2. 0 ; 2. 7 ; 3. 3 ] ; RS = RiemannSum ( f, P, E ) ;

Riemann Integration. Outline. James K. Peterson. February 2, Riemann Sums. Riemann Sums In MatLab. Graphing Riemann Sums

Riemann Integration. Outline. James K. Peterson. February 2, Riemann Sums. Riemann Sums In MatLab. Graphing Riemann Sums Riemann Integration James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 2, 2017 Outline Riemann Sums Riemann Sums In MatLab Graphing

More information

Riemann Sums. Outline. James K. Peterson. September 15, Riemann Sums. Riemann Sums In MatLab

Riemann Sums. Outline. James K. Peterson. September 15, Riemann Sums. Riemann Sums In MatLab Riemann Sums James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 15, 2013 Outline Riemann Sums Riemann Sums In MatLab Abstract This

More information

Integration by Parts Logarithms and More Riemann Sums!

Integration by Parts Logarithms and More Riemann Sums! Integration by Parts Logarithms and More Riemann Sums! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 16, 2013 Outline 1 IbyP with

More information

Lecture 5b: Starting Matlab

Lecture 5b: Starting Matlab Lecture 5b: Starting Matlab James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University August 7, 2013 Outline 1 Resources 2 Starting Matlab 3 Homework

More information

Riemann Integration Theory

Riemann Integration Theory Riemann Integration Theory James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 3, 2017 Outline 1 Uniform Partition Riemann Sums 2 Refinements

More information

An Introduction to Matlab

An Introduction to Matlab An Introduction to Matlab James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University August 25, 2013 Outline Starting Matlab Matlab Vectors and Functions

More information

Antiderivatives! Outline. James K. Peterson. January 28, Antiderivatives. Simple Fractional Power Antiderivatives

Antiderivatives! Outline. James K. Peterson. January 28, Antiderivatives. Simple Fractional Power Antiderivatives Antiderivatives! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 28, 2014 Outline Antiderivatives Simple Fractional Power Antiderivatives

More information

Antiderivatives! James K. Peterson. January 28, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Antiderivatives! James K. Peterson. January 28, Department of Biological Sciences and Department of Mathematical Sciences Clemson University ! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 28, 2014 Outline 1 2 Simple Fractional Power Abstract This lecture is going to talk

More information

Uniform Convergence Examples

Uniform Convergence Examples Uniform Convergence Examples James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 13, 2017 Outline 1 Example Let (x n ) be the sequence

More information

HW#2: Quads 7 #1 6. How do you find the answer to a Quadratic Inequality? 02Quad7 SolvingQuadraticInequalities Notes.notebook.

HW#2: Quads 7 #1 6. How do you find the answer to a Quadratic Inequality? 02Quad7 SolvingQuadraticInequalities Notes.notebook. Quadratics 7 Solving Quadratic Inequalities Standards: A REI.7, A REI.11, F IF.7a GLO: #3 Complex Thinker Math Practice: Reason abstractly & Quantitatively Learning Targets: How do you write inequality

More information

MAT137 - Term 2, Week 2

MAT137 - Term 2, Week 2 MAT137 - Term 2, Week 2 This lecture will assume you have watched all of the videos on the definition of the integral (but will remind you about some things). Today we re talking about: More on the definition

More information

Matrices and Vectors

Matrices and Vectors Matrices and Vectors James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 11, 2013 Outline 1 Matrices and Vectors 2 Vector Details 3 Matrix

More information

Uniform Convergence Examples

Uniform Convergence Examples Uniform Convergence Examples James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 13, 2017 Outline More Uniform Convergence Examples Example

More information

MA 137 Calculus 1 with Life Science Applications. (Section 6.1)

MA 137 Calculus 1 with Life Science Applications. (Section 6.1) MA 137 Calculus 1 with Life Science Applications (Section 6.1) Alberto Corso alberto.corso@uky.edu Department of Mathematics University of Kentucky December 2, 2015 1/17 Sigma (Σ) Notation In approximating

More information

The Existence of the Riemann Integral

The Existence of the Riemann Integral The Existence of the Riemann Integral James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 18, 2018 Outline The Darboux Integral Upper

More information

4.3. Riemann Sums. Riemann Sums. Riemann Sums and Definite Integrals. Objectives

4.3. Riemann Sums. Riemann Sums. Riemann Sums and Definite Integrals. Objectives 4.3 Riemann Sums and Definite Integrals Objectives Understand the definition of a Riemann sum. Evaluate a definite integral using limits & Riemann Sums. Evaluate a definite integral using geometric formulas

More information

Newton s Cooling Model in Matlab and the Cooling Project!

Newton s Cooling Model in Matlab and the Cooling Project! Newton s Cooling Model in Matlab and the Cooling Project! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 10, 2014 Outline Your Newton

More information

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 26, 2019 Outline 1 Cooling Models 2 Estimating the Cooling Rate k 3 Typical

More information

Fourier Series Code. James K. Peterson. April 9, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Fourier Series Code. James K. Peterson. April 9, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Fourier Series Code James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University April 9, 2018 Outline 1 We will need to approximate Fourier series expansions

More information

Predator - Prey Model Trajectories are periodic

Predator - Prey Model Trajectories are periodic Predator - Prey Model Trajectories are periodic James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 4, 2013 Outline 1 Showing The PP

More information

Project Two. Outline. James K. Peterson. March 27, Cooling Models. Estimating the Cooling Rate k. Typical Cooling Project Matlab Session

Project Two. Outline. James K. Peterson. March 27, Cooling Models. Estimating the Cooling Rate k. Typical Cooling Project Matlab Session Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 27, 2018 Outline Cooling Models Estimating the Cooling Rate k Typical Cooling

More information

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 6, 203 Outline

More information

Mathematical Induction Again

Mathematical Induction Again Mathematical Induction Again James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 12, 2017 Outline Mathematical Induction Simple POMI Examples

More information

Mathematical Induction Again

Mathematical Induction Again Mathematical Induction Again James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 2, 207 Outline Mathematical Induction 2 Simple POMI Examples

More information

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 6, 2013 Outline

More information

Predator - Prey Model Trajectories are periodic

Predator - Prey Model Trajectories are periodic Predator - Prey Model Trajectories are periodic James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 4, 2013 Outline Showing The PP Trajectories

More information

RAMs.notebook December 04, 2017

RAMs.notebook December 04, 2017 RAMsnotebook December 04, 2017 Riemann Sums and Definite Integrals Estimate the shaded area Area between a curve and the x-axis How can you improve your estimate? Suppose f(x) 0 x [a, b], then the area

More information

Mathematical Induction

Mathematical Induction Mathematical Induction James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 12, 2017 Outline Introduction to the Class Mathematical Induction

More information

Hölder s and Minkowski s Inequality

Hölder s and Minkowski s Inequality Hölder s and Minkowski s Inequality James K. Peterson Deartment of Biological Sciences and Deartment of Mathematical Sciences Clemson University Setember 10, 2018 Outline 1 Conjugate Exonents 2 Hölder

More information

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline 1 Complex Numbers 2 Complex Number Calculations

More information

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline Complex Numbers Complex Number Calculations Complex

More information

Solving systems of ODEs with Matlab

Solving systems of ODEs with Matlab Solving systems of ODEs with Matlab James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 20, 2013 Outline 1 Systems of ODEs 2 Setting Up

More information

Hölder s and Minkowski s Inequality

Hölder s and Minkowski s Inequality Hölder s and Minkowski s Inequality James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 1, 218 Outline Conjugate Exponents Hölder s

More information

() Chapter 8 November 9, / 1

() Chapter 8 November 9, / 1 Example 1: An easy area problem Find the area of the region in the xy-plane bounded above by the graph of f(x) = 2, below by the x-axis, on the left by the line x = 1 and on the right by the line x = 5.

More information

Dirchlet s Function and Limit and Continuity Arguments

Dirchlet s Function and Limit and Continuity Arguments Dirchlet s Function and Limit and Continuity Arguments James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 23, 2018 Outline 1 Dirichlet

More information

Project One: C Bump functions

Project One: C Bump functions Project One: C Bump functions James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 2, 2018 Outline 1 2 The Project Let s recall what the

More information

MATH 2413 TEST ON CHAPTER 4 ANSWER ALL QUESTIONS. TIME 1.5 HRS.

MATH 2413 TEST ON CHAPTER 4 ANSWER ALL QUESTIONS. TIME 1.5 HRS. MATH 1 TEST ON CHAPTER ANSWER ALL QUESTIONS. TIME 1. HRS. M1c Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Use the summation formulas to rewrite the

More information

MA 1125 Lecture 15 - The Standard Normal Distribution. Friday, October 6, Objectives: Introduce the standard normal distribution and table.

MA 1125 Lecture 15 - The Standard Normal Distribution. Friday, October 6, Objectives: Introduce the standard normal distribution and table. MA 1125 Lecture 15 - The Standard Normal Distribution Friday, October 6, 2017. Objectives: Introduce the standard normal distribution and table. 1. The Standard Normal Distribution We ve been looking at

More information

5.3 Definite Integrals and Antiderivatives

5.3 Definite Integrals and Antiderivatives 5.3 Definite Integrals and Antiderivatives Objective SWBAT use properties of definite integrals, average value of a function, mean value theorem for definite integrals, and connect differential and integral

More information

Integration. 2. The Area Problem

Integration. 2. The Area Problem Integration Professor Richard Blecksmith richard@math.niu.edu Dept. of Mathematical Sciences Northern Illinois University http://math.niu.edu/ richard/math2. Two Fundamental Problems of Calculus First

More information

Solving and Graphing Inequalities

Solving and Graphing Inequalities Solving and Graphing Inequalities Graphing Simple Inequalities: x > 3 When finding the solution for an equation we get one answer for x. (There is only one number that satisfies the equation.) For 3x 5

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 8, 2017 Outline Extremal Values The

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University April 9, 2018 Outline 1 Extremal Values 2

More information

Chapter 6 Section Antiderivatives and Indefinite Integrals

Chapter 6 Section Antiderivatives and Indefinite Integrals Chapter 6 Section 6.1 - Antiderivatives and Indefinite Integrals Objectives: The student will be able to formulate problems involving antiderivatives. The student will be able to use the formulas and properties

More information

Solving Linear Systems of ODEs with Matlab

Solving Linear Systems of ODEs with Matlab Solving Linear Systems of ODEs with Matlab James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 27, 2013 Outline Linear Systems Numerically

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

Day 2 Notes: Riemann Sums In calculus, the result of f ( x)

Day 2 Notes: Riemann Sums In calculus, the result of f ( x) AP Calculus Unit 6 Basic Integration & Applications Day 2 Notes: Riemann Sums In calculus, the result of f ( x) dx is a function that represents the anti-derivative of the function f(x). This is also sometimes

More information

The SIR Disease Model Trajectories and MatLab

The SIR Disease Model Trajectories and MatLab The SIR Disease Model Trajectories and MatLab James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 17, 2013 Outline Reviewing the SIR

More information

Learning Objectives for Math 165

Learning Objectives for Math 165 Learning Objectives for Math 165 Chapter 2 Limits Section 2.1: Average Rate of Change. State the definition of average rate of change Describe what the rate of change does and does not tell us in a given

More information

Derivatives and the Product Rule

Derivatives and the Product Rule Derivatives and the Product Rule James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 28, 2014 Outline 1 Differentiability 2 Simple Derivatives

More information

Article: Miscellaneous Definitions

Article: Miscellaneous Definitions THE UNIVERSITY OF AKRON The Department of Mathematical Sciences Article: Miscellaneous Definitions This article is the repository of all definitions that don t seem to fit elsewhere Table of Contents Some

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

Integration and Differentiation Limit Interchange Theorems

Integration and Differentiation Limit Interchange Theorems Integration and Differentiation Limit Interchange Theorems James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 11, 2018 Outline 1 A More

More information

Bolzano Weierstrass Theorems I

Bolzano Weierstrass Theorems I Bolzano Weierstrass Theorems I James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 8, 2017 Outline The Bolzano Weierstrass Theorem Extensions

More information

Chapter 6: The Definite Integral

Chapter 6: The Definite Integral Name: Date: Period: AP Calc AB Mr. Mellina Chapter 6: The Definite Integral v v Sections: v 6.1 Estimating with Finite Sums v 6.5 Trapezoidal Rule v 6.2 Definite Integrals 6.3 Definite Integrals and Antiderivatives

More information

Getting Started With The Predator - Prey Model: Nullclines

Getting Started With The Predator - Prey Model: Nullclines Getting Started With The Predator - Prey Model: Nullclines James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 28, 2013 Outline The Predator

More information

7.1 Indefinite Integrals Calculus

7.1 Indefinite Integrals Calculus 7.1 Indefinite Integrals Calculus Learning Objectives A student will be able to: Find antiderivatives of functions. Represent antiderivatives. Interpret the constant of integration graphically. Solve differential

More information

MAT137 - Term 2, Week 4

MAT137 - Term 2, Week 4 MAT137 - Term 2, Week 4 Reminders: Your Problem Set 6 is due tomorrow at 3pm. Test 3 is next Friday, February 3, at 4pm. See the course website for details. Today we will: Talk more about substitution.

More information

AP Calculus BC Fall Final Part IIa

AP Calculus BC Fall Final Part IIa AP Calculus BC 18-19 Fall Final Part IIa Calculator Required Name: 1. At time t = 0, there are 120 gallons of oil in a tank. During the time interval 0 t 10 hours, oil flows into the tank at a rate of

More information

Today s Agenda. Upcoming Homework Section 5.1: Areas and Distances Section 5.2: The Definite Integral

Today s Agenda. Upcoming Homework Section 5.1: Areas and Distances Section 5.2: The Definite Integral Today s Agenda Upcoming Homework Section 5.1: Areas and Distances Section 5.2: The Definite Integral Lindsey K. Gamard, ASU SoMSS MAT 265: Calculus for Engineers I Wed., 18 November 2015 1 / 13 Upcoming

More information

Final Exam Study Guide

Final Exam Study Guide Final Exam Study Guide Final Exam Coverage: Sections 10.1-10.2, 10.4-10.5, 10.7, 11.2-11.4, 12.1-12.6, 13.1-13.2, 13.4-13.5, and 14.1 Sections/topics NOT on the exam: Sections 10.3 (Continuity, it definition

More information

OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph.

OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph. 4.1 The Area under a Graph OBJECTIVES Use the area under a graph to find total cost. Use rectangles to approximate the area under a graph. 4.1 The Area Under a Graph Riemann Sums (continued): In the following

More information

Convergence of Sequences

Convergence of Sequences Convergence of Sequences James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 12, 2018 Outline Convergence of Sequences Definition Let

More information

4 Integration. Copyright Cengage Learning. All rights reserved.

4 Integration. Copyright Cengage Learning. All rights reserved. 4 Integration Copyright Cengage Learning. All rights reserved. 4.1 Antiderivatives and Indefinite Integration Copyright Cengage Learning. All rights reserved. Objectives! Write the general solution of

More information

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas?

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas? Math 24 - Calculus for Management and Social Science Antiderivatives and the Indefinite Integral: Notes So far we have studied the slope of a curve at a point and its applications. This is one of the fundamental

More information

Proofs Not Based On POMI

Proofs Not Based On POMI s Not Based On POMI James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 1, 018 Outline Non POMI Based s Some Contradiction s Triangle

More information

Convergence of Sequences

Convergence of Sequences James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 5, 2018 Outline 1 2 Homework Definition Let (a n ) n k be a sequence of real numbers.

More information

Math Calculus I

Math Calculus I Math 165 - Calculus I Christian Roettger 382 Carver Hall Mathematics Department Iowa State University www.iastate.edu/~roettger November 13, 2011 4.1 Introduction to Area Sigma Notation 4.2 The Definite

More information

INTEGRATION: AREAS AND RIEMANN SUMS MR. VELAZQUEZ AP CALCULUS

INTEGRATION: AREAS AND RIEMANN SUMS MR. VELAZQUEZ AP CALCULUS INTEGRATION: AREAS AND RIEMANN SUMS MR. VELAZQUEZ AP CALCULUS APPROXIMATING AREA For today s lesson, we will be using different approaches to the area problem. The area problem is to definite integrals

More information

Integration. Tuesday, December 3, 13

Integration. Tuesday, December 3, 13 4 Integration 4.3 Riemann Sums and Definite Integrals Objectives n Understand the definition of a Riemann sum. n Evaluate a definite integral using properties of definite integrals. 3 Riemann Sums 4 Riemann

More information

Proofs Not Based On POMI

Proofs Not Based On POMI s Not Based On POMI James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 12, 2018 Outline 1 Non POMI Based s 2 Some Contradiction s 3

More information

Section 6: Summary Section 7

Section 6: Summary Section 7 Section 6: Summary Section 7 a n = 2 ( 2πnx cos b n = 2 ( 2πnx sin d = f(x dx f(x = d + n= [ a n cos f(x dx f(x dx ( ( ] 2πnx 2πnx + b n sin You can sometimes combine multiple integrals using symmetry

More information

Regression and Covariance

Regression and Covariance Regression and Covariance James K. Peterson Department of Biological ciences and Department of Mathematical ciences Clemson University April 16, 2014 Outline A Review of Regression Regression and Covariance

More information

The area under a curve. Today we (begin to) ask questions of the type: How much area sits under the graph of f(x) = x 2 over the interval [ 1, 2]?

The area under a curve. Today we (begin to) ask questions of the type: How much area sits under the graph of f(x) = x 2 over the interval [ 1, 2]? The area under a curve. Today we (begin to) ask questions of the type: How much area sits under the graph of f(x) = x 2 over the interval [ 1, 2]? Before we work on How we will figure out Why velocity

More information

Math 3C Midterm 1 Study Guide

Math 3C Midterm 1 Study Guide Math 3C Midterm 1 Study Guide October 23, 2014 Acknowledgement I want to say thanks to Mark Kempton for letting me update this study guide for my class. General Information: The test will be held Thursday,

More information

Defining Exponential Functions and Exponential Derivatives and Integrals

Defining Exponential Functions and Exponential Derivatives and Integrals Defining Exponential Functions and Exponential Derivatives and Integrals James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 19, 2014

More information

. If y x is a solution to this IVP and if we consider its graph y = y x, then the IC means the graph must pass through the point x 0

. If y x is a solution to this IVP and if we consider its graph y = y x, then the IC means the graph must pass through the point x 0 Math 2250-004 Wed Jan 11 Quiz today at end of class, on section 1.1-1.2 material After finishing Tuesday's notes if necessary, begin Section 1.3: slope fields and graphs of differential equation solutions:

More information

Prelim 1 Solutions V2 Math 1120

Prelim 1 Solutions V2 Math 1120 Feb., Prelim Solutions V Math Please show your reasoning and all your work. This is a 9 minute exam. Calculators are not needed or permitted. Good luck! Problem ) ( Points) Calculate the following: x a)

More information

Evaluating Integrals (Section 5.3) and the Fundamental Theorem of Calculus (Section 1 / 15 (5.4

Evaluating Integrals (Section 5.3) and the Fundamental Theorem of Calculus (Section 1 / 15 (5.4 Evaluating Integrals (Section 5.3) and the Fundamental Theorem of Calculus (Section (5.4) Evaluating Integrals (Section 5.3) and the Fundamental Theorem of Calculus (Section 1 / 15 (5.4 Intro to 5.3 Today

More information

Spring 2015, Math 111 Lab 9: The Definite Integral as the Are. the Area under a Curve

Spring 2015, Math 111 Lab 9: The Definite Integral as the Are. the Area under a Curve Spring 2015, Math 111 Lab 9: The Definite Integral as the Area under a Curve William and Mary April 14, 2015 Historical Outline Intuition Learning Objectives Today, we will be looking at applications of

More information

= lim. (1 + h) 1 = lim. = lim. = lim = 1 2. lim

= lim. (1 + h) 1 = lim. = lim. = lim = 1 2. lim Math 50 Exam # Solutions. Evaluate the following its or explain why they don t exist. (a) + h. h 0 h Answer: Notice that both the numerator and the denominator are going to zero, so we need to think a

More information

Take the Anxiety Out of Word Problems

Take the Anxiety Out of Word Problems Take the Anxiety Out of Word Problems I find that students fear any problem that has words in it. This does not have to be the case. In this chapter, we will practice a strategy for approaching word problems

More information

We saw in Section 5.1 that a limit of the form. arises when we compute an area.

We saw in Section 5.1 that a limit of the form. arises when we compute an area. INTEGRALS 5 INTEGRALS Equation 1 We saw in Section 5.1 that a limit of the form n lim f ( x *) x n i 1 i lim[ f ( x *) x f ( x *) x... f ( x *) x] n 1 2 arises when we compute an area. n We also saw that

More information

6-6 Solving Systems of Linear Inequalities 6-6. Solving Systems of Linear Inequalities

6-6 Solving Systems of Linear Inequalities 6-6. Solving Systems of Linear Inequalities 6-6 Solving Systems of Linear Inequalities Warm Up Lesson Presentation Lesson Quiz 1 2 pts 3 pts 5 pts Bell Quiz 6-6 Solve each inequality for y. 1. 8x + y < 6 2. 3x 2y > 10 3. Graph the solutions of 4x

More information

GRADE 6 Projections Masters

GRADE 6 Projections Masters TEKSING TOWARD STAAR MATHEMATICS GRADE 6 Projections Masters Six Weeks 1 Lesson 1 STAAR Category 1 Grade 6 Mathematics TEKS 6.2A/6.2B Understanding Rational Numbers A group of items or numbers is called

More information

Consequences of Continuity

Consequences of Continuity Consequences of Continuity James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 4, 2017 Outline 1 Domains of Continuous Functions 2 The

More information

Cable Convergence. James K. Peterson. May 7, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Cable Convergence. James K. Peterson. May 7, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Cable Convergence James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 7, 2018 Outline 1 Fourier Series Convergence Redux 2 Fourier Series

More information

Solving Quadratic & Higher Degree Inequalities

Solving Quadratic & Higher Degree Inequalities Ch. 10 Solving Quadratic & Higher Degree Inequalities We solve quadratic and higher degree inequalities very much like we solve quadratic and higher degree equations. One method we often use to solve quadratic

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Distributive property and its connection to areas

Distributive property and its connection to areas February 27, 2009 Distributive property and its connection to areas page 1 Distributive property and its connection to areas Recap: distributive property The distributive property says that when you multiply

More information

Algebra Revision Guide

Algebra Revision Guide Algebra Revision Guide Stage 4 S J Cooper 1st Edition Collection of like terms... Solving simple equations... Factorisation... 6 Inequalities... 7 Graphs... 9 1. The straight line... 9. The quadratic curve...

More information

v(t) v(t) Assignment & Notes 5.2: Intro to Integrals Due Date: Friday, 1/10

v(t) v(t) Assignment & Notes 5.2: Intro to Integrals Due Date: Friday, 1/10 Assignment & Notes 5.2: Intro to Integrals 1. The velocity function (in miles and hours) for Ms. Hardtke s Christmas drive to see her family is shown at the right. Find the total distance Ms. H travelled

More information

Math 122 Fall Unit Test 1 Review Problems Set A

Math 122 Fall Unit Test 1 Review Problems Set A Math Fall 8 Unit Test Review Problems Set A We have chosen these problems because we think that they are representative of many of the mathematical concepts that we have studied. There is no guarantee

More information

Integration and Differentiation Limit Interchange Theorems

Integration and Differentiation Limit Interchange Theorems Integration and Differentiation Limit Interchange Theorems James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 11, 2018 Outline A More General

More information

Ch. 11 Solving Quadratic & Higher Degree Inequalities

Ch. 11 Solving Quadratic & Higher Degree Inequalities Ch. 11 Solving Quadratic & Higher Degree Inequalities We solve quadratic and higher degree inequalities very much like we solve quadratic and higher degree equations. One method we often use to solve quadratic

More information

Integration. Copyright Cengage Learning. All rights reserved.

Integration. Copyright Cengage Learning. All rights reserved. 4 Integration Copyright Cengage Learning. All rights reserved. 1 4.3 Riemann Sums and Definite Integrals Copyright Cengage Learning. All rights reserved. 2 Objectives Understand the definition of a Riemann

More information

Taylor Polynomials. James K. Peterson. Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Taylor Polynomials. James K. Peterson. Department of Biological Sciences and Department of Mathematical Sciences Clemson University James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 24, 2013 Outline 1 First Order Approximation s Second Order Approximations 2 Approximation

More information

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval. Spring 2012 KSU

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval. Spring 2012 KSU Multiple Integrals Introduction and Double Integrals Over Rectangular Regions Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Multiple Integrals Spring 2012 1 / 21 Introduction In this section

More information

MATH1013 Calculus I. Edmund Y. M. Chiang. Department of Mathematics Hong Kong University of Science & Technology.

MATH1013 Calculus I. Edmund Y. M. Chiang. Department of Mathematics Hong Kong University of Science & Technology. 1 Based on Stewart, James, Single Variable Calculus, Early Transcendentals, 7th edition, Brooks/Coles, 2012 Briggs, Cochran and Gillett: Calculus for Scientists and Engineers: Early Transcendentals, Pearson

More information

Predator - Prey Model Trajectories and the nonlinear conservation law

Predator - Prey Model Trajectories and the nonlinear conservation law Predator - Prey Model Trajectories and the nonlinear conservation law James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 28, 2013 Outline

More information