Chapter 1: Limits and Continuity

Size: px
Start display at page:

Download "Chapter 1: Limits and Continuity"

Transcription

1 Chapter 1: Limits and Continuity Winter 2015 Department of Mathematics Hong Kong Baptist University 1/69

2 1.1 Examples where limits arise Calculus has two basic procedures: differentiation and integration. Both procedures are based on the fundamental concept of the limit of a function. It is the idea of limit that distinguishes Calculus from Algebra, Geometry, and Trigonometry, which are useful for describing static situations. This section considers some examples of phenomena where limits arise in a natural way. 2/69

3 Example 1: Consider the area of a circle of radius r. In high school we are taught that the area A of the circle is A = πr 2. The deduction of this area formula lies in regarding the circle as a limit of regular polygons. Suppose a regular polygon having n sides is inscribed in the circle of radius r, and let A n be the area of the polygon. It is clear that A n is less than A for each n. But if n is large, A n is close to A. That is, we would expect that A n approaches the limit A when n goes to infinitely large. 3/69

4 4/69

5 The area A n of the polygon has the following expression: A n = r 2 n sin( π n )cos(π n ). Then by the trigonometric formula, A n = r2 n 2 sin(2π n ). Finally, noting that sin(t)/t 1 as t 0, we have A n = πr 2 1 2π/n sin(2π/n) πr2 as n. 5/69

6 1.2 Limits of Functions The concept of limit is the cornerstone on which the development of Calculus rests. Intuitively speaking, the limit process involves examining the behavior of a function f(x) as x approaches a number c that may or may not be in the domain of f. 6/69

7 Example 2 Describe the behavior of the function f(x) = x2 4 x 2 near x = 2. Solution: Note that f(x) is defined for all real numbers x except x = 2. For any x 2 we have f(x) = (x +2)(x 2) x 2 = x +2 for x 2. The graph of f is the line y = x +2 with the point (x,y) = (2,4) removed. Though f(2) is not defined, it is clear that f(x) becomes closer to 4 as x approaches 2. In other words, we say that f(x) approaches the limit 4 as x approaches 2. We write this as x 2 4 lim f(x) = lim x 2 x 2 x 2 = 4. 7/69

8 Graph of f(x) 8/69

9 (Informal) definition of the limit Definition If f(x) is defined for all x near c, except possibly at c itself, and if we can ensure that f(x) is as close as we want to L by taking x close enough to (but different from) c, we say that the function f approaches the limit L as x approaches c, and we write it as lim f(x) = L. x c 9/69

10 Limits of two linear functions (1) For the identity function f(x) = x, we have lim f(x) = lim x = c. x c x c That is, the limit of f(x) = x is c as x approaches c. 10/69

11 Limits of two linear functions (1) For the identity function f(x) = x, we have lim f(x) = lim x = c. x c x c That is, the limit of f(x) = x is c as x approaches c. (2) For any constant k, we have lim k = k. x c That is, the limit of a constant is the constant itself. 11/69

12 Definition (a) If f(x) is defined on some interval (a,c) extending to the left of x = c, and if we can ensure that f(x) is as close as we want to L by taking x to the left of c and close enough to c, then we say f(x) has left limit L at x = c, and we write it as lim = L. x c f(x) (b) If f(x) is defined on some interval (c,b) extending to the right of x = c, and if we can ensure that f(x) is as close as we want to L by taking x to the right of c and close enough to c, then we say f(x) has right limit L at x = c, and we write it as lim = L. x c +f(x) 12/69

13 Example 3 (a) Find the left and right limits of f(x) = x2 4 at x = 2; x 2 (b) Find the left and right limits of g(x) = x/ x at x = 0. Solution: 13/69

14 Example 3 (a) Find the left and right limits of f(x) = x2 4 at x = 2; x 2 (b) Find the left and right limits of g(x) = x/ x at x = 0. Solution: (a) For f(x), we have lim = 4 and x 2 f(x) lim x 2 +f(x) = 4. 14/69

15 Example 3 (a) Find the left and right limits of f(x) = x2 4 at x = 2; x 2 (b) Find the left and right limits of g(x) = x/ x at x = 0. Solution: (a) For f(x), we have lim = 4 and x 2 f(x) lim x 2 +f(x) = 4. (b) For g(x), we have lim = 1 and x 0 g(x) lim = 1. x 0 +g(x) Note that this is the so-called sign function, i.e., sgn(x) = x/ x. 15/69

16 Relationship between one-sided and two-sided limits Theorem [Existence of a Limit] The two-sided limit limf(x) exists if and x c only if both one-sided limits lim and lim x c f(x) x c +f(x) exist and are equal to each other. In this case, we have lim x c f(x) = lim = lim x c f(x) x c +f(x). Note: If the two one-sided limits do not agree, or if one of them does not exist, then the two-sided limit does not exist. For example, lim x 0 x x does not exist. 16/69

17 Limit Rules If lim x c f(x) = L, lim x c g(x) = M, and k is a constant, then 1) lim x c kf(x) = kl. 2) lim x c [f(x)±g(x)] = L±M. 3) lim x c [f(x) g(x)] = LM. f(x) 4) lim x c g(x) = L M if M 0. (5) If f(x) g(x) on an interval containing c in its interior, then the order of the limits is preserved, i.e., L M. 17/69

18 Remark 1: For any positive integer n, by property 3) we have lim x c [f(x)]n = L n. More generally, for any non-integer t such that L t exists, we still have lim x c [f(x)]t = L t. Remark 2: Let f(x) = x, we have lim x c x n = c n. Let P(x) and Q(x) be any two polynomials, then (i) lim x c P(x) = P(c), (ii) lim x c P(x) Q(x) = P(c) Q(c) if Q(c) 0. 18/69

19 Example 4: Find lim x 0 x(1+x 1 ). 19/69

