Antiderivatives and Indefinite Integrals

Size: px
Start display at page:

Download "Antiderivatives and Indefinite Integrals"

Transcription

1 Antiderivatives and Indefinite Integrals MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018

2 Objectives After completing this lesson we will be able to use the definition of the antiderivative, and use the rules of integration to find integrals.

3 Motivation Many times a mathematical description of a situation specifies the rates of change of quantities. Example An object initially at altitude y 0 and traveling at velocity v 0 is allowed to move under the influence of gravitational acceleration g. Find the position of the object at any time t.

4 Motivation Many times a mathematical description of a situation specifies the rates of change of quantities. Example An object initially at altitude y 0 and traveling at velocity v 0 is allowed to move under the influence of gravitational acceleration g. Find the position of the object at any time t. y (t) = g

5 Motivation Many times a mathematical description of a situation specifies the rates of change of quantities. Example An object initially at altitude y 0 and traveling at velocity v 0 is allowed to move under the influence of gravitational acceleration g. Find the position of the object at any time t. y (t) = g y (t) = gt + v 0

6 Motivation Many times a mathematical description of a situation specifies the rates of change of quantities. Example An object initially at altitude y 0 and traveling at velocity v 0 is allowed to move under the influence of gravitational acceleration g. Find the position of the object at any time t. y (t) = g y (t) = gt + v 0 y(t) = 1 2 gt2 + v 0 t + y 0

7 Analysis y (t) = g y (t) = gt + v 0 y(t) = 1 2 gt2 + v 0 t + y 0 Note: y(0) = y 0.

8 Analysis y (t) = g y (t) = gt + v 0 y(t) = 1 2 gt2 + v 0 t + y 0 Note: y(0) = y 0. y (t) = d [ 1 ] dt 2 gt2 + v 0 t + y 0 = gt + v0 and y (0) = v 0.

9 Analysis y (t) = g y (t) = gt + v 0 y(t) = 1 2 gt2 + v 0 t + y 0 Note: y(0) = y 0. y (t) = d [ 1 ] dt 2 gt2 + v 0 t + y 0 = gt + v0 and y (0) = v 0. y (t) = d dt [gt + v 0] = g.

10 Antiderivatives Definition A function F(x) is an antiderivative of f (x) if for every x in the domain of f we have F (x) = f (x).

11 Antiderivatives Definition A function F(x) is an antiderivative of f (x) if for every x in the domain of f we have F (x) = f (x). Antidifferentiation can be thought of as the reverse process of differentiation. Antidifferentiation is the second major theme of calculus. Antidifferentiation can be thought of as a process of accumulation or summing.

12 Example Find three different antiderivatives of f (x) = 4x 3.

13 Example Find three different antiderivatives of f (x) = 4x 3. F(x) = x 4 G(x) = x H(x) = x Remark: other answers are possible.

14 Constants of Integration Theorem Suppose that F and G are both antiderivatives of f on interval I. Then F (x) = G(x) + C for some constant C. C is called a constant of integration.

15 Indefinite Integrals Definition Let F be any antiderivative of f. The indefinite integral of f (x) with respect to x is defined by f (x) dx = F(x) + C where C is called the constant of integration. The function f (x) is called the integrand and dx is the differential.

16 Anatomy of an Indefinite Integral f (x) dx = F(x) + C integral sign f (x) integrand dx differential F(x) antiderivative C constant of integration f (x) dx indefinite integral

