Chapter 4: More Applications of Differentiation

Size: px
Start display at page:

Download "Chapter 4: More Applications of Differentiation"

Transcription

1 Chapter 4: More Applications of Differentiation Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 61

2 In the fall of 1972, President Nixon announced that, the rate of increase of inflation was decreasing. This was the first time a sitting president used the third derivative to advance his case for reelection. In this chapter we will examine several kinds of problems to which the differentiation can be applied: (1) evaluation of limits ( 4.3) (2) optimization problems ( 4.4) (3) graphing problems ( 4.5, 4.6) (4) approximation problems ( 4.9, 4.10) 2 / 61

3 4.3 Indeterminate Forms Recall that in 2.5, we showed that lim x 0 sin(x)/x = 1. We could not readily see this by substituting x = 0 into the function because both sin(x) and x are zero at x = 0. We call sin(x)/x an indeterminate form of type [0/0] at x = 0. The limit of such an indeterminate form can be any number, e.g., 0, k,, or does not exist. For instance, each of the quotients kx/x, x/x 3 and x 3 /x 2 is an indeterminate form of type [0/0] at x = 0, but kx lim x 0 x = k, lim x 0 x x 3 = and lim x 3 x 0 x 2 = 0. 3 / 61

4 4 / 61

5 Indeterminate forms of type [0/0] are the most common. Many examples of the type [0/0] can be evaluated with simple algebra, typically by canceling common factors. For instance, lim x 1 x 2 1 x 2 3x + 2 = lim x + 1 x 1 x 2 = 2. In this section we develop another method called l Hôpital Rules for evaluating limits of indeterminate forms of the types [0/0] and [ / ]. The other types of indeterminate forms can usually be reduced to one of these two by algebraic manipulation and the taking of logarithms. 5 / 61

6 Theorem (The first l Hôpital Rule: for type [0/0]) Suppose that f and g are differentiable on the interval (a, b) and that g (x) 0 there. Suppose also that (i) (ii) Then lim f (x) = lim g(x) = 0, and x a+ x a+ lim x a+ f (x) g = L (where L is finite, or or ). (x) f (x) lim x a+ g(x) = L. Similar results hold if every occurrence of lim x a+ is replaced by lim x b or even lim x c where a < c < b. The cases a = and b = are also allowed. 6 / 61

7 Example 1: Evaluate (a) lim x 1 Solution: ln(x) x 2 ; (b) lim 1 x 0 2 sin(x) sin(2x) 2e x 2 2x x 2. 7 / 61

8 Example 1: Evaluate (a) lim x 1 Solution: (a) By the first l Hôpital Rule, lim x 1 ln(x) x 2 ; (b) lim 1 x 0 ln(x) x 2 1 = lim 1/x x 1 2x = lim x 1 2 sin(x) sin(2x) 2e x 2 2x x x 2 = 1 2. (b) Repeatedly by the first l Hôpital Rule, we have lim x 0 2 sin(x) sin(2x) cos(x) cos(2x) 2e x 2 2x x 2 = lim x 0 e x 1 x sin(x) + 2 sin(2x) = lim x 0 e x 1 cos(x) + 4 cos(2x) = lim x 0 e x = 3. (still (still [ ] 0 ) 0 [ ] 0 ) 0 8 / 61

9 Example 2: Evaluate lim x 1+ x ln(x). Solution: x L Hôpital s Rule cannot be used to evaluate lim x 1+ ln(x) because this is not an indeterminate form. Note that the denominator approaches 0 and the numerator approaches 1 as x 1+. We have lim x 1+ x ln(x) =. Remark: Nevertheless, if we tried to use the l Hôpital Rule, it would lead to the WRONG answer lim x 1+ x ln(x)?! = lim x /x = 1. 9 / 61

10 ( 1 Example 3: Evaluate lim x 0+ x 1 ). sin(x) Solution: Note that the indeterminate form here is of the type [ ]. Thus, l Hôpital s Rule cannot be applied directly. To solve the problem, we do the following transformation to turn it into the type [0/0]. Specifically, lim x 0+ ( 1 x 1 sin(x) ) sin(x) x = lim x 0+ x sin(x) = lim x 0+ cos(x) 1 sin(x) + x cos(x) sin(x) = lim x 0+ 2 cos(x) x sin(x) = / 61

11 Theorem (The second l Hôpital Rule: for type [ / ]) Suppose that f and g are differentiable on the interval (a, b) and that g (x) 0 there. Suppose also that (i) (ii) Then lim g(x) = ±, and x a+ lim x a+ f (x) g = L (where L is finite, or or ). (x) f (x) lim x a+ g(x) = L. Again, similar results hold for lim x b and for lim x c, and the cases a = and b = are allowed. 11 / 61

12 Example 4: Evaluate (a) lim x Solution: x 2 ; and (b) ex lim x ln(x). x / 61

13 Example 4: Evaluate (a) lim x Solution: (a) By the second l Hôpital Rule, x 2 ; and (b) ex lim x ln(x). x 0+ x 2 lim x e x = lim 2x x e x = lim 2 x e x = 0. (b) Note that x ln(x) with x 0+ is of type [0 ]. To apply l Hôpital s Rules, we rewrite it as ln(x) x 1 so that ln(x) lim x ln(x) = lim x 0+ x 0+ x 1 = lim 1/x = lim ( x) = 0. x 0+ x 2 x / 61