20 Example 4: Find lim x 0 x(1+x 1 ). Wrong answer: lim x 0 x(1+x 1 ) = lim x lim(1+x 1 ) = 0 =? x 0 x 0 Correct answer: lim x 0 x(1+x 1 ) = lim(x +1) = lim x +1 = 1. x 0 x 0 20/69

21 x 2+x Example 5: Find lim. x 2 x 2 21/69

22 x 2+x Example 5: Find lim. x 2 x 2 Wrong answer: x 2+x lim x 2 x 2 = lim x 2(x 2+x) lim x 2 (x 2) = 0 0 =? 22/69

23 x 2+x Example 5: Find lim. x 2 x 2 Correct answer: x 2+x lim x 2 x 2 (x 2+x)(x + 2+x) = lim x 2 (x 2)(x + 2+x) x 2 x 2 = lim x 2 (x 2)(x + 2+x) (x 2)(x +1) = lim x 2 (x 2)(x + 2+x) x +1 = lim x 2 x + 2+x = /69

24 The Squeeze Theorem Theorem Suppose that f(x) g(x) h(x) holds for all x in some open interval containing a, except possibly at x = a itself. Suppose also that lim f(x) = lim h(x) = L. x a x a Then lim x a g(x) = L too. Similar statements hold for left and right limits. 24/69

25 The Squeeze Theorem 25/69

26 Example 6 (a) Given that 3 x 2 u(x) 3+x 2 for all x 0, find lim u(x). x 0 (b) If lim f(x) = 0, find lim f(x). x a x a Solution: 26/69

27 Example 6 (a) Given that 3 x 2 u(x) 3+x 2 for all x 0, find lim u(x). x 0 (b) If lim f(x) = 0, find lim f(x). x a x a Solution: (a) Note that lim(3 x 2 ) = 3 and lim(3+x 2 ) = 3. By the x 0 x 0 Squeeze theorem, we have lim u(x) = 3. x 0 27/69

28 Example 6 (a) Given that 3 x 2 u(x) 3+x 2 for all x 0, find lim u(x). x 0 (b) If lim f(x) = 0, find lim f(x). x a x a Solution: (a) Note that lim(3 x 2 ) = 3 and lim(3+x 2 ) = 3. By the x 0 x 0 Squeeze theorem, we have lim u(x) = 3. x 0 (b) Note that f(x) f(x) f(x) and lim{ f(x) } = lim f(x) = 0. x a x a By the Squeeze theorem, we have lim x a f(x) = 0. 28/69

29 Example 7 ( ) 1 Calculate lim x sin. x 0 x Solution: 29/69

30 Example 7 ( ) 1 Calculate lim x sin. x 0 x Solution: Note that sin(1/x) 1 for all values of x. Thus, we have ( ) 1 x x sin x. x Since lim x 0 x = lim x 0 x = 0, by the Squeeze theorem, we get ( ) 1 lim x sin = 0. x 0 x 30/69

31 ( ) 1 f(x) = x sin x x*sin(1/x) x 31/69

32 ( ) 1 Note: lim sin does NOT exist! x 0 x sin(1/x) x 32/69

33 Example 8 (See also 2.5) Calculate lim θ 0 sinθ θ Solution: (where θ is in radians). 33/69

34 Example 8 (See also 2.5) Calculate lim θ 0 sinθ θ Solution: For 0 < θ < π/2, (where θ is in radians). Area of sector = θ 2 Area of OPB = 1 2 sinθcosθ Area of OTA = 1 2 tanθ Hence, sinθcosθ 2 θ 2 tanθ 2. 34/69

35 Example 8 (See also 2.5) Calculate lim θ 0 sinθ θ Solution: (where θ is in radians). (i) Thus, for 0 < θ < π/2, we have cosθ sinθ θ 1 cosθ with lim θ 0 +cosθ = 1, lim 1 θ 0 + cosθ = 1. By the Squeeze theorem, we obtain lim θ 0 + sinθ θ = 1. 35/69

36 Example 8 (See also 2.5) Calculate lim θ 0 sinθ θ Solution: (where θ is in radians). (ii) For θ < 0, we can substitute α = θ to get sinθ sin( α) sin(α) lim = lim = lim = 1. θ 0 θ α 0 + ( α) α 0 + α (iii) Thus, combining the two one-sided limits, we get sinθ lim θ 0 θ = 1. Note: This is an important result and should be memorized. 36/69

37 Example 8 Calculate lim x 0 1 cos(x) x 2. Solution: 37/69

38 Example 8 Calculate lim x 0 1 cos(x) x 2. Solution: Using the trigonometric identity cos(x) = 1 2sin 2 (x/2), we deduce that 1 cos(x) 2sin 2 (x/2) lim x 0 x 2 = lim x 0 x 2 2sin 2 (x/2) = lim x 0 = 1 2 ( lim x 0 4 (x/2) 2 sin(x/2) (x/2) ) ( lim x 0 ) sin(x/2) = 1 (x/2) 2. 38/69

39 1.3 Limits at Infinity and Infinite Limits In this section, we consider several scenarios not covered by the limit definitions in Section 1.2: (i) limit at infinity: when x becomes arbitrarily large positive (denoted by x ). Remark: The symbol, called infinity, does not represent a real number. We cannot use in arithmetic in the usual way. For instance, we cannot say +1 >. (ii) limit at negative infinity: when x becomes arbitrarily large negative (denoted by x ). (iii) infinite limits: they are not really limits at all but provide useful symbolism for describing the behavior of functions whose values become arbitrarily (positive or negative) large. 39/69

40 Definition (a) If f(x) is defined on an interval (a, ) and if we can ensure that f(x) is as close as we want to the number L by taking x large enough, then we say that f(x) approaches the limit L as x approaches infinity, and we write lim f(x) = L. x (b) If f(x) is defined on an interval (,b) and if we can ensure that f(x) is as close as we want to the number M by taking x negative and large enough in absolute value, then we say that f(x) approaches the limit M as x approaches negative infinity, and we write lim f(x) = M. x 40/69

