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]?

Size: px
Start display at page:

Download "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]?"

Transcription

1 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 The distance problem. time Suppose that you are studying a particle traveling with velocity equal to v(t) = t 2. How much distance does the particle cover from t = 1 to t = 2? Now if the particle had a constant velocity of 3 then from t = 1 to t = 2 the particle would have covered (distance) = (speed) (elapsed time) = ( ) ( ) =. Now our particle does not have constant velocity, but we can approximate this velocity function by a bunch of constant functions: velocity time These constant functions (depicted to the right) are (1) velocity = 1 from t = 1 to t =.5, (2) velocity = 0.25 from t =.5 to t = 0, (3) velocity = 0 from t = 0 to t = 0.5, (4) velocity = 0.25 from t = 0.5 to t = 1, (5) velocity = 1 from t = 1 to t = 1.5, (6) velocity = 2.25 from t = 1.5 to t = 2, Adding up these distances we get an approximation for the distance the particle covers from t = 1 to t = 2. Some leading questions: (1) How accurate do you think that our estimate is? (2) How could we improve its accuracy? (3) Did we basically just compute an area? 1

2 2 The payoffs of these questions: (3) Did we basically compute an area when we computed distance covered? As a consequence we see that two quantities are the same: = This will be super important later on. As a consequence for the rest of today we will think about computing areas under curves. (1) and (2) How accurate do you think that our estimate is? How could we improve its accuracy? Philosophy of computing the area under a curve The area under the curve y = f(x) over the interval [a, b] can be approximated by (1) breaking [a, b] up into lots of subintervals, (2) approximating the area under f(x) over each of these pieces by a rectangle (3) adding up the areas of these rectangles. By using more subintervals (and so more rectangles) we get better approximations. Example By breaking the interval [0, 4] at 1, 2, 3 and using left endpoints, approximate the area under the curve. Underestimate Over [0, 1] use Area = Over [1, 2] use Area = Over [2, 3] use Area = Over [3, 4] use Area = What is the total area of these rectangles? The actual area should be close to this Area How could we get a better estimate?

3 use more rectangles! By breaking the interval [0, 4] at 1 2, 1, 3 2, 2, 5 2, 3, 7, draw eight rectangles which and using 2 right endpoints approximate the area under the curve y = x 2 over [0, 4]. 3 What is the total area of these rectangles? The result of the previous problem gives us a better estimate AREA If we use more rectangles (Say, 10,000) we can get better estimates. A computer will be necessary. In order to allow us to think of these, we will need to make the problem more abstract so that we can get a computer to work for us. Working towards Riemann sums We are about to build up to the right way to get good area estimates. Recall how to approximate area: (1) (2) (3) Step 1 in abstractifying Understanding the subintervals: If we break up [a, b] into n subintervals all of the same length then each subinterval has length x =. Breakin [a, b] up into n subintervals each of length x = gives a sequence of endpoints a b x 0 x 1 x 2 x 3 x k x k+1 x n 2 x n 1 x n x 0 =, x 1 =, x 2 =, x 3 =,... x k =,... x n = The most important is x k = The k th subinterval is: Example: When you break [0, 4] into 8 subintervals you get: x = and x k =

4 4 Step 2: Pick an element in each subinterval to build a rectangle. The notation x k is used to denote an element of the k th subinterval. (The k th subinterval is =.) There are infinitely many such points here are some particular plans of attack: The left endpoint of the interval The right endpoint of the interval The midpoint of the interval Evaluate the function f(x) at x k to approximate the function by a rectangle. Draw a picture of the situation here The area of this rectangle is Area of k th rectangle = (base) (height) = example If you break the interval [0, 4] into 8 subintervals then x =, x k = The left endpoint x k = =. if f(x) = x 2 then height = f(x k ) = So that the area is Step 3: Add these areas up We now see that (Area of 1 st rect) + (area of 2 nd rec) +... (area of k th rect) +... (area of n th rect) substitute in our formula for the area of the k th rectangle ( ) + ( ) +... ( ) +... ( ) Example: If you break [0, 4] up into 8 subintervals, and approximate the area under f(x) = x 2 using the subintervals and left endpoints then you get