14 Do not try to use l Hôpital s Rules to evaluate limits that are not indeterminate of type [0/0] or [ / ]. Such attempts will almost always lead to false conclusions. No conclusion about the limit of f (x)/g(x) can be made using either l Hôpital s Rule if lim f (x)/g (x) does not exist. x 2 sin(1/x) One such example is lim = 0 by the Squeeze x 0 sin(x) theorem. However, lim [f (x)/g (x)] does not exist. In such x 0 cases, we need to use other techniques. The easiest way to deal with indeterminate forms of types [0 0 ], [ 0 ], and [1 ] is taking logarithms of the expressions involved. 14 / 61

15 Example 5: Evaluate lim x x. x 0+ Solution: Note that this indeterminate form is of type [0 0 ]. Let y = x x. Then by Example 4, This leads to lim ln(y) = lim x ln(x) = 0. x 0+ x 0+ lim x x = lim y = exp x 0+ x 0+ { } lim ln(y) x 0+ = e 0 = / 61

16 4.4 Extreme Values Maximum and Minimum Values Definition (Absolute Extreme Values) Function f has an absolute maximum value f (x 0 ) at the point x 0 in its domain if f (x) f (x 0 ) holds for every x in the domain of f. Similarly, f has an absolute minimum value f (x 1 ) at the point x 1 in its domain if f (x) f (x 1 ) holds for every x in the domain of f. 16 / 61

17 A function can have at most one absolute maximum or minimum value, although this value can be assumed at many points. Maximum and minimum values of a function are collectively referred to as extreme values. A function may not have any absolute extreme value. (i) f (x) = 1/x has no finite absolute maximum. (ii) g(x) = x with domain x (0, 1) has no extreme values. 17 / 61

18 Theorem (Existence of Extreme Values) If the domain of the function f is a closed, finite interval or a union of finitely many such intervals, and if f is continuous on that domain, then f must have an absolute maximum value and an absolute minimum value. Remark: This existence theorem is a restatement (with slight generalization) of the Max-Min Theorem in / 61

19 19 / 61

20 Local Extreme Values Definition Function f has a local maximum value (loc max) f (x 0 ) at the point x 0 in its domain provided there exists a number h > 0 such that f (x) f (x 0 ) whenever x is in the domain of f and x x 0 < h. Similarly, f has a local minimum value (loc min) f (x 1 ) at the point x 1 in its domain provided there exists a number h > 0 such that f (x) f (x 1 ) whenever x is in the domain of f and x x 1 < h. 20 / 61

21 Critical Points, Singular Points, and Endpoints (i) critical points of f : points x D(f ) where f (x) = 0, (ii) singular points of f : points x D(f ) where f (x) is not defined, and (iii) endpoints of the domain of f : points x D(f ) that do not belong to any open interval contained in D(f ). Remark: In the previous figure, x 1, x 3, x 4 and x 6 are critical points, x 2 and x 5 are singular points, and a and b are endpoints. 21 / 61

22 Theorem (Locating Extreme Values) If the function f is defined on an interval I and has a local maximum (or local minimum) value at point x = x 0 in I, then x 0 must be either (i) a critical point of f, (ii) a singular point of f, or (iii) an endpoint of I. Finding Absolute Extreme Values: If f is defined on a closed interval or a union of finitely many closed intervals, we may find the absolute extreme value by checking the values of f at all critical, singular and endpoints. 22 / 61

23 Example 6: Find the maximum and minimum values of the function g(x) = x 3 3x 2 9x + 2 on the interval 2 x 2. Solution: Since g(x) is a polynomial, g (x) always exists so that it has no singular points. The derivative of g(x) is g (x) = 3x 2 6x 9 = 3(x + 1)(x 3). By letting g (x) = 0 we have x = 1 or x = 3. Since x = 3 is not in the domain, g has only one critical point at x = 1. Together with the two endpoints x = 2 and x = 2, we have g( 2) = 0, g( 1) = 7, g(2) = 20. Comparing the above values, we conclude that the maximum value of g(x) on 2 x 2 is 7 at x = 1 and the minimum value is 20 at x = / 61

24 24 / 61

25 Example 7: Find the maximum and minimum values of h(x) = 3x 2/3 2x on the interval [ 1, 1]. Solution: The derivative of h(x) is h (x) = 2(x 1/3 1). Note that x 1/3 is not defined at x = 0, therefore x = 0 is a singular point of h. Also, h has a critical point where x 1/3 = 1, that is, at x = 1 (also an endpoint). Together with the other endpoint x = 1, we have h( 1) = 5, h(0) = 0, h(1) = 1. Comparing the above values, we conclude that the maximum value of h(x) on the interval [ 1, 1] is 5 at x = 1 and the minimum value is 0 at x = / 61

26 26 / 61

27 4.5 Concavity and Inflections Definition We say that the function f is concave up (or convex) on an open interval I if it is differentiable there and the derivative f is an increasing function on I. Similarly, f is concave down on I if f exists and is an decreasing function on I. 27 / 61

28 28 / 61

29 (i) If f is concave up on an interval, then, on that interval, the graph of f lies above its tangents, and chords joining points on the graph lie above the graph. (ii) If f is concave down on an interval, then, on that interval, the graph of f lies below its tangents, and chords to the graph lie below the graph. (iii) If the graph of f has a tangent at a point, and if the concavity of f is opposite on opposite sides of that point, then the graph crosses its tangent at that point (e.g., the point (b, f (b))). Such a point is called an inflection point of the graph of f. 29 / 61

30 30 / 61

