Math 1526 Excel Lab 2 Summer 2012

Size: px
Start display at page:

Download "Math 1526 Excel Lab 2 Summer 2012"

Transcription

1 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 revenue then you will be able to approximate the revenue values. An example of rate of change is velocity. If the distance function in feet is given by s = 160t - 16t^2 then instantaneous velocity for any time t is found by taking the first derivative. Velocity is v = s' = t. Velocity is the change in distance divided by the change in time (v = d/t). If you know the velocity then you can find distance by solving the equation and getting d = vt or distance equals velocity times time. Below is a graph of the velocity t v (t) velocity v = t t Insert vertical lines to represent rectangles under your graph (click on a value on the x axis to insert vertical gridlines) and look at the width of each rectangle. Each width is a unit of time which we will call t and t = 1 second. The length (height) of each rectangle will correspond to the v-value for a particular t-value. For instance if t = 1 then v = (1) = 128 is the length of the first rectangle. If t = 2 then v = 96 is the length of the second rectangle. Remember that we decided that distance could be found by multiplying velocity by time, but geometrically it is the same thing as multiplying the length and width of a rectangle. This would give you the area of the rectangle. Geometrically finding the distance is the same as finding the area of the rectangle whose dimensions are the same values as the time and velocity. If you look back at our graph you notice that the sides of any one rectangle are not the same. Which side do you use? It turns out that we can use both. See the example below: Example 1: Find the change in distance from t =1 sec. to t = 4 sec. using the velocity graph and the function v = t from the previous page. To do this we will find the area of the rectangles from t = 1 to t = 4. Note, we will be using the three rectangles formed on [1,4], so n = 3 and the width will be (4-1)/3 for this example. To find the area of the rectangles, we used Excel to generate the following table. Column 1 - Enter the number of the subinterval beginning with 1 and ending with n. Column 2 - Enter the left-hand endpoint for each subinterval. Column 3 - Enter the right-hand endpoint for each subinterval. Column 4 - Width of subinterval = right hand endpoint - left hand endpoint Column 5 - Enter the function evaluated at the left hand endpoint. 1

2 Column 6 - Enter the function evaluated at the right hand endpoint. Column 7 - Calculate the left-hand area of each rectangle by multiplying left hand height by width of subinterval. Column 8 - Calculate the right-hand area of each rectangle by multiplying right hand height by width of subinterval. Now sum all of the left-hand areas and all of the right hand areas. Notice that since the function is decreasing, all of the left hand areas are bigger than the actual area on the graph and all of the right areas are smaller. We therefore conclude that the actual value is probably somewhere between the two values, so we average the left approximation and the right approximation to find the best possible approximation using this method. (b-a)/n = (4-1)/3 = 1 Now use Edit-fill to generate the t-values for the subintervals: Subinterval Left hand Right hand Width of Left-hand Right-Hand Left-hand Right-hand label t-values t-values Subinterval Height Height Areas Areas The approximations are: Average of left and right areas: = 240 This method for recovering information from the "rate of change" is called Riemann Sums. The smaller the width of the rectangles the more accurate the answer. As the width t -> 0, then area of the rectangles fits close under the graph and the answer is closer to the actual value. It can also be used to recover all types of information from rate of change data. For instance if you have marginal revenue data you can easily approximate the change in total revenue as production is changed. Trapezoidal Rule: There are several other ways to approximate actual values from rate of change data. Above we used rectangles fitted to our data, but it is possible to also fit trapezoids to the data and then add the areas of the trapezoids. This often gives a better fit. In your book is a good discussion of the Trapezoidal Rule but in this lab we will just introduce the formula and how to use it. The formula is: Area =( x)(1/2)[ f(x 0 ) + 2f(x 1 ) + 2f(x 2 ) + 2(x 3 ) f(x n-1 ) + f(x n )] where n is the number of trapezoids used, x is the width and f(x 0 ) is the length of the trapezoid at the beginning value x 0, and f(x 1 ) is the length of the trapezoid at x 1, etc. Example #3: Using the trapezoidal rule and n = 10 and the function v = t (the function from the first graph in this handout) to approximate the distance traveled in the first five seconds (the interval is [0,5]). (1) First find the width of the subintervals: (b-a)/n = (5-0)/10 = 1/2 (2) Next generate the following table: Column 1 - the t values that form the endpoints of the subintervals Column 2 - the function v = t evaluated at the endpoint values from column 1 2

