Sections 2.1, 2.2 and 2.4: Limit of a function Motivation:

Size: px
Start display at page:

Download "Sections 2.1, 2.2 and 2.4: Limit of a function Motivation:"

Transcription

1 Sections 2.1, 2.2 and 2.4: Limit of a function Motivation: There are expressions which can be computed only using Algebra, meaning only using the operations +,, and. Examples which can be computed using algebra: a) Area of a rectangle b a b) Area of a circle A = a b. r c) Area of a triangle A = πr 2. h b A = 1 2 hb. 1

2 2 d) Average speed: A stone which is dropped from a 200 m tall tower has the height h(t) = t 2 [m] after t seconds. What is its average velocity between the time t 1 = 1s and t 2 = 3s? h(3) h(1) v ave = 3 1 = ( ) ( ) = 2 e) Consider the function f(x) = 1 2 x2 = 19.6 [ m s What is the slope of the secant through the points on the graph A(1,.5) and B(3, 4.5)? slope = y f(3) f(1) = = x = 2. y B ]. secant y A x x

3 Objects which cannot be computed using Algebra. a) Find the area between the x-axis, the graph of a function y = f(x), x = a, and x = b, 3 a b b) Instantaneous velocity. A stone which is dropped from a 200 m tall tower has the height h(t) = t 2 [m] after t seconds. What is its instantaneous velocity a time t 1 = 1s?

4 4 Purpose of Calculus: To compute expressions which cannot be computed using Algebra, but need to be first approximated by algebraic expressions and then be computed, by Taking Limits. The purpose of this class (and the next one) will be to understand what taking limits exactly means.

5 We start with two examples. Example. The function f(x) = x2 9 x 3, is defined for all values x 3 and can be simply computed there by inserting the value of x. Question: We are interested in what happens if we insert numbers which are getting closer and closer to the value 3? Inserting some numbers close to 3, we get the following table. x = f(x) = Guess: f(x) gets closer and closer to 6 if x gets closer and closer to 3. Proof. For any number x 3 we can cancel: 5 f(x) = x2 9 (x 3)(x + 3) = = x + 3. x 3 x 3 Thus f(x) = x + 3, for all numbers x 3. So we can conclude: f(x) approaches the value 6 when x approaches 3. We will write lim f(x) = 6. x 3 Note: the functions f(x) = x2 9 x 3 and g(x) = x + 3 are not equal functions, but they have equal function values for all numbers x 3.

6 6 Example. Consider the function f(x) = 1 2 x2 What is the slope of the tangent through the point (1,.5)? y secant y tangent x x We compute the slope of the secant going through the points (1, f(1)) = (1,.5) and some other point (1 + h, f(1 + h)) = (1 + h, 1 2 (1 + h)2 ), with h 0: x = (1 + h) 1 = h y = 1 2 (1 + h)2 1 2 = h h2 = h h2. Slope of secant y x = h h2 = h 2 h. Now we let h approach 0, and thus the point (1+h, f(1+h)) approach (1,.5), then the slope of the secant approaches the value 1. Thus we conclude that the slope of the tangent to the function f(x) = 1 2 x2 has the value 1.

7 7 Theory: In Mathematics, as in any area of Sciences, we need to be precise, and only use words which have an exact meaning: For example one variable approaching a number L does not have an exact meaning. Definition 1: The Limit of a Function Let f(x) be a function defined on an open interval containing a number a with exception of possibly at a itself. We say that f(x) approaches the value L if x approaches a and we write: lim f(x) = L, x a if the following is true: for all numbers ε > 0 there is a number δ > 0, so that the following is true: If 0 < x a < δ then f(x) L < ε. (Problems 1 and 4) y f(x) L + ε L L ε a δ a a + δ x Explanation of picture: lim x a f(x) = L. For all x which lie in the interval (a δ, a + δ), its image f(x) lies in the interval L ε, L + ε. We say this δ works for for ε.

8 8 Also in the following picture: lim x a f(x) = L (even if f(a) is not defined) y f(x) L a x In the following picture: lim x a f(x) does not exist y f(x) L a x

9 9 Right hand and Left hand limits: Definition 2: Left hand limi Let f(x) be a function defined on an open interval (c, a), with c < a. We say that f(x) approaches the value L if x approaches a from the left and we write: lim f(x) = L, x a if for all number ε > 0 there is a number δ > 0 so that the following is true: If a δ < x < a then f(x) f(a) < ε. Definition 3: Right hand limit Let f(x) be a function defined on an open interval (a, c), with c > a. We say that f(x) approaches the value L if x approaches a from the right and we write: lim f(x) = L, x a + if for all number ε > 0 there is a number δ > 0 so that the following is true: If a < x < a + δ then f(x) f(a) < ε. lim x a f(x) = L and lim x a + f(x) = M. y f(x) M L a x