31 Theorem (Concavity and the Second Derivative) (a) If f (x) > 0 on interval I, then f is concave up on I. (b) If f (x) < 0 on interval I, then f is concave down on I. (c) If f has an inflection point at x 0 and f (x 0 ) exists, then f (x 0 ) = / 61

32 The Second Derivative Test Theorem The following rules determine whether the function has a local maximum or a local minimum value at a critical point x 0 : (a) If f (x 0 ) = 0 and f (x 0 ) < 0, then f has a local maximum value at x 0. (b) If f (x 0 ) = 0 and f (x 0 ) > 0, then f has a local minimum value at x 0. (c) If f (x 0 ) = 0 and f (x 0 ) = 0, no conclusion can be drawn. Specifically, f may have a local maximum at x 0, a local minimum, or an inflection point. 32 / 61

33 Example 8: Find and classify the critical points of f (x) = x 2 e x. Solution: The first derivative of f is f (x) = x(2 x)e x. Letting f (x) = 0, we know that f has two critical points: x = 0 and x = 2. To determine if they are local maximum or minimum values, we calculate the second derivative of f as f (x) = (2 4x + x 2 )e x. Note that f (0) = 2 > 0 and f (2) = 2e 2 < 0. We conclude that f has a local minimum value at x = 0 and a local maximum value at x = / 61

34 34 / 61

35 4.6 Sketching the Graph of a Function Good-to-have skill. There are many problems in which being able to see the function from its formula helps you keep its general features in mind and makes solving the problem easier. When sketching the graph y = f (x), we have three sources of useful information: (i) the function f itself: determine the intercepts, components, symmetry, and asymptotes; (ii) the first derivative f : determine the intervals of increase and decrease and the location of extremes vales; (iii) the second derivative f : determine the concavity and inflection points, and sometimes extreme values. 35 / 61

36 Definition (1) The graph of y = f (x) has a vertical asymptote at x = a if either lim f (x) = ± or lim x a f (x) = ± or both. x a+ (2) The graph of y = f (x) has a horizontal asymptote y = L if either lim f (x) = L or lim x f (x) = L or both. x (3) The graph of y = f (x) has an oblique asymptote y = ax + b, where a 0, if either lim (f (x) (ax + b)) = 0 or lim x (f (x) (ax + b)) = 0 x or both. 36 / 61

37 Example 9: Find the asymptotes of the following functions: (a) f (x) = 1 x 2 x. Solution: The graph of f has a horizontal asymptote y = 0, and two vertical asymptotes at x = 0 and x = / 61

38 Example 9: Find the asymptotes of the following functions: (a) f (x) = 1 x 2 x. Solution: The graph of f has a horizontal asymptote y = 0, and two vertical asymptotes at x = 0 and x = 1. (b) g(x) = x 4 + x 2 x Solution: The graph of g has a horizontal asymptote y = / 61

39 Example 9: Find the asymptotes of the following functions: (a) f (x) = 1 x 2 x. Solution: The graph of f has a horizontal asymptote y = 0, and two vertical asymptotes at x = 0 and x = 1. (b) g(x) = x 4 + x 2 x Solution: The graph of g has a horizontal asymptote y = 1. (c) h(x) = x x = x + 1 x. Solution: The graph of h has a vertical asymptote x = 0, and an oblique asymptote y = x. 39 / 61

40 40 / 61

41 41 / 61

42 42 / 61

43 Theorem (Asymptotes of Rational Functions) Suppose that f (x) = P m (x)/q n (x), where P m and Q n are polynomials of degrees of m and n, respectively. Suppose also that P m and Q n have no common linear factors. Then (a) The graph has a vertical asymptote at every position x such that Q n (x) = 0. (b) If m < n, the graph has a horizontal asymptote y = 0. (c) If m = n, the graph has a horizontal asymptote y = a m /b n. (d) If m = n + 1, the graph has an oblique asymptote y = ax + b, where a and b satisfy f (x) = ax + b + R(x)/Q n (x), the remainder R(x) is a polynomial of degree at most n 1. (e) If m > n + 1, the graph has no horizontal or oblique asymptotes. 43 / 61

44 Checklist for Curve Sketching: 1. Calculate f (x) and f (x), and express the results in factored form if possible. 2. Examine f (x) to determine its domain, the endpoints, the intercepts, the symmetry (Is f even or odd?), and the horizontal, vertical or oblique asymptotes. 3. Examine f (x) to determine the critical points, the singular points, and the intervals on which f is positive or negative. 4. Examine f (x) to determine the points where f (x) = 0, the points where f (x) is undefined, the intervals where f is positive (concave up) or negative (concave down), and the inflection points. 44 / 61

45 Example 10: Sketch the graph of f (x) = x 2 1 x 2 4. Solution: Note that f (x) = 6x (x 2 4) 2 and f (x) = 6(3x 2 + 4) (x 2 4) 3. From f : the domain is R except for { 2, 2}; the vertical asymptotes are x = 2 and x = 2; the horizontal asymptote is y = 1; f is symmetric on y-axis (i.e., f is even); the intercepts are ( 1, 0), (1, 0), an (0, 1/4); and other important points can be (3, 8/5) and ( 3, 8/5). From f : the critical point is x = 0; the singular points are x = 2 and x = 2; f (x) < 0 as x (0, 2) and x (2, ). From f : f (x) = 0 nowhere; f (x) < 0 as x (0, 2) and f (x) > 0 as x (2, ). 45 / 61

46 46 / 61

47 47 / 61