3 Column 3 - the constant multiplier from the trapezoidal formula (1 for f(t 0 ) and f(t n ), 2 for all other f(t) s) Column 4 - the product of the function value from column 2 and the constant from column 3. (3) Calculate the sum of the Product column using the sum command: =sum(highlight cells to sum) (4) Now at the bottom, enter the formula for the trapezoidal formula: =(1/2) * width of subinterval * sum of products t v (t) =160-32t Constant Product Sum of Products = 1600 Trapezoidal Approximation = 400 We, therefore, conclude that approximately 400 feet were traveled in the first five seconds. Simpson s Rule: Simpson s Rule is yet another method to approximate values from rate of change data. In this method you fit parabolas to your data. This gives you the following formula: Area =( x)(1/3)[ f(x 0 ) + 4f(x 1 ) + 2f(x 2 ) + 4(x 3 ) + 2f(x 4 ) f(x n-1 ) + f(x n )] where n is always an even number and is the number of parabolas used, x is the width and f(x 0 ) is the length at the initial value x 0, and f(x 1 ) is the length at x 1, etc. Example #4: Suppose that Marginal Cost for a certain function is given by the following table. q (quantity) MC Use Simpson s Rule to approximate the change in cost if 120 units are sold. (1) First find the width of the subintervals: n = 6, so (b-a)/n = (120-0)/6 = 20 (2) Now, following the procedure used in Example #3, develop table for this problem. (3) Calculate the sum of the product column using sum command: =sum(highlight cells to sum) (4) The formula at the bottom uses the formula for the Simpson s Rule approximation: =(1/3) * width of subinterval * sum of products q MC Constant Product Sum of Products = 4465 Simpson' s Approximation = (Rounded to 2 decimal places for dollars and cents) 3

4 Based on the given table, the change in cost to produce between 0 and 120 pieces of the product is $29, This is actually the change in variable cost since the fixed costs are the same. (Problems To Turn In): Be sure to work problems in correct order, staple papers, and type everything. Problem #1: Suppose you are given the following data for marginal revenue and you wish to recover information about revenue. q MR a) First type in the data and then graph the data. Then put gridlines on your graph: Double click on your graph to edit. Then click on Insert-gridlines. Click on Major x-axis gridlines for vertical gridlines and Major y-axis gridlines for horizontal gridlines. b) For this problem, you are going to use the chart that you just generated to find the total revenue if 15 units of the product are sold. For this part of the problem, let q = 5. Go back to the Marginal Revenue graph. Double-click on one of the gridlines. This will call up a dialog box that will allow you to change the scale on the q-axis. Change the major unit scale to 5, since q = 5. This will cause your graph to display a graph with rectangles that are 5 units wide. Now use the method of Riemann Sums (described previously in Example #1 to approximate total revenue if 15 products are sold. c) Duplicate your Marginal Revenue graph (copy and paste works) and repeat part a) using the same data and graph, but change the scale on the q-axis so that q = 3 for each rectangle. How do the answers from a) and b) compare? d) Repeat the above process in step b) one more time. This time change the scale on the q-axis so that q =1. Compare this result with the first two. Which is the better answer? Problem #2: Using same velocity function that was used in Example #2, v = t, with n = 8: a) Find t for the velocity function from t = 0 to t = 4, then plot the graph of v(t) using t as the scale on the t-axis. Insert gridlines that are t units apart. b) Develop a table similar to the one used in Example #2 to find the change in distance from t = 0 to t = 4 seconds using Riemann sums and n = 8 subintervals. Problem #3: In the table below is data on the amount of aluminum recycled since 1978 in an undisclosed country. Use Excel to generate a table similar to those in Examples 3 and 4 to find the total pounds of aluminum (in billions of pounds) recycled from 1984 to 1994 using the Trapezoidal Rule. 4