17 Formulas for Integration k dx = kx + C x r 1 dx = r + 1 x r+1 + C 1 (if r 1) (Power Rule) dx = ln x + C x e x dx = e x + C k f (x) dx = k f (x) dx (Constant Multiple Rule) [f (x) ± g(x)] dx = f (x) dx ± g(x) dx (Sum/Difference Ru

18 Examples Find the indefinite integrals of the following functions. f (x) = 3 g(x) = 2x h(x) = 9x 2 k(x) = 1 + x 2

19 Examples Find the indefinite integrals of the following functions. f (x) = 3 F(x) = 3x + C g(x) = 2x h(x) = 9x 2 k(x) = 1 + x 2

20 Examples Find the indefinite integrals of the following functions. f (x) = 3 F(x) = 3x + C g(x) = 2x G(x) = x 2 + C h(x) = 9x 2 k(x) = 1 + x 2

21 Examples Find the indefinite integrals of the following functions. f (x) = 3 F(x) = 3x + C g(x) = 2x G(x) = x 2 + C h(x) = 9x 2 H(x) = 3x 3 + C k(x) = 1 + x 2

22 Examples Find the indefinite integrals of the following functions. f (x) = 3 F(x) = 3x + C g(x) = 2x G(x) = x 2 + C h(x) = 9x 2 H(x) = 3x 3 + C k(x) = 1 + x 2 K (x) = x x 3 + C

23 Relationship Between Differentiation and Antidifferentiation Differentiation and antidifferentiation are inverse operations of each other.

24 Relationship Between Differentiation and Antidifferentiation Differentiation and antidifferentiation are inverse operations of each other. d f (x) dx = f (x) dx

25 Relationship Between Differentiation and Antidifferentiation Differentiation and antidifferentiation are inverse operations of each other. d f (x) dx = f (x) dx f (x) dx = f (x) + C

26 Particular Solutions (1 of 2) An equation such as y = (2x + 1) dx = x 2 + x + C has many solutions which differ from one another by a constant x

27 Particular Solutions (2 of 2) We will call F(x) = x 2 + x + C the general solution to the differential equation dy dx = 2x + 1.

28 Particular Solutions (2 of 2) We will call F(x) = x 2 + x + C the general solution to the differential equation dy dx = 2x + 1. If we are given the coordinates of a point the solution must pass through, then we can find a particular solution. Suppose F(1) = 7 (so that the graph of the solution must pass through point (1, 7)), then 7 = F(1) = C = C = 5 and the particular solution is F(x) = x 2 + x + 5.

29 Example Consider the differential equation dy dx = 3 2 x 2 x 1 1. Find the general solution F(x). 2. Find the particular solution that satisfies F(1) = 3.

30 Example Consider the differential equation dy dx = 3 2 x 2 x 1 1. Find the general solution F(x). F(x) = [ ] 3 2 x 2 x 1 dx = 1 2 x x 2 x + C 2. Find the particular solution that satisfies F(1) = 3.

31 Example Consider the differential equation dy dx = 3 2 x 2 x 1 1. Find the general solution F(x). F(x) = [ ] 3 2 x 2 x 1 dx = 1 2 x x 2 x + C 2. Find the particular solution that satisfies F(1) = 3. F(1) = 1 2 (1)3 1 2 (1)2 1 + C 3 = 1 + C C = 4 F(x) = 1 2 x x 2 x + 4

32 Position, Velocity, and Acceleration Suppose a ball is thrown straight up from shoulder height of 6 feet at speed of 80 feet per second. Gravitational acceleration on the ball is 32 ft/s Find the position of the ball as a function of time. 2. Find the time the ball hits the ground

33 Solution Position: s (t) = 32 s (t) = 32t + C s (0) = 32(0) + C = 80 s (t) = 32t + 80 (velocity) s(t) = 16t t + C s(0) = 16(0) (0) + C = 6 s(t) = 16t t + 6 (position) Impact: s(t) = 0 16t t + 6 = 0 t 5.07

34 Finding a Cost Function Suppose the marginal cost of producing x units is C (x) = 1 40 x + 12 and the fixed cost (cost to produce zero units) is $5,000. Find the cost function.

35 Finding a Cost Function Suppose the marginal cost of producing x units is C (x) = 1 40 x + 12 and the fixed cost (cost to produce zero units) is $5,000. Find the cost function. C(x) = [ ] 1 40 x + 12 dx C(x) = 1 80 x x + C C(0) = 1 80 (0)2 + 12(0) + C = 5000 C(x) = 1 80 x x

Math 142 (Summer 2018) Business Calculus 6.1 Notes

Math 142 (Summer 2018) Business Calculus 6.1 Notes Math 142 (Summer 2018) Business Calculus 6.1 Notes Antiderivatives Why? So far in the course we have studied derivatives. Differentiation is the process of going from a function f to its derivative f.

More information

Please read for extra test points: Thanks for reviewing the notes you are indeed a true scholar!

Please read for extra test points: Thanks for reviewing the notes you are indeed a true scholar! Please read for extra test points: Thanks for reviewing the notes you are indeed a true scholar! See me any time B4 school tomorrow and mention to me that you have reviewed your integration notes and you

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.9 Antiderivatives In this section, we will learn about: Antiderivatives and how they are useful in solving certain scientific problems.

More information

1 Antiderivatives graphically and numerically

1 Antiderivatives graphically and numerically Math B - Calculus by Hughes-Hallett, et al. Chapter 6 - Constructing antiderivatives Prepared by Jason Gaddis Antiderivatives graphically and numerically Definition.. The antiderivative of a function f

More information

Integration by Substitution

Integration by Substitution Integration by Substitution MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018 Objectives After this lesson we will be able to use the method of integration by substitution

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

Integration. Antiderivatives and Indefinite Integration 3/9/2015. Copyright Cengage Learning. All rights reserved.

Integration. Antiderivatives and Indefinite Integration 3/9/2015. Copyright Cengage Learning. All rights reserved. Integration Copyright Cengage Learning. All rights reserved. Antiderivatives and Indefinite Integration Copyright Cengage Learning. All rights reserved. 1 Objectives Write the general solution of a differential

More information

Chapter 13: Integral Calculus. SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M.

Chapter 13: Integral Calculus. SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M. Chapter 13: Integral Calculus SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M. Mendoza Chapter 13: Integral Calculus Lecture 13.1: The Integrals Lecture

More information

4 Integration. Copyright Cengage Learning. All rights reserved.

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

More information

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

Antiderivatives. DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES:

Antiderivatives. DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES: Antiderivatives 00 Kiryl Tsishchanka DEFINITION: A function F is called an antiderivative of f on an (open) interval I if F (x) = f(x) for all x in I EXAMPLES:. If f(x) = x, then F(x) = 3 x3, since ( )

More information

The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus The Fundamental Theorem of Calculus Objectives Evaluate a definite integral using the Fundamental Theorem of Calculus. Understand and use the Mean Value Theorem for Integrals. Find the average value of

More information

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems

2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems 2.12: Derivatives of Exp/Log (cont d) and 2.15: Antiderivatives and Initial Value Problems Mathematics 3 Lecture 14 Dartmouth College February 03, 2010 Derivatives of the Exponential and Logarithmic Functions

More information

Math RE - Calculus II Antiderivatives and the Indefinite Integral Page 1 of 5

Math RE - Calculus II Antiderivatives and the Indefinite Integral Page 1 of 5 Math 201-203-RE - Calculus II Antiderivatives and the Indefinite Integral Page 1 of 5 What is the Antiderivative? In a derivative problem, a function f(x) is given and you find the derivative f (x) using

More information

Section 1.3 Integration

Section 1.3 Integration Section 1.3 Integration Key terms: Integral Constant of integration Fundamental theorem of calculus First order DE One parameter family of solutions General solution Initial value problem Particular solution

More information

Fall 2016 Math 2B Suggested Homework Problems Solutions

Fall 2016 Math 2B Suggested Homework Problems Solutions Fall 016 Math B Suggested Homework Problems Solutions Antiderivatives Exercise : For all x ], + [, the most general antiderivative of f is given by : ( x ( x F(x = + x + C = 1 x x + x + C. Exercise 4 :

More information

1. The accumulated net change function or area-so-far function

1. The accumulated net change function or area-so-far function Name: Section: Names of collaborators: Main Points: 1. The accumulated net change function ( area-so-far function) 2. Connection to antiderivative functions: the Fundamental Theorem of Calculus 3. Evaluating

More information

Math 106 Answers to Exam 3a Fall 2015

Math 106 Answers to Exam 3a Fall 2015 Math 6 Answers to Exam 3a Fall 5.. Consider the curve given parametrically by x(t) = cos(t), y(t) = (t 3 ) 3, for t from π to π. (a) (6 points) Find all the points (x, y) where the graph has either a vertical

More information

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds?

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds? Mathematics 115 Professor Alan H. Stein April 18, 005 SOLUTIONS 1. Define what is meant by an antiderivative or indefinite integral of a function f(x). Solution: An antiderivative or indefinite integral

More information

Study 4.10 #465, 471, , 487, , , 515, 517, 521, 523

Study 4.10 #465, 471, , 487, , , 515, 517, 521, 523 Goals: 1. Understand that antiderivatives are the functions from which the present derivative was found. 2. The process of finding an antiderivative or indefinite integral requires the reverse process

More information

MATH 1271 Monday, 21 November 2018

MATH 1271 Monday, 21 November 2018 MATH 1271 Monday, 21 November 218 Today: Section 5.4 - Indefinite Integrals and the Theorem Homework: 5-17 odd, 21-45 odd, 51-63 odd, 67, 71 1/13 Def Total displacement is the integral of the velocity

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 00, Exam November 0, 0. The Honor Code is in e ect for this examination. All work is to be your own. No calculators. The exam lasts for hour and min. Be sure that your name is on every page in case

More information

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I.

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I. Antiderivatives Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if F x f x for all x I. Theorem If F is an antiderivative of f on I, then every function of

More information

Chapter 2 Differentiation. 2.1 Tangent Lines and Their Slopes. Calculus: A Complete Course, 8e Chapter 2: Differentiation

Chapter 2 Differentiation. 2.1 Tangent Lines and Their Slopes. Calculus: A Complete Course, 8e Chapter 2: Differentiation Chapter 2 Differentiation 2.1 Tangent Lines and Their Slopes 1) Find the slope of the tangent line to the curve y = 4x x 2 at the point (-1, 0). A) -1 2 C) 6 D) 2 1 E) -2 2) Find the equation of the tangent

