Limits and Derivatives (Review of Math 249 or 251)

Size: px
Start display at page:

Download "Limits and Derivatives (Review of Math 249 or 251)"

Transcription

1 Chapter 3 Limits and Derivatives (Review of Math 249 or 251) 3.1 Overview This is the first of two chapters reviewing material from calculus; its and derivatives are discussed in this chapter, and integrals will be discussed in the net. While formal definitions of its and derivatives are included, for the sake of completeness, these won t be used very much in CPSC 413; you should concentrate more on the rules for computing its and derivatives that this chapter includes. 3.2 Limits Informal Introduction You should remember from Math 249 or 251 that its reveal the behaviour of a function near a point. Consider, for eample, the function f() = A graph of the function near = 1, and the function values f(0.9)=1.81, f(0.99)=1.9801, f(0.999) = , as well as f(1.1)=2.21, f(1.01)=2.0201, and f(1.001) = , should both suggest that the it of the value of this function as approaches 1 is 2. That is, these should suggest that f() =2. 1 Of course, this is f(1) in this case, so that for this eample the it of the value of the function as approaches 1 is just f(1). This isn t always true. For eample, If f() = 1 there is no it of the value f() asapproaches 0: The value diverges to + as approaches 0 from the right (that is, as takes on progressively smaller positive values), and it diverges to as approaches 0 from the left (that is, as takes on progressively smaller negative values). If f() = the it of f() does not eist as approaches 0. This time, though, the value approaches 1 from the right and 1 from the left (and, again f(0) is not defined). 41