10 10 Theorem 1: Assume that the function y = f(x) is defined on an open interval which contains a point a, with exception of possibly at a. Then, for a number L we have: if and only if lim f(x) = L x a lim f(x) = L and lim x a + f(x) = L. x a Theorem 2: Assume that the function y = f(x) is defined on an open interval which contains a point a, with exception of possibly at a. Then, for a number L we have: if and only if lim f(x) = L x a lim f(x) L = 0. x a y f(x) L f(x) L a x

11 11 Two Examples for which lim x a f(x) does not exist y x For f(x) = 1 x, lim x 0 f(x) does not exists. We can be more precise 1 lim = + and x 0 + x lim x 0 1 x =.

12 12 Second example: f(x) = sin(1/x). Note that if x approaches 0 sin(1/x) runs through all numbers between 1 and 1 infintily many times, and thus does approach any single number. Thus lim sin(1/x) does not exist. x 0 y... x

13 13 Problems: Problem 1. Using the definition of limits show that lim 3x 1 = 5. x 2 Solution: Let ε > 0 be arbitrary. We need to find a number δ > 0 (depending on ε) which works, meaning that the following implication must be true: If 0 < x 2 < δ then (3x 1) 5 < ε. Or in short 0 < x 2 < δ (3x 1) 5 < ε. Note that (3x 1) 5 = (3x 6 = 3 x 2 < ε (the idea is to write the wanted difference (f(x) L in terms of x a ) Now ask yourself: how small has x 2 to be in order for 3 x 2 to be smaller than ε? Well, easy, it has to be smaller than ε 3. Thus δ = ε 3 should work. Indeed, let us choose δ = ε 3, and check that this δ works: If 0 < x 2 < δ, then If 0 < x 2 < δ then (3x 1) 5 = 3x 6 = 3 x 2 < 3δ = ε. Remark. You might have the impression that we did the the same thing twice, and that it was superfluous to do the last step to check that our choice of δ works. Given the simplicity of the example, it was indeed clear. But for more complicated examples this is not the case. Actually, in order to verify that a certain δ > 0 works we do not show how we got it. We need to define it, and then verify that it works, meaning that the implication holds. If 0 < x a < δ then f(x) f(a) < ε

14 14 Problem 2. Using the definition of limits show that lim 5 2x = 1. x 3

15 15 Let us now consider nonlinear functions: Problem 3. Let f(x) = x 3 2, and let ε =.1. Find δ > 0 (not necessarily optimal) which works, meaning, it should satisfy the following implication: 0 < x 2 < δ then f(x) 6 <.1. Solution: We want to find δ > 0 so that We compute: 0 < x 2 < δ x <.1. x = x 3 8 = (x 2) (x 2 + 2x + 4) = x 2 x 2 + 2x + 4. To find a δ we can argue like that: as long as we make sure that δ 1, then for any x with x 2 < δ it follows that x 3 and thus x 2 + 2x + 4 < = 19. Thus, if we choose δ =.1/19 = 1/190, then that choice will work. Indeed, if 0 < x 2 < then x = x 3 8 = (x 2) (x 2 +2x+4) = x 2 x 2 +2x+4 < =.1.

16 16 Problem 4. Using the definition of limits show that lim x 2 3x2 5 = 7. Solution: Let ε > 0, we need to find δ. Note that (as before we try to factor out x a, with a = 2): (3x 2 5) 7 = 3x 2 12 = 3 x 2 4 = x 2 3 x + 2. We argue as before: as long as we make sure that δ 1, it follows that x 2 < δ implies that x < 3 and, thus, for the above factor of x 2 : 3 x + 2 < 15. So we should choose δ = ε δ = min(1, ε 15 ). 15 or δ = 1, which ever is smaller, in other words Verification that this choice works: if x 2 < δ, then: (3x 2 5) 7 = 3x 2 12 = 3 x 2 4 = x 2 3 x + 2 < ε 15 = ε. 15

17 17 Problem 5. State the precise definition of what it means that lim f(x) =, x a and using that definition show that lim x 0 1 x 2 =. Solution: Assume that the function y = f(x) is defined on an open interval containing a, but not at a itself. We write lim x a f(x) =, if for any number C > 0 there exists a δ > 0 so that If 0 < x a < δ, then f(x) > C. Proof that lim x 0 1 x 2 =. Let C > 0. For ensuring that 1 x 2 > C, it is enough to assume that x < 1 C. Thus, δ = 1 C will work. Indeed, If x 0 = x < δ = 1 C, then ) 2 ( ) 2 = = C. ( 1 x 2 > 1 δ 1 1 C

18 18 Problem 6. Only using the definition of limits prove Theorem 1.

19 19 Problem 7. For a > 0, show that x = a. lim x a Solution: Let a > 0 and ε > 0 be given. We need to find δ > 0 (possibly depending on a and ε) so that if 0 < x a < δ then x a < ε. We compute for x > 0: x a ( x a) ( x + a) = x + a = x a x a. x + a a So, first δ has to be chosen small enough so that x a < δ implies that x 0 (and thus x is in the range of ) so δ should be at most a. Secondly, from above inequalities δ should be smaller than ε a. Thus let us choose δ = min ( a, ε a ), and verify that this choice works: if a x < δ then x a ( x a) ( x + a) = x + a = x a x + a x a a < δ a ε.

5. Introduction to limit

5. Introduction to limit 5. 5.1. The main idea in calculus is that of finding a desired quantity by pushing to the limit the process of taking ever better approximations (see 0 Introduction). In the implementation, a real number

More information

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions For each question, there is a model solution (showing you the level of detail I expect on the exam) and then below

More information

Section 1.4 Tangents and Velocity

Section 1.4 Tangents and Velocity Math 132 Tangents and Velocity Section 1.4 Section 1.4 Tangents and Velocity Tangent Lines A tangent line to a curve is a line that just touches the curve. In terms of a circle, the definition is very

More information

Math 1241, Spring 2014 Section 3.3. Rates of Change Average vs. Instantaneous Rates

Math 1241, Spring 2014 Section 3.3. Rates of Change Average vs. Instantaneous Rates Math 1241, Spring 2014 Section 3.3 Rates of Change Average vs. Instantaneous Rates Average Speed The concept of speed (distance traveled divided by time traveled) is a familiar instance of a rate of change.

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

MATH 116, LECTURE 13, 14 & 15: Derivatives

MATH 116, LECTURE 13, 14 & 15: Derivatives MATH 116, LECTURE 13, 14 & 15: Derivatives 1 Formal Definition of the Derivative We have seen plenty of limits so far, but very few applications. In particular, we have seen very few functions for which

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 MA Elem. Calculus Fall 07 Exam 07-09- 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 the exam,

More information

2.4 Rates of Change and Tangent Lines Pages 87-93

2.4 Rates of Change and Tangent Lines Pages 87-93 2.4 Rates of Change and Tangent Lines Pages 87-93 Average rate of change the amount of change divided by the time it takes. EXAMPLE 1 Finding Average Rate of Change Page 87 Find the average rate of change

More information

Slopes and Rates of Change

Slopes and Rates of Change Slopes and Rates of Change If a particle is moving in a straight line at a constant velocity, then the graph of the function of distance versus time is as follows s s = f(t) t s s t t = average velocity

More information

=.55 = = 5.05

=.55 = = 5.05 MAT1193 4c Definition of derivative With a better understanding of limits we return to idea of the instantaneous velocity or instantaneous rate of change. Remember that in the example of calculating the

More information

Warm-Up. g x. g x in the previous (current) ( ) ( ) Graph the function that agreed with. problem.

Warm-Up. g x. g x in the previous (current) ( ) ( ) Graph the function that agreed with. problem. Warm-Up ELM: Coordinate Geometry & Graphing Review: Algebra 1 (Standard 16.0) Given: f (x) = x 2 + 3x 5 Find the following function values and write the associated ordered pair: The figure above shows

More information

Math 131. The Derivative and the Tangent Line Problem Larson Section 2.1

Math 131. The Derivative and the Tangent Line Problem Larson Section 2.1 Math 131. The Derivative and the Tangent Line Problem Larson Section.1 From precalculus, the secant line through the two points (c, f(c)) and (c +, f(c + )) is given by m sec = rise f(c + ) f(c) f(c +

More information

MATH 1902: Mathematics for the Physical Sciences I

MATH 1902: Mathematics for the Physical Sciences I MATH 1902: Mathematics for the Physical Sciences I Dr Dana Mackey School of Mathematical Sciences Room A305 A Email: Dana.Mackey@dit.ie Dana Mackey (DIT) MATH 1902 1 / 46 Module content/assessment Functions

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

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

VIDEO LINKS: a) b)

VIDEO LINKS: a)   b) CALCULUS 30: OUTCOME 4A DAY 1 SLOPE AND RATE OF CHANGE To review the concepts of slope and rate of change. VIDEO LINKS: a) https://goo.gl/r9fhx3 b) SLOPE OF A LINE: Is a measure of the steepness of a line