More information

Math 1120 Calculus Final Exam

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

More information

AP Calculus AB Unit 6 Packet Antiderivatives. Antiderivatives

AP Calculus AB Unit 6 Packet Antiderivatives. Antiderivatives Antiderivatives Name In mathematics, we use the inverse operation to undo a process. Let s imagine undoing following everyday processes. Process Locking your car Going to sleep Taking out your calculator

More information

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then 3.4 The Chain Rule To find the derivative of a function that is the composition of two functions for which we already know the derivatives, we can use the Chain Rule. The Chain Rule: Suppose F (x) = f(g(x)).

More information

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 584 Mark Sparks 2012

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 584 Mark Sparks 2012 The Second Fundamental Theorem of Calculus Functions Defined by Integrals Given the functions, f(t), below, use F( ) f ( t) dt to find F() and F () in terms of.. f(t) = 4t t. f(t) = cos t Given the functions,

More information

Name: Instructor: Exam 3 Solutions. Multiple Choice. 3x + 2 x ) 3x 3 + 2x 2 + 5x + 2 3x 3 3x 2x 2 + 2x + 2 2x 2 2 2x.

Name: Instructor: Exam 3 Solutions. Multiple Choice. 3x + 2 x ) 3x 3 + 2x 2 + 5x + 2 3x 3 3x 2x 2 + 2x + 2 2x 2 2 2x. . Exam 3 Solutions Multiple Choice.(6 pts.) Find the equation of the slant asymptote to the function We have so the slant asymptote is y = 3x +. f(x) = 3x3 + x + 5x + x + 3x + x + ) 3x 3 + x + 5x + 3x