5 Summation notation If we are to make computations using a computer then we need to have a way of writing (Area of 1 st rect) + (area of 2 nd rec) +... (area of k th rect) +... (area of n th rect) which is precise enough for a computer to figure out what we mean. Summation notation n The notation a k means: The sum of a k where you let k take values 1, 2, 3,..., n. n a k = Example 4 k 2 = Thus in summation notation: ( ) + ( ) +... ( ) +... ( ) becomes the stuff on the right is called a Riemann sum Example: Write down a Riemann sum that approximates the area under the curve f(x) = x 2 over [0, 4] using n = 8 right endpoints, x =, x k =, x k =, f(x k ) =. So that Use a computer to compute this. ( A sample link to wolfram alpha can be found on the webpage. Example: Write down a Riemann sum that approximates the area under the curve f(x) = x 2 over [0, 4] using n = 4, 000 right endpoints, x =, x k =, x k =, f(x k ) =. So that Use a computer to compute this. ( A sample link to wolfram alpha can be found on the webpage.) 5

Sections 5.1: Areas and Distances

Sections 5.1: Areas and Distances Sections.: Areas and Distances In this section we shall consider problems closely related to the problems we considered at the beginning of the semester (the tangent and velocity problems). Specifically,

More information

4.1 Areas and Distances. The Area Problem: GOAL: Find the area of the region S that lies under the curve y = f(x) from a to b.

4.1 Areas and Distances. The Area Problem: GOAL: Find the area of the region S that lies under the curve y = f(x) from a to b. 4.1 Areas and Distances The Area Problem: GOAL: Find the area of the region S that lies under the curve y = f(x) from a to b. Easier Problems: Find the area of a rectangle with length l and width w. Find

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

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 CALCULUS I 4.1: Area and Distance

MATH CALCULUS I 4.1: Area and Distance MATH 12002 - CALCULUS I 4.1: Area and Distance Professor Donald L. White Department of Mathematical Sciences Kent State University D.L. White (Kent State University) 1 / 8 The Area and Distance Problems

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

() 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

AP Calculus AB Integration

AP Calculus AB Integration Slide 1 / 175 Slide 2 / 175 AP Calculus AB Integration 2015-11-24 www.njctl.org Slide 3 / 175 Table of Contents click on the topic to go to that section Riemann Sums Trapezoid Approximation Area Under

More information

Day 5 Notes: The Fundamental Theorem of Calculus, Particle Motion, and Average Value

Day 5 Notes: The Fundamental Theorem of Calculus, Particle Motion, and Average Value AP Calculus Unit 6 Basic Integration & Applications Day 5 Notes: The Fundamental Theorem of Calculus, Particle Motion, and Average Value b (1) v( t) dt p( b) p( a), where v(t) represents the velocity and

More information

AP Calculus AB. Integration. Table of Contents

AP Calculus AB. Integration.  Table of Contents AP Calculus AB Integration 2015 11 24 www.njctl.org Table of Contents click on the topic to go to that section Riemann Sums Trapezoid Approximation Area Under a Curve (The Definite Integral) Antiderivatives

More information

1 Approximating area under curves and Riemann sums

1 Approximating area under curves and Riemann sums Professor Jennifer Balakrishnan, jbala@bu.edu What is on today 1 Approximating area under curves and Riemann sums 1 1.1 Riemann sums................................... 1 1.2 Area under the velocity curve..........................

More information

INTEGRALS. In Chapter 2, we used the tangent and velocity problems to introduce the derivative the central idea in differential calculus.

INTEGRALS. In Chapter 2, we used the tangent and velocity problems to introduce the derivative the central idea in differential calculus. INTEGRALS 5 INTEGRALS In Chapter 2, we used the tangent and velocity problems to introduce the derivative the central idea in differential calculus. INTEGRALS In much the same way, this chapter starts

More information

MATH 1271 Wednesday, 5 December 2018

MATH 1271 Wednesday, 5 December 2018 MATH 27 Wednesday, 5 December 208 Today: Review for Exam 3 Exam 3: Thursday, December 6; Sections 4.8-6. /6 Information on Exam 3 Six numbered problems First problem is multiple choice (five parts) See

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

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a Recitation Worksheet 6C f x = x x 4 x 9 = x 4x + 49x 36. Find the intervals on which. Suppose ( ) ( )( )( ) 3 f ( x ) is increasing and the intervals on which f ( ). Suppose ( ) ( )( )( ) 3 x is decreasing.

More information

AP Calculus AB. Slide 1 / 175. Slide 2 / 175. Slide 3 / 175. Integration. Table of Contents

AP Calculus AB. Slide 1 / 175. Slide 2 / 175. Slide 3 / 175. Integration. Table of Contents Slide 1 / 175 Slide 2 / 175 AP Calculus AB Integration 2015-11-24 www.njctl.org Table of Contents click on the topic to go to that section Slide 3 / 175 Riemann Sums Trapezoid Approximation Area Under

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

Distance and Velocity

Distance and Velocity Distance and Velocity - Unit #8 : Goals: The Integral Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite integral and

More information

Steps for finding area using Summation

Steps for finding area using Summation Steps for finding area using Summation 1) Identify a o and a 0 = starting point of the given interval [a, b] where n = # of rectangles 2) Find the c i 's Right: Left: 3) Plug each c i into given f(x) >