48 Example 11: Sketch the graph of f (x) = xe x2 /2. Solution: Note that f (x) = (1 x 2 )e x2 /2 and f (x) = x(x 2 3)e x2 /2. From f : the domain is all x; the horizontal asymptote is y = 0, since 1 x 2 lim x ± e x2 /2 = lim 2x x ± xe x2 /2 = 0. f is symmetric about the origin (i.e., f is odd); the intercept is (0, 0) only, since e x2 /2 0 for all x. From f : the critical points are x = ±1 points (±1, ±1/ e) (±1, ±0.61); From f : f (x) = 0 at x = 0 and x = ± 3, points (0, 0), (± 3, 3e 3/2 ) (±1.73, ±0.39) 48 / 61

49 CP CP x y y y min max ) infl ( ( infl ) ) infl ( 49 / 61

50 50 / 61

51 4.9 Linear Approximations Definition The linearization of the function f about a is the function L defined by L(x) = f (a) + f (a)(x a). We say that f (x) L(x) = f (a) + f (a)(x a) provides linear approximations for values of f near a. 51 / 61

52 52 / 61

53 Example 12: Find linearizations of (a) f (x) = 1 + x about x = 0; and (b) g(t) = 1/t about t = 1/2. Solution: 53 / 61

54 Example 12: Find linearizations of (a) f (x) = 1 + x about x = 0; and (b) g(t) = 1/t about t = 1/2. Solution: (a) We have f (0) = 1 and f (0) = 1/(2 1 + x) x=0 = 1/2. The linearization of f about x = 0 is L(x) = f (0) + f (0)(x 0) = 1 + x 2. (b) We have g(1/2) = 2 and g (1/2) = 1/t 2 t=1/2 = 4. The linearization of g about t = 1/2 is L(t) = g( 1 2 ) + g ( 1 2 )(t 1 2 ) = 4 4t. 54 / 61

55 Example 13: Use the linearization for x about x = 25 to find an approximate value for 26. Solution: Let f (x) = x. We have f (25) = 5 and f (25) = 1 2 = 1 x x= The linearization of f about x = 25 is Putting x = 26, we get L(x) = f (25) + f (25)(x 25) = x = f (26) L(x) = = This is very close to the true value at 26 = / 61

56 4.10 Taylor Polynomials If we generalize the linear approximation to higher-degree approximation, it results in the Taylor polynomials. Let f (x) = c 0 + c 1 (x a) + c 2 (x a) 2 +, Assume that f (n) (a) exist for any positive integer n. We have f (n) (x) = c n n! + c n+1 (n + 1)! 1! (n + 2)! (x a) + c n+2 (x a) 2 + 2! Note that f (n) (a) = c n n!. We have c n = f (n) (a) n! n = 0, 1, 2, 56 / 61

57 Plugging in c n, we have f (x) = f (a) + f (a)(x a) + f (a) (x a) 2 2! + f (3) (a) (x a) f (n) (a) (x a) n + Remainder 3! n! = P n (x) + Remainder. P n is called the nth-order Taylor polynomial for f about a. When a = 0, the Taylor polynomial P n becomes P n (x) = f (0) + f (0)x + f (0) x f (n) (0) x n. 2! n! This is also referred to as the Maclaurin polynomial. 57 / 61

58 Some important Taylor polynomials: 1) e x = 1 + x + x 2 2! + x 3 3! + x 4 2) sin(x) = x x 3 3! + x 5 5! x 7 3) cos(x) = 1 x 2 2! + x 4 4! x 6 4! + 7! + 6! + 4) ln(1 + x) = x x x 3 3 x 4 + ( x < 1) 4 5) x = 1 x + x 2 x 3 + x 4 ( x < 1) 58 / 61

59 Example 14: Find an approximate value of e = using the Taylor polynomials. Solution: Note that the Taylor series of function e x is Letting x = 1, we have e x = 1 + x + x 2 2! + x 3 3! + e = ! + 1 3! + (1) If approximate e using the first 3 terms, we have e 2.5; (2) If approximate e using the first 4 terms, we have e 2.67; (3) If approximate e using the first 10 terms, we have e / 61

60 60 / 61

61 Example 15: Find the Taylor polynomial of f (x) = x sin(2x) about x = 0. Solution: Note that sin(x) = k=1 ( 1)k 1 1 (2k 1)! x 2k 1. We have sin(2x) = = Finally, ( 1) k 1 1 (2k 1)! (2x)2k 1 ( 1) k 1 2 2k 1 (2k 1)! x 2k 1. k=1 k=1 f (x) = x sin(2x) = ( 1) k 1 2 2k 1 (2k 1)! x 2k. k=1 61 / 61

Chapter 4: More Applications of Differentiation

Chapter 4: More Applications of Differentiation Chapter 4: More Applications of Differentiation Autumn 2017 Department of Mathematics Hong Kong Baptist University 1 / 68 In the fall of 1972, President Nixon announced that, the rate of increase of inflation

More information

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx Math 80, Exam, Practice Fall 009 Problem Solution. Differentiate the functions: (do not simplify) f(x) = x ln(x + ), f(x) = xe x f(x) = arcsin(x + ) = sin (3x + ), f(x) = e3x lnx Solution: For the first

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

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

More information

Section Properties of Rational Expressions

Section Properties of Rational Expressions 88 Section. - Properties of Rational Expressions Recall that a rational number is any number that can be written as the ratio of two integers where the integer in the denominator cannot be. Rational Numbers:

More information

Mathematic 108, Fall 2015: Solutions to assignment #7