2 If f() = 2, the it of f() eists as approaches 0, and the it equals 1, but f(0) is not defined. In fact, f() = 1 for all ecept when =0. Finally, if { 1 if 0 f() = 0 if =0, the it of f() asapproaches 0 eists, and f(0) eists, but these values aren t the same: The it is 1 and the function value is Formal Definition Note: This section is, pretty much, for interest only. That is, it won t really be necessary to understand or use the formal definition of a it in CPSC 413. Informally, we say that f() =Lif f() gets arbitrarily close to L as approaches a. That is, if you give me any positive real number ɛ that defines a neighbourhood (that is, open interval) (L ɛ, L + ɛ) near the it L, I should be able to give back to you another positive real number δ defining a neighbourhood (a δ, a + δ) near the value is approaching, so that f() will lie in your neighbourhood whenever falls into my neighbourhood as long as is different from a. A more formal definition, which pretty much says the same thing, is as follows. Definition 3.1. The it of f() as approaches a eists and is equal to (a finite constant) L, f() =L, if, for every real number ɛ>0, there eists some real number δ>0 such that if 0 < a <δ f() L <ɛ. (3.1) Note (again) that this does not imply that f(a) =L, or even that f(a) is defined, because the definition only mentions a condition that must hold when a is strictly greater than zero. In CPSC 413 we ll frequently be interested in the its of function values as becomes arbitrarily large (as approaches + ): Definition 3.1, Continued: The it of f() asapproaches + eists and is equal to (a finite constant) L, f() =L, + if, for every real number ɛ>0, there eists some (generally, large) real number M>0 such that if >M f() L <ɛ. Finally, the it of f() asapproaches + eists and is equal to +, f() =+ + if, for every real number U>0, there eists some (generally, large) real number M>0 such that if >M f() >U. 42

3 If all else fails, it is occasionally possible to prove that f() =Lusing this definition. Suppose again, for eample, that f() = and let a = 1. To prove formally (from the definition) that f() =Lin this case, for L = 2, suppose that is a small real number, and note that f(1+ )=(1+ ) 2 +1= It is sufficient to consider small values for, so suppose now that < 1. Then 2 < and it follows from the above that in this case. Therefore 2 2 <f(1+ )<2+3 f(1+ ) 2 <3. Now, given any positive real number ɛ, we can choose δ to the the minimum of 1 and ɛ/3. Then δ is also a positive real number, and it follows from the above derivation that whenever f() 2 <ɛ 1 <δ, establishing (formally) that 1 f() = 2, as desired. A formal proof that a it eists, and and that it equals some specified value, generally has the above form: You must use algebraic manipulation to figure out what a specific value for δ is, for any given value of ɛ, so that inequality 3.1 holds Limits of Functions Defined on the Integers The above definition describes the it of a function that s defined on the real numbers. However, in CPSC 413, we ll frequently want to compute a it, as the evaluation point approaches infinity, of a function that s only defined on the integers. In order to apply the above definition and the following evaluation rules we ll just etend the definition of the function we re interested in. Sometimes it ll be obvious how to do this, because the description of the function that s only defined on the integers gives a way to define it at other real values, too. For eample, if you want to compute the it of the identity function f(n) =nit should be clear that you should etend this by defining f() tobefor every real number as well. Unfortunately, this isn t always the case. For eample, it isn t obvious how to etend the definition of the factorial function f(n) =n! in order to define it on real numbers that aren t integers. If all else fails, the following trick will work: If we want to compute f(n), where f(n) is n + defined on the integers, and it isn t clear how to define a value for f at other real numbers, we ll define a corresponding function ˆf that s defined on the reals by the rule ˆf() =f( ) for every real number, 43

4 where, as usual, is the largest integer that s less than or equal to (and is called the floor of ). Note that f(n) = ˆf(n) for every integer n according to this definition. Now we ll just define f(n) tobethe same as ˆf(), so that the evaluation rules can n + + be applied to the second of these its, in order to find the value for the first one. You might be concerned because there are several different ways to etend a function that s defined on the integers, to get a function that s defined on the reals. If any of the etensions has a it, this really will be the it (as n approaches infinity) of the integer function you started with and all of the other possible etensions will either have the same it or won t have any it at all. Furthermore, the etension suggested above (involving the use of as an argument) will have a it if any of the etensions do. Another way to deal with this problem will be given as part of Theorem 3.6, below. Finally, please note that the above tricks are only recommended when you want to compute a it at infinity don t apply them if you want to compute its as the evaluation point approaches a finite value! Rules for Calculating Limits The following rules aren t quite as general as the use of the definition of it, but they re easier to apply and will be sufficient for CPSC 413 (at least, most of the time): Theorem 3.2 (Limit of a Constant). If f() =c(that is, f is a constant function), f() =c for any real or comple number a, orfora=+. Theorem 3.3 (Sum, Difference, and Product Rules). Suppose that f() =L and g() =M for functions f and g, finite values L and M, and for any real or comple number a (or for a =+ ). Then (f()+g()) = L + M, and (f() g()) = L M, (f() g()) = L M. Theorem 3.4 (Quotient Rule). If a, f(), g(), L and M are as above, and M 0, f() g() = L M. 44

5 You can etend these rules to some of the cases where one or both of L and M equal plus or minus infinity. Unfortunately, there are some cases where you can t: The sum and the quotients (+ )+( ) 0 0 and + + are all ill-defined it isn t clear what values they should assume. The last of these (the ratio of + to itself) will arise frequently in CPSC 413, so we need some additional ways to deal with it. Theorem 3.5 (Cancellation of a Common Factor). Let f, g, and h be functions, let a be a finite constant, and suppose there is some positive real number δ such that if 0 < a <δ h() 0; f() h() g() h() = f() g(). Similarly, if there is some (generally large) real number M such that if >M h() 0, f() h() + g() h() = f() + g(). That is, you can cancel out the common factor of h() in the numerator and denominator without changing the it in each case. Sometimes this is all you need to do in order to go ahead and compute the it. For eample, consider the it Let h() =; h() is nonzero when is close to 0, in the sense given above, even though h(0) = 0, and the it has the form described above for f() =3andg() = 2. So we can use Theorem 3.5 to conclude that = = 3 2. Here s another fact that is occasionally useful. This doesn t only apply to its of ratios, but it can definitely be useful in this case. Theorem 3.6 (Sandwiching the Limit). Let f, g, and h be functions that are defined on the real numbers such that, for a finite constant a and positive real number δ, if 0 < a <δ f() g() h(). 45

6 Suppose, furthermore, that f() = h(); g() = f() as well. Similarly, if f, g, and h are functions that are defined on the real numbers and N is a (generally large) constant such that and if >N f() g() h() f() = h() + + g() = f() + + as well. Finally, if f and h are functions that are defined on the reals, g is a function that is defined on the integers, and N is a (generally large) constant such that (for integers n and real numbers ) and as well. if n>n f(n) g(n) h(n) f() = h() + + g(n) = f() n + + This result can be applied to compute the middle it for g as long as f and h really do provide lower and upper bounds on g within the range you re interested in (that is, near the it point), and as long as the its of f and h really do agree. Here s an eample: Suppose you want to compute the it 2 n n + n! It isn t clear how you can do this directly. On the other hand, since n n! = i, i=1 46

7 it isn t too hard to see that if n 1 so that Set 2 9 3n =2 3 n 2 =1 2 n n n i = n! n = n n, i=3 i=3 i=1 2 n n n 2n n! 9 2 2n 3 n = 9 ( ) 2 n 2. (3.2) 3 h() = 2 9 ( ) 2 ; 3 clearly h is defined on the real numbers, and ( ) h() = =0, since < 1. We could try to set f() tobe 2 (based on the inequality given above) and apply the method being described. However, it ll make things easier if we simply observe that 2 is nonnegative for all 0, and use the inequality 0 2n n! 9 ( ) 2 n 2 3 for every natural number n that is implied by this observation and by inequality (3.2), above. Therefore we ll set f() =0,g(n)= 2n n!, and h() to be as defined above, and we ll set N to be 1. Then and clearly (since f() =0) f(n) g(n) h(n) for all n N, so we can conclude that f() = h() =0, + + g(n) =0 n 0 as well. Note that this is the it that we originally wished to compute. We ll see one more etremely useful rule to compute the its of ratios, after defining derivatives Continuous Functions Definition 3.7. A function f() iscontinuous at a if the it as approaches a eists and, furthermore, f() =f(a). A function is continuous on an interval if it s continuous at every point inside that interval, and it s continuous if it s continuous at every real number. 47

8 By definition, the its of continuous functions are etremely easy to compute: the it of a continuous function is just the value of the function at the it point. Polynomials and eponential functions are continuous, and log functions (f() = log c for some constant c>0) are continuous on the interval of positive real numbers. You may use these facts without having to prove them in CPSC 413. Of course, this still leaves us with the problem of computing its as approaches Derivatives Definitions Suppose f() is a function and a is a real number such that f is continuous at a. Informally (or graphically), you can think of f (a) as the slope of the line that is tangent to the graph y = f() at the point (a, f(a)). If f is not continuous at a f (a) doesn t eist. The derivative of f at a can be defined more formally as a it: Definition 3.8. If a function f is continuous at a point a the derivative of f at a, f (a), is the it δ 0 f(a + δ) f(a). δ The function f is said to be differentiable at a if f is continuous at a and the above it eists (otherwise, f (a) is undefined), and f is said to be differentiable if f (a) eists for every real number a. If f is differentiable we ll frequently consider f to be a function as well that is, we ll refer to the function f () (or just f ), with the understanding that the value of this function at any real number a is the it f (a) given above Some Rules for Computing Derivatives Theorem 3.9 (Derivative of a Constant). If f() =cis a constant function f () =0. Theorem 3.10 (Derivative of a Power). If f() = α, for any fied real number α, f is differentiable and f () =α α 1. In particular, the derivative of 1 (the function 0 )is0. Theorem 3.11 (Sum, Product, and Quotient Rules). If functions f and g are both differentiable at a, if h = f + g, h (a) =f (a)+g (a); and if h = f g, h (a) =f(a) g (a)+f (a) g(a); if h = f g and g(a) 0, h (a) = f (a) g(a) f(a) g (a) (g(a)) 2. 48

9 Theorem 3.9 and the above sum and product rules can be used to establish that differentiation is a linear operator: If c is a constant and f, g, and h are functions such that f() =c g()+h(), f () =c g ()+h () as well. Theorem 3.12 (Chain Rule). If g is differentiable at a, f is differentiable at g(a), and if h = f g (so that h() =f(g())), h (a) =f (b) g (a), for b = g(a). 3.4 Back to Limits: l Hôpital s Rule Now that differentiation has been defined, we can state another etremely useful rule for computing its of quotients. Theorem 3.13 (l Hôpital s Rule). If a is a real number or a =+, and either or f() = g() =0 f() = g() =+, f() g() = f () g () (provided, of course, that the derivatives shown in the above epression eist). That is, you can differentiate the functions in the numerator and in the denominator, without changing the it, in these cases. The first eample of the use of l Hôpital s rule you saw might have been the following: Suppose f() = sin and g() =; f() = g() = 0. So, by l Hôpital s rule, 0 0 sin 0 = cos =cos0=1, 0 1 since f () = cos if f() = sin and g () =1ifg()=, and since the cosine function is continuous. Note, again, that you can only apply this rule if either f() and g() both approach 0 or if they both approach + at the it you want to compute. On the other hand, you won t need this rule in any other case. 3.5 Eponential and Logarithmic Functions In spite of the fact that the last eample involved one, trigonometric functions (sin, cos, tan, and so on) won t be used very much on CPSC 413. However, the eponential and logarithmic functions will be used frequently, and you should know and be able to apply the basic properties of these functions that are given below. Here are definitions and derivatives for two important functions (and a constant). 49

10 Definition Euler s constant, commonly written as e, is the it ( 1+ 1 ) n n + n and is approimately equal to Theorem If f() =e f () =e as well. Definition If >0 the natural logarithm of, ln, is the (unique!) real number y such that e y =. Thusifg()=lnand f() =e as above, for all >0. f(g()) = g(f()) = Theorem If g() =lnas above, and >0, g () = 1. We re often interested in eponential and logarithm functions with different bases. You can differentiate these as well, by using the following formulas and the above definitions. Theorem If c>0 c = e ln c, Theorem If a, b, c > 0 In particular (when a is Euler s constant), log b c = log a c log a b. log b c = ln c ln b. You should now be able to use the fact that if f() =e f () =e as well, in order to figure out how to differentiate c for c>0 (by using the above formulas and the chain rule). It should be even easier to figure out how to differentiate log b for some constant b>0, given the above information about logarithms (after all, if b is a positive constant, ln b and 1 ln b are just constants, as well). Some additional useful properties of eponential functions and logarithms are given on pages of Cormen, Leiserson, and Rivest [3]. 3.6 Eercises 1. Compute the each of the following its or eplain why it does not eist. 3 8 (a) 2 2 (b) + (c) cos 1 (d) 0 sin(4) sin(3) 50

11 2. Compute the derivative (with respect to ) of each of the following functions. (a) f() = (b) f() =ln (c) f() = ln (d) f() =e 2 ln 3. Derive the quotient rule (as given below), starting with the definition of a derivative, and assuming that the functions f and g are both differentiable at a and that g(a) 0. Quotient Rule: If h() = f() g() h (a) = f (a)g(a) f(a)g (a) (g(a)) 2 4. Prove that for every natural number n 1. (ln ) n + =0 Hints for selected eercises are given in the net section; solutions for Eercises 1(c) and 3 are given in Section Hints for Selected Eercises Eercise #1(a): Observe that you can cancel out a common factor of 2 from both the numerator and the denominator of the epression in the it or you can use l Hôpital s rule, instead. (Try using both methods, and confirm that you get the same answer each time.) Eercise #1(b): You can either treat 2 as a common factor to be einated from both the numerator and denominator, or you can apply l Hôpital s rule twice. Eercise #1(d): Apply l Hôpital s rule. You ll need to treat both the numerator and denominator as compositions of functions and use the chain rule to compute the needed derivatives. Eercise #2(b): Eercise #2(c): Apply the product rule for derivatives. Apply the quotient rule for derivatives. Eercise #2(d): f() =g(h()) for g(y) =e y and h(z) =z 2 ln z. Apply the product rule to differentiate h, and apply the chain rule to differentiate f. Eercise #4: Try to prove this using mathematical induction, by induction on n (with n = 1as your starting point). You ll probably need to apply l Hôpital s rule in both the basis and inductive step of your proof. 51

Limits. f(x) and lim. g(x) g(x)

Limits. f(x) and lim. g(x) g(x) Limits Limit Laws Suppose c is constant, n is a positive integer, and f() and g() both eist. Then,. [f() + g()] = f() + g() 2. [f() g()] = f() g() [ ] 3. [c f()] = c f() [ ] [ ] 4. [f() g()] = f() g()

More information

Sections 1.3 Computation of Limits

Sections 1.3 Computation of Limits 1 Sections 1.3 Computation of Limits We will shortly introduce the it laws. Limit laws allows us to evaluate the it of more complicated functions using the it of simpler ones. Theorem Suppose that c is

More information

Calculus I (part 1): Limits and Continuity (by Evan Dummit, 2016, v. 2.01)

Calculus I (part 1): Limits and Continuity (by Evan Dummit, 2016, v. 2.01) Calculus I (part ): Limits and Continuity (by Evan Dummit, 206, v. 2.0) Contents Limits and Continuity. Limits (Informally)...............................................2 Limits and the Limit Laws..........................................

More information

2.2 Limit of a Function and Limit Laws

2.2 Limit of a Function and Limit Laws Limit of a Function and Limit Laws Section Notes Page Let s look at the graph y What is y()? That s right, its undefined, but what if we wanted to find the y value the graph is approaching as we get close

More information

f(x) lim does not exist.

f(x) lim does not exist. Indeterminate Forms and L Hopital s Rule When we computed its of quotients, i.e. its of the form f() a g(), we came across several different things that could happen: f(). a g() = f(a) g(a) when g(). a

More information

Section 1: Limits and Continuity

Section 1: Limits and Continuity Chapter The Derivative Applied Calculus 74 Section 1: 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

MATH 1A MIDTERM 1 (8 AM VERSION) SOLUTION. (Last edited October 18, 2013 at 5:06pm.) lim

MATH 1A MIDTERM 1 (8 AM VERSION) SOLUTION. (Last edited October 18, 2013 at 5:06pm.) lim MATH A MIDTERM (8 AM VERSION) SOLUTION (Last edited October 8, 03 at 5:06pm.) Problem. (i) State the Squeeze Theorem. (ii) Prove the Squeeze Theorem. (iii) Using a carefully justified application of the

More information

Section 2.5: Continuity

Section 2.5: Continuity Section 2.5: Continuity 1. The Definition of Continuity We start with a naive definition of continuity. Definition 1.1. We say a function f() is continuous if we can draw its graph without lifting out

More information

The method of rationalizing

The method of rationalizing Roberto s Notes on Differential Calculus Chapter : Resolving indeterminate forms Section The method of rationalizing What you need to know already: The concept of it and the factor-and-cancel method of

More information

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier Calculus I Review Handout 1.3 Introduction to Calculus - Limits by Kevin M. Chevalier We are now going to dive into Calculus I as we take a look at the it process. While precalculus covered more static

More information

Updated: January 16, 2016 Calculus II 6.8. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University.

Updated: January 16, 2016 Calculus II 6.8. Math 230. Calculus II. Brian Veitch Fall 2015 Northern Illinois University. Updated: January 6, 206 Calculus II 6.8 Math 230 Calculus II Brian Veitch Fall 205 Northern Illinois University Indeterminate Forms and L Hospital s Rule From calculus I, we used a geometric approach to

More information

In this chapter, we define limits of functions and describe some of their properties.

In this chapter, we define limits of functions and describe some of their properties. Chapter 2 Limits of Functions In this chapter, we define its of functions and describe some of their properties. 2.. Limits We begin with the ϵ-δ definition of the it of a function. Definition 2.. Let

More information

Limits at Infinity

Limits at Infinity Limits at Infinity 9-6-08 In this section, I ll discuss the it of a function f() as goes to and. We ll see that this is related to horizontal asyptotes of a graph. It s natural to discuss vertical asymptotes

More information

The method of rationalizing

The method of rationalizing Roberto s Notes on Differential Calculus Chapter : Resolving indeterminate forms Section The method of rationalizing What you need to know already: The concept of it and the factor-and-cancel method of

More information

TABLE OF CONTENTS CHAPTER 1 LIMIT AND CONTINUITY... 26

TABLE OF CONTENTS CHAPTER 1 LIMIT AND CONTINUITY... 26 TABLE OF CONTENTS CHAPTER LIMIT AND CONTINUITY... LECTURE 0- BASIC ALGEBRAIC EXPRESSIONS AND SOLVING EQUATIONS... LECTURE 0- INTRODUCTION TO FUNCTIONS... 9 LECTURE 0- EXPONENTIAL AND LOGARITHMIC FUNCTIONS...

More information

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

MA 180 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives MA 180 Lecture Chapter 7 College Algebra and Calculus by Larson/Hodgkins Limits and Derivatives 7.1) Limits An important concept in the study of mathematics is that of a it. It is often one of the harder