More information

Objectives. Materials

Objectives. Materials Activity 5 Approximating Integrals with Riemann Sums Objectives Calculate Riemann sums Demonstrate when Riemann sums will overapproximate or under-approximate a definite integral Observe the convergence

More information

Modeling Accumulations: Introduction to the Issues 11/07/2011

Modeling Accumulations: Introduction to the Issues 11/07/2011 Modeling Accumulations: Introduction to the Issues /07/0 The purpose of calculus is twofold:. to find how something is changing, given what it s doing;. to find what something is doing, given how it s

More information

Warm up: Recall we can approximate R b

Warm up: Recall we can approximate R b Warm up: Recall we can approximate R b a f(x) dx using rectangles as follows: i. Pick a number n and divide [a, b] into n equal intervals. Note that x =(b a)/n is the length of each of these intervals.

More information

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a Recitation Worksheet 6C f x = x 1 x 4 x 9 = x 14x + 49x 36. Find the intervals on which 1. Suppose ( ) ( )( )( ) 3 f ( x ) is increasing and the intervals on which f ( ). Suppose ( ) ( )( )( ) 3 x is decreasing.

More information

Summary of Derivative Tests

Summary of Derivative Tests Summary of Derivative Tests Note that for all the tests given below it is assumed that the function f is continuous. Critical Numbers Definition. A critical number of a function f is a number c in the

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

Chapter 5 - Integration

Chapter 5 - Integration Chapter 5 - Integration 5.1 Approximating the Area under a Curve 5.2 Definite Integrals 5.3 Fundamental Theorem of Calculus 5.4 Working with Integrals 5.5 Substitution Rule for Integrals 1 Q. Is the area

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations 4 The Cartesian Coordinate System- Pictures of Equations Concepts: The Cartesian Coordinate System Graphs of Equations in Two Variables x-intercepts and y-intercepts Distance in Two Dimensions and the

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

MATH 1242 FINAL EXAM Spring,

MATH 1242 FINAL EXAM Spring, MATH 242 FINAL EXAM Spring, 200 Part I (MULTIPLE CHOICE, NO CALCULATORS).. Find 2 4x3 dx. (a) 28 (b) 5 (c) 0 (d) 36 (e) 7 2. Find 2 cos t dt. (a) 2 sin t + C (b) 2 sin t + C (c) 2 cos t + C (d) 2 cos t