Mathematic 108, Fall 2015: Solutions to assignment #7 Mathematic 08, Fall 05: Solutions to assignment #7 Problem # Suppose f is a function with f continuous on the open interval I and so that f has a local maximum at both x = a and x = b for a, b I with a

More information

6.1 Polynomial Functions

6.1 Polynomial Functions 6.1 Polynomial Functions Definition. A polynomial function is any function p(x) of the form p(x) = p n x n + p n 1 x n 1 + + p 2 x 2 + p 1 x + p 0 where all of the exponents are non-negative integers and

More information

Calculus 221 worksheet

Calculus 221 worksheet Calculus 221 worksheet Graphing A function has a global maximum at some a in its domain if f(x) f(a) for all other x in the domain of f. Global maxima are sometimes also called absolute maxima. A function

More information

5.8 Indeterminate forms and L Hôpital s rule

5.8 Indeterminate forms and L Hôpital s rule 5.8 Indeterminate forms and L Hôpital s rule Mark Woodard Furman U Fall 2009 Mark Woodard (Furman U) 5.8 Indeterminate forms and L Hôpital s rule Fall 2009 1 / 11 Outline 1 The forms 0/0 and / 2 Examples

More information

Dr. Sophie Marques. MAM1020S Tutorial 8 August Divide. 1. 6x 2 + x 15 by 3x + 5. Solution: Do a long division show your work.

Dr. Sophie Marques. MAM1020S Tutorial 8 August Divide. 1. 6x 2 + x 15 by 3x + 5. Solution: Do a long division show your work. Dr. Sophie Marques MAM100S Tutorial 8 August 017 1. Divide 1. 6x + x 15 by 3x + 5. 6x + x 15 = (x 3)(3x + 5) + 0. 1a 4 17a 3 + 9a + 7a 6 by 3a 1a 4 17a 3 + 9a + 7a 6 = (4a 3 3a + a + 3)(3a ) + 0 3. 1a

More information

MAT137 Calculus! Lecture 20

MAT137 Calculus! Lecture 20 official website http://uoft.me/mat137 MAT137 Calculus! Lecture 20 Today: 4.6 Concavity 4.7 Asypmtotes Next: 4.8 Curve Sketching Indeterminate Forms for Limits Which of the following are indeterminate

More information

MTH4100 Calculus I. Bill Jackson School of Mathematical Sciences QMUL. Week 9, Semester 1, 2013

MTH4100 Calculus I. Bill Jackson School of Mathematical Sciences QMUL. Week 9, Semester 1, 2013 MTH4100 School of Mathematical Sciences QMUL Week 9, Semester 1, 2013 Concavity Concavity In the literature concave up is often referred to as convex, and concave down is simply called concave. The second

More information

Announcements. Related Rates (last week), Linear approximations (today) l Hôpital s Rule (today) Newton s Method Curve sketching Optimization problems

Announcements. Related Rates (last week), Linear approximations (today) l Hôpital s Rule (today) Newton s Method Curve sketching Optimization problems Announcements Assignment 4 is now posted. Midterm results should be available by the end of the week (assuming the scantron results are back in time). Today: Continuation of applications of derivatives:

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

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

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

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

More information

Math 131 Final Exam Spring 2016

Math 131 Final Exam Spring 2016 Math 3 Final Exam Spring 06 Name: ID: multiple choice questions worth 5 points each. Exam is only out of 00 (so there is the possibility of getting more than 00%) Exam covers sections. through 5.4 No graphing

More information

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

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

More information

Calculus (Math 1A) Lecture 6

Calculus (Math 1A) Lecture 6 Calculus (Math 1A) Lecture 6 Vivek Shende September 5, 2017 Hello and welcome to class! Hello and welcome to class! Last time Hello and welcome to class! Last time We introduced limits, and discussed slopes

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

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

MTH30 Review Sheet. y = g(x) BRONX COMMUNITY COLLEGE of the City University of New York DEPARTMENT OF MATHEMATICS & COMPUTER SCIENCE

MTH30 Review Sheet. y = g(x) BRONX COMMUNITY COLLEGE of the City University of New York DEPARTMENT OF MATHEMATICS & COMPUTER SCIENCE BRONX COMMUNITY COLLEGE of the City University of New York DEPARTMENT OF MATHEMATICS & COMPUTER SCIENCE MTH0 Review Sheet. Given the functions f and g described by the graphs below: y = f(x) y = g(x) (a)

More information

Written Homework 7 Solutions

Written Homework 7 Solutions Written Homework 7 Solutions Section 4.3 20. Find the local maxima and minima using the First and Second Derivative tests: Solution: First start by finding the first derivative. f (x) = x2 x 1 f (x) =

More information

Rational Functions 4.5

Rational Functions 4.5 Math 4 Pre-Calculus Name Date Rational Function Rational Functions 4.5 g ( ) A function is a rational function if f ( ), where g ( ) and ( ) h ( ) h are polynomials. Vertical asymptotes occur at -values

More information

2.6. Graphs of Rational Functions. Copyright 2011 Pearson, Inc.

2.6. Graphs of Rational Functions. Copyright 2011 Pearson, Inc. 2.6 Graphs of Rational Functions Copyright 2011 Pearson, Inc. Rational Functions What you ll learn about Transformations of the Reciprocal Function Limits and Asymptotes Analyzing Graphs of Rational Functions

More information

MATH 408N PRACTICE FINAL

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

More information

Solutions to Math 41 First Exam October 18, 2012

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

More information

MA1021 Calculus I B Term, Sign:

MA1021 Calculus I B Term, Sign: MA1021 Calculus I B Term, 2014 Final Exam Print Name: Sign: Write up your solutions neatly and show all your work. 1. (28 pts) Compute each of the following derivatives: You do not have to simplify your

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

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

Skill 6 Exponential and Logarithmic Functions

Skill 6 Exponential and Logarithmic Functions Skill 6 Exponential and Logarithmic Functions Skill 6a: Graphs of Exponential Functions Skill 6b: Solving Exponential Equations (not requiring logarithms) Skill 6c: Definition of Logarithms Skill 6d: Graphs

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

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

Math 1120, Section 1 Calculus Final Exam

Math 1120, Section 1 Calculus Final Exam May 7, 2014 Name Each of the first 17 problems are worth 10 points The other problems are marked The total number of points available is 285 Throughout the free response part of this test, to get credit

More information

Calculus I Sample Exam #01

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

More information

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions Rational Functions A rational function f (x) is a function which is the ratio of two polynomials, that is, Part 2, Polynomials Lecture 26a, Rational Functions f (x) = where and are polynomials Dr Ken W

More information

Daily WeBWorK. 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8).

Daily WeBWorK. 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8). Daily WeBWorK 1. Below is the graph of the derivative f (x) of a function defined on the interval (0, 8). (a) On what intervals is f (x) concave down? f (x) is concave down where f (x) is decreasing, so

More information

M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, Section time (circle one): 11:00am 1:00pm 2:00pm

M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, Section time (circle one): 11:00am 1:00pm 2:00pm M408 C Fall 2011 Dr. Jeffrey Danciger Exam 2 November 3, 2011 NAME EID Section time (circle one): 11:00am 1:00pm 2:00pm No books, notes, or calculators. Show all your work. Do NOT open this exam booklet

More information

Final Exam Review Exercise Set A, Math 1551, Fall 2017

Final Exam Review Exercise Set A, Math 1551, Fall 2017 Final Exam Review Exercise Set A, Math 1551, Fall 2017 This review set gives a list of topics that we explored throughout this course, as well as a few practice problems at the end of the document. A complete

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

Solutions to Math 41 First Exam October 15, 2013

Solutions to Math 41 First Exam October 15, 2013 Solutions to Math 41 First Exam October 15, 2013 1. (16 points) Find each of the following its, with justification. If the it does not exist, explain why. If there is an infinite it, then explain whether

More information

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form Taylor Series Given a function f(x), we would like to be able to find a power series that represents the function. For example, in the last section we noted that we can represent e x by the power series

More information

Week 1: need to know. November 14, / 20

Week 1: need to know. November 14, / 20 Week 1: need to know How to find domains and ranges, operations on functions (addition, subtraction, multiplication, division, composition), behaviors of functions (even/odd/ increasing/decreasing), library

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

Skill 6 Exponential and Logarithmic Functions

Skill 6 Exponential and Logarithmic Functions Skill 6 Exponential and Logarithmic Functions Skill 6a: Graphs of Exponential Functions Skill 6b: Solving Exponential Equations (not requiring logarithms) Skill 6c: Definition of Logarithms Skill 6d: Graphs

More information

PreCalculus Notes. MAT 129 Chapter 5: Polynomial and Rational Functions. David J. Gisch. Department of Mathematics Des Moines Area Community College

PreCalculus Notes. MAT 129 Chapter 5: Polynomial and Rational Functions. David J. Gisch. Department of Mathematics Des Moines Area Community College PreCalculus Notes MAT 129 Chapter 5: Polynomial and Rational Functions David J. Gisch Department of Mathematics Des Moines Area Community College September 2, 2011 1 Chapter 5 Section 5.1: Polynomial Functions

More information

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

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

Chapter 3: The Derivative in Graphing and Applications

Chapter 3: The Derivative in Graphing and Applications Chapter 3: The Derivative in Graphing and Applications Summary: The main purpose of this chapter is to use the derivative as a tool to assist in the graphing of functions and for solving optimization problems.

More information

Semester University of Sheffield. School of Mathematics and Statistics

Semester University of Sheffield. School of Mathematics and Statistics University of Sheffield School of Mathematics and Statistics MAS140: Mathematics (Chemical) MAS15: Civil Engineering Mathematics MAS15: Essential Mathematical Skills & Techniques MAS156: Mathematics (Electrical

More information

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions.

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions. Concepts: Horizontal Asymptotes, Vertical Asymptotes, Slant (Oblique) Asymptotes, Transforming Reciprocal Function, Sketching Rational Functions, Solving Inequalities using Sign Charts. Rational Function

More information

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x?

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x? . What are the domain and range of the function Fall 9 Math 3 Final Exam Solutions f(x) = + ex e x? Answer: The function is well-defined everywhere except when the denominator is zero, which happens when

More information

Section 4.2 Logarithmic Functions & Applications

Section 4.2 Logarithmic Functions & Applications 34 Section 4.2 Logarithmic Functions & Applications Recall that exponential functions are one-to-one since every horizontal line passes through at most one point on the graph of y = b x. So, an exponential

More information

MAT137 - Week 12. Last lecture of the term! Next Thursday is the last day of classes, but it counts as a Monday.

MAT137 - Week 12. Last lecture of the term! Next Thursday is the last day of classes, but it counts as a Monday. MAT137 - Week 12 Last lecture of the term! Next Thursday is the last day of classes, but it counts as a Monday. Your second test is tomorrow, 4-6pm. See the course website for details. Today s lecture

More information

MTAEA Differentiation

MTAEA Differentiation School of Economics, Australian National University February 5, 2010 Basic Properties of the Derivative. Secant Tangent Applet l 3 l 2 l 1 a a 3 a 2 a 1 Figure: The derivative of f at a is the limiting

More information

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a)

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a) MATH 2250 Calculus I Eric Perkerson Test 3 Review Sections Covered: 3.11, 4.1 4.6. Topics Covered: Linearization, Extreme Values, The Mean Value Theorem, Consequences of the Mean Value Theorem, Concavity

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

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

