Integration Made Easy

Size: px
Start display at page:

Download "Integration Made Easy"

Transcription

1 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, / 47

2 Outline 1 - Length, Geometric Series, and Zeno s Paradox 2 - Archimedes method for getting area under a parabolic arch 3 - Area under a general curve 4 - Application of definite integral volume of a cone Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

3 Basic notions of length Suppose we have a strip of length 1 For instance, a ruler that s 1 ft long Question: how many ways can we chop up this ruler into smaller strips such that the sum of the lengths of those strips still equals 1? The answer is easy if we restrict ourselves to a finite number of chops. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

4 Basic notions of length What if we want to chop our ruler into an infinite amount of strips? How is it possible to add an infinite amount of things and end up with something finite? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

5 Zeno s paradox Enter Zeno s paradox. Ancient Greek philosopher Zeno of Elea Invented several different paradoxes to support the doctrine of Parmenides that belief in plurality and change is mistaken, and that motion is illusory." We ll examine the dichotomy" paradox Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

6 Zeno s paradox Homer wants to catch the bus that will take him to the Olympic games. He begins to walk towards the bus stop. To get to the stop, he must get halfway there. Before he gets halfway there, he must get a quarter of the way there Before he gets a quarter of the way there... This description requires Homer to complete an infinite amount of tasks! Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

7 Zeno s paradox Furthermore, there is no first distance to run, so the trip to the bus stop cannot even begin! Indeed: Name a first distance to begin with. For example, 1/8 of the way to the stop Before starting with 1/8, you have to travel 1/16 of the way there This argument works for any starting distance trip cannot ever begin + trip can never be completed = paradox! Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

8 Zeno s paradox So what gives? Archimedes, the ancient Greek mathematician, offered a resolution based on ideas from modern calculus. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

9 Geometric series Let s introduce some notation: = sum 5 i = i=1 i is a dummy" variable. The lower bound i = 1 tells you where to the begin the sum. The upper bound, 5, tells you when to stop summing. 6 2k = k=3 Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

10 Geometric series Recall Zeno maintained Homer must complete an infinite amount of tasks to make it to the bus stop. After completing the first task, he s 1/2 of the way there After the second task, he s 3/4 of the way there After the third, 7/8... Where will Homer be after completing the N th task? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

11 Geometric series Using a telescoping sum, we can calculate Homer s position after completing the Nth task. N Homer s position = (1/2) k = 1 2 N k=1 Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

12 Geometric series 1st task: 3rd task: 1 (1/2) k = 1/2 1 (1/2) 1 = 1/2 k=1 3 (1/2) k = 1/2 + (1/2) 2 + (1/2) 3 = 7/8 1 (1/2) 3 = 1 1/8 = 7/8 k=1 34th task: 34 k=1 (1/2) k = 1 (1/2) 34 = Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

13 Geometric series Even after completing only" 34 tasks, Homer is pretty darn close to the bus stop! Zeno said Homer had to complete an infinite amount of tasks to get to the bus Zeno maintained this is impossible Mathematically speaking, he was mistaken Resolution to the paradox occurs when we sum up an infinite amount of terms! Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

14 Geometric series After a finite amount of tasks completed, Homer has traveled Let N tend to infinity: k=1 N (1/2) k = 1 (1/2) N. k=1 (1/2) k = lim N ( 1 (1/2) N ) Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

15 Geometric series How do we know what k=1 (1/2) k = lim N ( 1 (1/2) N ) even is? The intuition is simple. Consider finite sums for N larger and larger. We saw for N = 34, the sum was pretty close to 1. But it was not 1! However, if we take a larger N, we can get even closer to 1. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

16 Geometric series The key statement is the following: By choosing N big enough", the difference between the finite sum N (1/2) k k=1 and 1 can be made arbitrarily small. Textbook definition: The limit of a quantity S N as N equals L if ɛ > 0, N such that L S N < ɛ. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

17 Geometric series So, (1/2) k = 1 k=1 and Homer makes it to the bus after all! In general, for r < 1, the sum k=0 is called an infinite geometric series. r k = 1 1 r Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

18 Basic notions of length To answer our original question: is it possible to divide a strip of length 1 into an infinite amount of pieces such that the sum of the length of the pieces is still equal to 1? YES! Just take the first piece to be length 1/2. Then the next piece length 1/4, and so on and so forth. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