5 Problem #4: In the table below is data on the amount of aluminum recycled since 1978 in an undisclosed country. Use Excel to generate a table similar to those in Examples 3 and 4 to find the total pounds of aluminum (in billions of pounds) recycled from 1988 to 2000 using Simpson's Rule. Table for problem 3 and 4 year plastic recycled year plastic recycled 5

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

t dt Estimate the value of the integral with the trapezoidal rule. Use n = 4.

t dt Estimate the value of the integral with the trapezoidal rule. Use n = 4. Trapezoidal Rule We have already found the value of an integral using rectangles in the first lesson of this module. In this section we will again be estimating the value of an integral using geometric

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

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

Math 112 Group Activity: The Vertical Speed of a Shell

Math 112 Group Activity: The Vertical Speed of a Shell Name: Section: Math 112 Group Activity: The Vertical Speed of a Shell A shell is fired straight up by a mortar. The graph below shows its altitude as a function of time. 400 300 altitude (in feet) 200

More information

To find an approximate value of the integral, the idea is to replace, on each subinterval

To find an approximate value of the integral, the idea is to replace, on each subinterval Module 6 : Definition of Integral Lecture 18 : Approximating Integral : Trapezoidal Rule [Section 181] Objectives In this section you will learn the following : Mid point and the Trapezoidal methods for

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

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

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

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

Math Practice Final - solutions

Math Practice Final - solutions Math 151 - Practice Final - solutions 2 1-2 -1 0 1 2 3 Problem 1 Indicate the following from looking at the graph of f(x) above. All answers are small integers, ±, or DNE for does not exist. a) lim x 1

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

MATH 236 ELAC FALL 2017 TEST 3 NAME: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

MATH 236 ELAC FALL 2017 TEST 3 NAME: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. MATH 6 ELAC FALL 7 TEST NAME: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Evaluate the integral using integration by parts. ) 9x ln x dx ) ) x 5 -

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

MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives

MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives 7.5) Rates of Change: Velocity and Marginals MA 181 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives Previously we learned two primary applications of derivatives.

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

Name Class. (a) (b) (c) 4 t4 3 C

Name Class. (a) (b) (c) 4 t4 3 C Chapter 4 Test Bank 77 Test Form A Chapter 4 Name Class Date Section. Evaluate the integral: t dt. t C (a) (b) 4 t4 C t C C t. Evaluate the integral: 5 sec x tan x dx. (a) 5 sec x tan x C (b) 5 sec x C

More information

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) =

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) = Math 90 Final Review Find all points where the function is discontinuous. ) Find all vertical asymptotes of the given function. x(x - ) 2) f(x) = x3 + 4x Provide an appropriate response. 3) If x 3 f(x)

More information

Review. The derivative of y = f(x) has four levels of meaning: Physical: If y is a quantity depending on x, the derivative dy

Review. The derivative of y = f(x) has four levels of meaning: Physical: If y is a quantity depending on x, the derivative dy Math 132 Area and Distance Stewart 4.1/I Review. The derivative of y = f(x) has four levels of meaning: Physical: If y is a quantity depending on x, the derivative dy dx x=a is the rate of change of y

More information

Review Assignment II

Review Assignment II MATH 11012 Intuitive Calculus KSU Name:. Review Assignment II 1. Let C(x) be the cost, in dollars, of manufacturing x widgets. Fill in the table with a mathematical expression and appropriate units corresponding

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

MAC Find the x-value that maximizes the area of the shaded rectangle inscribed in a right triangle below.

MAC Find the x-value that maximizes the area of the shaded rectangle inscribed in a right triangle below. MAC 23. Find the x-value that maximizes the area of the shaded rectangle inscribed in a right triangle below. (x, y) y = 3 x + 4 a. x = 6 b. x = 4 c. x = 2 d. x = 5 e. x = 3 2. Consider the area of the

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