More information

Downloaded from

Downloaded from 1 Class XI: Math Chapter 13: Limits and Derivatives Chapter Notes Key-Concepts 1. The epected value of the function as dictated by the points to the left of a point defines the left hand it of the function

More information

Chapter 1. Math review. 1.1 Some sets

Chapter 1. Math review. 1.1 Some sets Chapter 1 Math review This book assumes that you understood precalculus when you took it. So you used to know how to do things like factoring polynomials, solving high school geometry problems, using trigonometric

More information

Chapter 1. Limits and Continuity. 1.1 Limits

Chapter 1. Limits and Continuity. 1.1 Limits Chapter Limits and Continuit. Limits The its is the fundamental notion of calculus. This underling concept is the thread that binds together virtuall all of the calculus ou are about to stud. In this section,

More information

The Limit Concept. Introduction to Limits. Definition of Limit. Example 1. Example 2. Example 3 4/7/2015

The Limit Concept. Introduction to Limits. Definition of Limit. Example 1. Example 2. Example 3 4/7/2015 4/7/015 The Limit Concept Introduction to Limits Precalculus 1.1 The notion of a it is a fundamental concept of calculus. We will learn how to evaluate its and how they are used in the two basic problems

More information

Limits, Continuity, and Asymptotes

Limits, Continuity, and Asymptotes LimitsContinuity.nb 1 Limits, Continuity, and Asymptotes Limits Limit evaluation is a basic calculus tool that can be used in many different situations. We will develop a combined numerical, graphical,