Name: AK-Nummer: Ergänzungsprüfung January 29, 2016

Name: AK-Nummer: Ergänzungsprüfung January 29, 2016 INSTRUCTIONS: The test has a total of 32 pages including this title page and 9 questions which are marked out of 10 points; ensure that you do not omit a page by mistake. Please write your name and AK-Nummer

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

14 Increasing and decreasing functions

14 Increasing and decreasing functions 14 Increasing and decreasing functions 14.1 Sketching derivatives READING Read Section 3.2 of Rogawski Reading Recall, f (a) is the gradient of the tangent line of f(x) at x = a. We can use this fact to

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

MATHEMATICS AP Calculus (BC) Standard: Number, Number Sense and Operations

MATHEMATICS AP Calculus (BC) Standard: Number, Number Sense and Operations Standard: Number, Number Sense and Operations Computation and A. Develop an understanding of limits and continuity. 1. Recognize the types of nonexistence of limits and why they Estimation are nonexistent.

More information

f(x) = lim x 0 + x = lim f(x) =

f(x) = lim x 0 + x = lim f(x) = Infinite Limits Having discussed in detail its as x ±, we would like to discuss in more detail its where f(x) ±. Once again we would like to emphasize that ± are not numbers, so if we write f(x) = we are

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Example 1a ~ Like # 1-39

Example 1a ~ Like # 1-39 Example 1a ~ Like # 1-39 f(x) = A. The domain is {x x 2 1 0} = {x x 1} DOM: (, 1) ( 1, 1) (1, ) B. The x- and y-intercepts are both 0. C. Since f( x) = f(x), the function f is even. The curve is symmetric

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

Learning Target: I can sketch the graphs of rational functions without a calculator. a. Determine the equation(s) of the asymptotes.

Learning Target: I can sketch the graphs of rational functions without a calculator. a. Determine the equation(s) of the asymptotes. Learning Target: I can sketch the graphs of rational functions without a calculator Consider the graph of y= f(x), where f(x) = 3x 3 (x+2) 2 a. Determine the equation(s) of the asymptotes. b. Find the

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 05/05/2012 Bormashenko MATH 408N PRACTICE FINAL Name: TA session: Show your work for all the problems. Good luck! (1) Calculate the following limits, using whatever tools are appropriate. State which results

More information

Polynomial Functions and Models

Polynomial Functions and Models 1 CA-Fall 2011-Jordan College Algebra, 4 th edition, Beecher/Penna/Bittinger, Pearson/Addison Wesley, 2012 Chapter 4: Polynomial Functions and Rational Functions Section 4.1 Polynomial Functions and Models

More information

Families of Functions, Taylor Polynomials, l Hopital s

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

More information

(a) The best linear approximation of f at x = 2 is given by the formula. L(x) = f(2) + f (2)(x 2). f(2) = ln(2/2) = ln(1) = 0, f (2) = 1 2.

(a) The best linear approximation of f at x = 2 is given by the formula. L(x) = f(2) + f (2)(x 2). f(2) = ln(2/2) = ln(1) = 0, f (2) = 1 2. Math 180 Written Homework Assignment #8 Due Tuesday, November 11th at the beginning of your discussion class. Directions. You are welcome to work on the following problems with other MATH 180 students,

More information

Review for Final Exam, MATH , Fall 2010

Review for Final Exam, MATH , Fall 2010 Review for Final Exam, MATH 170-002, Fall 2010 The test will be on Wednesday December 15 in ILC 404 (usual class room), 8:00 a.m - 10:00 a.m. Please bring a non-graphing calculator for the test. No other

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. Calculus I - Homework Chapter 2 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine whether the graph is the graph of a function. 1) 1)

More information

Review Problems for Test 1

Review Problems for Test 1 Review Problems for Test Math 6-03/06 9 9/0 007 These problems are provided to help you study The presence of a problem on this handout does not imply that there will be a similar problem on the test And

More information

1. Which one of the following points is a singular point of. f(x) = (x 1) 2/3? f(x) = 3x 3 4x 2 5x + 6? (C)

1. Which one of the following points is a singular point of. f(x) = (x 1) 2/3? f(x) = 3x 3 4x 2 5x + 6? (C) Math 1120 Calculus Test 3 November 4, 1 Name In the first 10 problems, each part counts 5 points (total 50 points) and the final three problems count 20 points each Multiple choice section Circle the correct

More information

106 Chapter 5 Curve Sketching. If f(x) has a local extremum at x = a and. THEOREM Fermat s Theorem f is differentiable at a, then f (a) = 0.

106 Chapter 5 Curve Sketching. If f(x) has a local extremum at x = a and. THEOREM Fermat s Theorem f is differentiable at a, then f (a) = 0. 5 Curve Sketching Whether we are interested in a function as a purely mathematical object or in connection with some application to the real world, it is often useful to know what the graph of the function

More information

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2)

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2) Math 001 - Term 161 Recitation (R1, R) Question 1: How many rational and irrational numbers are possible between 0 and 1? (a) 1 (b) Finite (c) 0 (d) Infinite (e) Question : A will contain how many elements