Lab 11: Numerical Integration Techniques. Figure 1. From the Fundamental Theorem of Calculus, we know that if we want to calculate f ( x)

Lab 11: Numerical Integration Techniques. Figure 1. From the Fundamental Theorem of Calculus, we know that if we want to calculate f ( x) Lab 11: Numerical Integration Techniques Introduction The purpose of this laboratory experience is to develop fundamental methods for approximating the area under a curve for the definite integral. With

More information

(i) find the points where f(x) is discontinuous, and classify each point of discontinuity.

(i) find the points where f(x) is discontinuous, and classify each point of discontinuity. Math Final Eam - Practice Problems. A function f is graphed below. f() 5 4 8 7 5 4 4 5 7 8 4 5 (a) Find f(0), f( ), f(), and f(4) Find the domain and range of f (c) Find the intervals where f () is positive

More information

Chapter 4 Integration

Chapter 4 Integration Chapter 4 Integration SECTION 4.1 Antiderivatives and Indefinite Integration Calculus: Chapter 4 Section 4.1 Antiderivative A function F is an antiderivative of f on an interval I if F '( x) f ( x) for

More information

Final Exam Review. MATH Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri. Name:. Show all your work.

Final Exam Review. MATH Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri. Name:. Show all your work. MATH 11012 Intuitive Calculus Fall 2013 Circle lab day: Mon / Fri Dr. Kracht Name:. 1. Consider the function f depicted below. Final Exam Review Show all your work. y 1 1 x (a) Find each of the following

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

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e MA23 Elem. Calculus Fall 207 Eam 3 2076 Name: Sec.: Do not remove this answer page you will turn in the entire eam. No books or notes may be used. You may use an ACT-approved calculator during the eam,

More information

Math 121 Test 3 - Review 1. Use differentials to approximate the following. Compare your answer to that of a calculator

Math 121 Test 3 - Review 1. Use differentials to approximate the following. Compare your answer to that of a calculator Math Test - Review Use differentials to approximate the following. Compare your answer to that of a calculator.. 99.. 8. 6. Consider the graph of the equation f(x) = x x a. Find f (x) and f (x). b. Find

More information

To Create a Simple Formula using the Point and Click Method:

To Create a Simple Formula using the Point and Click Method: To Create a Simple Formula that Adds Two Numbers: Click the cell where the formula will be defined (C5, for example). Type the equal sign (=) to let Excel know a formula is being defined. Type the first

More information

Goal: Approximate the area under a curve using the Rectangular Approximation Method (RAM) RECTANGULAR APPROXIMATION METHODS

Goal: Approximate the area under a curve using the Rectangular Approximation Method (RAM) RECTANGULAR APPROXIMATION METHODS AP Calculus 5. Areas and Distances Goal: Approximate the area under a curve using the Rectangular Approximation Method (RAM) Exercise : Calculate the area between the x-axis and the graph of y = 3 2x.

More information

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates 9.1 Multivariable Functions and Contour Graphs Although Excel can easily draw 3-dimensional surfaces, they are often difficult to mathematically

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

Math 2413 General Review for Calculus Last Updated 02/23/2016

Math 2413 General Review for Calculus Last Updated 02/23/2016 Math 243 General Review for Calculus Last Updated 02/23/206 Find the average velocity of the function over the given interval.. y = 6x 3-5x 2-8, [-8, ] Find the slope of the curve for the given value of

More information

Section 7.1 Rational Functions and Simplifying Rational Expressions

Section 7.1 Rational Functions and Simplifying Rational Expressions Beginning & Intermediate Algebra, 6 th ed., Elayn Martin-Gay Sec. 7.1 Section 7.1 Rational Functions and Simplifying Rational Expressions Complete the outline as you view Video Lecture 7.1. Pause the video

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

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y.

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y. AP Calculus Summer Packer Key a) Remember, the negative in the front and the negative in the eponent have nothing to do w/ each other. Answer: b) Answer: c) Answer: ( ) 4 5 = 5 or 0 /. 9 8 d) The 6,, and