19 Area under parabolic arch Let s consider a slightly different problem: how to calculate the area of a parabolic segment? More specifically, let s consider the following: let f (x) = 1 x 2. How do we calculate the area under the arch"? That is, the area between the graph and the x-axis? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

20 Area under parabolic arch Archimedes idea was to use the area of a triangle to approximate the area under the arch. We call this approximation by simple geometric shapes a very powerful idea. Area of triangle = 1 2 bh We break up" the parabola into a bunch of different triangles as follows. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

21 Area under parabolic arch Algorithm for dividing area under arch into triangles: First: Identify base of parabolic segment Next: Draw line that is parallel to that base, and also tangent to the parabola Lastly: Draw triangle that connects two endpoints of the base with point of tangency We will use this algorithm repeatedly to draw more and more triangles. There is an important relationship between the triangles, expressed in the following theorem. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

22 Area under parabolic arch Procedure for estimating area under the arch: Step 0: first draw one triangle Step 1: draw two more triangles Step 2: draw four more triangles Step 3: draw eight more triangles... Can you guess the general pattern? Our objective is to now add up the areas of all the triangles at Step N, using the theorem stated. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

23 Area under parabolic arch At Step 0, our triangle T 0 has base (or width) of length 2, height of length 1. Hence area of T 0 is A 0 = (1/2)(2)(1) = 1. At Step 1, we draw two more triangles called triangle α and triangle β. Our theorem tells us that their areas are equal. It also tells us the width of α is equal to the 1/2 the width of T 0, and that the height of α equals 1/4 the height of T 0. Hence Area of α = 1 ( ) ( ) = 1 8 Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

24 Area under parabolic arch total area of triangles after Step 1 = A 0 + (area of α) + (area of β) = A 1 = 1 + 1/8 + 1/8 = 5/4 What we really want is the total area of all triangles drawn at Step N. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

25 Area under parabolic arch To get the total area of all triangles drawn at Step N, we should observe: At Step N, we draw 2 N more triangles All of these new triangles have the same area The area of one of these triangles is 1/8 the area of the previous triangle Exercise: Compute the total area A N at Step N. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

26 Area under parabolic arch To get the total area of all triangles drawn at Step N, we should observe: At Step N, we draw 2 N more triangles All of these new triangles have the same area The area of one of these triangles is 1/8 the area of the previous triangle Exercise: Compute the total area A N at Step N. ( ) ( ( )) ( (1 ) ) N A N = A A A N A 0 8 A N = N ( 1 k 2 8) k A 0 k=0 Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

27 Area under parabolic arch This sum can be simplified to A N = N k=0 ( ) 1 k A 0. 4 Now, it should be clear that at each step, we don t quite capture of ALL of the area under the arch. There will always be some sliver of area left. Similar to the idea used to resolve Zeno s paradox, we need to take an infinite number of steps and draw an infinite number of triangles. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

28 Area under parabolic arch Let A = k=0 k=0 ( ) 1 k A 0. 4 This is an infinite geometric series! We saw how to compute this earlier. ( ) 1 k 1 A = A 0 = A /4 = 4 3 A 0. Since A 0 = 1, we conclude the area under f (x) = 1 x 2 is equal to 4/3. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

29 Area under parabolic arch The intuition is essentially identical to the one behind the resolution to Zeno s paradox. After a finite number of steps, Homer never made it to the bus stop. This was the source of the paradox. When you took the mathematical limit, Homer made it just fine. Here, we can never cover the entire area of the arch with a finite number of triangles. Take the limit, however, and consider an infinite number of triangles. Then we get the exact area under the arch. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

30 Area under parabolic arch One last emphasis of the intuition behind the mathematical limit. The area under the arch is always greater than the sum of the areas of a finite number of triangles. Consider, however, a large enough" number of triangles Difference between the exact area under the arch, and sum of the areas of the triangles will be arbitrarily small. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

31 Area under a general curve What if we want to calculate the area under a more general curve? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

32 Some motivation Why would we even want to compute the area under a general curve? Let s begin with a few simple examples. Suppose you re in a car traveling along the highway. The road is not crowded and you re not in a rush, and the car is set to run on cruise control let s suppose it s set at 70mph. You re bored in the backseat, but instead of asking mom or dad are we there yet" for 5th time in the last 20 minutes, you decide to calculate yourself how far you have traveled. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

33 Some motivation For simplicity, let s say the cruise control was turned on at noon, and that the highway is straight, with little to no twists and turns. What would a graph of your car s speed versus time look like? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