More information

Determining Average and Instantaneous Rates of Change

Determining Average and Instantaneous Rates of Change MHF 4UI Unit 9 Day 1 Determining Average and Instantaneous Rates of Change From Data: During the 1997 World Championships in Athens, Greece, Maurice Greene and Donovan Bailey ran a 100 m race. The graph

More information

AB Calculus: Rates of Change and Tangent Lines

AB Calculus: Rates of Change and Tangent Lines AB Calculus: Rates of Change and Tangent Lines Name: The World Record Basketball Shot A group called How Ridiculous became YouTube famous when they successfully made a basket from the top of Tasmania s

More information

This Week. Professor Christopher Hoffman Math 124

This Week. Professor Christopher Hoffman Math 124 This Week Sections 2.1-2.3,2.5,2.6 First homework due Tuesday night at 11:30 p.m. Average and instantaneous velocity worksheet Tuesday available at http://www.math.washington.edu/ m124/ (under week 2)

More information

MATH CALCULUS I 4.1: Area and Distance

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

More information

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

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

LIMITS, AND WHAT THEY HAVE TO DO WITH CONTINUOUS FUNCTIONS

LIMITS, AND WHAT THEY HAVE TO DO WITH CONTINUOUS FUNCTIONS 1.3/27/13 LIMITS, AND WHAT THEY HAVE TO DO WITH CONTINUOUS FUNCTIONS Probably the hardest thing to understand and to remember, about limits, is that the limit of a function at a point has in general no