More information

UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test

UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test UNIVERSITY OF HOUSTON HIGH SCHOOL MATHEMATICS CONTEST Spring 2018 Calculus Test NAME: SCHOOL: 1. Let f be some function for which you know only that if 0 < x < 1, then f(x) 5 < 0.1. Which of the following

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

Chapter 3 The Integral Business Calculus 197

Chapter 3 The Integral Business Calculus 197 Chapter The Integral Business Calculus 97 Chapter Exercises. Let A(x) represent the area bounded by the graph and the horizontal axis and vertical lines at t=0 and t=x for the graph in Fig.. Evaluate A(x)

More information

Science One Math. January

Science One Math. January Science One Math January 10 2018 (last time) The Fundamental Theorem of Calculus (FTC) Let f be continuous on an interval I containing a. 1. Define F(x) = f t dt with F (x) = f(x). on I. Then F is differentiable

More information

IB Math SL Year 2 Name Date Lesson 10-4: Displacement, Velocity, Acceleration Revisited

IB Math SL Year 2 Name Date Lesson 10-4: Displacement, Velocity, Acceleration Revisited Name Date Lesson 10-4: Displacement, Velocity, Acceleration Revisited Learning Goals: How do you apply integrals to real-world scenarios? Recall: Linear Motion When an object is moving, a ball in the air

More information

Exploring Substitution

Exploring Substitution I. Introduction Exploring Substitution Math Fall 08 Lab We use the Fundamental Theorem of Calculus, Part to evaluate a definite integral. If f is continuous on [a, b] b and F is any antiderivative of f

More information

Higher-Order Derivatives

Higher-Order Derivatives Higher-Order Derivatives Higher-order derivatives are simply the derivative of a derivative. You would use the same derivative rules that you learned for finding the first derivative of a function. The

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

In general, if we start with a function f and want to reverse the differentiation process, then we are finding an antiderivative of f.

In general, if we start with a function f and want to reverse the differentiation process, then we are finding an antiderivative of f. Math 1410 Worksheet #27: Section 4.9 Name: Our final application of derivatives is a prelude to what will come in later chapters. In many situations, it will be necessary to find a way to reverse the differentiation

More information

Integration. 5.1 Antiderivatives and Indefinite Integration. Suppose that f(x) = 5x 4. Can we find a function F (x) whose derivative is f(x)?