41 Example 9 x (a) Evaluate lim f(x) and lim f(x) for f(x) = x x (b) Describe the behavior of g(x) = x2 5 x 2 Solution: x near x = 2. 41/69

42 Example 9 x (a) Evaluate lim f(x) and lim f(x) for f(x) = x x (b) Describe the behavior of g(x) = x2 5 x 2 Solution: (a) For f(x), we guess that lim f(x) = 1 and lim x x near x = 2. f(x) = 1. x The horizontal lines y = 1 and y = 1 are called horizontal asymptotes of the graph f(x). 42/69

43 Example 9 x (a) Evaluate lim f(x) and lim f(x) for f(x) = x x (b) Describe the behavior of g(x) = x2 5 x 2 Solution: (a) For f(x), we guess that lim f(x) = 1 and lim x x near x = 2. f(x) = 1. x The horizontal lines y = 1 and y = 1 are called horizontal asymptotes of the graph f(x). (b) For g(x), we guess that lim = and x 2 g(x) lim x 2 +g(x) =. The vertical line x = 2 is called a vertical asymptote of the graph g(x). 43/69

44 Graphs of f(x) and g(x) f(x) g(x) y x y x 44/69

45 Example 10 x Reevaluate lim f(x) and lim f(x) for f(x) = x x Solution: Note that x We have f(x) = x = x 2 (1+ 1 ) x 2 x x (1+ 1 ) x 2 = sgn(x) x 2 lim f(x) = lim x sgn(x) x lim x 1+ 1 Similarly, we have lim f(x) = 1. x x 2 = 1 1 = 1. 45/69

46 Limits at infinity for rational functions Corollary Let P m (x) = a m x m + +a 0 and Q n (x) = b n x n + +b 0 be polynomials of degree m and n, respectively, so that a m 0 and b n 0. Then P m (x) lim x Q n (x) and P m (x) lim x Q n (x) (a) equals zero if m < n, (b) equals a m b n if m = n, (c) does not exist if m > n. Or equivalently, we say that the limit is or. 46/69

47 Example 11: Find the following limits: (a) lim x Solution: 4x 2 x +3 3x 2, (b) lim +5 x 4x 3 4x 2 3 3x 2, (c) lim +5 x 3x /69

48 Example 11: Find the following limits: (a) lim x Solution: 4x 2 x +3 3x 2, (b) lim +5 x 4x 3 4x 2 3 3x 2, (c) lim +5 x 3x +5. 4x 2 x +3 4 x 1 +3x 2 (a) lim x 3x 2 = lim +5 x 3+5x 2 = /69

49 Example 11: Find the following limits: (a) lim x Solution: 4x 2 x +3 3x 2, (b) lim +5 x 4x 3 4x 2 3 3x 2, (c) lim +5 x 3x +5. 4x 2 x +3 4 x 1 +3x 2 (a) lim x 3x 2 = lim +5 x 3+5x 2 = x 3 (b) lim x 3x 2 +5 = lim 4x 1 3x 2 x 3+5x 2 = 0 3 = 0. 49/69

50 Example 11: Find the following limits: (a) lim x Solution: 4x 2 x +3 3x 2, (b) lim +5 x 4x 3 4x 2 3 3x 2, (c) lim +5 x 3x +5. 4x 2 x +3 4 x 1 +3x 2 (a) lim x 3x 2 = lim +5 x 3+5x 2 = x 3 (b) lim x 3x 2 +5 = lim 4x 1 3x 2 x 3+5x 2 = 0 3 = 0. 4x 2 3 (c) lim x 3x +5 = lim 4x 3x 1 x 3+5x 1 = 3 =. 50/69

51 Example 12: Find the limit lim ( x 2 +x x). x Solution: By rationalizing the expression we have lim ( x 2 ( x +x x) = lim 2 +x x)( x 2 +x +x) x x x 2 +x +x = lim x = lim x = 1 2. x x 2 +x +x x +1 51/69

52 Example 13: Find the following limits, x +1 (a) lim x 2 x 2 Solution:, (b) lim x 1 x 2 1 x 1 x 2, (c) lim 3x +2 x 1 x 1. 52/69

53 Example 13: Find the following limits, x +1 (a) lim x 2 x 2 Solution: (a) lim x 2 x +1 x 2, (b) lim x 1 does not exist since x 2 1 x 1 x 2, (c) lim 3x +2 x 1 x 1. x +1 x +1 lim = and lim x 2 x 2 x 2+ x 2 =. 53/69

54 Example 13: Find the following limits, x +1 (a) lim x 2 x 2 Solution: (a) lim x 2 x +1 x 2, (b) lim x 1 does not exist since x 2 1 x 1 x 2, (c) lim 3x +2 x 1 x 1. x +1 x +1 lim = and lim x 2 x 2 x 2+ x 2 =. x 2 1 (b) lim x 1 x 2 3x +2 = lim x +1 x 1 x 2 = 2 1 = 2. 54/69

55 Example 13: Find the following limits, x +1 (a) lim x 2 x 2 Solution: (a) lim x 2 x +1 x 2 (b) lim x 1, (b) lim x 1 does not exist since x 2 1 x 1 x 2, (c) lim 3x +2 x 1 x 1. x +1 x +1 lim = and lim x 2 x 2 x 2+ x 2 =. x 2 1 x 2 3x +2 = lim x 1 x 1 (c) lim x 1 x 1 = lim 1 = 1 x 1 x x +1 x 2 = 2 1 = 2. 55/69

56 1.4 Continuity Definition We say that a function f is continuous at an interior point c of its domain if lim f(x) = f(c). x c If either lim x c f(x) fails to exist or it exists but is not equal to f(c), then we will say that f is discontinuous at c. 56/69

57 Example 14 Discuss the continuity of each of the following functions: Solution: (a) f(x) = 1 x, (b) g(x) = x2 1 x +1, (c) h(x) = x. 57/69