More information

Math 261 Calculus I. Test 1 Study Guide. Name. Decide whether the limit exists. If it exists, find its value. 1) lim x 1. f(x) 2) lim x -1/2 f(x)

Math 261 Calculus I. Test 1 Study Guide. Name. Decide whether the limit exists. If it exists, find its value. 1) lim x 1. f(x) 2) lim x -1/2 f(x) Math 261 Calculus I Test 1 Study Guide Name Decide whether the it exists. If it exists, find its value. 1) x 1 f(x) 2) x -1/2 f(x) Complete the table and use the result to find the indicated it. 3) If

More information

Due Date: Thursday, March 22, 2018

Due Date: Thursday, March 22, 2018 The Notebook Project AP Calculus AB This project is designed to improve study skills and organizational skills for a successful career in mathematics. You are to turn a composition notebook into a Go To

More information

Lesson 59 Rolle s Theorem and the Mean Value Theorem

Lesson 59 Rolle s Theorem and the Mean Value Theorem Lesson 59 Rolle s Theorem and the Mean Value Theorem HL Math - Calculus After this lesson, you should be able to: Understand and use Rolle s Theorem Understand and use the Mean Value Theorem 1 Rolle s

More information

Section 2: Limits and Continuity

Section 2: Limits and Continuity Chapter 2 The Derivative Business Calculus 79 Section 2: Limits and Continuity In the last section, we saw that as the interval over which we calculated got smaller, the secant slopes approached the tangent

More information

Student Study Session. Theorems

Student Study Session. Theorems Students should be able to apply and have a geometric understanding of the following: Intermediate Value Theorem Mean Value Theorem for derivatives Extreme Value Theorem Name Formal Statement Restatement

More information

Solutions to Math 41 First Exam October 18, 2012

Solutions to Math 41 First Exam October 18, 2012 Solutions to Math 4 First Exam October 8, 202. (2 points) Find each of the following its, with justification. If the it does not exist, explain why. If there is an infinite it, then explain whether it

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION The method we used to sketch curves in Section 4.5 was a culmination of much of our study of differential calculus. The graph was the final

More information

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Introduction: In applications, it often turns out that one cannot solve the differential equations or antiderivatives that show up in the real

More information

Lesson 31 - Average and Instantaneous Rates of Change

Lesson 31 - Average and Instantaneous Rates of Change Lesson 31 - Average and Instantaneous Rates of Change IBHL Math & Calculus - Santowski 1 Lesson Objectives! 1. Calculate an average rate of change! 2. Estimate instantaneous rates of change using a variety

More information

Chapter 1/3 Rational Inequalities and Rates of Change

Chapter 1/3 Rational Inequalities and Rates of Change Chapter 1/3 Rational Inequalities and Rates of Change Lesson Package MHF4U Chapter 1/3 Outline Unit Goal: By the end of this unit, you will be able to solve rational equations and inequalities algebraically.

More information

Section 3.2 Working with Derivatives

Section 3.2 Working with Derivatives Section 3.2 Working with Derivatives Problem (a) If f 0 (2) exists, then (i) lim f(x) must exist, but lim f(x) 6= f(2) (ii) lim f(x) =f(2). (iii) lim f(x) =f 0 (2) (iv) lim f(x) need not exist. The correct

More information

THE LIMIT PROCESS (AN INTUITIVE INTRODUCTION)