34 Some motivation Of course the graph is a constant function, with constant value 70 miles per hour. Now what if you wanted to compute how far you ve traveled in two and a half hours? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

35 Some motivation Of course, since we know our speed is a constant 70mph, and we want to know how far we ve traveled in 2.5 hours time, we simply multiply: distance = (70 mph) (2.5 hours) = 175 miles Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

36 Some motivation What if you aren t traveling at a constant velocity for the entirety of the trip? For example, you might run into construction zones. Speed limits are changing Your car has to accelerate/decelerate to keep up How would you calculate your distance traveled now? For example... Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

37 Some motivation The answer is not quite so obvious as the previous example. The notion, however, that total distance traveled equals area under the curve, still holds. Exercise: compute the total distance traveled for the velocity function shown on the board. Hint: you will need to know how to compute the area of a trapezoid. Express your answer as a fraction (and be careful with your units!). Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

38 Area under a general curve In general your car s velocity as a function of time might not look so nice." Traffic and weather conditions, for instance, might cause nonlinear accelerations. For example, what if your car s velocity as a function of time looked like this: Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

39 Area under a general curve How would you go about finding the total distance traveled, i.e. area under this curve? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

40 Riemann sums Recall Archimedes method for finding area under a parabolic arch Used simple geometric shapes, who area was known, to approximate the area Riemann sums use this idea to approximate area under a curve We ll approximate our areas with rectangles Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

41 Riemann sums Our intuition for Riemann sums is: the more rectangles we use (equivalently, as we decrease x), the better the sums of the areas of those rectangles will approximate the area under a curve. Just like what Archimedes expected as he increased the number of triangles he used to approximate the area under the parabolic arch. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

42 Riemann sums A general Riemann sum, with N rectangles, gives the following approximation to the area under a curve y = f (x). Area under f (x) N x f (x i ). i=1 It should be stressed that x is simply the base of our rectangles, while f (x i ) is the height of each rectangle. Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

43 Riemann sums Can anyone guess how we are going to define the definite integral? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

44 The definite integral Just like we did with the infinite geometric sum and the area under a parabolic arch, to define the definite integral, we take the limit as N tends to infinity of our finite Riemann sums. definite integral of f (x) from a to b = lim N N x f (x i ) where a = x 0 and b = x N. We have a special notation for the definite integral: b a f (x)dx. i=1 Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

45 Application of the definite integral Now let s investigate how we can apply this thing. Recall the volume of a cone V cone = (1/3)πr 2 h How is this formula obtained? Recall also volume of a cylinder V cyl = πr 2 h Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

46 Estimate volume of a cone For simplicity suppose that the radius of the cone equals its height (r = h). And consider the function y = x. We will rotate this line about the x-axis This should give us a three-dimensional object a cone To get the volume of this cone, we approximate it by volumes of cylinders Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

47 Volume of a cone Exercise: calculate the volume of a cone (with radius = height) by revolving y = x around the x-axis. First break the interval 0 to R into N pieces uniform pieces. What is x? What is x i? For N pieces, you should have N cylinders. What is the volume of each cylinder? What is the the height of each cylinder? The radius? It may help to do a simpler case first, like N = 4 Now write down the Riemann sum the sum of the volumes of all the cylinders. Simplify this sum the identity ( ) on the board will be useful. What is the limit as N goes to infinity? This will be your answer :-) Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

48 Thanks for listening! Questions? Sean Carney (University of Texas at Austin) Integration Made Easy October 25, / 47

Take It To The Limit. Calculus H Mr. Russo Reaction to Take It To The Limit

Take It To The Limit. Calculus H Mr. Russo Reaction to Take It To The Limit Calculus H Mr. Russo Reaction to Take It To The Limit For Tuesday, I am asking you to read the article below, Take It To The Limit by Steven Strogatz, and to write a brief reaction paper to this reading.

More information

WEEK 7 NOTES AND EXERCISES

WEEK 7 NOTES AND EXERCISES WEEK 7 NOTES AND EXERCISES RATES OF CHANGE (STRAIGHT LINES) Rates of change are very important in mathematics. Take for example the speed of a car. It is a measure of how far the car travels over a certain

More information

CHAPTER 11. SEQUENCES AND SERIES 114. a 2 = 2 p 3 a 3 = 3 p 4 a 4 = 4 p 5 a 5 = 5 p 6. n +1. 2n p 2n +1