58 Example 14 Discuss the continuity of each of the following functions: Solution: (a) f(x) = 1 x, (b) g(x) = x2 1 x +1, (c) h(x) = x. (a) f(x) is continuous everywhere except for x = 0. 58/69

59 Example 14 Discuss the continuity of each of the following functions: Solution: (a) f(x) = 1 x, (b) g(x) = x2 1 x +1, (c) h(x) = x. (a) f(x) is continuous everywhere except for x = 0. (b) g(x) is continuous everywhere except for x = 1. 59/69

60 Example 14 Discuss the continuity of each of the following functions: Solution: (a) f(x) = 1 x, (b) g(x) = x2 1 x +1, (c) h(x) = x. (a) f(x) is continuous everywhere except for x = 0. (b) g(x) is continuous everywhere except for x = 1. (c) h(x) is continuous at any point in the domain of (0, ). 60/69

61 Properties of continuous functions Assume that f(x) and g(x) are both continuous at point x = c. Then 1) kf(x) is continuous at c, where k is any number. 2) f(x)±g(x) is continuous at c. 3) f(x)g(x) is continuous at c. 4) f(x)/g(x) is continuous at c, if g(c) 0. 5) f(x) is continuous at c, if f(c) > 0. 6) f g = f(g(x)) is continuous at c, if f(x) is also continuous at x = g(c). 61/69

62 Continuity of basic elementary functions All polynomials are continuous everywhere. sin(x), cos(x), arctan(x) and e x are continuous everywhere. n x is continuous for all x (, ) when n is odd, and for x > 0 when n is even. ln(x) is continuous on x (0, ). arcsin(x) and arccos(x) are continuous on x ( 1,1). x is continuous everywhere. 62/69

63 Example 15: Discuss the continuity of Solution: h(x) = tan ( 1 1 x ). h(x) can be written as h(x) = f(g(x)) with f(y) = tan(y), g(x) = 1 1 x g(x) is continuous at all points except at x = 1 f(y) is continuous at all points, except where cos(y) = 0, i.e., whenever y = (2k +1) π 2, where k is an integer If h is discontinuous at x = c, then either g discontinuous at x = c, or f is discontinuous at y = g(c) Thus, h is continuous everywhere, except at x = 1 and at 1 1 x = (2k +1)π 2 x = 1 2 (2k +1)π for any integer k. 63/69

64 Right and left continuity Definition (a) We say that f is right continuous at c if lim x c +f(x) = f(c). (b) We say that f is left continuous at c if lim = f(c). x c f(x) 64/69

65 Continuity on an interval Definition (a) A function f(x) is said to be continuous on an open interval (a,b) if it is continuous at each point x = c in that interval. (b) A function f(x) is said to be continuous on the closed interval [a,b] if it is continuous on (a,b) and lim x a = f(a) and lim = f(b). +f(x) f(x) x b Or equivalently,... if it is continuous on (a,b), right continuous at a, and left continuous at b. 65/69

66 The Max-Min Theorem Theorem If f(x) is continuous on the closed, finite interval [a,b], then there exist numbers p and q in [a,b] such that for all x in [a,b], f(p) f(x) f(q). Thus f has the absolute minimum value m = f(p), taken on at the point p, and the absolute maximum value M = f(q), taken on at the point q. Remark: The theorem merely asserts that the minimum and maximum values exist; it does not tell us how to find them. Some techniques for calculating the minimum and maximum values will be introduced in Chapter 4. 66/69

67 Intermediate Value Theorem Theorem [Intermediate Value Theorem] Suppose that f(x) is continuous on [a,b] and W is any number between f(a) and f(b). Then, there is at least one number c [a,b] for which f(c) = W. Remark: In other words, a continuous function attains all values between any two of its values. For instance, a girl who weighs 5 pounds at birth and 100 pounds at age 12 must have weighed exactly 50 pounds at some time during her 12 years of life, since her weight is a continuous function of time. 67/69

68 Intermediate Value Theorem Corollary Suppose that f(x) is continuous on [a,b] and f(a) and f(b) have opposite signs [i.e., f(a)f(b) < 0]. Then, there is at least one number c (a,b) for which f(c) = 0. Remark: The intermediate value property has many applications. In particular, it can be used to estimate a solution of a given equation. 68/69

69 Example 16 Show that the equation x 2 x 1 = 1 has a solution between x +1 1 < x < 2. Proof: Let f(x) = x 2 x 1 1. Then f(1) = 3/2 and x +1 f(2) = 2/3. Since f(x) is continuous for 1 x 2, it follows from the intermediate value theorem that the curve must cross the x axis somewhere between x = 1 and x = 2. In other words, there is a number c such that 1 < c < 2 and f(c) = 0, i.e., c 2 c 1 = 1 c /69

Chapter 2: Functions, Limits and Continuity

Chapter 2: Functions, Limits and Continuity Chapter 2: Functions, Limits and Continuity Functions Limits Continuity Chapter 2: Functions, Limits and Continuity 1 Functions Functions are the major tools for describing the real world in mathematical

More information

Chapter 2. Limits and Continuity. 2.1 Rates of change and Tangents to Curves. The average Rate of change of y = f(x) with respect to x over the