More information

2 Unit Bridging Course Day 12

2 Unit Bridging Course Day 12 1 / 38 2 Unit Bridging Course Day 12 Absolute values Clinton Boys 2 / 38 The number line The number line is a convenient way to represent all numbers: 0 We can put any number somewhere on this line (imagining

More information

Numerical Integration

Numerical Integration Chapter 1 Numerical Integration In this chapter we examine a few basic numerical techniques to approximate a definite integral. You may recall some of this from Calculus I where we discussed the left,

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

Area. A(2) = sin(0) π 2 + sin(π/2)π 2 = π For 3 subintervals we will find

Area. A(2) = sin(0) π 2 + sin(π/2)π 2 = π For 3 subintervals we will find Area In order to quantify the size of a -dimensional object, we use area. Since we measure area in square units, we can think of the area of an object as the number of such squares it fills up. Using this

More information

Distance And Velocity

Distance And Velocity Unit #8 - The Integral Some problems and solutions selected or adapted from Hughes-Hallett Calculus. Distance And Velocity. The graph below shows the velocity, v, of an object (in meters/sec). Estimate

More information

Lecture The Definite Integral (1 of 2) MTH 124

Lecture The Definite Integral (1 of 2) MTH 124 We now begin our study of the integral or anti-derivative. Up to this point we have explored how to calculate the rate of change of a quantity. We now consider a related problem. That is, given the rate

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

MA123, Chapter 8: Idea of the Integral (pp , Gootman)

MA123, Chapter 8: Idea of the Integral (pp , Gootman) MA13, Chapter 8: Idea of the Integral (pp. 155-187, Gootman) Chapter Goals: Understand the relationship between the area under a curve and the definite integral. Understand the relationship between velocit

More information

MATH 2300 review problems for Exam 1 ANSWERS

MATH 2300 review problems for Exam 1 ANSWERS MATH review problems for Exam ANSWERS. Evaluate the integral sin x cos x dx in each of the following ways: This one is self-explanatory; we leave it to you. (a) Integrate by parts, with u = sin x and dv

More information

The Integral of a Function. The Indefinite Integral

The Integral of a Function. The Indefinite Integral The Integral of a Function. The Indefinite Integral Undoing a derivative: Antiderivative=Indefinite Integral Definition: A function is called an antiderivative of a function on same interval,, if differentiation

More information

Chapter 1: Integral Calculus. Chapter 1: Integral Calculus. Chapter 1: Integral Calculus. Chapter 1: Integral Calculus

Chapter 1: Integral Calculus. Chapter 1: Integral Calculus. Chapter 1: Integral Calculus. Chapter 1: Integral Calculus Chapter 1: Integral Calculus Chapter 1: Integral Calculus Chapter 1: Integral Calculus B 600m, obviously. Chapter 1: Integral Calculus B 600m, obviously. C 600m, obviously. Is this a trick question? Chapter

More information

Math 1526 Excel Lab 2 Summer 2012

Math 1526 Excel Lab 2 Summer 2012 Math 1526 Excel Lab 2 Summer 2012 Riemann Sums, Trapezoidal Rule and Simpson's Rule: In this lab you will learn how to recover information from rate of change data. For instance, if you have data for marginal

More information

Science One Integral Calculus

Science One Integral Calculus Science One Integral Calculus January 018 Happy New Year! Differential Calculus central idea: The Derivative What is the derivative f (x) of a function f(x)? Differential Calculus central idea: The Derivative

More information

INTEGRALS5 INTEGRALS

INTEGRALS5 INTEGRALS INTEGRALS5 INTEGRALS INTEGRALS In Chapter 2, we used the tangent and velocity problems to introduce the derivative the central idea in differential calculus. INTEGRALS In much the same way, this chapter

More information

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) (a) (b) (c) (d) (e)...

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 2. (a) (b) (c) (d) (e) (a) (b) (c) (d) (e) (a) (b) (c) (d) (e)... Math 55, Exam III November 5, The Honor Code is in effect for this examination. All work is to be your own. No calculators. The exam lasts for hour and 5 min. Be sure that your name is on every page in