More information

1. (20 points) Finding critical points, maximums, minimums.

1. (20 points) Finding critical points, maximums, minimums. Math 030 (Section 02) Test #3 June 2 st, 200 Name: ANSWER KEY Be sure to show your work!. (20 points) Finding critical points, maximums, minimums. (a) Let f(x) = 2x 3 + 5x 2 4x 3. Find min/max on [, 2]

More information

dollars for a week of sales t weeks after January 1. What is the total revenue (to the nearest hundred dollars) earned from t = 10 to t = 16?

dollars for a week of sales t weeks after January 1. What is the total revenue (to the nearest hundred dollars) earned from t = 10 to t = 16? MATH 7 RIOHONDO SPRING 7 TEST (TAKE HOME) DUE 5//7 NAME: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. ) A department store has revenue from the sale

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

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

Spring 2003, MTH Practice for Exam 3 4.2, 4.3, 4.4, 4.7, 4.8, 5.1, 5.2, 5.3, 5.4, 5.5, 6.1

Spring 2003, MTH Practice for Exam 3 4.2, 4.3, 4.4, 4.7, 4.8, 5.1, 5.2, 5.3, 5.4, 5.5, 6.1 Spring 23, MTH 3 - Practice for Exam 3 4.2, 4.3, 4.4, 4.7, 4.8, 5., 5.2, 5.3, 5.4, 5.5, 6.. An object travels with a velocity function given by the following table. Assume the velocity is increasing. t(hr)..5..5

More information

Whoever despises the high wisdom of mathematics nourishes himself on delusion. Leonardo da Vinci

Whoever despises the high wisdom of mathematics nourishes himself on delusion. Leonardo da Vinci Whoever despises the high wisdom of mathematics nourishes himself on delusion. Leonardo da Vinci School of the Art Institute of Chicago Calculus Frank Timmes ftimmes@artic.edu flash.uchicago.edu/~fxt/class_pages/class_calc.shtml

More information

Questions from Larson Chapter 4 Topics. 5. Evaluate

Questions from Larson Chapter 4 Topics. 5. Evaluate Math. Questions from Larson Chapter 4 Topics I. Antiderivatives. Evaluate the following integrals. (a) x dx (4x 7) dx (x )(x + x ) dx x. A projectile is launched vertically with an initial velocity of

More information

Purdue University Study Guide for MA Credit Exam

Purdue University Study Guide for MA Credit Exam Purdue University Study Guide for MA 16010 Credit Exam Students who pass the credit exam will gain credit in MA16010. The credit exam is a two-hour long exam with multiple choice questions. No books or

More information

5.3 Interpretations of the Definite Integral Student Notes

5.3 Interpretations of the Definite Integral Student Notes 5. Interpretations of the Definite Integral Student Notes The Total Change Theorem: The integral of a rate of change is the total change: a b F This theorem is used in many applications. xdx Fb Fa Example

More information

4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. a b c d e. 7. a b c d e 17. a b c d e. 9. a b c d e 19.

4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. a b c d e. 7. a b c d e 17. a b c d e. 9. a b c d e 19. MA1 Elem. Calculus Spring 017 Final Exam 017-0-0 Name: Sec.: Do not remove this answer page you will turn in the entire exam. No books or notes may be used. You may use an ACT-approved calculator during

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

Introducing Instantaneous Rate of Change

Introducing Instantaneous Rate of Change Introducing Instantaneous Rate of Change The diagram shows a door with an automatic closer. At time t = 0 seconds someone pushes the door. It swings open, slows down, stops, starts closing, then closes

More information

Assignment 13 Assigned Mon Oct 4

Assignment 13 Assigned Mon Oct 4 Assignment 3 Assigned Mon Oct 4 We refer to the integral table in the back of the book. Section 7.5, Problem 3. I don t see this one in the table in the back of the book! But it s a very easy substitution

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