More information

MA123, Chapter 6: Extreme values, Mean Value Theorem, Curve sketching, and Concavity

MA123, Chapter 6: Extreme values, Mean Value Theorem, Curve sketching, and Concavity MA123, Chapter 6: Etreme values, Mean Value Theorem, Curve sketching, and Concavit Chapter Goals: Appl the Etreme Value Theorem to find the global etrema for continuous function on closed and bounded interval.

More information

Math 0420 Homework 3. Scratch Work:For c > 0, according to the definition of limit, we want to find δ to bound the term x c by ɛ.we have: x c.

Math 0420 Homework 3. Scratch Work:For c > 0, according to the definition of limit, we want to find δ to bound the term x c by ɛ.we have: x c. Math 0420 Homework 3 Eercise 311 Find the it or prove the it does not eit (a) for c 0 Solution: First, we might guess that the it is c Scratch Work:For c > 0, according to the definition of it, we want

More information

A Catalog of Essential Functions

A Catalog of Essential Functions Section. A Catalog of Essential Functions Kiryl Tsishchanka A Catalog of Essential Functions In this course we consider 6 groups of important functions:. Linear Functions. Polynomials 3. Power functions.

More information

The following information is for reviewing the material since Exam 3:

The following information is for reviewing the material since Exam 3: Outcomes List for Math 121 Calculus I Fall 2010-2011 General Information: The purpose of this Outcomes List is to give you a concrete summary of the material you should know, and the skills you should