Chapter 2. Limits and Continuity. 2.1 Rates of change and Tangents to Curves. The average Rate of change of y = f(x) with respect to x over the Chapter 2 Limits and Continuity 2.1 Rates of change and Tangents to Curves Definition 2.1.1 : interval [x 1, x 2 ] is The average Rate of change of y = f(x) with respect to x over the y x = f(x 2) f(x

More information

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science Calculus I George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 151 George Voutsadakis (LSSU) Calculus I November 2014 1 / 67 Outline 1 Limits Limits, Rates

More information

Limit. Chapter Introduction

Limit. Chapter Introduction Chapter 9 Limit Limit is the foundation of calculus that it is so useful to understand more complicating chapters of calculus. Besides, Mathematics has black hole scenarios (dividing by zero, going to

More information

MATH 409 Advanced Calculus I Lecture 11: More on continuous functions.

MATH 409 Advanced Calculus I Lecture 11: More on continuous functions. MATH 409 Advanced Calculus I Lecture 11: More on continuous functions. Continuity Definition. Given a set E R, a function f : E R, and a point c E, the function f is continuous at c if for any ε > 0 there

More information

1.1 Introduction to Limits

1.1 Introduction to Limits Chapter 1 LIMITS 1.1 Introduction to Limits Why Limit? Suppose that an object steadily moves forward, with s(t) denotes the position at time t. The average speed over the interval [1,2] is The average

More information

Continuity. To handle complicated functions, particularly those for which we have a reasonable formula or formulas, we need a more precise definition.

Continuity. To handle complicated functions, particularly those for which we have a reasonable formula or formulas, we need a more precise definition. Continuity Intuitively, a function is continuous if its graph can be traced on paper in one motion without lifting the pencil from the paper. Thus the graph has no tears or holes. To handle complicated

More information

Continuity, Intermediate Value Theorem (2.4)

Continuity, Intermediate Value Theorem (2.4) Continuity, Intermediate Value Theorem (2.4) Xiannan Li Kansas State University January 29th, 2017 Intuitive Definition: A function f(x) is continuous at a if you can draw the graph of y = f(x) without

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Fall 2018, WEEK 3 JoungDong Kim Week 3 Section 2.3, 2.5, 2.6, Calculating Limits Using the Limit Laws, Continuity, Limits at Infinity; Horizontal Asymptotes. Section

More information

1.3 Limits and Continuity

1.3 Limits and Continuity .3 Limits and Continuity.3. Limits Problem 8. What will happen to the functional values of as x gets closer and closer to 2? f(x) = Solution. We can evaluate f(x) using x values nearer and nearer to 2

More information

Calculus I Exam 1 Review Fall 2016

Calculus I Exam 1 Review Fall 2016 Problem 1: Decide whether the following statements are true or false: (a) If f, g are differentiable, then d d x (f g) = f g. (b) If a function is continuous, then it is differentiable. (c) If a function

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 59 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

CH 2: Limits and Derivatives

CH 2: Limits and Derivatives 2 The tangent and velocity problems CH 2: Limits and Derivatives the tangent line to a curve at a point P, is the line that has the same slope as the curve at that point P, ie the slope of the tangent

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

I.e., the range of f(x) = arctan(x) is all real numbers y such that π 2 < y < π 2

I.e., the range of f(x) = arctan(x) is all real numbers y such that π 2 < y < π 2 Inverse Trigonometric Functions: The inverse sine function, denoted by fx = arcsinx or fx = sin 1 x is defined by: y = sin 1 x if and only if siny = x and π y π I.e., the range of fx = arcsinx is all real

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 67 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

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

Inverse Trig Functions

Inverse Trig Functions 6.6i Inverse Trigonometric Functions Inverse Sine Function Does g(x) = sin(x) have an inverse? What restriction would we need to make so that at least a piece of this function has an inverse? Given f (x)

More information

Induction, sequences, limits and continuity

Induction, sequences, limits and continuity Induction, sequences, limits and continuity Material covered: eclass notes on induction, Chapter 11, Section 1 and Chapter 2, Sections 2.2-2.5 Induction Principle of mathematical induction: Let P(n) be

More information

CALCULUS ASSESSMENT REVIEW

CALCULUS ASSESSMENT REVIEW CALCULUS ASSESSMENT REVIEW DEPARTMENT OF MATHEMATICS CHRISTOPHER NEWPORT UNIVERSITY 1. Introduction and Topics The purpose of these notes is to give an idea of what to expect on the Calculus Readiness

More information

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h 1 Sec 4.1 Limits, Informally When we calculated f (x), we first started with the difference quotient f(x + h) f(x) h and made h small. In other words, f (x) is the number f(x+h) f(x) approaches as h gets

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

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

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics Continuity MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Fall 2017 Intuitive Idea A process or an item can be described as continuous if it exists without interruption. The mathematical

More information

Limits and Continuity

Limits and Continuity Limits and Continuity MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018 Objectives After this lesson we will be able to: Determine the left-hand and right-hand limits

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 75 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

KEMATH1 Calculus for Chemistry and Biochemistry Students. Francis Joseph H. Campeña, De La Salle University Manila

KEMATH1 Calculus for Chemistry and Biochemistry Students. Francis Joseph H. Campeña, De La Salle University Manila KEMATH1 Calculus for Chemistry and Biochemistry Students Francis Joseph H Campeña, De La Salle University Manila February 9, 2015 Contents 1 Conic Sections 2 11 A review of the coordinate system 2 12 Conic

More information

3. Use absolute value notation to write an inequality that represents the statement: x is within 3 units of 2 on the real line.

3. Use absolute value notation to write an inequality that represents the statement: x is within 3 units of 2 on the real line. PreCalculus Review Review Questions 1 The following transformations are applied in the given order) to the graph of y = x I Vertical Stretch by a factor of II Horizontal shift to the right by units III

More information

Functions. Remark 1.2 The objective of our course Calculus is to study functions.

Functions. Remark 1.2 The objective of our course Calculus is to study functions. Functions 1.1 Functions and their Graphs Definition 1.1 A function f is a rule assigning a number to each of the numbers. The number assigned to the number x via the rule f is usually denoted by f(x).

More information

2.2 The Limit of a Function

2.2 The Limit of a Function 2.2 The Limit of a Function Introductory Example: Consider the function f(x) = x is near 0. x f(x) x f(x) 1 3.7320508 1 4.236068 0.5 3.8708287 0.5 4.1213203 0.1 3.9748418 0.1 4.0248457 0.05 3.9874607 0.05

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Calculus. Central role in much of modern science Physics, especially kinematics and electrodynamics Economics, engineering, medicine, chemistry, etc.

Calculus. Central role in much of modern science Physics, especially kinematics and electrodynamics Economics, engineering, medicine, chemistry, etc. Calculus Calculus - the study of change, as related to functions Formally co-developed around the 1660 s by Newton and Leibniz Two main branches - differential and integral Central role in much of modern

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

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS RECALL: VERTICAL ASYMPTOTES Remember that for a rational function, vertical asymptotes occur at values of x = a which have infinite its (either positive or

More information

Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula. absolute value. properties of absolute values

Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula. absolute value. properties of absolute values Copyright & License Formula Copyright c 2007 Jason Underdown Some rights reserved. quadratic formula absolute value properties of absolute values equation of a line in various forms equation of a circle

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review. Fall, 2011 Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 2 Limits 2.1 The Tangent Problems The word tangent is derived from the Latin word tangens, which means touching. A tangent line to a curve is a line that touches the curve and a secant line is a line that

More information

Section 2.5. Evaluating Limits Algebraically

Section 2.5. Evaluating Limits Algebraically Section 2.5 Evaluating Limits Algebraically (1) Determinate and Indeterminate Forms (2) Limit Calculation Techniques (A) Direct Substitution (B) Simplification (C) Conjugation (D) The Squeeze Theorem (3)

More information

Calculus First Semester Review Name: Section: Evaluate the function: (g o f )( 2) f (x + h) f (x) h. m(x + h) m(x)

Calculus First Semester Review Name: Section: Evaluate the function: (g o f )( 2) f (x + h) f (x) h. m(x + h) m(x) Evaluate the function: c. (g o f )(x + 2) d. ( f ( f (x)) 1. f x = 4x! 2 a. f( 2) b. f(x 1) c. f (x + h) f (x) h 4. g x = 3x! + 1 Find g!! (x) 5. p x = 4x! + 2 Find p!! (x) 2. m x = 3x! + 2x 1 m(x + h)

More information

1 Limits Finding limits graphically. 1.3 Finding limits analytically. Examples 1. f(x) = x3 1. f(x) = f(x) =

1 Limits Finding limits graphically. 1.3 Finding limits analytically. Examples 1. f(x) = x3 1. f(x) = f(x) = Theorem 13 (i) If p(x) is a polynomial, then p(x) = p(c) 1 Limits 11 12 Fining its graphically Examples 1 f(x) = x3 1, x 1 x 1 The behavior of f(x) as x approximates 1 x 1 f(x) = 3 x 2 f(x) = x+1 1 f(x)

More information

2 Trigonometric functions

2 Trigonometric functions Theodore Voronov. Mathematics 1G1. Autumn 014 Trigonometric functions Trigonometry provides methods to relate angles and lengths but the functions we define have many other applications in mathematics..1

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Spring 2018, WEEK 3 JoungDong Kim Week 3 Section 2.5, 2.6, 2.7, Continuity, Limits at Infinity; Horizontal Asymptotes, Derivatives and Rates of Change. Section 2.5 Continuity

More information

Math 180, Final Exam, Fall 2012 Problem 1 Solution

Math 180, Final Exam, Fall 2012 Problem 1 Solution Math 80, Final Exam, Fall 0 Problem Solution. Find the derivatives of the following functions: (a) ln(ln(x)) (b) x 6 + sin(x) e x (c) tan(x ) + cot(x ) (a) We evaluate the derivative using the Chain Rule.

More information

MTH4100 Calculus I. Lecture notes for Week 4. Thomas Calculus, Sections 2.4 to 2.6. Rainer Klages

MTH4100 Calculus I. Lecture notes for Week 4. Thomas Calculus, Sections 2.4 to 2.6. Rainer Klages MTH4100 Calculus I Lecture notes for Week 4 Thomas Calculus, Sections 2.4 to 2.6 Rainer Klages School of Mathematical Sciences Queen Mary University of London Autumn 2009 One-sided its and its at infinity

More information

2.1 Limits, Rates of Change and Slopes of Tangent Lines

2.1 Limits, Rates of Change and Slopes of Tangent Lines 2.1 Limits, Rates of Change and Slopes of Tangent Lines (1) Average rate of change of y f x over an interval x 0,x 1 : f x 1 f x 0 x 1 x 0 Instantaneous rate of change of f x at x x 0 : f x lim 1 f x 0

More information

MTH 112: Elementary Functions

MTH 112: Elementary Functions 1/19 MTH 11: Elementary Functions Section 6.6 6.6:Inverse Trigonometric functions /19 Inverse Trig functions 1 1 functions satisfy the horizontal line test: Any horizontal line crosses the graph of a 1

More information

Calculus I Review Solutions

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

More information

2.4 The Precise Definition of a Limit

2.4 The Precise Definition of a Limit 2.4 The Precise Definition of a Limit Reminders/Remarks: x 4 < 3 means that the distance between x and 4 is less than 3. In other words, x lies strictly between 1 and 7. So, x a < δ means that the distance

More information

There are some trigonometric identities given on the last page.

There are some trigonometric identities given on the last page. MA 114 Calculus II Fall 2015 Exam 4 December 15, 2015 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all your electronic devices and do not wear ear-plugs during

More information

Math 106 Calculus 1 Topics for first exam

Math 106 Calculus 1 Topics for first exam Math 06 Calculus Topics for first exam Precalculus = what comes before its. Lines and their slopes: slope= rise over run = (change in y-value)/(corresponding change in x value) y y 0 slope-intercept: y

More information

Inverse Trigonometric Functions. September 5, 2018

Inverse Trigonometric Functions. September 5, 2018 Inverse Trigonometric Functions September 5, 08 / 7 Restricted Sine Function. The trigonometric function sin x is not a one-to-one functions..0 0.5 Π 6, 5Π 6, Π Π Π Π 0.5 We still want an inverse, so what

More information

AP Calculus Summer Packet

AP Calculus Summer Packet AP Calculus Summer Packet Writing The Equation Of A Line Example: Find the equation of a line that passes through ( 1, 2) and (5, 7). ü Things to remember: Slope formula, point-slope form, slopeintercept

More information

1.10 Continuity Brian E. Veitch

1.10 Continuity Brian E. Veitch 1.10 Continuity Definition 1.5. A function is continuous at x = a if 1. f(a) exists 2. lim x a f(x) exists 3. lim x a f(x) = f(a) If any of these conditions fail, f is discontinuous. Note: From algebra

More information

MA 123 (Calculus I) Lecture 3: September 12, 2017 Section A2. Professor Jennifer Balakrishnan,

MA 123 (Calculus I) Lecture 3: September 12, 2017 Section A2. Professor Jennifer Balakrishnan, What is on today Professor Jennifer Balakrishnan, jbala@bu.edu 1 Techniques for computing limits 1 1.1 Limit laws..................................... 1 1.2 One-sided limits..................................

More information

Limit Theorems. MATH 464/506, Real Analysis. J. Robert Buchanan. Summer Department of Mathematics. J. Robert Buchanan Limit Theorems

Limit Theorems. MATH 464/506, Real Analysis. J. Robert Buchanan. Summer Department of Mathematics. J. Robert Buchanan Limit Theorems Limit s MATH 464/506, Real Analysis J. Robert Buchanan Department of Mathematics Summer 2007 Bounded Functions Definition Let A R, let f : A R, and let c R be a cluster point of A. We say that f is bounded

More information

AP Calculus Summer Prep

AP Calculus Summer Prep AP Calculus Summer Prep Topics from Algebra and Pre-Calculus (Solutions are on the Answer Key on the Last Pages) The purpose of this packet is to give you a review of basic skills. You are asked to have

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

Welcome to AP Calculus!!!

Welcome to AP Calculus!!! Welcome to AP Calculus!!! In preparation for next year, you need to complete this summer packet. This packet reviews & expands upon the concepts you studied in Algebra II and Pre-calculus. Make sure you

More information

Calculus. Weijiu Liu. Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA

Calculus. Weijiu Liu. Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA Calculus Weijiu Liu Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA 1 Opening Welcome to your Calculus I class! My name is Weijiu Liu. I will guide you

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS The Department of Applied Mathematics administers a Math Placement test to assess fundamental skills in mathematics that are necessary to begin the study

More information

You should be comfortable with everything below (and if you aren t you d better brush up).

You should be comfortable with everything below (and if you aren t you d better brush up). Review You should be comfortable with everything below (and if you aren t you d better brush up).. Arithmetic You should know how to add, subtract, multiply, divide, and work with the integers Z = {...,,,

More information

Winter 2014 Practice Final 3/21/14 Student ID

Winter 2014 Practice Final 3/21/14 Student ID Math 4C Winter 2014 Practice Final 3/21/14 Name (Print): Student ID This exam contains 5 pages (including this cover page) and 20 problems. Check to see if any pages are missing. Enter all requested information

More information

WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I.

WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I. WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I. DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE Contributors: U. N. Iyer and P. Laul. (Many problems have been directly taken from Single Variable Calculus,

More information

Limits, Continuity, and the Derivative

Limits, Continuity, and the Derivative Unit #2 : Limits, Continuity, and the Derivative Goals: Study and define continuity Review limits Introduce the derivative as the limit of a difference quotient Discuss the derivative as a rate of change

More information

Finding Limits Analytically

Finding Limits Analytically Finding Limits Analytically Most of this material is take from APEX Calculus under terms of a Creative Commons License In this handout, we explore analytic techniques to compute its. Suppose that f(x)

More information

Math 12 Final Exam Review 1

Math 12 Final Exam Review 1 Math 12 Final Exam Review 1 Part One Calculators are NOT PERMITTED for this part of the exam. 1. a) The sine of angle θ is 1 What are the 2 possible values of θ in the domain 0 θ 2π? 2 b) Draw these angles

More information

Math 242: Principles of Analysis Fall 2016 Homework 6 Part B Solutions. x 2 +2x = 15.

Math 242: Principles of Analysis Fall 2016 Homework 6 Part B Solutions. x 2 +2x = 15. Math 242: Principles of Analysis Fall 2016 Homework 6 Part B Solutions 1. Use the definition of a it to prove that x 2 +2x = 15. Solution. First write x 2 +2x 15 = x 3 x+5. Next let δ 1 = 1. If 0 < x 3

More information

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

More information

0 Review of Basic Concepts

0 Review of Basic Concepts Calculus I (part 0): Review of Basic Concepts (by Evan Dummit, 016, v..10) Contents 0 Review of Basic Concepts 1 0.1 Numbers, Sets, and Intervals........................................ 1 0. Functions...................................................

More information

Infinite Limits. By Tuesday J. Johnson

Infinite Limits. By Tuesday J. Johnson Infinite Limits By Tuesday J. Johnson Suggested Review Topics Algebra skills reviews suggested: Evaluating functions Graphing functions Working with inequalities Working with absolute values Trigonometric

More information

Formulas to remember

Formulas to remember Complex numbers Let z = x + iy be a complex number The conjugate z = x iy Formulas to remember The real part Re(z) = x = z+z The imaginary part Im(z) = y = z z i The norm z = zz = x + y The reciprocal

More information

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is Radian Measure Given any circle with radius r, if θ is a central angle of the circle and s is the length of the arc sustained by θ, we define the radian measure of θ by: θ = s r For a semi-circle with

More information

Section 1.2 Combining Functions; Shifting and Scaling Graphs. (a) Function addition: Given two functions f and g we define the sum of f and g as

Section 1.2 Combining Functions; Shifting and Scaling Graphs. (a) Function addition: Given two functions f and g we define the sum of f and g as Section 1.2 Combining Functions; Shifting and Scaling Graphs We will get new functions from the ones we know. Tow functions f and g can be combined to form new functions by function addition, substraction,

More information

Calculus & Analytic Geometry I

Calculus & Analytic Geometry I Functions Form the Foundation What is a function? A function is a rule that assigns to each element x (called the input or independent variable) in a set D exactly one element f(x) (called the ouput or

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

Topics from Algebra and Pre-Calculus. (Key contains solved problems)

Topics from Algebra and Pre-Calculus. (Key contains solved problems) Topics from Algebra and Pre-Calculus (Key contains solved problems) Note: The purpose of this packet is to give you a review of basic skills. You are asked not to use the calculator, except on p. (8) and

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

The function graphed below is continuous everywhere. The function graphed below is NOT continuous everywhere, it is discontinuous at x 2 and

The function graphed below is continuous everywhere. The function graphed below is NOT continuous everywhere, it is discontinuous at x 2 and Section 1.4 Continuity A function is a continuous at a point if its graph has no gaps, holes, breaks or jumps at that point. If a function is not continuous at a point, then we say it is discontinuous

More information

Problem Sets for MATH1110 Fall 2017

Problem Sets for MATH1110 Fall 2017 Problem Sets for MATH1110 Fall 2017 Matt Hin November 27, 2017 Contents A Lectures L1-1 A.1 Lecture 1-22 August 2017................................... L1-1 A.2 Lecture 2-24 August 2017...................................

More information

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes Limits at Infinity If a function f has a domain that is unbounded, that is, one of the endpoints of its domain is ±, we can determine the long term behavior of the function using a it at infinity. Definition

More information

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a)

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a) 2.1 The derivative Rates of change 1 The slope of a secant line is m sec = y f (b) f (a) = x b a and represents the average rate of change over [a, b]. Letting b = a + h, we can express the slope of the

More information

Calculus: Early Transcendental Functions Lecture Notes for Calculus 101. Feras Awad Mahmoud

Calculus: Early Transcendental Functions Lecture Notes for Calculus 101. Feras Awad Mahmoud Calculus: Early Transcendental Functions Lecture Notes for Calculus 101 Feras Awad Mahmoud Last Updated: August 2, 2012 1 2 Feras Awad Mahmoud Department of Basic Sciences Philadelphia University JORDAN

More information

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school.

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school. Albertson AP Calculus AB Name AP CALCULUS AB SUMMER PACKET 2015 DUE DATE: The beginning of class on the last class day of the first week of school. This assignment is to be done at you leisure during the

More information

6.6 Inverse Trigonometric Functions

6.6 Inverse Trigonometric Functions 6.6 6.6 Inverse Trigonometric Functions We recall the following definitions from trigonometry. If we restrict the sine function, say fx) sinx, π x π then we obtain a one-to-one function. π/, /) π/ π/ Since

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