Contents. 9. Fractional and Quadratic Equations 2 Example Example Example

Contents. 9. Fractional and Quadratic Equations 2 Example Example Example Contents 9. Fractional and Quadratic Equations 2 Example 9.52................................ 2 Example 9.54................................ 3 Example 9.55................................ 4 1 Peterson,

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 2/03/20 Bormashenko MATH 408N PRACTICE FINAL Show your work for all the problems. Good luck! () Let f(x) = ex e x. (a) [5 pts] State the domain and range of f(x). Name: TA session: Since e x is defined

More information

Wheels Radius / Distance Traveled

Wheels Radius / Distance Traveled Mechanics Teacher Note to the teacher On these pages, students will learn about the relationships between wheel radius, diameter, circumference, revolutions and distance. Students will use formulas relating

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

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

Math 261 Final Exam - Practice Problem Solutions. 1. A function f is graphed below.

Math 261 Final Exam - Practice Problem Solutions. 1. A function f is graphed below. Math Final Eam - Practice Problem Solutions. A function f is graphed below. f() 8 7 7 8 (a) Find f(), f( ), f(), and f() f() = ;f( ).;f() is undefined; f() = (b) Find the domain and range of f Domain:

More information

1. Find the area bounded by the curve and the x axis between 5 and Find the area bounded by and the x axis between 3 and 3.

1. Find the area bounded by the curve and the x axis between 5 and Find the area bounded by and the x axis between 3 and 3. AP Calculus November 15, 2017 1. Find the area bounded by the curve and the x axis between 5 and 0. 2. Find the area bounded by and the x axis between 3 and 3. 3. Find the area bounded by the curve graphed

More information

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

More information

Math 118, Summer 1999 Calculus for Students of Business and Economics Midterm

Math 118, Summer 1999 Calculus for Students of Business and Economics Midterm Math 118, Summer 1999 Calculus for Students of Business and Economics Midterm Instructions: Try all the problems. Show all your work. Answers given with no indication of how they were obtained may receive

More information

Problem Set Four Integration AP Calculus AB

Problem Set Four Integration AP Calculus AB Multiple Choice: No Calculator unless otherwise indicated. ) sec 2 x 2dx tan x + C tan x 2x +C tan x x + C d) 2tanxsec 2 x x + C x 2 2) If F(x)= t + dt, what is F (x) x 2 + 2 x 2 + 2x x 2 + d) 2(x2 +)

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

16x y 8x. 16x 81. U n i t 3 P t 1 H o n o r s P a g e 1. Math 3 Unit 3 Day 1 - Factoring Review. I. Greatest Common Factor GCF.

16x y 8x. 16x 81. U n i t 3 P t 1 H o n o r s P a g e 1. Math 3 Unit 3 Day 1 - Factoring Review. I. Greatest Common Factor GCF. P a g e 1 Math 3 Unit 3 Day 1 - Factoring Review I. Greatest Common Factor GCF Eamples: A. 3 6 B. 4 8 4 C. 16 y 8 II. Difference of Two Squares Draw ( - ) ( + ) Square Root 1 st and Last Term Eamples:

More information

AP Calculus Summer 2017

AP Calculus Summer 2017 AP Calculus Summer 017 Welcome to AP Calculus. I hope this course proves to be a challenging, yet rewarding endeavor for you. Calculus will be unlike any other math class you may have taken, filled with

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

Math 231 Final Exam Review

Math 231 Final Exam Review Math Final Eam Review Find the equation of the line tangent to the curve 4y y at the point (, ) Find the slope of the normal line to y ) ( e at the point (,) dy Find d if cos( y) y 4 y 4 Find the eact

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

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Math 1325 Test 3 Review Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Find the location and value of each relative etremum for the function. 1)

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

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3).