More information

AXIOMS FOR THE INTEGERS

AXIOMS FOR THE INTEGERS AXIOMS FOR THE INTEGERS BRIAN OSSERMAN We describe the set of axioms for the integers which we will use in the class. The axioms are almost the same as what is presented in Appendix A of the textbook,

More information

lim x c x 2 x +2. Suppose that, instead of calculating all the values in the above tables, you simply . What do you find? x +2

lim x c x 2 x +2. Suppose that, instead of calculating all the values in the above tables, you simply . What do you find? x +2 MA123, Chapter 3: The idea of its (pp. 47-67, Gootman) Chapter Goals: Evaluate its. Evaluate one-sided its. Understand the concepts of continuity and differentiability and their relationship. Assignments:

More information

Derivatives and Graphs of Functions

Derivatives and Graphs of Functions Derivatives and Graphs of Functions September 8, 2014 2.2 Second Derivatives, Concavity, and Graphs In the previous section, we discussed how our derivatives can be used to obtain useful information about

More information

Paul's Online Math Notes Calculus III (Notes) / Applications of Partial Derivatives / Lagrange Multipliers Problems][Assignment Problems]

Paul's Online Math Notes Calculus III (Notes) / Applications of Partial Derivatives / Lagrange Multipliers Problems][Assignment Problems] 1 of 9 25/04/2016 13:15 Paul's Online Math Notes Calculus III (Notes) / Applications of Partial Derivatives / Lagrange Multipliers Problems][Assignment Problems] [Notes] [Practice Calculus III - Notes

More information

Limits and Their Properties. Copyright Cengage Learning. All rights reserved.

Limits and Their Properties. Copyright Cengage Learning. All rights reserved. 1 Limits and Their Properties Copyright Cengage Learning. All rights reserved. 1.1 A Preview of Calculus Copyright Cengage Learning. All rights reserved. What Is Calculus? 3 Calculus Calculus is the mathematics

More information

In this chapter, we will investigate what have become the standard applications of the integral:

In this chapter, we will investigate what have become the standard applications of the integral: Chapter 8 Overview: Applications of Integrals Calculus, like most mathematical fields, began with trying to solve everyday problems. The theory and operations were formalized later. As early as 70 BC,

More information

Common Math Errors Written by Paul Dawkins

Common Math Errors Written by Paul Dawkins Common Math Errors Written by Paul Dawkins Originally the intended audience for this was my Calculus I students as pretty much every error listed here shows up in that class with alarming frequency. After

More information

3.6-Rational Functions & Their Graphs

3.6-Rational Functions & Their Graphs .6-Rational Functions & Their Graphs What is a Rational Function? A rational function is a function that is the ratio of two polynomial functions. This definition is similar to a rational number which

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technolog c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

Section 1.4 Limits involving infinity

Section 1.4 Limits involving infinity Section. Limits involving infinit (/3/08) Overview: In later chapters we will need notation and terminolog to describe the behavior of functions in cases where the variable or the value of the function

More information

1.1 THIS IS LINES 1.2 FUNCTIONS

1.1 THIS IS LINES 1.2 FUNCTIONS GOOGLE SHEETS 1.1 THIS IS LINES 1.2 FUNCTIONS I CAN LEARN HOW TO EVALUATE FUNCTIONS AND FIND THEIR DOMAINS. I HAVE A VIDEO POSTED ONLINE THAT HELPS YOU THROUGH THE MIRE OF GOOGLE SHEETS. ON THE VIDEO I

More information

Section 4.1: Maximum and Minimum Values

Section 4.1: Maximum and Minimum Values Section 4.: Maimum and Minimum Values In this chapter, we shall consider further applications of the derivative. The main application we shall consider is using derivatives to sketch accurate graphs of

More information

A Formal Definition of Limit

A Formal Definition of Limit 5 CHAPTER Limits and Their Properties L + ε L L ε (c, L) c + δ c c δ The - definition of the it of f as approaches c Figure. A Formal Definition of Limit Let s take another look at the informal description

More information

Finding Asymptotes KEY

Finding Asymptotes KEY Unit: 0 Lesson: 0 Discontinuities Rational functions of the form f ( are undefined at values of that make 0. Wherever a rational function is undefined, a break occurs in its graph. Each such break is called

More information

Introduction to Algorithms / Algorithms I Lecturer: Michael Dinitz Topic: Approximation algorithms Date: 11/18/14

Introduction to Algorithms / Algorithms I Lecturer: Michael Dinitz Topic: Approximation algorithms Date: 11/18/14 600.363 Introduction to Algorithms / 600.463 Algorithms I Lecturer: Michael Dinitz Topic: Approximation algorithms Date: 11/18/14 23.1 Introduction We spent last week proving that for certain problems,

More information

Radical Expressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots exist?

Radical Expressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots exist? Hartfield Intermediate Algebra (Version 2014-2D) Unit 4 Page 1 Topic 4 1 Radical Epressions and Functions What is a square root of 25? How many square roots does 25 have? Do the following square roots

More information

Domain: The domain of f is all real numbers except those values for which Q(x) =0.

Domain: The domain of f is all real numbers except those values for which Q(x) =0. Math 1330 Section.3.3: Rational Functions Definition: A rational function is a function that can be written in the form P() f(), where f and g are polynomials. Q() The domain of the rational function such

More information

2.2 Absolute Value Functions

2.2 Absolute Value Functions . Absolute Value Functions 7. Absolute Value Functions There are a few was to describe what is meant b the absolute value of a real number. You ma have been taught that is the distance from the real number

More information

Contents 20. Trigonometric Formulas, Identities, and Equations

Contents 20. Trigonometric Formulas, Identities, and Equations Contents 20. Trigonometric Formulas, Identities, and Equations 2 20.1 Basic Identities............................... 2 Using Graphs to Help Verify Identities................... 2 Example 20.1................................

More information

Trigonometric Integrals

Trigonometric Integrals Most trigonometric integrals can be solved by using trigonometric identities or by following a strategy based on the form of the integrand. There are some that are not so easy! Basic Trig Identities and

More information

/633 Introduction to Algorithms Lecturer: Michael Dinitz Topic: Approximation algorithms Date: 11/27/18

/633 Introduction to Algorithms Lecturer: Michael Dinitz Topic: Approximation algorithms Date: 11/27/18 601.433/633 Introduction to Algorithms Lecturer: Michael Dinitz Topic: Approximation algorithms Date: 11/27/18 22.1 Introduction We spent the last two lectures proving that for certain problems, we can

More information

Edexcel Core Mathematics 4 Integration

Edexcel Core Mathematics 4 Integration Edecel Core Mathematics 4 Integration Edited by: K V Kumaran kumarmaths.weebly.com Integration It might appear to be a bit obvious but you must remember all of your C work on differentiation if you are

More information

by Kevin M. Chevalier

by Kevin M. Chevalier Precalculus Review Handout.4 Trigonometric Functions: Identities, Graphs, and Equations, Part I by Kevin M. Chevalier Angles, Degree and Radian Measures An angle is composed of: an initial ray (side) -

More information

Notes on metric spaces and topology. Math 309: Topics in geometry. Dale Rolfsen. University of British Columbia

Notes on metric spaces and topology. Math 309: Topics in geometry. Dale Rolfsen. University of British Columbia Notes on metric spaces and topology Math 309: Topics in geometry Dale Rolfsen University of British Columbia Let X be a set; we ll generally refer to its elements as points. A distance function, or metric

More information

1.2 Functions and Graphs

1.2 Functions and Graphs Section.2 Functions and Graphs 3.2 Functions and Graphs You will be able to use the language, notation, and graphical representation of functions to epress relationships between variable quantities. Function,

More information

Summer Assignment for students entering: Algebra 2 Trigonometry Honors

Summer Assignment for students entering: Algebra 2 Trigonometry Honors Summer Assignment for students entering: Algebra Trigonometry Honors Please have the following worksheets completed and ready to be handed in on the first day of class in the fall. Make sure you show your

More information

Chapter Three Chapter Three

Chapter Three Chapter Three Chapter Three Chapter Three 90 CHAPTER THREE ConcepTests for Section.. If f () = g (), then f() = g(). (a) True (b) False (b). If f () = g (), then f() = g() + C, where C is some constant. You might point

More information

Tangents of Parametric Curves

Tangents of Parametric Curves Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 32 Notes These notes correspond to Section 92 in the text Tangents of Parametric Curves When a curve is described by an equation of the form y = f(x),

More information

Section 2.2: Absolute Value Functions, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a

Section 2.2: Absolute Value Functions, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Section.: Absolute Value Functions, from College Algebra: Corrected Edition b Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons Attribution-NonCommercial-ShareAlike.0 license.

More information

Hw 4 Due Feb 22. D(fg) x y z (

Hw 4 Due Feb 22. D(fg) x y z ( Hw 4 Due Feb 22 2.2 Exercise 7,8,10,12,15,18,28,35,36,46 2.3 Exercise 3,11,39,40,47(b) 2.4 Exercise 6,7 Use both the direct method and product rule to calculate where f(x, y, z) = 3x, g(x, y, z) = ( 1

More information

Functions. Introduction CHAPTER OUTLINE

Functions. Introduction CHAPTER OUTLINE Functions,00 P,000 00 0 y 970 97 980 98 990 99 000 00 00 Figure Standard and Poor s Inde with dividends reinvested (credit "bull": modification of work by Prayitno Hadinata; credit "graph": modification

More information

Section 2.3: Calculating Limits using the Limit Laws

Section 2.3: Calculating Limits using the Limit Laws Section 2.3: Calculating Limits using te Limit Laws In previous sections, we used graps and numerics to approimate te value of a it if it eists. Te problem wit tis owever is tat it does not always give

More information

Graphing Functions. 0, < x < 0 1, 0 x < is defined everywhere on R but has a jump discontinuity at x = 0. h(x) =

Graphing Functions. 0, < x < 0 1, 0 x < is defined everywhere on R but has a jump discontinuity at x = 0. h(x) = Graphing Functions Section. of your tetbook is devoted to reviewing a series of steps that you can use to develop a reasonable graph of a function. Here is my version of a list of things to check. You

More information

4.2 Properties of Rational Functions. 188 CHAPTER 4 Polynomial and Rational Functions. Are You Prepared? Answers

4.2 Properties of Rational Functions. 188 CHAPTER 4 Polynomial and Rational Functions. Are You Prepared? Answers 88 CHAPTER 4 Polnomial and Rational Functions 5. Obtain a graph of the function for the values of a, b, and c in the following table. Conjecture a relation between the degree of a polnomial and the number

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Eam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the intervals on which the function is continuous. 2 1) y = ( + 5)2 + 10 A) (-, ) B)

More information

u u 1 u (c) Distributive property of multiplication over subtraction

u u 1 u (c) Distributive property of multiplication over subtraction ADDITIONAL ANSWERS 89 Additional Answers Eercises P.. ; All real numbers less than or equal to 4 0 4 6. ; All real numbers greater than or equal to and less than 4 0 4 6 7. ; All real numbers less than

More information

Now each of you should be familiar with inverses from your previous mathematical

Now each of you should be familiar with inverses from your previous mathematical 5. Inverse Functions TOOTLIFTST: Knowledge of derivatives of basic functions, including power, eponential, logarithmic, trigonometric, and inverse trigonometric functions. Now each of you should be familiar

More information

15-451/651: Design & Analysis of Algorithms October 11, 2018 Lecture #13: Linear Programming I last changed: October 9, 2018

15-451/651: Design & Analysis of Algorithms October 11, 2018 Lecture #13: Linear Programming I last changed: October 9, 2018 15-451/651: Design & Analysis of Algorithms October 11, 2018 Lecture #13: Linear Programming I last changed: October 9, 2018 In this lecture, we describe a very general problem called linear programming

More information

Introduction to Trigonometric Functions. Peggy Adamson and Jackie Nicholas

Introduction to Trigonometric Functions. Peggy Adamson and Jackie Nicholas Mathematics Learning Centre Introduction to Trigonometric Functions Pegg Adamson and Jackie Nicholas c 998 Universit of Sdne Acknowledgements A significant part of this manuscript has previousl appeared

More information

Chapter 7 Transcendental Functions

Chapter 7 Transcendental Functions Chapter 7 Transcendental Functions. Trapezoidal Rule and Simpson s Rule. Other Numerical Integration 3. Logarithmic and Eponential Functions 4. Inverse Trigonometric Functions 5. Comparing Symbolic Integration

More information

EC121 Mathematical Techniques A Revision Notes

EC121 Mathematical Techniques A Revision Notes EC Mathematical Techniques A Revision Notes EC Mathematical Techniques A Revision Notes Mathematical Techniques A begins with two weeks of intensive revision of basic arithmetic and algebra, to the level

More information

Algorithms and Data Structures

Algorithms and Data Structures Algorithms and Data Structures Spring 2019 Alexis Maciel Department of Computer Science Clarkson University Copyright c 2019 Alexis Maciel ii Contents 1 Analysis of Algorithms 1 1.1 Introduction.................................

More information

1.5 LIMITS. The Limit of a Function

1.5 LIMITS. The Limit of a Function 60040_005.qd /5/05 :0 PM Page 49 SECTION.5 Limits 49.5 LIMITS Find its of functions graphicall and numericall. Use the properties of its to evaluate its of functions. Use different analtic techniques to

More information

Math 295: Exam 3 Name: Caleb M c Whorter Solutions Fall /16/ Minutes

Math 295: Exam 3 Name: Caleb M c Whorter Solutions Fall /16/ Minutes Math 295: Eam 3 Name: Caleb M c Whorter Solutions Fall 2018 11/16/2018 50 Minutes Write your name on the appropriate line on the eam cover sheet. This eam contains 10 pages (including this cover page)

More information

Math 5320, 3/28/18 Worksheet 26: Ruler and compass constructions. 1. Use your ruler and compass to construct a line perpendicular to the line below:

Math 5320, 3/28/18 Worksheet 26: Ruler and compass constructions. 1. Use your ruler and compass to construct a line perpendicular to the line below: Math 5320, 3/28/18 Worksheet 26: Ruler and compass constructions Name: 1. Use your ruler and compass to construct a line perpendicular to the line below: 2. Suppose the following two points are spaced

More information

MATH 137 : Calculus 1 for Honours Mathematics. Online Assignment #5. Limits and Continuity of Functions

MATH 137 : Calculus 1 for Honours Mathematics. Online Assignment #5. Limits and Continuity of Functions 1 Instructions: MATH 137 : Calculus 1 for Honours Mathematics Online Assignment #5 Limits and Continuity of Functions Due by 9:00 pm on WEDNESDAY, June 13, 2018 Weight: 2% This assignment includes the

More information

Square roots: We say that the square root of 16 is 4. We write this as 16 4.

Square roots: We say that the square root of 16 is 4. We write this as 16 4. Intermediate algebra Class notes Radicals and Radical Functions (section 10.1) These are square roots, cube roots, etc. Square roots: We say that the square root of 16 is 4. We write this as 16 4. Root

More information

CS 137 Part 7. Big-Oh Notation, Linear Searching and Basic Sorting Algorithms. November 10th, 2017

CS 137 Part 7. Big-Oh Notation, Linear Searching and Basic Sorting Algorithms. November 10th, 2017 CS 137 Part 7 Big-Oh Notation, Linear Searching and Basic Sorting Algorithms November 10th, 2017 Big-Oh Notation Up to this point, we ve been writing code without any consideration for optimization. There

More information

function at the given point. Thus, for our previous example we would find that lim f(x) = 0

function at the given point. Thus, for our previous example we would find that lim f(x) = 0 Limits In order to introduce the notion of the it, we will consider the following situation. Suppose you are given a function, defined on some interval, except at a single point in the interval. What,

More information

Table of Laplace Transforms

Table of Laplace Transforms Table of Laplace Transforms 1 1 2 3 4, p > -1 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Heaviside Function 27 28. Dirac Delta Function 29 30. 31 32. 1 33 34. 35 36. 37 Laplace Transforms

More information

An Introduction to Maple This lab is adapted from a lab created by Bob Milnikel.

An Introduction to Maple This lab is adapted from a lab created by Bob Milnikel. Some quick tips for getting started with Maple: An Introduction to Maple This lab is adapted from a lab created by Bob Milnikel. [Even before we start, take note of the distinction between Tet mode and

More information

TI-89 Clinic. Let s first set up our calculators so that we re all working in the same mode.

TI-89 Clinic. Let s first set up our calculators so that we re all working in the same mode. TI-89 Clinic Preliminaries Let s first set up our calculators so that we re all working in the same mode. From the home screen, select F6 new problem. Hit enter to eecute that command. This erases previous

More information

1 Review of Functions Symmetry of Functions; Even and Odd Combinations of Functions... 42

1 Review of Functions Symmetry of Functions; Even and Odd Combinations of Functions... 42 Contents 0.1 Basic Facts...................................... 8 0.2 Factoring Formulas.................................. 9 1 Review of Functions 15 1.1 Functions.......................................

More information

Math 340 Fall 2014, Victor Matveev. Binary system, round-off errors, loss of significance, and double precision accuracy.

Math 340 Fall 2014, Victor Matveev. Binary system, round-off errors, loss of significance, and double precision accuracy. Math 340 Fall 2014, Victor Matveev Binary system, round-off errors, loss of significance, and double precision accuracy. 1. Bits and the binary number system A bit is one digit in a binary representation

More information

Basic Combinatorics. Math 40210, Section 01 Fall Homework 4 Solutions

Basic Combinatorics. Math 40210, Section 01 Fall Homework 4 Solutions Basic Combinatorics Math 40210, Section 01 Fall 2012 Homework 4 Solutions 1.4.2 2: One possible implementation: Start with abcgfjiea From edge cd build, using previously unmarked edges: cdhlponminjkghc

More information

4.3 Finding Local Extreme Values: First and Second Derivatives

4.3 Finding Local Extreme Values: First and Second Derivatives Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan 4.3 Finding Local Extreme Values: First and Second Derivatives Recall that a function f(x) is said to be increasing (respectively decreasing)

More information

Lesson 3: Solving Equations; Floating-point Computation

Lesson 3: Solving Equations; Floating-point Computation Lesson 3: Solving Equations; Floating-point Computation restart; A hard equation Last time we were looking at this equation. eq := * sin() = Pi/2; (1.1) Maple didn't know the solutions. solve(eq,,allsolutions);

More information

Divisibility Rules and Their Explanations

Divisibility Rules and Their Explanations Divisibility Rules and Their Explanations Increase Your Number Sense These divisibility rules apply to determining the divisibility of a positive integer (1, 2, 3, ) by another positive integer or 0 (although

More information

Increasing/Decreasing Behavior

Increasing/Decreasing Behavior Derivatives and the Shapes of Graphs In this section, we will specifically discuss the information that f (x) and f (x) give us about the graph of f(x); it turns out understanding the first and second

More information

Coloring 3-Colorable Graphs

Coloring 3-Colorable Graphs Coloring -Colorable Graphs Charles Jin April, 015 1 Introduction Graph coloring in general is an etremely easy-to-understand yet powerful tool. It has wide-ranging applications from register allocation

More information

ENCM 339 Fall 2017 Lecture Section 01 Lab 9 for the Week of November 20

ENCM 339 Fall 2017 Lecture Section 01 Lab 9 for the Week of November 20 page 1 of 9 ENCM 339 Fall 2017 Lecture Section 01 Lab 9 for the Week of November 20 Steve Norman Department of Electrical & Computer Engineering University of Calgary November 2017 Lab instructions and

More information

Section 1.1 Definitions and Properties

Section 1.1 Definitions and Properties Section 1.1 Definitions and Properties Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Abbreviate repeated addition using Exponents and Square

More information

Chapter 3. Set Theory. 3.1 What is a Set?

Chapter 3. Set Theory. 3.1 What is a Set? Chapter 3 Set Theory 3.1 What is a Set? A set is a well-defined collection of objects called elements or members of the set. Here, well-defined means accurately and unambiguously stated or described. Any

More information

Technology Assignment: Limits at Infinity

Technology Assignment: Limits at Infinity The goal of this technology assignment is to find the location of the horizontal asymptote for your model from Technology Assignment: Rational Model. You will produce a graph similar to the one below.

More information

2.5 Continuity. f(x) + g(x) > (M c) + (c - 1) == M. Thus,

2.5 Continuity. f(x) + g(x) > (M c) + (c - 1) == M. Thus, 96 D CHAPTER LIMITS AND DERIVATIVES If() - LI < c. Let 6 be the smaller of 61 and 6. Then 0 < I - al < 6 =} a - 61 < X < a or a < < a + 6 so If() - LI < c. Hence, lim f() == L. So we have proved that lim

More information

Section 4.4 Concavity and Points of Inflection

Section 4.4 Concavity and Points of Inflection Section 4.4 Concavit and Points of Inflection In Chapter 3, ou saw that the second derivative of a function has applications in problems involving velocit and acceleration or in general rates-of-change

More information

Computer Science 210 Data Structures Siena College Fall Topic Notes: Complexity and Asymptotic Analysis

Computer Science 210 Data Structures Siena College Fall Topic Notes: Complexity and Asymptotic Analysis Computer Science 210 Data Structures Siena College Fall 2017 Topic Notes: Complexity and Asymptotic Analysis Consider the abstract data type, the Vector or ArrayList. This structure affords us the opportunity

More information

Towards the Proof of the PCP Theorem

Towards the Proof of the PCP Theorem CS640 Computational Complexity Towards the Proof of the PCP Theorem Instructor: Manindra Agrawal Scribe: Ramprasad Saptharishi Last class we saw completed our discussion on expander graphs. We shall now

More information

Generating Functions

Generating Functions 6.04/8.06J Mathematics for Computer Science Srini Devadas and Eric Lehman April 7, 005 Lecture Notes Generating Functions Generating functions are one of the most surprising, useful, and clever inventions

More information

1.1 What is Microeconomics?

1.1 What is Microeconomics? 1.1 What is Microeconomics? Economics is the study of allocating limited resources to satisfy unlimited wants. Such a tension implies tradeoffs among competing goals. The analysis can be carried out at

More information

1. Fill in the right hand side of the following equation by taking the derivative: (x sin x) =

1. Fill in the right hand side of the following equation by taking the derivative: (x sin x) = 7.1 What is x cos x? 1. Fill in the right hand side of the following equation by taking the derivative: (x sin x = 2. Integrate both sides of the equation. Instructor: When instructing students to integrate

More information

4 Visualization and. Approximation

4 Visualization and. Approximation 4 Visualization and Approximation b A slope field for the differential equation y tan(x + y) tan(x) tan(y). It is not always possible to write down an explicit formula for the solution to a differential

More information

AP Calculus Summer Review Packet

AP Calculus Summer Review Packet AP Calculus Summer Review Packet Name: Date began: Completed: **A Formula Sheet has been stapled to the back for your convenience!** Email anytime with questions: danna.seigle@henry.k1.ga.us Complex Fractions

More information

Core Mathematics 3 Functions

Core Mathematics 3 Functions http://kumarmaths.weebly.com/ Core Mathematics 3 Functions Core Maths 3 Functions Page 1 Functions C3 The specifications suggest that you should be able to do the following: Understand the definition of

More information

Math 3 Coordinate Geometry Part 2 Graphing Solutions

Math 3 Coordinate Geometry Part 2 Graphing Solutions Math 3 Coordinate Geometry Part 2 Graphing Solutions 1 SOLVING SYSTEMS OF EQUATIONS GRAPHICALLY The solution of two linear equations is the point where the two lines intersect. For example, in the graph

More information