THE LIMIT PROCESS (AN INTUITIVE INTRODUCTION) The Limit Process THE LIMIT PROCESS (AN INTUITIVE INTRODUCTION) We could begin by saying that limits are important in calculus, but that would be a major understatement. Without limits, calculus would

More information

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

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

Families of Functions, Taylor Polynomials, l Hopital s

Families of Functions, Taylor Polynomials, l Hopital s Unit #6 : Rule Families of Functions, Taylor Polynomials, l Hopital s Goals: To use first and second derivative information to describe functions. To be able to find general properties of families of functions.

More information

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a AP Physics C: Mechanics Greetings, For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a brief introduction to Calculus that gives you an operational knowledge of

More information

Math 1: Calculus with Algebra Midterm 2 Thursday, October 29. Circle your section number: 1 Freund 2 DeFord

Math 1: Calculus with Algebra Midterm 2 Thursday, October 29. Circle your section number: 1 Freund 2 DeFord Math 1: Calculus with Algebra Midterm 2 Thursday, October 29 Name: Circle your section number: 1 Freund 2 DeFord Please read the following instructions before starting the exam: This exam is closed book,

More information

Calculus I Homework: The Tangent and Velocity Problems Page 1

Calculus I Homework: The Tangent and Velocity Problems Page 1 Calculus I Homework: The Tangent and Velocity Problems Page 1 Questions Example The point P (1, 1/2) lies on the curve y = x/(1 + x). a) If Q is the point (x, x/(1 + x)), use Mathematica to find the slope

More information

Tangent Lines and Derivatives

Tangent Lines and Derivatives The Derivative and the Slope of a Graph Tangent Lines and Derivatives Recall that the slope of a line is sometimes referred to as a rate of change. In particular, we are referencing the rate at which the

More information

LIMITS AND DERIVATIVES

LIMITS AND DERIVATIVES 2 LIMITS AND DERIVATIVES LIMITS AND DERIVATIVES The intuitive definition of a limit given in Section 2.2 is inadequate for some purposes.! This is because such phrases as x is close to 2 and f(x) gets

More information

Jim Lambers MAT 460 Fall Semester Lecture 2 Notes

Jim Lambers MAT 460 Fall Semester Lecture 2 Notes Jim Lambers MAT 460 Fall Semester 2009-10 Lecture 2 Notes These notes correspond to Section 1.1 in the text. Review of Calculus Among the mathematical problems that can be solved using techniques from

More information

(x + 3)(x 1) lim(x + 3) = 4. lim. (x 2)( x ) = (x 2)(x + 2) x + 2 x = 4. dt (t2 + 1) = 1 2 (t2 + 1) 1 t. f(x) = lim 3x = 6,

(x + 3)(x 1) lim(x + 3) = 4. lim. (x 2)( x ) = (x 2)(x + 2) x + 2 x = 4. dt (t2 + 1) = 1 2 (t2 + 1) 1 t. f(x) = lim 3x = 6, Math 140 MT1 Sample C Solutions Tyrone Crisp 1 (B): First try direct substitution: you get 0. So try to cancel common factors. We have 0 x 2 + 2x 3 = x 1 and so the it as x 1 is equal to (x + 3)(x 1),

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

Limits, Rates of Change, and Tangent Lines

Limits, Rates of Change, and Tangent Lines Limits, Rates of Change, and Tangent Lines jensenrj July 2, 2018 Contents 1 What is Calculus? 1 2 Velocity 2 2.1 Average Velocity......................... 3 2.2 Instantaneous Velocity......................

More information

2.7: Derivatives and Rates of Change

2.7: Derivatives and Rates of Change 2.7: Derivatives and Rates of Change Recall from section 2.1, that the tangent line to a curve at a point x = a has a slope that can be found by finding the slopes of secant lines through the curve at

More information

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

More information

MA Lesson 12 Notes Section 3.4 of Calculus part of textbook

MA Lesson 12 Notes Section 3.4 of Calculus part of textbook MA 15910 Lesson 1 Notes Section 3.4 of Calculus part of textbook Tangent Line to a curve: To understand the tangent line, we must first discuss a secant line. A secant line will intersect a curve at more

More information

Announcements. Topics: Homework:

Announcements. Topics: Homework: Topics: Announcements - section 2.6 (limits at infinity [skip Precise Definitions (middle of pg. 134 end of section)]) - sections 2.1 and 2.7 (rates of change, the derivative) - section 2.8 (the derivative

More information

FINDING LIMITS 9/8/2017 CLASS NOTES

FINDING LIMITS 9/8/2017 CLASS NOTES FINDING LIMITS 9/8/2017 CLASS NOTES QUICK REVIEW OF THURSDAY S CLASS Crudely speaking, we can use the limit procedure to find values f(a) of a funcxon f(x) when simply plugging in x=a does not work In

More information

Calculus I. 1. Limits and Continuity

Calculus I. 1. Limits and Continuity 2301107 Calculus I 1. Limits and Continuity Outline 1.1. Limits 1.1.1 Motivation:Tangent 1.1.2 Limit of a function 1.1.3 Limit laws 1.1.4 Mathematical definition of a it 1.1.5 Infinite it 1.1. Continuity

More information

2. Which of the following is an equation of the line tangent to the graph of f(x) = x 4 + 2x 2 at the point where

2. Which of the following is an equation of the line tangent to the graph of f(x) = x 4 + 2x 2 at the point where AP Review Chapter Name: Date: Per: 1. The radius of a circle is decreasing at a constant rate of 0.1 centimeter per second. In terms of the circumference C, what is the rate of change of the area of the

More information

1. (16pts) Use the graph of the function to answer the following. Justify your answer if a limit does not exist. lim

1. (16pts) Use the graph of the function to answer the following. Justify your answer if a limit does not exist. lim Spring 10/MAT 250/Exam 1 Name: Show all your work. 1. (16pts) Use the graph of the function to answer the following. Justify your answer if a limit does not exist. lim x 1 +f(x) = lim x 3 f(x) = lim x

More information

2.1 The Tangent and Velocity Problems

2.1 The Tangent and Velocity Problems 2.1 The Tangent and Velocity Problems Ex: When you jump off a swing, where do you go? Ex: Can you approximate this line with another nearby? How would you get a better approximation? Ex: A cardiac monitor

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

9 Precise definition of limit

9 Precise definition of limit 9 Precise definition of limit In 5.1, the limit lim x a f(x) was informally defined to be the value (if any) the height of the graph of f approaches as x gets ever closer to a. While this definition conveys

More information

APPLICATIONS OF INTEGRATION

APPLICATIONS OF INTEGRATION 6 APPLICATIONS OF INTEGRATION APPLICATIONS OF INTEGRATION 6.5 Average Value of a Function In this section, we will learn about: Applying integration to find out the average value of a function. AVERAGE

More information

MATH 113: ELEMENTARY CALCULUS

MATH 113: ELEMENTARY CALCULUS MATH 3: ELEMENTARY CALCULUS Please check www.ualberta.ca/ zhiyongz for notes updation! 6. Rates of Change and Limits A fundamental philosophical truth is that everything changes. In physics, the change

More information

Average rates of change to instantaneous rates of change Math 102 Section 106

Average rates of change to instantaneous rates of change Math 102 Section 106 Average rates of change to instantaneous rates of change Math 102 Section 106 Cole Zmurchok September 14, 2016 Math 102: Announcements Office Hours today: 3-4 pm Math Annex 1118 and Thursday: 3-4 pm in

More information

Chapter 10. Definition of the Derivative Velocity and Tangents

Chapter 10. Definition of the Derivative Velocity and Tangents Chapter 10 Definition of the Derivative 10.1 Velocity and Tangents 10.1 Notation. If E 1 (x, y) and E 2 (x, y) denote equations or inequalities in x and y, we will use the notation {E 1 (x, y)} = {(x,

More information

Last week we looked at limits generally, and at finding limits using substitution.

Last week we looked at limits generally, and at finding limits using substitution. Math 1314 ONLINE Week 4 Notes Lesson 4 Limits (continued) Last week we looked at limits generally, and at finding limits using substitution. Indeterminate Forms What do you do when substitution gives you

More information

Today s Agenda. Upcoming Homework Section 2.1: Derivatives and Rates of Change

Today s Agenda. Upcoming Homework Section 2.1: Derivatives and Rates of Change Today s Agenda Upcoming Homework Section 2.1: Derivatives and Rates of Change Lindsey K. Gamard, ASU SoMSS MAT 265: Calculus for Engineers I Wed., 9 September 2015 1 / 9 Upcoming Homework Written HW B:

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

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

Formulas that must be memorized:

Formulas that must be memorized: Formulas that must be memorized: Position, Velocity, Acceleration Speed is increasing when v(t) and a(t) have the same signs. Speed is decreasing when v(t) and a(t) have different signs. Section I: Limits

More information

Introduction to Calculus

Introduction to Calculus Introduction to Calculus Contents 1 Introduction to Calculus 3 11 Introduction 3 111 Origin of Calculus 3 112 The Two Branches of Calculus 4 12 Secant and Tangent Lines 5 13 Limits 10 14 The Derivative

More information

Exploring the Derivative (2.7, 2.8) Prelab: Review Figure 1 (p. 141), Figure 6 (p. 143), Example 7 (p. 147) and Equation 2 (p.

Exploring the Derivative (2.7, 2.8) Prelab: Review Figure 1 (p. 141), Figure 6 (p. 143), Example 7 (p. 147) and Equation 2 (p. Exploring the Derivative (2.7, 2.8) Prelab: Review Figure (p. 4), Figure 6 (p. 43), Example 7 (p. 47) and Equation 2 (p. 52) I. Introduction: We begin by exploring a tangent line geometrically. Suppose

More information

. Compute the following limits.

. Compute the following limits. Today: Tangent Lines and te Derivative at a Point Warmup:. Let f(x) =x. Compute te following limits. f( + ) f() (a) lim f( +) f( ) (b) lim. Let g(x) = x. Compute te following limits. g(3 + ) g(3) (a) lim

More information

Introduction. Math Calculus 1 section 2.1 and 2.2. Julian Chan. Department of Mathematics Weber State University

Introduction. Math Calculus 1 section 2.1 and 2.2. Julian Chan. Department of Mathematics Weber State University Math 1210 Calculus 1 section 2.1 and 2.2 Julian Chan Department of Mathematics Weber State University 2013 Objectives Objectives: to tangent lines to limits What is velocity and how to obtain it from the

More information

Replacing the a in the definition of the derivative of the function f at a with a variable x, gives the derivative function f (x).

Replacing the a in the definition of the derivative of the function f at a with a variable x, gives the derivative function f (x). Definition of The Derivative Function Definition (The Derivative Function) Replacing the a in the definition of the derivative of the function f at a with a variable x, gives the derivative function f

More information

MATH 220 CALCULUS I SPRING 2018, MIDTERM I FEB 16, 2018

MATH 220 CALCULUS I SPRING 2018, MIDTERM I FEB 16, 2018 MATH 220 CALCULUS I SPRING 2018, MIDTERM I FEB 16, 2018 DEPARTMENT OF MATHEMATICS UNIVERSITY OF PITTSBURGH NAME: ID NUMBER: (1) Do not open this exam until you are told to begin. (2) This exam has 12 pages

More information

B553 Lecture 1: Calculus Review

B553 Lecture 1: Calculus Review B553 Lecture 1: Calculus Review Kris Hauser January 10, 2012 This course requires a familiarity with basic calculus, some multivariate calculus, linear algebra, and some basic notions of metric topology.

More information

Math 1314 Lesson 4 Limits

Math 1314 Lesson 4 Limits Math 1314 Lesson 4 Limits What is calculus? Calculus is the study of change, particularly, how things change over time. It gives us a framework for measuring change using some fairly simple models. In

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

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

Calculus 1 Math 151 Week 10 Rob Rahm. Theorem 1.1. Rolle s Theorem. Let f be a function that satisfies the following three hypotheses:

Calculus 1 Math 151 Week 10 Rob Rahm. Theorem 1.1. Rolle s Theorem. Let f be a function that satisfies the following three hypotheses: Calculus 1 Math 151 Week 10 Rob Rahm 1 Mean Value Theorem Theorem 1.1. Rolle s Theorem. Let f be a function that satisfies the following three hypotheses: (1) f is continuous on [a, b]. (2) f is differentiable

More information

Section 2.1: The Derivative and the Tangent Line Problem Goals for this Section:

Section 2.1: The Derivative and the Tangent Line Problem Goals for this Section: Section 2.1: The Derivative and the Tangent Line Problem Goals for this Section: Find the slope of the tangent line to a curve at a point. Day 1 Use the limit definition to find the derivative of a function.

More information

LIMITS AND DERIVATIVES

LIMITS AND DERIVATIVES 2 LIMITS AND DERIVATIVES LIMITS AND DERIVATIVES The idea of a limit underlies the various branches of calculus. It is therefore appropriate to begin our study of calculus by investigating limits and their

More information

For a function f(x) and a number a in its domain, the derivative of f at a, denoted f (a), is: D(h) = lim

For a function f(x) and a number a in its domain, the derivative of f at a, denoted f (a), is: D(h) = lim Name: Section: Names of collaborators: Main Points: 1. Definition of derivative as limit of difference quotients 2. Interpretation of derivative as slope of graph 3. Interpretation of derivative as instantaneous

More information

f ( x) = L ( the limit of f(x), as x approaches a,

f ( x) = L ( the limit of f(x), as x approaches a, Math 1205 Calculus Sec. 2.4: The Definition of imit I. Review A. Informal Definition of imit 1. Def n : et f(x) be defined on an open interval about a except possibly at a itself. If f(x) gets arbitrarily

More information

Section 4.2: The Mean Value Theorem

Section 4.2: The Mean Value Theorem Section 4.2: The Mean Value Theorem Before we continue with the problem of describing graphs using calculus we shall briefly pause to examine some interesting applications of the derivative. In previous

More information

Aim: How do we prepare for AP Problems on limits, continuity and differentiability? f (x)

Aim: How do we prepare for AP Problems on limits, continuity and differentiability? f (x) Name AP Calculus Date Supplemental Review 1 Aim: How do we prepare for AP Problems on limits, continuity and differentiability? Do Now: Use the graph of f(x) to evaluate each of the following: 1. lim x

More information

Math 111: Calculus. David Perkinson

Math 111: Calculus. David Perkinson Math : Calculus David Perkinson Fall 207 Contents Week, Monday: Introduction: derivatives, integrals, and the fundamental theorem. 5 Week, Wednesday: Average speed, instantaneous speed. Definition of the

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials. Taylor and Maclaurin Series Approximating functions using Polynomials. Approximating f x = e x near x = 0 In order to approximate the function f x = e x near x = 0, we can use the tangent line (The Linear

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

MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series.

MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series. MATH 1231 MATHEMATICS 1B CALCULUS. Section 5: - Power Series and Taylor Series. The objective of this section is to become familiar with the theory and application of power series and Taylor series. By

More information

80 Wyner PreCalculus Spring 2017

80 Wyner PreCalculus Spring 2017 80 Wyner PreCalculus Spring 2017 CHAPTER NINE: DERIVATIVES Review May 16 Test May 23 Calculus begins with the study of rates of change, called derivatives. For example, the derivative of velocity is acceleration

More information

0 Real Analysis - MATH20111

0 Real Analysis - MATH20111 0 Real Analysis - MATH20111 Warmup questions Most of you have seen limits, series, continuous functions and differentiable functions in school and/or in calculus in some form You might wonder why we are

More information

OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods.

OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods. 1.1 Limits: A Numerical and Graphical Approach OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods. 1.1 Limits: A Numerical and Graphical Approach DEFINITION: As x approaches

More information

Volume: The Disk Method. Using the integral to find volume.

Volume: The Disk Method. Using the integral to find volume. Volume: The Disk Method Using the integral to find volume. If a region in a plane is revolved about a line, the resulting solid is a solid of revolution and the line is called the axis of revolution. y

More information

Understanding Exponents Eric Rasmusen September 18, 2018

Understanding Exponents Eric Rasmusen September 18, 2018 Understanding Exponents Eric Rasmusen September 18, 2018 These notes are rather long, but mathematics often has the perverse feature that if someone writes a long explanation, the reader can read it much

More information

f ( x) = L ( the limit of f(x), as x approaches a,

f ( x) = L ( the limit of f(x), as x approaches a, Math 1205 Calculus Sec. 2.4 : The Precise Definition of a imit I. Review A. Informal Definition of imit 1. Def n : et f(x) be defined on an open interval about a except possibly at a itself. If f(x) gets

More information

m(x) = f(x) + g(x) m (x) = f (x) + g (x) (The Sum Rule) n(x) = f(x) g(x) n (x) = f (x) g (x) (The Difference Rule)

m(x) = f(x) + g(x) m (x) = f (x) + g (x) (The Sum Rule) n(x) = f(x) g(x) n (x) = f (x) g (x) (The Difference Rule) Chapter 3 Differentiation Rules 3.1 Derivatives of Polynomials and Exponential Functions Aka The Short Cuts! Yay! f(x) = c f (x) = 0 g(x) = x g (x) = 1 h(x) = x n h (x) = n x n-1 (The Power Rule) k(x)

More information

Chapter 5: Limits and Derivatives

Chapter 5: Limits and Derivatives Chapter 5: Limits and Derivatives Chapter 5 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.

More information

Unit 1 PreCalculus Review & Limits

Unit 1 PreCalculus Review & Limits 1 Unit 1 PreCalculus Review & Limits Factoring: Remove common factors first Terms - Difference of Squares a b a b a b - Sum of Cubes ( )( ) a b a b a ab b 3 3 - Difference of Cubes a b a b a ab b 3 3 3

More information

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1 Lectures - Week 11 General First Order ODEs & Numerical Methods for IVPs In general, nonlinear problems are much more difficult to solve than linear ones. Unfortunately many phenomena exhibit nonlinear

More information

5.3 Definite Integrals and Antiderivatives

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

More information

Lecture 7 3.5: Derivatives - Graphically and Numerically MTH 124

Lecture 7 3.5: Derivatives - Graphically and Numerically MTH 124 Procedural Skills Learning Objectives 1. Given a function and a point, sketch the corresponding tangent line. 2. Use the tangent line to estimate the value of the derivative at a point. 3. Recognize keywords

More information