MATH150-E01 Test #2 Summer 2016 Show all work. Name 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 1. Find an equation in slope-intercept form for the line through (4, 2) and (1, 3). 2. Let the supply and demand functions for sugar be given by p = S(q) = 1.4q 0.6 and p = D(q) = 2q + 3.2 where p is 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

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

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

Ch. 7.6 Squares, Squaring & Parabolas

Ch. 7.6 Squares, Squaring & Parabolas Ch. 7.6 Squares, Squaring & Parabolas Learning Intentions: Learn about the squaring & square root function. Graph parabolas. Compare the squaring function with other functions. Relate the squaring function

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

Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7)

Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7) Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7) Note: This review is intended to highlight the topics covered on the Final Exam (with emphasis on

More information

Intermediate Algebra Summary - Part II

Intermediate Algebra Summary - Part II Intermediate Algebra Summary - Part II This is an overview of the key ideas we have discussed during the middle part of this course. You may find this summary useful as a study aid, but remember that the

More information

Math 2 1. Lesson 4-5: Completing the Square. When a=1 in a perfect square trinomial, then. On your own: a. x 2 18x + = b.

Math 2 1. Lesson 4-5: Completing the Square. When a=1 in a perfect square trinomial, then. On your own: a. x 2 18x + = b. Math 1 Lesson 4-5: Completing the Square Targets: I can identify and complete perfect square trinomials. I can solve quadratic equations by Completing the Square. When a=1 in a perfect square trinomial,

More information

Algebra II Unit #2 4.6 NOTES: Solving Quadratic Equations (More Methods) Block:

Algebra II Unit #2 4.6 NOTES: Solving Quadratic Equations (More Methods) Block: Algebra II Unit # Name: 4.6 NOTES: Solving Quadratic Equations (More Methods) Block: (A) Background Skills - Simplifying Radicals To simplify a radical that is not a perfect square: 50 8 300 7 7 98 (B)

More information

Pre Calculus. Intro to Integrals.

Pre Calculus. Intro to Integrals. 1 Pre Calculus Intro to Integrals 2015 03 24 www.njctl.org 2 Riemann Sums Trapezoid Rule Table of Contents click on the topic to go to that section Accumulation Function Antiderivatives & Definite Integrals

More information

( ) 0. Section 3.3 Graphs of Polynomial Functions. Chapter 3

( ) 0. Section 3.3 Graphs of Polynomial Functions. Chapter 3 76 Chapter 3 Section 3.3 Graphs of Polynomial Functions In the previous section we explored the short run behavior of quadratics, a special case of polynomials. In this section we will explore the short

More information

QUIZ ON CHAPTER 4 APPLICATIONS OF DERIVATIVES; MATH 150 FALL 2016 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS

QUIZ ON CHAPTER 4 APPLICATIONS OF DERIVATIVES; MATH 150 FALL 2016 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS Math 150 Name: QUIZ ON CHAPTER 4 APPLICATIONS OF DERIVATIVES; MATH 150 FALL 2016 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100% Show all work, simplify as appropriate, and use good form and procedure

More information

This exam is closed book. You may use one sheet of handwritten notes (both sides OK). Do not share notes. No photocopied materials are allowed.

This exam is closed book. You may use one sheet of handwritten notes (both sides OK). Do not share notes. No photocopied materials are allowed. Math 125 Final Examination Winter 2013 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam is closed book. You may use one 8.5 11 sheet of handwritten notes (both sides

More information

Gravity: How fast do objects fall? Student Advanced Version

Gravity: How fast do objects fall? Student Advanced Version Gravity: How fast do objects fall? Student Advanced Version Kinematics is the study of how things move their position, velocity, and acceleration. Acceleration is always due to some force acting on an

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

Math 131 Exam II "Sample Questions"

Math 131 Exam II Sample Questions Math 11 Exam II "Sample Questions" This is a compilation of exam II questions from old exams (written by various instructors) They cover chapters and The solutions can be found at the end of the document

More information

My Math Plan Assessment #2 Study Guide

My Math Plan Assessment #2 Study Guide My Math Plan Assessment #2 Study Guide 1. Find the x-intercept and the y-intercept of the linear equation. 8x y = 4 2. Use factoring to solve the quadratic equation. x 2 + 9x + 1 = 17. Multiply and simplify

More information

1. Determine the limit (if it exists). + lim A) B) C) D) E) Determine the limit (if it exists).