Integration. 5.1 Antiderivatives and Indefinite Integration. Suppose that f(x) = 5x 4. Can we find a function F (x) whose derivative is f(x)? 5 Integration 5. Antiderivatives and Indefinite Integration Suppose that f() = 5 4. Can we find a function F () whose derivative is f()? Definition. A function F is an antiderivative of f on an interval

More information

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

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

More information

Calculus Lecture 7. Oktay Ölmez, Murat Şahin and Serhan Varma. Oktay Ölmez, Murat Şahin and Serhan Varma Calculus Lecture 7 1 / 10

Calculus Lecture 7. Oktay Ölmez, Murat Şahin and Serhan Varma. Oktay Ölmez, Murat Şahin and Serhan Varma Calculus Lecture 7 1 / 10 Calculus Lecture 7 Oktay Ölmez, Murat Şahin and Serhan Varma Oktay Ölmez, Murat Şahin and Serhan Varma Calculus Lecture 7 1 / 10 Integration Definition Antiderivative A function F is an antiderivative

More information

Section 5.6. Integration By Parts. MATH 126 (Section 5.6) Integration By Parts The University of Kansas 1 / 10

Section 5.6. Integration By Parts. MATH 126 (Section 5.6) Integration By Parts The University of Kansas 1 / 10 Section 5.6 Integration By Parts MATH 126 (Section 5.6) Integration By Parts The University of Kansas 1 / 10 Integration By Parts Manipulating the Product Rule d dx (f (x) g(x)) = f (x) g (x) + f (x) g(x)

More information

Sample Mathematics 106 Questions

Sample Mathematics 106 Questions Sample Mathematics 106 Questions x 2 + 8x 65 (1) Calculate lim x 5. x 5 (2) Consider an object moving in a straight line for which the distance s (measured in feet) it s travelled from its starting point

More information

dy = f( x) dx = F ( x)+c = f ( x) dy = f( x) dx

dy = f( x) dx = F ( x)+c = f ( x) dy = f( x) dx Antiderivatives and The Integral Antiderivatives Objective: Use indefinite integral notation for antiderivatives. Use basic integration rules to find antiderivatives. Another important question in calculus

More information

Chapter 6 Section Antiderivatives and Indefinite Integrals

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

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background We have seen that some power series converge. When they do, we can think of them as

More information

MA 137 Calculus 1 with Life Science Applications The Chain Rule and Higher Derivatives (Section 4.4)

MA 137 Calculus 1 with Life Science Applications The Chain Rule and Higher Derivatives (Section 4.4) MA 137 Calculus 1 with Life Science Applications and (Section 4.4) Alberto Corso alberto.corso@uky.edu Department of Mathematics University of Kentucky March 2, 2016 1/15 Theorem Rules of Differentiation

More information

Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 4.8 Anti Derivative and Indefinite Integrals 2 Lectures College of Science MATHS 101: Calculus I (University of Bahrain) 1 / 28 Indefinite Integral Given a function f, if F is a function such that

More information

Math 611b Assignment #6 Name. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Math 611b Assignment #6 Name. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Math 611b Assignment #6 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find a formula for the function graphed. 1) 1) A) f(x) = 5 + x, x < -

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

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

Calculus I Announcements

Calculus I Announcements Slide 1 Calculus I Announcements Read sections 4.2,4.3,4.4,4.1 and 5.3 Do the homework from sections 4.2,4.3,4.4,4.1 and 5.3 Exam 3 is Thursday, November 12th See inside for a possible exam question. Slide

More information

Sections 4.9: Antiderivatives

Sections 4.9: Antiderivatives Sections 4.9: Antiderivatives For the last few sections, we have been developing the notion of the derivative and determining rules which allow us to differentiate all different types of functions. In

More information

Chapter 5 Integrals. 5.1 Areas and Distances

Chapter 5 Integrals. 5.1 Areas and Distances Chapter 5 Integrals 5.1 Areas and Distances We start with a problem how can we calculate the area under a given function ie, the area between the function and the x-axis? If the curve happens to be something

More information

We can regard an indefinite integral as representing an entire family of functions (one antiderivative for each value of the constant C).

We can regard an indefinite integral as representing an entire family of functions (one antiderivative for each value of the constant C). 4.4 Indefinite Integrals and the Net Change Theorem Because of the relation given by the Fundamental Theorem of Calculus between antiderivatives and integrals, the notation f(x) dx is traditionally used

More information

March 5, 2009 Name The problems count as marked. The total number of points available is 131. Throughout this test, show your work.