MTH 112: Elementary Functions

MTH 112: Elementary Functions MTH 11: Elementary Functions F. Patricia Medina Department of Mathematics. Oregon State University Section 6.6 Inverse Trig functions 1 1 functions satisfy the horizontal line test: Any horizontal line

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. (a) 5

More information

1.5 Inverse Trigonometric Functions

1.5 Inverse Trigonometric Functions 1.5 Inverse Trigonometric Functions Remember that only one-to-one functions have inverses. So, in order to find the inverse functions for sine, cosine, and tangent, we must restrict their domains to intervals

More information

Limits and Their Properties

Limits and Their Properties Chapter 1 Limits and Their Properties Course Number Section 1.1 A Preview of Calculus Objective: In this lesson you learned how calculus compares with precalculus. I. What is Calculus? (Pages 42 44) Calculus

More information

Continuity. Chapter 4

Continuity. Chapter 4 Chapter 4 Continuity Throughout this chapter D is a nonempty subset of the real numbers. We recall the definition of a function. Definition 4.1. A function from D into R, denoted f : D R, is a subset of

More information

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET 017-018 Name: 1. This packet is to be handed in on Monday August 8, 017.. All work must be shown on separate paper attached to the packet. 3.

More information

b n x n + b n 1 x n b 1 x + b 0