1. Determine the limit (if it exists). + lim A) B) C) D) E) Determine the limit (if it exists). Please do not write on. Calc AB Semester 1 Exam Review 1. Determine the limit (if it exists). 1 1 + lim x 3 6 x 3 x + 3 A).1 B).8 C).157778 D).7778 E).137778. Determine the limit (if it exists). 1 1cos

More information

Teacher: The explorations correspond to the first 4 sections of the book. You can use the textbook to help you with those explorations.

Teacher: The explorations correspond to the first 4 sections of the book. You can use the textbook to help you with those explorations. 201-16 Teacher: I am very ecited to be teaching your BC Calc class net year! Calculus is an incredible subject that will help you see the world in a whole different way. BC Calc is a very rigorous course

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

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

1. 4(x - 5) - 3(2x - 5) = 6-5(2x + 1) 2. 3(2x - 3) + 4(3-2x) = 5(3x - 2) - 2(x + 1) x + 6 x x + 6x

1. 4(x - 5) - 3(2x - 5) = 6-5(2x + 1) 2. 3(2x - 3) + 4(3-2x) = 5(3x - 2) - 2(x + 1) x + 6 x x + 6x Math 15 - Payne Blitzer Final Exam Review Solve for x: 1. 4(x - 5) - 3(x - 5) = 6-5(x + 1). 3(x - 3) + 4(3 - x) = 5(3x - ) - (x + 1) 3. x + 1 = 9 4. 3x - = 10 5. (x - 4)(x + 4) = 4x 6. (x - )(x + 3) =

More information

DO NOT OPEN THIS BOOKLET UNTIL YOU ARE TOLD TO DO SO.

DO NOT OPEN THIS BOOKLET UNTIL YOU ARE TOLD TO DO SO. AP Calculus AB Exam SECTION I: Multiple Choice 016 DO NOT OPEN THIS BOOKLET UNTIL YOU ARE TOLD TO DO SO. At a Glance Total Time 1 hour, 45 minutes Number of Questions 45 Percent of Total Score 50% Writing

More information

AP Calculus. Area Accumulation and Approximation

AP Calculus. Area Accumulation and Approximation AP Calculus Area Accumulation and Approximation Student Handout 26 27 EDITION Use the following link or scan the QR code to complete the evaluation for the Study Session https://www.surveymonkey.com/r/s_sss

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

Lesson 4 Linear Functions and Applications

Lesson 4 Linear Functions and Applications In this lesson, we take a close look at Linear Functions and how real world situations can be modeled using Linear Functions. We study the relationship between Average Rate of Change and Slope and how

More information

How can you find decimal approximations of square roots that are not rational? ACTIVITY: Approximating Square Roots

How can you find decimal approximations of square roots that are not rational? ACTIVITY: Approximating Square Roots . Approximating Square Roots How can you find decimal approximations of square roots that are not rational? ACTIVITY: Approximating Square Roots Work with a partner. Archimedes was a Greek mathematician,

More information

Multiplying Polynomials. The rectangle shown at the right has a width of (x + 2) and a height of (2x + 1).

Multiplying Polynomials. The rectangle shown at the right has a width of (x + 2) and a height of (2x + 1). Page 1 of 6 10.2 Multiplying Polynomials What you should learn GOAL 1 Multiply two polynomials. GOAL 2 Use polynomial multiplication in real-life situations, such as calculating the area of a window in

More information

Problem Worth Score Total 14

Problem Worth Score Total 14 MATH 241, Fall 14 Extra Credit Preparation for Final Name: INSTRUCTIONS: Write legibly. Indicate your answer clearly. Revise and clean up solutions. Do not cross anything out. Rewrite the page, I will

More information