March 5, 2009 Name The problems count as marked. The total number of points available is 131. Throughout this test, show your work. March 5, 2009 Name The problems count as marked. The total number of points available is 131. Throughout this test, show your work. 1. (12 points) Consider the cubic curve f(x) = 2x 3 + 3x + 2. (a) What

More information

Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005

Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005 Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005 As always, the standard disclaimers apply In particular, I make no claims that all the material which will be on the exam is represented

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

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 2) h(x) = x2-5x + 5

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 2) h(x) = x2-5x + 5 Assignment 7 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Using the derivative of f(x) given below, determine the critical points of f(x).

More information

Math Fall 08 Final Exam Review

Math Fall 08 Final Exam Review Math 173.7 Fall 08 Final Exam Review 1. Graph the function f(x) = x 2 3x by applying a transformation to the graph of a standard function. 2.a. Express the function F(x) = 3 ln(x + 2) in the form F = f

More information

The Princeton Review AP Calculus BC Practice Test 2

The Princeton Review AP Calculus BC Practice Test 2 0 The Princeton Review AP Calculus BC Practice Test CALCULUS BC SECTION I, Part A Time 55 Minutes Number of questions 8 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION Directions: Solve each

More information

Science One Integral Calculus. January 9, 2019

Science One Integral Calculus. January 9, 2019 Science One Integral Calculus January 9, 2019 Recap: What have we learned so far? The definite integral is defined as a limit of Riemann sums Riemann sums can be constructed using any point in a subinterval

More information

AP Calculus AB. Review for Test: Applications of Integration

AP Calculus AB. Review for Test: Applications of Integration Name Review for Test: Applications of Integration AP Calculus AB Test Topics: Mean Value Theorem for Integrals (section 4.4) Average Value of a Function (manipulation of MVT for Integrals) (section 4.4)

More information

Calculus I Sample Exam #01

Calculus I Sample Exam #01 Calculus I Sample Exam #01 1. Sketch the graph of the function and define the domain and range. 1 a) f( x) 3 b) g( x) x 1 x c) hx ( ) x x 1 5x6 d) jx ( ) x x x 3 6 . Evaluate the following. a) 5 sin 6

More information

Business and Life Calculus

Business and Life Calculus Business and Life Calculus George Voutsadakis Mathematics and Computer Science Lake Superior State University LSSU Math 2 George Voutsadakis (LSSU) Calculus For Business and Life Sciences Fall 203 / 55

More information

Math 1431 Final Exam Review

Math 1431 Final Exam Review Math 1431 Final Exam Review Comprehensive exam. I recommend you study all past reviews and practice exams as well. Know all rules/formulas. Make a reservation for the final exam. If you miss it, go back

More information

SHOW WORK! Chapter4Questions. NAME ID: Date: Multiple Choice Identify the choice that best completes the statement or answers the question.

SHOW WORK! Chapter4Questions. NAME ID: Date: Multiple Choice Identify the choice that best completes the statement or answers the question. NAME ID: Date: Chapter4Questions Multiple Choice Identify the choice that best completes the statement or answers the question. SHOW WORK! 1. Find the indefinite integral 1u 4u du. a. 4u u C b. 1u 4u C

More information

Chapter. Integration. 1. Antidifferentiation: The Indefinite Integral. 2. Integration by Substitution. 3. Introduction to Differential Equations

Chapter. Integration. 1. Antidifferentiation: The Indefinite Integral. 2. Integration by Substitution. 3. Introduction to Differential Equations Integration Chapter. Antidifferentiation: The Indefinite Integral 2. Integration by Substitution 3. Introduction to Differential Equations 4. Integration by Parts Chapter Summary and Review Problems Antidifferentiation:

More information

Sample Math 115 Midterm Exam Spring, 2014

Sample Math 115 Midterm Exam Spring, 2014 Sample Math 5 Midterm Exam Spring, 04 The midterm examination is on Wednesday, March at 5:45PM 7:45PM The midterm examination will be in Budig 0 Look for your instructor who will direct you where to sit

More information

x+1 e 2t dt. h(x) := Find the equation of the tangent line to y = h(x) at x = 0.

x+1 e 2t dt. h(x) := Find the equation of the tangent line to y = h(x) at x = 0. Math Sample final problems Here are some problems that appeared on past Math exams. Note that you will be given a table of Z-scores for the standard normal distribution on the test. Don t forget to have

More information

AP Calculus 2004 AB FRQ Solutions

AP Calculus 2004 AB FRQ Solutions AP Calculus 4 AB FRQ Solutions Louis A. Talman, Ph. D. Emeritus Professor of Mathematics Metropolitan State University of Denver July, 7 Problem. Part a The function F (t) = 8 + 4 sin(t/) gives the rate,