b n x n + b n 1 x n b 1 x + b 0 Math Partial Fractions Stewart 7.4 Integrating basic rational functions. For a function f(x), we have examined several algebraic methods for finding its indefinite integral (antiderivative) F (x) = f(x)

More information

Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes

Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Infinite

More information

Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes

Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Sec 2.2: Infinite Limits / Vertical Asymptotes Sec 2.6: Limits At Infinity / Horizontal Asymptotes Infinite

More information

AP Calculus AB Summer Math Packet

AP Calculus AB Summer Math Packet Name Date Section AP Calculus AB Summer Math Packet This assignment is to be done at you leisure during the summer. It is meant to help you practice mathematical skills necessary to be successful in Calculus

More information

Chapter 1 Limits and Their Properties

Chapter 1 Limits and Their Properties Chapter 1 Limits and Their Properties Calculus: Chapter P Section P.2, P.3 Chapter P (briefly) WARM-UP 1. Evaluate: cot 6 2. Find the domain of the function: f( x) 3x 3 2 x 4 g f ( x) f ( x) x 5 3. Find

More information

MA 137: Calculus I for the Life Sciences

MA 137: Calculus I for the Life Sciences MA 137: Calculus I for the Life Sciences David Murrugarra Department of Mathematics, University of Kentucky http://www.ms.uky.edu/~ma137/ Spring 2018 David Murrugarra (University of Kentucky) MA 137: Lecture

More information

2.1 The Tangent and Velocity Problems

2.1 The Tangent and Velocity Problems 2.1 The Tangent and Velocity Problems Tangents What is a tangent? Tangent lines and Secant lines Estimating slopes from discrete data: Example: 1. A tank holds 1000 gallons of water, which drains from

More information