More information

Name Advanced Math Functions & Statistics. Non- Graphing Calculator Section A. B. C.

Name Advanced Math Functions & Statistics. Non- Graphing Calculator Section A. B. C. 1. Compare and contrast the following graphs. Non- Graphing Calculator Section A. B. C. 2. For R, S, and T as defined below, which of the following products is undefined? A. RT B. TR C. TS D. ST E. RS

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

Section 4.3 Concavity and Curve Sketching 1.5 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 4.3 Concavity and Curve Sketching 1.5 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 4.3 Concavity and Curve Sketching 1.5 Lectures College of Science MATHS 101: Calculus I (University of Bahrain) Concavity 1 / 29 Concavity Increasing Function has three cases (University of Bahrain)

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

(c) Find the equation of the degree 3 polynomial that has the same y-value, slope, curvature, and third derivative as ln(x + 1) at x = 0.

(c) Find the equation of the degree 3 polynomial that has the same y-value, slope, curvature, and third derivative as ln(x + 1) at x = 0. Chapter 7 Challenge problems Example. (a) Find the equation of the tangent line for ln(x + ) at x = 0. (b) Find the equation of the parabola that is tangent to ln(x + ) at x = 0 (i.e. the parabola has

More information

Math 180, Exam 2, Spring 2013 Problem 1 Solution

Math 180, Exam 2, Spring 2013 Problem 1 Solution Math 80, Eam, Spring 0 Problem Solution. Find the derivative of each function below. You do not need to simplify your answers. (a) tan ( + cos ) (b) / (logarithmic differentiation may be useful) (c) +

More information

Introduction. A rational function is a quotient of polynomial functions. It can be written in the form

Introduction. A rational function is a quotient of polynomial functions. It can be written in the form RATIONAL FUNCTIONS Introduction A rational function is a quotient of polynomial functions. It can be written in the form where N(x) and D(x) are polynomials and D(x) is not the zero polynomial. 2 In general,

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polynomial and Rational Functions 3.1 Polynomial Functions and their Graphs So far, we have learned how to graph polynomials of degree 0, 1, and. Degree 0 polynomial functions are things like f(x) =,

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

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

More information

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note Math 001 - Term 171 Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note x A x belongs to A,x is in A Between an element and a set. A B A is a subset of B Between two sets. φ

More information

Chapter 3 Prerequisite Skills. Chapter 3 Prerequisite Skills Question 1 Page 148. a) Let f (x) = x 3 + 2x 2 + 2x +1. b) Let f (z) = z 3 6z 4.

Chapter 3 Prerequisite Skills. Chapter 3 Prerequisite Skills Question 1 Page 148. a) Let f (x) = x 3 + 2x 2 + 2x +1. b) Let f (z) = z 3 6z 4. Chapter 3 Curve Sketching Chapter 3 Prerequisite Skills Chapter 3 Prerequisite Skills Question 1 Page 148 a) Let f (x) = x 3 + 2x 2 + 2x +1. f (1) = 6 f (Ğ1) = 0 (x +1) is a factor. x 3 + 2x 2 + 2x +1

More information

3. (12 points) Find an equation for the line tangent to the graph of f(x) =

3. (12 points) Find an equation for the line tangent to the graph of f(x) = April 8, 2015 Name The total number of points available is 168 Throughout this test, show your work Throughout this test, you are expected to use calculus to solve problems Graphing calculator solutions

More information

MA 113 Calculus I Fall 2012 Exam 3 13 November Multiple Choice Answers. Question

MA 113 Calculus I Fall 2012 Exam 3 13 November Multiple Choice Answers. Question MA 113 Calculus I Fall 2012 Exam 3 13 November 2012 Name: Section: Last 4 digits of student ID #: This exam has ten multiple choice questions (five points each) and five free response questions (ten points

More information

PreCalculus: Semester 1 Final Exam Review

PreCalculus: Semester 1 Final Exam Review Name: Class: Date: ID: A PreCalculus: Semester 1 Final Exam Review Short Answer 1. Determine whether the relation represents a function. If it is a function, state the domain and range. 9. Find the domain

More information

MATH section 4.4 Concavity and Curve Sketching Page 1. is increasing on I. is decreasing on I. = or. x c

MATH section 4.4 Concavity and Curve Sketching Page 1. is increasing on I. is decreasing on I. = or. x c MATH 0100 section 4.4 Concavity and Curve Sketching Page 1 Definition: The graph of a differentiable function y = (a) concave up on an open interval I if df f( x) (b) concave down on an open interval I

More information

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK. Summer Examination 2009.

THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK. Summer Examination 2009. OLLSCOIL NA héireann, CORCAIGH THE NATIONAL UNIVERSITY OF IRELAND, CORK COLÁISTE NA hollscoile, CORCAIGH UNIVERSITY COLLEGE, CORK Summer Examination 2009 First Engineering MA008 Calculus and Linear Algebra

More information

Math 1314 Lesson 13: Analyzing Other Types of Functions

Math 1314 Lesson 13: Analyzing Other Types of Functions Math 1314 Lesson 13: Analyzing Other Types of Functions If the function you need to analyze is something other than a polynomial function, you will have some other types of information to find and some

More information

Topics and Concepts. 1. Limits

Topics and Concepts. 1. Limits Topics and Concepts 1. Limits (a) Evaluating its (Know: it exists if and only if the it from the left is the same as the it from the right) (b) Infinite its (give rise to vertical asymptotes) (c) Limits

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