More information

Lecture 21: Numerical Solution of Differential Equations

Lecture 21: Numerical Solution of Differential Equations cs41: introduction to numerical analysis 11/30/10 Lecture 1: Numerical Solution of Differential Equations Instructor: Professor Amos Ron Scribes: Yunpeng Li, Mark Cowlishaw, Nathanael Fillmore 1 Introduction

More information

Aim: Mean value theorem. HW: p 253 # 37, 39, 43 p 272 # 7, 8 p 308 # 5, 6

Aim: Mean value theorem. HW: p 253 # 37, 39, 43 p 272 # 7, 8 p 308 # 5, 6 Mr. Apostle 12/14/16 Do Now: Aim: Mean value theorem HW: p 253 # 37, 39, 43 p 272 # 7, 8 p 308 # 5, 6 test 12/21 Determine all x values where f has a relative extrema. Identify each as a local max or min:

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will learn that for a continuous non-negative function f, one interpretation of the definite integral f ( x ) dx is the area of a the region bounded above by the graph of y = f(x),

More information

8/6/2010 Assignment Previewer

8/6/2010 Assignment Previewer Week 12 Tuesday Homework (1329184) Question 1234567891011121314151617181920 webassign.net/ /control.pl 1/9 1. Question DetailsSCalcET6 5.1.AE.01. [708910] EXAMPLE 1 Use rectangles to estimate the area

More information

APPLICATIONS OF INTEGRATION

APPLICATIONS OF INTEGRATION 6 APPLICATIONS OF INTEGRATION APPLICATIONS OF INTEGRATION In this chapter, we explore some of the applications of the definite integral by using it to compute areas between curves, volumes of solids, and

More information

The total differential

The total differential The total differential The total differential of the function of two variables The total differential gives the full information about rates of change of the function in the -direction and in the -direction.

More information

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53 Table of contents The Cartesian Coordinate System - Pictures of Equations Your Personal Review Graphs of Equations with Two Variables Distance Equations of Circles Midpoints Quantifying the Steepness of

More information

Accumulated change from rates of change

Accumulated change from rates of change Section 6.1 1 Accumulated change from rates of change Suppose that r(t) measures a rate of change with respect to a time variable t. For example, say that for a two-hour period ( 0 t 2), we have r(t) =

More information

Integral. For example, consider the curve y = f(x) between x = 0 and x = 1, with f(x) = x. We ask:

Integral. For example, consider the curve y = f(x) between x = 0 and x = 1, with f(x) = x. We ask: Integral Integration is an important concept in mathematics, specifically in the field of calculus and, more broadly, mathematical analysis. Given a function ƒ of a real variable x and an interval [a,

More information

Mathematica Project 3

Mathematica Project 3 Mathematica Project 3 Name: Section: Date: On your class s Sakai site, your instructor has placed 5 Mathematica notebooks. Please use the following table to determine which file you should select based

More information

THE UNIVERSITY OF BRITISH COLUMBIA Sample Questions for Midterm 1 - January 26, 2012 MATH 105 All Sections

THE UNIVERSITY OF BRITISH COLUMBIA Sample Questions for Midterm 1 - January 26, 2012 MATH 105 All Sections THE UNIVERSITY OF BRITISH COLUMBIA Sample Questions for Midterm 1 - January 26, 2012 MATH 105 All Sections Closed book examination Time: 50 minutes Last Name First Signature Student Number Special Instructions:

More information

1 5 π 2. 5 π 3. 5 π π x. 5 π 4. Figure 1: We need calculus to find the area of the shaded region.

1 5 π 2. 5 π 3. 5 π π x. 5 π 4. Figure 1: We need calculus to find the area of the shaded region. . Area In order to quantify the size of a 2-dimensional object, we use area. Since we measure area in square units, we can think of the area of an object as the number of such squares it fills up. Using

More information

3.2 A2 - Just Like Derivatives but Backwards

3.2 A2 - Just Like Derivatives but Backwards 3. A - Just Like Derivatives but Backwards The Definite Integral In the previous lesson, you saw that as the number of rectangles got larger and larger, the values of Ln, Mn, and Rn all grew closer and

More information

Area and Integration

Area and Integration Area and Integration Professor Richard Blecksmith richard@math.niu.edu Dept. of Mathematical Sciences Northern Illinois University http://math.niu.edu/ richard/math229. Two Fundamental Problems of Calculus

More information

AP Calculus AB Riemann Sums

AP Calculus AB Riemann Sums AP Calculus AB Riemann Sums Name Intro Activity: The Gorilla Problem A gorilla (wearing a parachute) jumped off of the top of a building. We were able to record the velocity of the gorilla with respect

More information

MA 113 Calculus I Fall 2016 Exam 3 Tuesday, November 15, True/False 1 T F 2 T F 3 T F 4 T F 5 T F. Name: Section:

MA 113 Calculus I Fall 2016 Exam 3 Tuesday, November 15, True/False 1 T F 2 T F 3 T F 4 T F 5 T F. Name: Section: MA 113 Calculus I Fall 2016 Exam 3 Tuesday, November 15, 2016 Name: Section: Last 4 digits of student ID #: This exam has five true/false questions (two points each), ten multiple choice questions (five

More information

Unit #6 Basic Integration and Applications Homework Packet

Unit #6 Basic Integration and Applications Homework Packet Unit #6 Basic Integration and Applications Homework Packet For problems, find the indefinite integrals below.. x 3 3. x 3x 3. x x 3x 4. 3 / x x 5. x 6. 3x x3 x 3 x w w 7. y 3 y dy 8. dw Daily Lessons and

More information

The University of Sydney Math1003 Integral Calculus and Modelling. Semester 2 Exercises and Solutions for Week

The University of Sydney Math1003 Integral Calculus and Modelling. Semester 2 Exercises and Solutions for Week The University of Sydney Math3 Integral Calculus and Modelling Semester 2 Exercises and Solutions for Week 2 2 Assumed Knowledge Sigma notation for sums. The ideas of a sequence of numbers and of the limit

More information

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

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

M152: Calculus II Midterm Exam Review

M152: Calculus II Midterm Exam Review M52: Calculus II Midterm Exam Review Chapter 4. 4.2 : Mean Value Theorem. - Know the statement and idea of Mean Value Theorem. - Know how to find values of c making the theorem true. - Realize the importance

More information

Calculus Dan Barbasch. Oct. 2, Dan Barbasch () Calculus 1120 Oct. 2, / 7

Calculus Dan Barbasch. Oct. 2, Dan Barbasch () Calculus 1120 Oct. 2, / 7 Calculus 1120 Dan Barbasch Oct. 2, 2012 Dan Barbasch () Calculus 1120 Oct. 2, 2012 1 / 7 Numerical Integration Many integrals cannot be computed using FTC because while the definite integral exists because

More information

( ) = 0. ( ) does not exist. 4.1 Maximum and Minimum Values Assigned videos: , , , DEFINITION Critical number

( ) = 0. ( ) does not exist. 4.1 Maximum and Minimum Values Assigned videos: , , , DEFINITION Critical number 4.1 Maximum and Minimum Values Assigned videos: 4.1.001, 4.1.005, 4.1.035, 4.1.039 DEFINITION Critical number A critical number of a function f is a number c in the domain of f such that f c or f c ( )

More information

Part 1: Integration problems from exams

Part 1: Integration problems from exams . Find each of the following. ( (a) 4t 4 t + t + (a ) (b ) Part : Integration problems from 4-5 eams ) ( sec tan sin + + e e ). (a) Let f() = e. On the graph of f pictured below, draw the approimating

More information

5.1 Area and Estimating with Finite Sums

5.1 Area and Estimating with Finite Sums 5.1 Area and Estimating with Finite Sums Ideas for this section The ideas for this section are Left-Hand Sums Ideas for this section The ideas for this section are Left-Hand Sums Right-Hand Sums Ideas

More information

Calculus 1: Sample Questions, Final Exam

Calculus 1: Sample Questions, Final Exam Calculus : Sample Questions, Final Eam. Evaluate the following integrals. Show your work and simplify your answers if asked. (a) Evaluate integer. Solution: e 3 e (b) Evaluate integer. Solution: π π (c)

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

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

4.9 APPROXIMATING DEFINITE INTEGRALS

4.9 APPROXIMATING DEFINITE INTEGRALS 4.9 Approximating Definite Integrals Contemporary Calculus 4.9 APPROXIMATING DEFINITE INTEGRALS The Fundamental Theorem of Calculus tells how to calculate the exact value of a definite integral IF the

More information

Practice Exam # (.95.5) (696850) Due: Tue May 1 015 10:0 AM PDT Question 1 3 5 6 7 8 9 10 11 1 13 1 15 16 17 1. Question Details SCalcET7.9.06. [1835869] A particle is moving with the given data. Find

More information

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61

Integrals. D. DeTurck. January 1, University of Pennsylvania. D. DeTurck Math A: Integrals 1 / 61 Integrals D. DeTurck University of Pennsylvania January 1, 2018 D. DeTurck Math 104 002 2018A: Integrals 1 / 61 Integrals Start with dx this means a little bit of x or a little change in x If we add up

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

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

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

Multiple Integrals. Introduction and Double Integrals Over Rectangular Regions. Philippe B. Laval KSU. Today Multiple Integrals Introduction and Double Integrals Over Rectangular Regions Philippe B. Laval KSU Today Philippe B. Laval (KSU) Double Integrals Today 1 / 21 Introduction In this section we define multiple

More information

Elem Calc w/trig II Spring 08 Class time: TR 9:30 am to 10:45 am Classroom: Whit 257 Helmi Temimi: PhD Teaching Assistant, 463 C

Elem Calc w/trig II Spring 08 Class time: TR 9:30 am to 10:45 am Classroom: Whit 257 Helmi Temimi: PhD Teaching Assistant, 463 C Elem Calc w/trig II Spring 08 Class time: TR 9:30 am to 10:45 am Classroom: Whit 257 Helmi Temimi: PhD Teaching Assistant, 463 C Email: temimi@vt.edu Office Hours 11:00 am 12:00 pm Course contract, Syllabus

More information

Math 1120 Calculus Final Exam

Math 1120 Calculus Final Exam May 4, 2001 Name The first five problems count 7 points each (total 35 points) and rest count as marked. There are 195 points available. Good luck. 1. Consider the function f defined by: { 2x 2 3 if x

More information

Welcome to. Elementary Calculus with Trig II CRN(13828) Instructor: Quanlei Fang. Department of Mathematics, Virginia Tech, Spring 2008

Welcome to. Elementary Calculus with Trig II CRN(13828) Instructor: Quanlei Fang. Department of Mathematics, Virginia Tech, Spring 2008 Welcome to Elementary Calculus with Trig II CRN(13828) Instructor: Quanlei Fang Department of Mathematics, Virginia Tech, Spring 2008 1 Be sure to read the course contract Contact Information Text Grading

More information

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

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

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

Section 5.1. Areas and Distances. (1) The Area Problem (2) The Distance Problem (3) Summation Notation

Section 5.1. Areas and Distances. (1) The Area Problem (2) The Distance Problem (3) Summation Notation Section 5.1 Areas and Distances (1) The Area Problem (2) The Distance Problem (3) Summation Notation MATH 125 (Section 5.1) Areas and Distances The University of Kansas 1 / 19 Area Area is a measure 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

Vector Functions & Space Curves MATH 2110Q

Vector Functions & Space Curves MATH 2110Q Vector Functions & Space Curves Vector Functions & Space Curves Vector Functions Definition A vector function or vector-valued function is a function that takes real numbers as inputs and gives vectors

More information

Project 1: Riemann Sums

Project 1: Riemann Sums MS 00 Integral Calculus and Differential Equations 1 Project 1: Riemann Sums In this project you prove some summation identities and then apply them to calculate various integrals from first principles.

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 November 30, 2016 1/12 . The Area Problem We start

More information

Calculus for the Life Sciences

Calculus for the Life Sciences Calculus for the Life Sciences Integration Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences Research Center San Diego State

More information

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

y=5 y=1+x 2 AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions

y=5 y=1+x 2 AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions. Which of the following integrals correctly corresponds to the area of the shaded region in the figure to the right? (A) (B) (C) (D) (E)

More information

2. If the values for f(x) can be made as close as we like to L by choosing arbitrarily large. lim

2. If the values for f(x) can be made as close as we like to L by choosing arbitrarily large. lim Limits at Infinity and Horizontal Asymptotes As we prepare to practice graphing functions, we should consider one last piece of information about a function that will be helpful in drawing its graph 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

Section 3.3 Maximum and Minimum Values

Section 3.3 Maximum and Minimum Values Section 3.3 Maximum and Minimum Values Definition For a function f defined on a set S of real numbers and a number c in S. A) f(c) is called the absolute maximum of f on S if f(c) f(x) for all x in S.

More information

Integration Made Easy

Integration Made Easy Integration Made Easy Sean Carney Department of Mathematics University of Texas at Austin Sean Carney (University of Texas at Austin) Integration Made Easy October 25, 2015 1 / 47 Outline 1 - Length, Geometric

More information

Questions. x 2 e x dx. Use Part 1 of the Fundamental Theorem of Calculus to find the derivative of the functions g(x) = x cost2 dt.

Questions. x 2 e x dx. Use Part 1 of the Fundamental Theorem of Calculus to find the derivative of the functions g(x) = x cost2 dt. Questions. Evaluate the Riemann sum for f() =,, with four subintervals, taking the sample points to be right endpoints. Eplain, with the aid of a diagram, what the Riemann sum represents.. If f() = ln,

More information

Final Exam Review Sheet Solutions

Final Exam Review Sheet Solutions Final Exam Review Sheet Solutions. Find the derivatives of the following functions: a) f x x 3 tan x 3. f ' x x 3 tan x 3 x 3 sec x 3 3 x. Product rule and chain rule used. b) g x x 6 5 x ln x. g ' x 6

More information

18A.1: #2,4,5 (Area under curve) 18A.2: #1 3 (Definite integral)

18A.1: #2,4,5 (Area under curve) 18A.2: #1 3 (Definite integral) 18A.1: #2,4,5 (Area under curve) 18A.2: #1 3 (Definite integral) 1. Understand integration as the area under a curve. QB #36,44d 2. Understand and calculate left and right Riemann sums 3. Determine upper

More information

Chapter 2: Rocket Launch

Chapter 2: Rocket Launch Chapter 2: Rocket Launch Lesson 2.1.1. 2-1. Domain:!" # x # " Range: 2! y! " y-intercept! y = 2 no x-intercepts 2-2. a. Time Hours sitting Amount Earned 8PM 1 $4 9PM 2 $4*2hrs = $8 10PM 3 $4*3hrs = $12

More information

Review Sheet for Exam 1 SOLUTIONS

Review Sheet for Exam 1 SOLUTIONS Math b Review Sheet for Eam SOLUTIONS The first Math b midterm will be Tuesday, February 8th, 7 9 p.m. Location: Schwartz Auditorium Room ) The eam will cover: Section 3.6: Inverse Trig Appendi F: Sigma

More information