CHAPTER 11. SEQUENCES AND SERIES 114. a 2 = 2 p 3 a 3 = 3 p 4 a 4 = 4 p 5 a 5 = 5 p 6. n +1. 2n p 2n +1 CHAPTER. SEQUENCES AND SERIES.2 Series Example. Let a n = n p. (a) Find the first 5 terms of the sequence. Find a formula for a n+. (c) Find a formula for a 2n. (a) a = 2 a 2 = 2 p 3 a 3 = 3 p a = p 5

More information

II. Unit Speed Curves

II. Unit Speed Curves The Geometry of Curves, Part I Rob Donnelly From Murray State University s Calculus III, Fall 2001 note: This material supplements Sections 13.3 and 13.4 of the text Calculus with Early Transcendentals,

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

Grade 8 Chapter 7: Rational and Irrational Numbers

Grade 8 Chapter 7: Rational and Irrational Numbers Grade 8 Chapter 7: Rational and Irrational Numbers In this chapter we first review the real line model for numbers, as discussed in Chapter 2 of seventh grade, by recalling how the integers and then the

More information

Sequences and infinite series

Sequences and infinite series Sequences and infinite series D. DeTurck University of Pennsylvania March 29, 208 D. DeTurck Math 04 002 208A: Sequence and series / 54 Sequences The lists of numbers you generate using a numerical method

More information

Ask. Don t Tell. Annotated Examples

Ask. Don t Tell. Annotated Examples Ask. Don t Tell. Annotated Examples Alfonso Gracia-Saz (alfonso@math.toronto.edu) The three principles: 1. Where is the student? 2. Help minimally. 3. Ask. Don t Tell. Ask. Don t Tell. 1 BRETT 1 Brett

More information

Astronomical Distances. Astronomical Distances 1/30

Astronomical Distances. Astronomical Distances 1/30 Astronomical Distances Astronomical Distances 1/30 Last Time We ve been discussing methods to measure lengths and objects such as mountains, trees, and rivers. Today we ll look at some more difficult problems.

More information

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the Area and Tangent Problem Calculus is motivated by two main problems. The first is the area problem. It is a well known result that the area of a rectangle with length l and width w is given by A = wl.

More information

Math 231E, Lecture 13. Area & Riemann Sums

Math 231E, Lecture 13. Area & Riemann Sums Math 23E, Lecture 3. Area & Riemann Sums Motivation for Integrals Question. What is an integral, and why do we care? Answer. A tool to compute a complicated expression made up of smaller pieces. Example.

More information

Calculus (Math 1A) Lecture 5

Calculus (Math 1A) Lecture 5 Calculus (Math 1A) Lecture 5 Vivek Shende September 5, 2017 Hello and welcome to class! Hello and welcome to class! Last time Hello and welcome to class! Last time We discussed composition, inverses, exponentials,

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

The Mean Value Theorem Rolle s Theorem

The Mean Value Theorem Rolle s Theorem The Mean Value Theorem In this section, we will look at two more theorems that tell us about the way that derivatives affect the shapes of graphs: Rolle s Theorem and the Mean Value Theorem. Rolle s Theorem

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

Precalculus idea: A picture is worth 1,000 words

Precalculus idea: A picture is worth 1,000 words Six Pillars of Calculus by Lorenzo Sadun Calculus is generally viewed as a difficult subject, with hundreds of formulas to memorize and many applications to the real world. However, almost all of calculus

More information

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph CHAPTER 6 VECTOR CALCULUS We ve spent a lot of time so far just looking at all the different ways you can graph things and describe things in three dimensions, and it certainly seems like there is a lot

More information

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

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

MT101-03, Area Notes. We briefly mentioned the following triumvirate of integration that we ll be studying this semester:

MT101-03, Area Notes. We briefly mentioned the following triumvirate of integration that we ll be studying this semester: We briefly mentioned the following triumvirate of integration that we ll be studying this semester: AD AUG MT101-03, Area Notes NC where AUG stands for Area Under the Graph of a positive elementary function,

More information

6.1 Area Between Curves. Example 1: Calculate the area of the region between the parabola y = 1 x 2 and the line y = 1 x