More information

Math 180 Written Homework Assignment #10 Due Tuesday, December 2nd at the beginning of your discussion class.

Math 180 Written Homework Assignment #10 Due Tuesday, December 2nd at the beginning of your discussion class. Math 18 Written Homework Assignment #1 Due Tuesday, December 2nd at the beginning of your discussion class. Directions. You are welcome to work on the following problems with other MATH 18 students, but

More information

The Definite Integral. Day 6 Motion Problems Strategies for Finding Total Area

The Definite Integral. Day 6 Motion Problems Strategies for Finding Total Area The Definite Integral Day 6 Motion Problems Strategies for Finding Total Area ARRIVAL---HW Questions Working in PODS Additional Practice Packet p. 13 and 14 Make good use of your time! Practice makes perfect!

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

AB CALCULUS SEMESTER A REVIEW Show all work on separate paper. (b) lim. lim. (f) x a. for each of the following functions: (b) y = 3x 4 x + 2

AB CALCULUS SEMESTER A REVIEW Show all work on separate paper. (b) lim. lim. (f) x a. for each of the following functions: (b) y = 3x 4 x + 2 AB CALCULUS Page 1 of 6 NAME DATE 1. Evaluate each it: AB CALCULUS Show all work on separate paper. x 3 x 9 x 5x + 6 x 0 5x 3sin x x 7 x 3 x 3 5x (d) 5x 3 x +1 x x 4 (e) x x 9 3x 4 6x (f) h 0 sin( π 6

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

What will you learn?

What will you learn? Section 2.2 Basic Differentiation Rules & Rates of Change Calc What will you learn? Find the derivative using the Constant Rule Find the derivative using the Power Rule Find the derivative using the Constant

More information

1. (a) (4 points) Four students see this function: f(t) = 7 4t. Which student has written the derivative correctly? Circle the student s name.

1. (a) (4 points) Four students see this function: f(t) = 7 4t. Which student has written the derivative correctly? Circle the student s name. Math 170 - Spring 016 - Common Exam 1 Name: Part 1: Short Answer The first five (5) pages are short answer. You don t need to show work. Partial credit will be rare. When appropriate answers must include

More information

AP Calculus AB 2017 Free-Response Solutions

AP Calculus AB 2017 Free-Response Solutions AP Calculus AB 217 Free-Response Solutions Louis A. Talman, Ph.D. Emeritus Professor of Mathematics Metropolitan State University of Denver May 18, 217 1 Problem 1 1.1 Part a The approximation with a left-hand

More information

Math 3B: Lecture 14. Noah White. February 13, 2016

Math 3B: Lecture 14. Noah White. February 13, 2016 Math 3B: Lecture 14 Noah White February 13, 2016 Last time Accumulated change problems Last time Accumulated change problems Adding up a value if it is changing over time Last time Accumulated change problems

More information

Section 3.1 Homework Solutions. 1. y = 5, so dy dx = y = 3x, so dy dx = y = x 12, so dy. dx = 12x11. dx = 12x 13

Section 3.1 Homework Solutions. 1. y = 5, so dy dx = y = 3x, so dy dx = y = x 12, so dy. dx = 12x11. dx = 12x 13 Math 122 1. y = 5, so dx = 0 2. y = 3x, so dx = 3 3. y = x 12, so dx = 12x11 4. y = x 12, so dx = 12x 13 5. y = x 4/3, so dx = 4 3 x1/3 6. y = 8t 3, so = 24t2 7. y = 3t 4 2t 2, so = 12t3 4t 8. y = 5x +

More information

Math 180, Lowman, Summer 2008, Old Exam Problems 1 Limit Problems

Math 180, Lowman, Summer 2008, Old Exam Problems 1 Limit Problems Math 180, Lowman, Summer 2008, Old Exam Problems 1 Limit Problems 1. Find the limit of f(x) = (sin x) x x 3 as x 0. 2. Use L Hopital s Rule to calculate lim x 2 x 3 2x 2 x+2 x 2 4. 3. Given the function

More information

Arc Length and Surface Area in Parametric Equations

Arc Length and Surface Area in Parametric Equations Arc Length and Surface Area in Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2011 Background We have developed definite integral formulas for arc length

More information

Science One Integral Calculus. January 8, 2018

Science One Integral Calculus. January 8, 2018 Science One Integral Calculus January 8, 2018 Last time a definition of area Key ideas Divide region into n vertical strips Approximate each strip by a rectangle Sum area of rectangles Take limit for n

More information

Free Response Questions Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom

Free Response Questions Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom Free Response Questions 1969-010 Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom 1 AP Calculus Free-Response Questions 1969 AB 1 Consider the following functions

More information

Fundamental Theorem of Calculus

Fundamental Theorem of Calculus Fundamental Theorem of Calculus MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Summer 208 Remarks The Fundamental Theorem of Calculus (FTC) will make the evaluation of definite integrals

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

NO CALCULATOR 1. Find the interval or intervals on which the function whose graph is shown is increasing:

NO CALCULATOR 1. Find the interval or intervals on which the function whose graph is shown is increasing: AP Calculus AB PRACTICE MIDTERM EXAM Read each choice carefully and find the best answer. Your midterm exam will be made up of 8 of these questions. I reserve the right to change numbers and answers on

More information

INTEGRATION: THE FUNDAMENTAL THEOREM OF CALCULUS MR. VELAZQUEZ AP CALCULUS

INTEGRATION: THE FUNDAMENTAL THEOREM OF CALCULUS MR. VELAZQUEZ AP CALCULUS INTEGRATION: THE FUNDAMENTAL THEOREM OF CALCULUS MR. VELAZQUEZ AP CALCULUS RECALL: ANTIDERIVATIVES When we last spoke of integration, we examined a physics problem where we saw that the area under the

More information

UNIT 3 INTEGRATION 3.0 INTRODUCTION 3.1 OBJECTIVES. Structure

UNIT 3 INTEGRATION 3.0 INTRODUCTION 3.1 OBJECTIVES. Structure Calculus UNIT 3 INTEGRATION Structure 3.0 Introduction 3.1 Objectives 3.2 Basic Integration Rules 3.3 Integration by Substitution 3.4 Integration of Rational Functions 3.5 Integration by Parts 3.6 Answers

More information

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x.

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x. 4.9 Anti-derivatives Anti-differentiation is exactly what it sounds like: the opposite of differentiation. That is, given a function f, can we find a function F whose derivative is f. Definition. An anti-derivative

More information

Chapter 6: Messy Integrals

Chapter 6: Messy Integrals Chapter 6: Messy Integrals Review: Solve the following integrals x 4 sec x tan x 0 0 Find the average value of 3 1 x 3 3 Evaluate 4 3 3 ( x 1), then find the area of ( x 1) 4 Section 6.1: Slope Fields

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem

Section 3.7. Rolle s Theorem and the Mean Value Theorem Section.7 Rolle s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate of change and the average rate of change of

More information

Separable Differential Equations

Separable Differential Equations Separable Differential Equations MATH 6 Calculus I J. Robert Buchanan Department of Mathematics Fall 207 Background We have previously solved differential equations of the forms: y (t) = k y(t) (exponential

More information

CHAPTER 3 APPLICATIONS OF THE DERIVATIVE

CHAPTER 3 APPLICATIONS OF THE DERIVATIVE CHAPTER 3 APPLICATIONS OF THE DERIVATIVE 3.1 Maxima and Minima Extreme Values 1. Does f(x) have a maximum or minimum value on S? 2. If it does have a maximum or a minimum, where are they attained? 3. If

More information

Final practice, Math 31A - Lec 1, Fall 2013 Name and student ID: Question Points Score Total: 90

Final practice, Math 31A - Lec 1, Fall 2013 Name and student ID: Question Points Score Total: 90 Final practice, Math 31A - Lec 1, Fall 13 Name and student ID: Question Points Score 1 1 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 Total: 9 1. a) 4 points) Find all points x at which the function fx) x 4x + 3 + x

More information

Chapter 2 Overview: Introduction to Limits and Derivatives

Chapter 2 Overview: Introduction to Limits and Derivatives Chapter 2 Overview: Introduction to Limits and Derivatives In a later chapter, maximum and minimum points of a curve will be found both by calculator and algebraically. While the algebra of this process

More information

Lecture : The Indefinite Integral MTH 124

Lecture : The Indefinite Integral MTH 124 Up to this point we have investigated the definite integral of a function over an interval. In particular we have done the following. Approximated integrals using left and right Riemann sums. Defined the

More information

UNIT 3: DERIVATIVES STUDY GUIDE

UNIT 3: DERIVATIVES STUDY GUIDE Calculus I UNIT 3: Derivatives REVIEW Name: Date: UNIT 3: DERIVATIVES STUDY GUIDE Section 1: Section 2: Limit Definition (Derivative as the Slope of the Tangent Line) Calculating Rates of Change (Average

More information

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information