6.1 Area Between Curves. Example 1: Calculate the area of the region between the parabola y = 1 x 2 and the line y = 1 x AP Calculus 6.1 Area Between Curves Name: Goal: Calculate the Area between curves Keys to Success: Top Curve Bottom Curve (integrate w/respect to x or dx) Right Curve Left Curve (integrate w/respect to

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

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

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

Answers for Ch. 6 Review: Applications of the Integral

Answers for Ch. 6 Review: Applications of the Integral Answers for Ch. 6 Review: Applications of the Integral. The formula for the average value of a function, which you must have stored in your magical mathematical brain, is b b a f d. a d / / 8 6 6 ( 8 )

More information

Lecture 2. When we studied dimensional analysis in the last lecture, I defined speed. The average speed for a traveling object is quite simply

Lecture 2. When we studied dimensional analysis in the last lecture, I defined speed. The average speed for a traveling object is quite simply Lecture 2 Speed Displacement Average velocity Instantaneous velocity Cutnell+Johnson: chapter 2.1-2.2 Most physics classes start by studying the laws describing how things move around. This study goes

More information

Basic Ideas in Greek Mathematics

Basic Ideas in Greek Mathematics previous index next Basic Ideas in Greek Mathematics Michael Fowler UVa Physics Department Closing in on the Square Root of 2 In our earlier discussion of the irrationality of the square root of 2, we

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

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

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Four Types of Motion We ll Study

Four Types of Motion We ll Study Four Types of Motion We ll Study The branch of mechanics that studies the motion of a body without caring about what caused the motion. Kinematics definitions Kinematics branch of physics; study of motion

More information

Section 1: The Definite Integral

Section 1: The Definite Integral Chapter The Integral Applied Calculus 70 Section : The Definite Integral Distance from Velocity Example Suppose a car travels on a straight road at a constant speed of 40 miles per hour for two hours.

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

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 4 One Dimensional Kinematics

Chapter 4 One Dimensional Kinematics Chapter 4 One Dimensional Kinematics Chapter 4 One Dimensional Kinematics 41 Introduction 4 Position, Time Interval, Displacement 3 41 Position 3 4 Time Interval 3 43 Displacement 3 43 Velocity 4 431 Average

More information

Lecture 10: Powers of Matrices, Difference Equations

Lecture 10: Powers of Matrices, Difference Equations Lecture 10: Powers of Matrices, Difference Equations Difference Equations A difference equation, also sometimes called a recurrence equation is an equation that defines a sequence recursively, i.e. each

More information

AP PHYSICS SUMMER ASSIGNMENT

AP PHYSICS SUMMER ASSIGNMENT AP PHYSICS SUMMER ASSIGNMENT There are two parts of the summer assignment, both parts mirror the course. The first part is problem solving, where there are 14 math problems that you are given to solve

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

Zeno s Paradox #1. The Achilles

Zeno s Paradox #1. The Achilles Zeno s Paradox #1. The Achilles Achilles, who is the fastest runner of antiquity, is racing to catch the tortoise that is slowly crawling away from him. Both are moving along a linear path at constant

More information

MODULE 1. Infinity. Eternity? said Frankie Lee, with a voice as cold as ice.

MODULE 1. Infinity. Eternity? said Frankie Lee, with a voice as cold as ice. MODULE Infinity Eternity? said Frankie Lee, with a voice as cold as ice. That s right, said Judas, eternity, though some call it paradise. Bob Dylan The essence of mathematics lies in its freedom. Georg

More information

Econ A Math Survival Guide

Econ A Math Survival Guide Econ 101 - A Math Survival Guide T.J. Rakitan Teaching Assistant, Summer Session II, 013 1 Introduction The introductory study of economics relies on two major ways of thinking about the world: qualitative

More information

MITOCW MITRES18_006F10_26_0000_300k-mp4

MITOCW MITRES18_006F10_26_0000_300k-mp4 MITOCW MITRES18_006F10_26_0000_300k-mp4 NARRATOR: The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational

More information

AP Calculus AB. Limits & Continuity.

AP Calculus AB. Limits & Continuity. 1 AP Calculus AB Limits & Continuity 2015 10 20 www.njctl.org 2 Table of Contents click on the topic to go to that section Introduction The Tangent Line Problem Definition of a Limit and Graphical Approach

More information

Solutions to the Exercises of Chapter 5

Solutions to the Exercises of Chapter 5 Solutions to the Eercises of Chapter 5 5A. Lines and Their Equations. The slope is 5 5. Since (, is a point on the line, y ( ( is an ( 6 8 8 equation of the line in point-slope form. This simplifies to

More information

MATH 230 CALCULUS II OVERVIEW

MATH 230 CALCULUS II OVERVIEW MATH 230 CALCULUS II OVERVIEW This overview is designed to give you a brief look into some of the major topics covered in Calculus II. This short introduction is just a glimpse, and by no means the whole

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

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

Grade 6 Math Circles October 9 & Visual Vectors

Grade 6 Math Circles October 9 & Visual Vectors Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles October 9 & 10 2018 Visual Vectors Introduction What is a vector? How does it differ

More information

The Basics of Physics with Calculus Part II. AP Physics C

The Basics of Physics with Calculus Part II. AP Physics C The Basics of Physics with Calculus Part II AP Physics C The AREA We have learned that the rate of change of displacement is defined as the VELOCITY of an object. Consider the graph below v v t lim 0 dx

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

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

AP Calculus AB. Introduction. Slide 1 / 233 Slide 2 / 233. Slide 4 / 233. Slide 3 / 233. Slide 6 / 233. Slide 5 / 233. Limits & Continuity

AP Calculus AB. Introduction. Slide 1 / 233 Slide 2 / 233. Slide 4 / 233. Slide 3 / 233. Slide 6 / 233. Slide 5 / 233. Limits & Continuity Slide 1 / 233 Slide 2 / 233 AP Calculus AB Limits & Continuity 2015-10-20 www.njctl.org Slide 3 / 233 Slide 4 / 233 Table of Contents click on the topic to go to that section Introduction The Tangent Line

More information

Section 1.x: The Variety of Asymptotic Experiences

Section 1.x: The Variety of Asymptotic Experiences calculus sin frontera Section.x: The Variety of Asymptotic Experiences We talked in class about the function y = /x when x is large. Whether you do it with a table x-value y = /x 0 0. 00.0 000.00 or with

More information

Velocity vs Time Graphs *

Velocity vs Time Graphs * OpenStax-CNX module: m54094 1 Velocity vs Time Graphs * OpenStax HS Physics This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 1 : By the end of this

More information

Mathematics 5 Worksheet 14 The Horizon

Mathematics 5 Worksheet 14 The Horizon Mathematics 5 Worksheet 14 The Horizon For the problems below, we will assume that the Earth is a sphere whose radius is 4,000 miles. Note that there are 5,280 feet in one mile. Problem 1. If a line intersects

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

AP Calculus AB. Slide 1 / 233. Slide 2 / 233. Slide 3 / 233. Limits & Continuity. Table of Contents

AP Calculus AB. Slide 1 / 233. Slide 2 / 233. Slide 3 / 233. Limits & Continuity. Table of Contents Slide 1 / 233 Slide 2 / 233 AP Calculus AB Limits & Continuity 2015-10-20 www.njctl.org Table of Contents click on the topic to go to that section Slide 3 / 233 Introduction The Tangent Line Problem Definition

More information

3: Gauss s Law July 7, 2008

3: Gauss s Law July 7, 2008 3: Gauss s Law July 7, 2008 3.1 Electric Flux In order to understand electric flux, it is helpful to take field lines very seriously. Think of them almost as real things that stream out from positive charges

More information

Introduction to Geometry

Introduction to Geometry Introduction to Geometry What is Geometry Why do we use Geometry What is Geometry? Geometry is a branch of mathematics that concerns itself with the questions of shape, size, position of figures, and the

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

Water tank. Fortunately there are a couple of objectors. Why is it straight? Shouldn t it be a curve?

Water tank. Fortunately there are a couple of objectors. Why is it straight? Shouldn t it be a curve? Water tank (a) A cylindrical tank contains 800 ml of water. At t=0 (minutes) a hole is punched in the bottom, and water begins to flow out. It takes exactly 100 seconds for the tank to empty. Draw the

More information

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ).

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ). Connectedness 1 Motivation Connectedness is the sort of topological property that students love. Its definition is intuitive and easy to understand, and it is a powerful tool in proofs of well-known results.

More information

An Intuitive Introduction to Motivic Homotopy Theory Vladimir Voevodsky

An Intuitive Introduction to Motivic Homotopy Theory Vladimir Voevodsky What follows is Vladimir Voevodsky s snapshot of his Fields Medal work on motivic homotopy, plus a little philosophy and from my point of view the main fun of doing mathematics Voevodsky (2002). Voevodsky

More information

Sequences and Series

Sequences and Series Sequences and Series What do you think of when you read the title of our next unit? In case your answers are leading us off track, let's review the following IB problems. 1 November 2013 HL 2 3 November

More information

Chapter 1 Functions and Limits

Chapter 1 Functions and Limits Contents Chapter 1 Functions and Limits Motivation to Chapter 1 2 4 Tangent and Velocity Problems 3 4.1 VIDEO - Secant Lines, Average Rate of Change, and Applications......................... 3 4.2 VIDEO

More information

Math 131, Lecture 22

Math 131, Lecture 22 Math 131, Lecture 22 Charles Staats Friday, 18 November 2011 Organizational matters Tutorial scheduling for next quarter Vote: Do you want an assignment due Wednesday, November 23 (the day before Thanksgiving),

More information

Astronomical Distances

Astronomical Distances Astronomical Distances 13 April 2012 Astronomical Distances 13 April 2012 1/27 Last Time We ve been discussing methods to measure lengths and objects such as mountains, trees, and rivers. Astronomical

More information

Advanced Calculus Questions

Advanced Calculus Questions Advanced Calculus Questions What is here? This is a(n evolving) collection of challenging calculus problems. Be warned - some of these questions will go beyond the scope of this course. Particularly difficult

More information

Infinity. Newton, Leibniz & the Calculus

Infinity. Newton, Leibniz & the Calculus Infinity Newton, Leibniz & the Calculus Aristotle: Past time can t be infinite because there can t be an endless chain of causes (movements) preceding the present. Descartes: Space as extension; the res

More information

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

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

See animations and interactive applets of some of these at. Fall_2009/Math123/Notes

See animations and interactive applets of some of these at.   Fall_2009/Math123/Notes MA123, Chapter 7 Word Problems (pp. 125-153) Chapter s Goal: In this chapter we study the two main types of word problems in Calculus. Optimization Problems. i.e., max - min problems Related Rates See

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

RATES OF CHANGE. A violin string vibrates. The rate of vibration can be measured in cycles per second (c/s),;

RATES OF CHANGE. A violin string vibrates. The rate of vibration can be measured in cycles per second (c/s),; DISTANCE, TIME, SPEED AND SUCH RATES OF CHANGE Speed is a rate of change. It is a rate of change of distance with time and can be measured in miles per hour (mph), kilometres per hour (km/h), meters per

More information

Lecture 5. Zeno s Four Paradoxes of Motion

Lecture 5. Zeno s Four Paradoxes of Motion Lecture 5. Zeno s Four Paradoxes of Motion Science of infinity In Lecture 4, we mentioned that a conflict arose from the discovery of irrationals. The Greeks rejection of irrational numbers was essentially

More information

Unit 2 - Linear Motion and Graphical Analysis

Unit 2 - Linear Motion and Graphical Analysis Unit 2 - Linear Motion and Graphical Analysis Motion in one dimension is particularly easy to deal with because all the information about it can be encapsulated in two variables: x, the position of the

More information

Projects in Geometry for High School Students

Projects in Geometry for High School Students Projects in Geometry for High School Students Goal: Our goal in more detail will be expressed on the next page. Our journey will force us to understand plane and three-dimensional geometry. We will take

More information

Vectors. Vector Practice Problems: Odd-numbered problems from

Vectors. Vector Practice Problems: Odd-numbered problems from Vectors Vector Practice Problems: Odd-numbered problems from 3.1-3.21 After today, you should be able to: Understand vector notation Use basic trigonometry in order to find the x and y components of a

More information

Limits and Continuity

Limits and Continuity Chapter 1 Limits and Continuity 1.1 Introduction 1.1.1 What is Calculus? The origins of calculus can be traced back to ancient Greece. The ancient Greeks raised many questions about tangents, motion, area,

More information

To Infinity and Beyond

To Infinity and Beyond University of Waterloo How do we count things? Suppose we have two bags filled with candy. In one bag we have blue candy and in the other bag we have red candy. How can we determine which bag has more

More information

Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman.

Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman. Math 224 Fall 2017 Homework 1 Drew Armstrong Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman. Section 1.1, Exercises 4,5,6,7,9,12. Solutions to Book Problems.

More information

Remember... Average rate of change slope of a secant (between two points)

Remember... Average rate of change slope of a secant (between two points) 3.7 Rates of Change in the Natural and Social Sciences Remember... Average rate of change slope of a secant (between two points) Instantaneous rate of change slope of a tangent derivative We will assume

More information

Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program

Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program When we perform an experiment, there are several reasons why the data we collect will tend to differ from the actual

More information

Euclid Geometry And Non-Euclid Geometry. Have you ever asked yourself why is it that if you walk to a specific place from

Euclid Geometry And Non-Euclid Geometry. Have you ever asked yourself why is it that if you walk to a specific place from Hu1 Haotian Hu Dr. Boman Math 475W 9 November 2016 Euclid Geometry And Non-Euclid Geometry Have you ever asked yourself why is it that if you walk to a specific place from somewhere, you will always find

More information

2.1 How Do We Measure Speed? Student Notes HH6ed. Time (sec) Position (m)

2.1 How Do We Measure Speed? Student Notes HH6ed. Time (sec) Position (m) 2.1 How Do We Measure Speed? Student Notes HH6ed Part I: Using a table of values for a position function The table below represents the position of an object as a function of time. Use the table to answer

More information

1.1 Areas under curves - introduction and examples

1.1 Areas under curves - introduction and examples Chapter 1 Integral Calculus 1.1 Areas under curves - introduction and examples Problem 1.1.1. A car travels in a straight line for one minute, at a constant speed of 10m/s. How far has the car travelled

More information

Chapter 3 Representations of a Linear Relation

Chapter 3 Representations of a Linear Relation Chapter 3 Representations of a Linear Relation The purpose of this chapter is to develop fluency in the ways of representing a linear relation, and in extracting information from these representations.

More information

Introduction to Algebra: The First Week

Introduction to Algebra: The First Week Introduction to Algebra: The First Week Background: According to the thermostat on the wall, the temperature in the classroom right now is 72 degrees Fahrenheit. I want to write to my friend in Europe,

More information

Distance in the Plane

Distance in the Plane Distance in the Plane The absolute value function is defined as { x if x 0; and x = x if x < 0. If the number a is positive or zero, then a = a. If a is negative, then a is the number you d get by erasing

More information

MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart)

MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart) Still under construction. MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart) As seen in A Preview of Calculus, the concept of it underlies the various branches of calculus. Hence we

More information

Chapter 3 Representations of a Linear Relation

Chapter 3 Representations of a Linear Relation Chapter 3 Representations of a Linear Relation The purpose of this chapter is to develop fluency in the ways of representing a linear relation, and in extracting information from these representations.

More information

Notes on Green s Theorem Northwestern, Spring 2013

Notes on Green s Theorem Northwestern, Spring 2013 Notes on Green s Theorem Northwestern, Spring 2013 The purpose of these notes is to outline some interesting uses of Green s Theorem in situations where it doesn t seem like Green s Theorem should be applicable.

More information

9.2 Geometric Series

9.2 Geometric Series 9.2 Geometric Series series: add the terms in a sequence geometric series ratio between any two consecutive terms is constant: n 1 ax i = a + ax + ax 2 +... + ax n 1 sum of the first n terms? 9.2 Geometric

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

PROFESSOR: WELCOME BACK TO THE LAST LECTURE OF THE SEMESTER. PLANNING TO DO TODAY WAS FINISH THE BOOK. FINISH SECTION 6.5

PROFESSOR: WELCOME BACK TO THE LAST LECTURE OF THE SEMESTER. PLANNING TO DO TODAY WAS FINISH THE BOOK. FINISH SECTION 6.5 1 MATH 16A LECTURE. DECEMBER 9, 2008. PROFESSOR: WELCOME BACK TO THE LAST LECTURE OF THE SEMESTER. I HOPE YOU ALL WILL MISS IT AS MUCH AS I DO. SO WHAT I WAS PLANNING TO DO TODAY WAS FINISH THE BOOK. FINISH

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

Flat Geometry. Spherical Geometry

Flat Geometry. Spherical Geometry The Geometry of the Universe What does the constant k in the Friedmann equation really mean? In this lecture we will follow Chapter 4 of Liddle to show that it has close connections with the geometry of

More information

5.5 Deeper Properties of Continuous Functions

5.5 Deeper Properties of Continuous Functions 5.5. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 195 5.5 Deeper Properties of Continuous Functions 5.5.1 Intermediate Value Theorem and Consequences When one studies a function, one is usually interested

More information

Section 14.1 Vector Functions and Space Curves

Section 14.1 Vector Functions and Space Curves Section 14.1 Vector Functions and Space Curves Functions whose range does not consists of numbers A bulk of elementary mathematics involves the study of functions - rules that assign to a given input a

More information