We first review various rules for easy differentiation of common functions: The same procedure works for a larger number of terms.

Size: px
Start display at page:

Download "We first review various rules for easy differentiation of common functions: The same procedure works for a larger number of terms."

Transcription

1 1 Math 182 Lecture Notes 1. Review of Differentiation To differentiate a function y = f(x) is to find its derivative f '(x). Another standard notation for the derivative is Dx(f(x)). Recall the meanings of the derivative: Suppose y = f(x). (1) The line tangent to the graph where x = a has slope m = f '(a). (2) The instantaneous rate of change of y with respect to x is f '(x). (3) The definition of the derivative is f '(x) = f(x+h) - f(x) lim h h We first review various rules for easy differentiation of common functions: Theorem. If n is a constant and A is constant then Dx (Ax n ) = A n x n-1 Example. If f(x) = 4 x 3 then f '(x) = 12 x 2. Theorem. Dx [ f(x) + g(x)] = Dx (f(x)) + D(g(x)) and Dx [ f(x) - g(x)] = Dx (f(x)) - D(g(x)) This means, to differentiate the result of adding or subtracting functions, you just add or subtract the derivatives: Example. If f(x) = 3 x x 5 then f '(x) = 21 x x 4. The same procedure works for a larger number of terms. Example. Find Dx( 2 x x 3-2 x + 5) Answer. 12 x x 2-2 Note how we used the special cases where the exponent is 1 or 0: Dx(Ax) = A, Dx(A) = 0. The same procedures work if the coefficients or the exponents are more complicated: Example. Find f '(x) if f(x) = 3 (x) + 5 x -3/2. Rewrite the function that there are only exponents, no roots. f(x) = 3 x 1/2 + 4 x -3/2 f '(x) = 3 ( 1/2) x 1/ (-3/2) x -3/2-1 = (3/2) x -1/2-6 x -5/2 Example. Find g'(x) if g(x) = 2π x 2 - (3) x + π Answer. 4 π x - 3

2 2 If y = f(x) then the derivative evaluated at a is f '(a). Example. If f(x) = 3 x 3-7, find f '(2). f '(x) = 9 x 2-0 = 9 x 2 Hence f '(2) = 9 (2) 2 = 36. Theorem. (Quotient Rule) Dx [ f(x) / g(x) ] = g(x) Dx[f(x)] - f(x) Dx[g(x)]. [g(x)] 2 Alternatively, [ f(x) / g(x) ] ' = g(x) f '(x) - f(x) g '(x) [g(x)] 2 Example. Find the derivative of 3 x x - 1 (5 x - 1) Dx(3x 2 + 2) - (3 x 2 + 2) Dx( 5 x - 1) (5 x - 1) 2 (5 x - 1) (6 x) - (3 x 2 + 2) (5) = (5 x - 1) 2 (30 x 2-6 x) - (15 x ) = (5 x - 1) 2 30 x 2-6 x - 15 x 2-10 = (5 x - 1) 2 15 x 2-6 x - 10 = (5 x - 1) 2 Theorem (Power Chain Rule) For any constants n and A, Dx[ A[f(x)] n ] = A n [f(x)] n-1 Dx[f(x)] Example. Find the derivative of (2 x 3 + 3) 7 7 (2 x 3 + 3) 7-1 Dx(2 x 3 + 3) = 7 (2 x 3 + 3) 6 (6 x 2 ) = 42 x 2 (2 x 3 + 3) 6

3 3 Example. If f(t) = 7 (3 t 4 - t) 5, find f '(t). f '(t) = 7 (5) (3 t 4 - t) 4 Dt(3 t 4 - t) = 35 (3 t 4 - t) 4 (12 t 3-1) Theorem (Product Rule) Dx [ f(x) g(x) ] = f(x) Dx[g(x)] + g(x) Dx[f(x)]. Using the prime notation, this says [f(x) g(x)] ' = f(x) g'(x) + g(x) f '(x). Example. Find the derivative of (x 2 + 1) 4 (2x 3 ) (x 2 + 1) 4 Dx(2x 3 ) + (2x 3 ) Dx[(x 2 + 1) 4 ] = (x 2 + 1) 4 (6x 2 ) + (2x 3 ) 4 (x 2 + 1) 3 Dx[(x 2 + 1)] = (x 2 + 1) 4 (6x 2 ) + (2x 3 ) 4 (x 2 + 1) 3 (2x) = (x 2 + 1) 4 (6x 2 ) + (16x 4 ) (x 2 + 1) 3 Example. Suppose y = 2 x 3. (a) Find the slope of the line tangent to the curve where x = 1. (b) Find the equation of the line tangent to the curve where x = 1. (a) Here f(x) = 2 x 3, so f '(x) = 6 x 2. Hence the slope of the tangent line is f '(1) = 6 (1) 2 = 6. (b) The equation of the line with slope m that goes through the point where x = x0 and y = y0 is y = y0 + m (x - x0). In this case, x0 = 1, y0 = f(x0) = f(1) = 2, and m = f '(x0) = f '(1) = 6. Hence y = (x - 1) y = x - 6 y = 6x - 4 Example. The area of a colony of mold t hours after the establishment of the colony is A(t) = 3.5 t t mm 2 (a) Find the area when t = 4 hours. (b) Find the instantaneous rate of change of the area with respect to time when t = 4 hours. (c) Find the equation of the tangent line when t = 4. (a) A(4) = 3.5 (4) (4) mm 2 = 81.3 mm 2 (b) A'(t) = 7 t Hence A'(4) = 7(4) = 34.2 mm 2 /hour (We know the units of f '(x) are given as in the definition of derivative as the units of f(x) divided by the units of h. In this case the units are those of A(t) divided by the units of t, hence mm 2 divided by hours.) (c) The usual formula for a tangent line is y = y0 + m(x-x0). Here y corresponds to A and x corresponds to t, so

4 4 A = A0 + m (t - t0). We have t0 = 4, A0 = A(t0) = A(4) = 81.3, and m = A'(4) = Thus A = (t-4) A = 34.2 t mm 2 2. Increasing and decreasing functions (See Schaum 17) A function f is increasing on a set A if, for any u and v in A, whenever u<v, then f(u) < f(v). This means that as you follow the graph moving toward the right, the graph also moves upward and hence increases The function f(x) = x 2-2 x for 1 x 4. It is increasing. Similarly, a function f is decreasing on a set A if, for any u and v in A, whenever u<v, then f(u) > f(v). As you follow the graph moving toward the right, the graph moves downward, or decreases The function f(x) = 4 - x 2 is decreasing for 0 x 2.

5 5 Most functions are increasing some places and decreasing other places: This example is increasing for 0<x<0.5, 1.5<x<2.5, and 3.5<x<4.5. It is decreasing for 0.5<x<1.5, 2.5 < x < 3.5, and 4.5 < 5. There is a relative maximum at x = a if f(x) f(a) for all x near a. Thus if there is a relative maximum at x = a, then x = a is the top of a hill. There is a relative minimum at x = a if f(x) f(a) for all x near a. Thus if there is a relative minimum at x = a, then x = a is the bottom of a valley. In the first example, there is a relative maximum at x = 0.5, at x = 2.5, and at x = 4.5. There is a relative minimum at x = 1.5, at x = This example is increasing for 0<x<1.25 and 3.25 < x < 5. It is decreasing for 1.25 < x < 3.25 and 5<x. There is a relative maximum at x = 1.25 and x = 5. There is a relative minimum at x = Note that at either a relative maximum or a relative minimum in the picture, f '(x) = 0. It is important to be able to tell when a function is increasing and decreasing.

6 6 Theorem. If f '(x) > 0 for a<x<b then f is increasing for a<x<b. If f '(x) < 0 for a<x<b then f is decreasing for a<x<b. Idea. If f '(x) > 0 then the tangent line has positive slope, so it is moving upward to the right. If f '(x) < 0 then the tangent line has negative slope, so it is moving downward to the right. Procedure for finding when f (x) is increasing, when it is decreasing. (1) Solve f '(x) = 0, and tell when f '(x) has no value. (2) List these values in order. These numbers are called the critical numbers. (3) At every point other than those values, f '(x) is either positive (+) or negative (-). Tell which. (4) Every interval in which f '(x) > 0 is an interval where f is increasing. (5) Every interval in which f '(x) < 0 is an interval where f is decreasing. Example. If f(x) = 3-4 x, tell where f is increasing and tell where f is decreasing. Note f '(x) = - 4 Hence f is decreasing everywhere, and f is increasing nowhere. Example. Let f(x) = x 2-6 x + 5. Tell where f is increasing and where f is decreasing. Note f '(x) = 2 x - 6. The critical numbers are where 2 x- 6 is undefined or 0: 2 x - 6 = 0 means x = 3. Hence x = 3 is the only critical number. When x < 3, 2x-6 < 0; when x >3, 2x-6 >0. We thus obtain this diagram: (-) 3 (+) Hence f is increasing for x > 3; f is decreasing for x < 3. Example. Let f(x) = 2 x 3-3 x 2-36 x + 4. Find where f is increasing, and where f is decreasing. f '(x) = 6 x 2-6 x f '(x) always has a value. We solve f ' (x) = 0. 6 x 2-6 x - 36 = 0 6( x 2 - x - 6) = 0 6 (x - 3) (x + 2) = 0. The roots are 3 and -2. List them in order -2 3 Outside these points we figure out the sign: For x < -2, f ' (x) = (+) (-) (-) = +. For -2 < x < 3, f '(x) = (+) (-) (+) = -. For 3<x, f '(x) = (+) (+) (+) = +. Thus we obtain the chart: (+) -2 (-) 3 (+) So f is increasing for x < - 2 and for 3 < x since that is where f '(x) >0. Also f is decreasing for -2 < x < 3 since that is where f '(x) < 0. It is common to write intervals using a different notation: (a,b) means a<x<b. In this form the answer would be f is increasing on (-, -2) and (3, ). f is decreasing on (-2, 3).

7 7 Example. Let f(x) = (16 - x 2 ). Find where f is increasing, and where f is decreasing. f(x) = (16 - x 2 ) 1/2 f '(x) = (1/2) (16 - x 2 ) -(1/2) (-2x) = - x /(16 - x 2 ) (1/2) f '(x) makes sense only 16 - x 2 > 0 hence only for -4 < x < 4. f ' (x) = 0 when x = 0. Hence the critical numbers are: There are no values to the left of -4 or to the right of 4. We find -4 (+) 0 (-) 4 f is increasing for -4< x < 0. f is decreasing for 0 < x < 4. Use your calculator to graph the function. f(x). Example. Let f(x) = 3/ (x-1). Tell where f is increasing and where f is decreasing. f '(x) = (x-1) (0) = (x-1) 2 (x-1) 2 The only critical number is x = 1, since there is no value at x = 1. The chart is (-) 1 (-) Thus f is never increasing. Moreover f is decreasing for x<1 or x > 1. In fact, note that there is no point when x = Relative maxima and minima Theorem. (First Derivative Test) Suppose f '(a) = 0. (1) There is a relative maximum at x = a provided f '(x) > 0 to the left of a (but near a) and f '(x) < 0 to the right of a (but near a). (2) There is a relative minimum at x = a provided f '(x) < 0 to the left of a (but near a) and f '(x) > 0 to the right of a (but near a). Again, this is obvious from the picture. If f is increasing to the left of a and decreasing to the right of a, then there is a relative maximum at x = a. If f is decreasing to the left of a and increasing to the right of a, then there is a relative minimum at x = a. If f is decreasing to the left of a and also decreasing to the right of a, then there is neither a relative maximum nor a relative minimum at x = a. If f is increasing to the left of a and also increasing to the right of a, then there is neither a relative maximum nor a relative minimum at x = a. (3) If f '(a) = 0, f '(x) > 0 to the left of a (but near a) and f '(x) > 0 to the right of a (but near a), then there is neither a relative maximum nor a relative minimum. (Instead, f is increasing near a.) (4) If f '(a) = 0, f '(x) < 0 to the left of a (but near a) and f '(x) < 0 to the right of a (but near a), then there is neither a relative maximum nor a relative minimum. (Instead, f is decreasing near a.) Example. Let f(x) = x x + 5.

8 8 (a) Tell where f is increasing. (b) Tell where f is decreasing. (c) Locate all relative maxima. (d) Locate all relative minima. f '(x) = 2x + 2. Hence f ' (x) = 0 when x = -1. We find the following chart for f ': (-) -1 (+) (a) f is increasing for x > -1. (b) f is decreasing for x < -1. (c) there are no relative maxima. (d) there is a relative minimum at x = -1. A shorter way to ask you to find all the relative maxima and all the relative minima is to say "classify all the critical numbers." This means, for each critical number, tell whether it corresponds to a relative maximum, a relative minimum, or neither. Example. Let f(x) = 4 x +5 - x 2. (a) Tell where f is increasing. (b) Tell where f is decreasing. (c) Locate and classify all critical numbers. Solution: f '(x) = 4-2 x Hence f '(x) = 0 when 4-2 x = 0 or x = 2. We obtain the chart for f ' as follows: (+) 2 (-) (a) f is increasing for x < 2. (b) f is decreasing for x > 2. (c) x = 2 is a relative maximum Example. Let P(t) = 2 t 3-3 t 2-36 t + 4. Find the locations of all relative maxima and the locations of all relative minima. P'(t) = 6 t 2-6 t - 36 = 6 (t 2 - t - 6) = 6 (t-3) (t + 2). Solve P'(t) = 0 to find that the critical numbers are 3 and -2. We obtain the chart (+) -2 (-) 3 (+) To the left of 3, f '(t) < 0 while to the right of 3, f '(t) > 0. By the First Derivative Test there is a relative minimum at t = 3. To the left of -2, f '(t) > 0 while to the right of -2, f '(t) < 0. Hence by the First Derivative Test there is a relative maximum at t = -2. Write the answer as: t = -2: relative maximum t = 3: relative minimum Example. Let f(x) = 6 x x 4-80 x Tell where f is increasing, where f is decreasing. Classify each critical number. Solution f '(x) = 30 x x x 2.

9 9 Solve f '(x) = x x x 2 = 0 30 (x x 3-8 x 2 ) = 0 30 x 2 (x x - 8 ) = 0 30 x 2 (x + 4) (x - 2) = 0. Thus roots are x = 0, x= -4, and x = 2. Put them in order: Find the sign of f '(x): (+) -4 (-) 0 (-) 2 (+) Thus f is increasing for x<-4 and x > 2. f is decreasing for -4<x<0 and 0<x<2; we just write that f is decreasing for -4 < x < 2. There is a relative maximum at x = -4. There is a relative minimum at x = 2. Note that f '(0) = 0 so 0 is a critical number yet there is neither a relative maximum nor a relative minimum at x = 0. Thus the classification of critical numbers is -4 relative maximum 0 neither 2 relative minimum Example. A population of bacteria grows so that after t hours there are P(t) = 2t 3-21 t t + 3 grams of bacteria. (a) Tell when the population is increasing. (b) Tell when the population is decreasing. (c) Tell when there is a relative maximum. (d) Tell when there is a relative minimum. (e) Tell the initial population. (f) Tell the population at the relative maximum. (g) Tell the population at the relative minimum. P'(t) = 6 t 2-42 t Hence P'(t) = 0 when 6 t 2-42 t + 60 = 0 6 (t 2-7 t + 10) = 0 6 (t - 5) (t - 2) = 0. Thus P'(t) = 0 when t = 2 or t = 5. For 0<t<2, the sign of P'(t) is (+) (-) (-) = +, so P is increasing. For 2<t<5, the sign of P'(t) is (+) (-) (+) = -, so P is decreasing. For 5<t the sign of P'(t) is (+) (+) (+) = + so P is increasing. Hence (a) P is increasing when 0<t<2 and when 5<t. (b) P is decreasing when 2<t<5. (c) There is a relative maximum when t = 2. (d) There is a relative minimum when t = 5. (e) The initial population is P(0) = 3 grams. (f) The population at the relative maximum is P(2) = 55 grams. (g) The population at the relative minimum is P(5) = 28 grams.

10 10 What to do if the expression does not factor: Sometimes it is hard to factor f '(x). In these cases, to find the sign of f '(x), one can test any point in the interval. We expect that f '(x) can only change sign at a place where it is zero (or undefined). Since we will have found all such places on the chart, everywhere else it cannot change sign. Example. Let f(x) = -2.2 x x x (a) Tell where f is increasing. (b) Tell where f is decreasing. (c) Locate and classify all critical numbers. f '(x) = -6.6 x x We want to solve f '(x) = -6.6 x x = 0. We can't factor, so instead we use the quadratic formula to obtain x = or x = The chart for f '(x) is then For x < we substitute a value into f ' to find whether f '(x) is positive or negative. Pick any such value (and avoid the endpoint). I'll choose -2. Then from the calculator f '(-2) = -6.6 (-2) (-2) = Hence for x < we have f '(x) < 0. For < x < we pick any value. I'll choose x = 0. Then f '(0) = 69.1 > 0. Hence for < x < we have f '(x) > 0. For x > we pick any value. I'll choose x = 8. Then f '(8) = -6.6 (8) (8) = Hence for x > we have f '(x) < 0. The chart for f '(x) is then (-) (+) (-) The answer is then (a) f is increasing for < x < (b) f is decreasing for x < or x > (c) when x = there is a relative minimum; when x = there is a relative maximum

More calculations of the derivative

More calculations of the derivative 1 More calculations of the derivative There are more quick rules to help differentiate functions easily. Theorem (Product Rule) Dx [ f(x) g(x) ] = f(x) Dx[g(x)] + g(x) Dx[f(x)]. Using the prime notation,

More information

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

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

More information

Suppose that f is continuous on [a, b] and differentiable on (a, b). Then

Suppose that f is continuous on [a, b] and differentiable on (a, b). Then Lectures 1/18 Derivatives and Graphs When we have a picture of the graph of a function f(x), we can make a picture of the derivative f (x) using the slopes of the tangents to the graph of f. In this section

More information

Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3

Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3 Math 131. Increasing/Decreasing Functions and First Derivative Test Larson Section 3.3 Increasing and Decreasing Functions. A function f is increasing on an interval if for any two numbers x 1 and x 2

More information

4.2: What Derivatives Tell Us

4.2: What Derivatives Tell Us 4.2: What Derivatives Tell Us Problem Fill in the following blanks with the correct choice of the words from this list: Increasing, decreasing, positive, negative, concave up, concave down (a) If you know

More information

1 Lecture 25: Extreme values

1 Lecture 25: Extreme values 1 Lecture 25: Extreme values 1.1 Outline Absolute maximum and minimum. Existence on closed, bounded intervals. Local extrema, critical points, Fermat s theorem Extreme values on a closed interval Rolle

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

Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 CCBC Dundalk

Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 CCBC Dundalk Bob Brown Math 251 Calculus 1 Chapter 4, Section 4 1 A Function and its Second Derivative Recall page 4 of Handout 3.1 where we encountered the third degree polynomial f(x) = x 3 5x 2 4x + 20. Its derivative

More information

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards

Chapter 4 Notes, Calculus I with Precalculus 3e Larson/Edwards 4.1 The Derivative Recall: For the slope of a line we need two points (x 1,y 1 ) and (x 2,y 2 ). Then the slope is given by the formula: m = y x = y 2 y 1 x 2 x 1 On a curve we can find the slope of a

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION Many applications of calculus depend on our ability to deduce facts about a function f from information concerning its derivatives. APPLICATIONS

More information

MATH 116, LECTURE 13, 14 & 15: Derivatives

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

More information

Math 108, Solution of Midterm Exam 3

Math 108, Solution of Midterm Exam 3 Math 108, Solution of Midterm Exam 3 1 Find an equation of the tangent line to the curve x 3 +y 3 = xy at the point (1,1). Solution. Differentiating both sides of the given equation with respect to x,

More information

Solve the problem. Determine the center and radius of the circle. Use the given information about a circle to find its equation.

Solve the problem. Determine the center and radius of the circle. Use the given information about a circle to find its equation. Math1314-TestReview2-Spring2016 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. 1) Is the point (-5, -3) on the circle defined

More information

Review Sheet 2 Solutions

Review Sheet 2 Solutions Review Sheet Solutions. A bacteria culture initially contains 00 cells and grows at a rate proportional to its size. After an hour the population has increased to 40 cells. (a) Find an expression for the

More information

2015 Math Camp Calculus Exam Solution

2015 Math Camp Calculus Exam Solution 015 Math Camp Calculus Exam Solution Problem 1: x = x x +5 4+5 = 9 = 3 1. lim We also accepted ±3, even though it is not according to the prevailing convention 1. x x 4 x+4 =. lim 4 4+4 = 4 0 = 4 0 = We

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

Maximum and Minimum Values

Maximum and Minimum Values Maimum and Minimum Values y Maimum Minimum MATH 80 Lecture 4 of 6 Definitions: A function f has an absolute maimum at c if f ( c) f ( ) for all in D, where D is the domain of f. The number f (c) is called

More information

V. Graph Sketching and Max-Min Problems

V. Graph Sketching and Max-Min Problems V. Graph Sketching and Max-Min Problems The signs of the first and second derivatives of a function tell us something about the shape of its graph. In this chapter we learn how to find that information.

More information

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over,

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over, The Derivative of a Function Measuring Rates of Change of a function y f(x) f(x 0 ) P Q Secant line x 0 x x Average rate of change of with respect to over, " " " " - Slope of secant line through, and,

More information

1) The line has a slope of ) The line passes through (2, 11) and. 6) r(x) = x + 4. From memory match each equation with its graph.

1) The line has a slope of ) The line passes through (2, 11) and. 6) r(x) = x + 4. From memory match each equation with its graph. Review Test 2 Math 1314 Name Write an equation of the line satisfying the given conditions. Write the answer in standard form. 1) The line has a slope of - 2 7 and contains the point (3, 1). Use the point-slope

More information

The First Derivative Test for Rise and Fall Suppose that a function f has a derivative at every poin x of an interval A. Then

The First Derivative Test for Rise and Fall Suppose that a function f has a derivative at every poin x of an interval A. Then Derivatives - Applications - c CNMiKnO PG - 1 Increasing and Decreasing Functions A function y = f(x) is said to increase throughout an interval A if y increases as x increases. That is, whenever x 2 >

More information

Bob Brown Math 251 Calculus 1 Chapter 4, Section 1 Completed 1 CCBC Dundalk

Bob Brown Math 251 Calculus 1 Chapter 4, Section 1 Completed 1 CCBC Dundalk Bob Brown Math 251 Calculus 1 Chapter 4, Section 1 Completed 1 Absolute (or Global) Minima and Maxima Def.: Let x = c be a number in the domain of a function f. f has an absolute (or, global ) minimum

More information

MAC College Algebra

MAC College Algebra MAC 05 - College Algebra Name Review for Test 2 - Chapter 2 Date MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the exact distance between the

More information

Section 3.3 Maximum and Minimum Values

Section 3.3 Maximum and Minimum Values Section 3.3 Maximum and Minimum Values Definition For a function f defined on a set S of real numbers and a number c in S. A) f(c) is called the absolute maximum of f on S if f(c) f(x) for all x in S.

More information

Extrema and the Extreme Value Theorem

Extrema and the Extreme Value Theorem Extrema and the Extreme Value Theorem Local and Absolute Extrema. Extrema are the points where we will find a maximum or minimum on the curve. If they are local or relative extrema, then they will be the

More information

Math 180, Final Exam, Fall 2007 Problem 1 Solution

Math 180, Final Exam, Fall 2007 Problem 1 Solution Problem Solution. Differentiate with respect to x. Write your answers showing the use of the appropriate techniques. Do not simplify. (a) x 27 x 2/3 (b) (x 2 2x + 2)e x (c) ln(x 2 + 4) (a) Use the Power

More information

Concepts of graphs of functions:

Concepts of graphs of functions: Concepts of graphs of functions: 1) Domain where the function has allowable inputs (this is looking to find math no-no s): Division by 0 (causes an asymptote) ex: f(x) = 1 x There is a vertical asymptote

More information

MATH 019: Final Review December 3, 2017

MATH 019: Final Review December 3, 2017 Name: MATH 019: Final Review December 3, 2017 1. Given f(x) = x 5, use the first or second derivative test to complete the following (a) Calculate f (x). If using the second derivative test, calculate

More information

What makes f '(x) undefined? (set the denominator = 0)

What makes f '(x) undefined? (set the denominator = 0) Chapter 3A Review 1. Find all critical numbers for the function ** Critical numbers find the first derivative and then find what makes f '(x) = 0 or undefined Q: What is the domain of this function (especially

More information

Lecture 5 - Logarithms, Slope of a Function, Derivatives

Lecture 5 - Logarithms, Slope of a Function, Derivatives Lecture 5 - Logarithms, Slope of a Function, Derivatives 5. Logarithms Note the graph of e x This graph passes the horizontal line test, so f(x) = e x is one-to-one and therefore has an inverse function.

More information

3.5: Issues in Curve Sketching

3.5: Issues in Curve Sketching 3.5: Issues in Curve Sketching Mathematics 3 Lecture 20 Dartmouth College February 17, 2010 Typeset by FoilTEX Example 1 Which of the following are the graphs of a function, its derivative and its second

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

More information

4.1 Analysis of functions I: Increase, decrease and concavity

4.1 Analysis of functions I: Increase, decrease and concavity 4.1 Analysis of functions I: Increase, decrease and concavity Definition Let f be defined on an interval and let x 1 and x 2 denote points in that interval. a) f is said to be increasing on the interval

More information

Calculus Example Exam Solutions

Calculus Example Exam Solutions Calculus Example Exam Solutions. Limits (8 points, 6 each) Evaluate the following limits: p x 2 (a) lim x 4 We compute as follows: lim p x 2 x 4 p p x 2 x +2 x 4 p x +2 x 4 (x 4)( p x + 2) p x +2 = p 4+2

More information

MAT 122 Homework 7 Solutions

MAT 122 Homework 7 Solutions MAT 1 Homework 7 Solutions Section 3.3, Problem 4 For the function w = (t + 1) 100, we take the inside function to be z = t + 1 and the outside function to be z 100. The derivative of the inside function

More information

Finding local extrema and intervals of increase/decrease

Finding local extrema and intervals of increase/decrease Finding local extrema and intervals of increase/decrease Example 1 Find the relative extrema of f(x) = increasing and decreasing. ln x x. Also, find where f(x) is STEP 1: Find the domain of the function

More information

Review Sheet 2 Solutions

Review Sheet 2 Solutions Review Sheet Solutions 1. If y x 3 x and dx dt 5, find dy dt when x. We have that dy dt 3 x dx dt dx dt 3 x 5 5, and this is equal to 3 5 10 70 when x.. A spherical balloon is being inflated so that its

More information

Here are the exams I wrote when teaching Math 115 in Fall 2018 at Ferris State University. Each exam is followed by its solutions.

Here are the exams I wrote when teaching Math 115 in Fall 2018 at Ferris State University. Each exam is followed by its solutions. Here are the exams I wrote when teaching Math 5 in Fall 208 at Ferris State University. Each exam is followed by its solutions. Fall 208 Exam. (a) Find the slope of the line passing through the points

More information

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook!

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Announcements Topics: - sections 5.2 5.7, 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on practice problems

More information

Calculus I Announcements

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

More information

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

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

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

Chapter Product Rule and Quotient Rule for Derivatives

Chapter Product Rule and Quotient Rule for Derivatives Chapter 3.3 - Product Rule and Quotient Rule for Derivatives Theorem 3.6: The Product Rule If f(x) and g(x) are differentiable at any x then Example: The Product Rule. Find the derivatives: Example: The

More information

2.2 The Derivative Function

2.2 The Derivative Function 2.2 The Derivative Function Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan Recall that a function f is differentiable at x if the following it exists f f(x + h) f(x) (x) =. (2.2.1)

More information

MATH 115 SECOND MIDTERM

MATH 115 SECOND MIDTERM MATH 115 SECOND MIDTERM March 31, 2009 NAME: SOLUTIONS INSTRUCTOR: SECTION NUMBER: 1. Do not open this exam until you are told to begin. 2. This exam has 9 pages including this cover. There are 9 questions.

More information

CHAPTER 2 POLYNOMIALS KEY POINTS

CHAPTER 2 POLYNOMIALS KEY POINTS CHAPTER POLYNOMIALS KEY POINTS 1. Polynomials of degrees 1, and 3 are called linear, quadratic and cubic polynomials respectively.. A quadratic polynomial in x with real coefficient is of the form a x

More information

AP Calculus Worksheet: Chapter 2 Review Part I

AP Calculus Worksheet: Chapter 2 Review Part I AP Calculus Worksheet: Chapter 2 Review Part I 1. Given y = f(x), what is the average rate of change of f on the interval [a, b]? What is the graphical interpretation of your answer? 2. The derivative

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem

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

More information

The Mean Value Theorem

The Mean Value Theorem Math 31A Discussion Session Week 6 Notes February 9 and 11, 2016 This week we ll discuss some (unsurprising) properties of the derivative, and then try to use some of these properties to solve a real-world

More information

Rolle s Theorem. The theorem states that if f (a) = f (b), then there is at least one number c between a and b at which f ' (c) = 0.

Rolle s Theorem. The theorem states that if f (a) = f (b), then there is at least one number c between a and b at which f ' (c) = 0. Rolle s Theorem Rolle's Theorem guarantees that there will be at least one extreme value in the interior of a closed interval, given that certain conditions are satisfied. As with most of the theorems

More information

AP Calculus AB. Chapter IV Lesson B. Curve Sketching

AP Calculus AB. Chapter IV Lesson B. Curve Sketching AP Calculus AB Chapter IV Lesson B Curve Sketching local maxima Absolute maximum F I A B E G C J Absolute H K minimum D local minima Summary of trip along curve critical points occur where the derivative

More information

So f is an rule that takes an input x and produces an output f(x). So if the input is 3, the output is f(3) and so on. Examples:

So f is an rule that takes an input x and produces an output f(x). So if the input is 3, the output is f(3) and so on. Examples: 2 Functions 2.1 What is a Function? Definition 2.1 A function is a rule that assigns to each element x in a set A exactly one element, called f(x), in a set B. Here the set A is called the domain of the

More information

Important Math 125 Definitions/Formulas/Properties

Important Math 125 Definitions/Formulas/Properties Exponent Rules (Chapter 3) Important Math 125 Definitions/Formulas/Properties Let m & n be integers and a & b real numbers. Product Property Quotient Property Power to a Power Product to a Power Quotient

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 0320 Final Exam Review

Math 0320 Final Exam Review Math 0320 Final Exam Review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Factor out the GCF using the Distributive Property. 1) 6x 3 + 9x 1) Objective:

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

Instructional Materials for the WCSD Math Common Finals

Instructional Materials for the WCSD Math Common Finals 201-2014 Algebra 2 Semester 1 Instructional Materials for the WCSD Math Common Finals The Instructional Materials are for student and teacher use and are aligned to the Math Common Final blueprint for

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

AP * Calculus Review. Limits, Continuity, and the Definition of the Derivative

AP * Calculus Review. Limits, Continuity, and the Definition of the Derivative AP * Calculus Review Limits, Continuity, and the Definition of the Derivative Teacher Packet Advanced Placement and AP are registered trademark of the College Entrance Examination Board. The College Board

More information

Analysis of Functions

Analysis of Functions Lecture for Week 11 (Secs. 5.1 3) Analysis of Functions (We used to call this topic curve sketching, before students could sketch curves by typing formulas into their calculators. It is still important

More information

MATH 115 QUIZ4-SAMPLE December 7, 2016

MATH 115 QUIZ4-SAMPLE December 7, 2016 MATH 115 QUIZ4-SAMPLE December 7, 2016 Please review the following problems from your book: Section 4.1: 11 ( true and false) Section 4.1: 49-70 ( Using table or number line.) Section 4.2: 77-83 Section

More information

LESSON 23: EXTREMA OF FUNCTIONS OF 2 VARIABLES OCTOBER 25, 2017

LESSON 23: EXTREMA OF FUNCTIONS OF 2 VARIABLES OCTOBER 25, 2017 LESSON : EXTREMA OF FUNCTIONS OF VARIABLES OCTOBER 5, 017 Just like with functions of a single variable, we want to find the minima (plural of minimum) and maxima (plural of maximum) of functions of several

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 208 Version A refers to the regular exam and Version B to the make-up. Version A. A particle

More information

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)}

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)} Linear Equations Domain and Range Domain refers to the set of possible values of the x-component of a point in the form (x,y). Range refers to the set of possible values of the y-component of a point in

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

Function Terminology and Types of Functions

Function Terminology and Types of Functions 1.2: Rate of Change by Equation, Graph, or Table [AP Calculus AB] Objective: Given a function y = f(x) specified by a graph, a table of values, or an equation, describe whether the y-value is increasing

More information

APPLICATIONS OF DIFFERENTIATION

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

More information

2.2 THE DERIVATIVE 2.3 COMPUTATION OF DERIVATIVES: THE POWER RULE 2.4 THE PRODUCT AND QUOTIENT RULES 2.6 DERIVATIVES OF TRIGONOMETRIC FUNCTIONS

2.2 THE DERIVATIVE 2.3 COMPUTATION OF DERIVATIVES: THE POWER RULE 2.4 THE PRODUCT AND QUOTIENT RULES 2.6 DERIVATIVES OF TRIGONOMETRIC FUNCTIONS Differentiation CHAPTER 2 2.1 TANGENT LINES AND VELOCITY 2.2 THE DERIVATIVE 2.3 COMPUTATION OF DERIVATIVES: THE POWER RULE 2.4 THE PRODUCT AND QUOTIENT RULES 25 2.5 THE CHAIN RULE 2.6 DERIVATIVES OF TRIGONOMETRIC

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

MATH 115 SECOND MIDTERM EXAM

MATH 115 SECOND MIDTERM EXAM MATH 115 SECOND MIDTERM EXAM November 22, 2005 NAME: SOLUTION KEY INSTRUCTOR: SECTION NO: 1. Do not open this exam until you are told to begin. 2. This exam has 10 pages including this cover. There are

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 AB Topics Limits Continuity, Asymptotes

Calculus AB Topics Limits Continuity, Asymptotes Calculus AB Topics Limits Continuity, Asymptotes Consider f x 2x 1 x 3 1 x 3 x 3 Is there a vertical asymptote at x = 3? Do not give a Precalculus answer on a Calculus exam. Consider f x 2x 1 x 3 1 x 3

More information

If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph.

If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph. Physics Lecture #2: Position Time Graphs If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph. Suppose a

More information

x x implies that f x f x.

x x implies that f x f x. Section 3.3 Intervals of Increase and Decrease and Extreme Values Let f be a function whose domain includes an interval I. We say that f is increasing on I if for every two numbers x 1, x 2 in I, x x implies

More information

Math 210 Midterm #2 Review

Math 210 Midterm #2 Review Math 210 Mierm #2 Review Related Rates In general, the approach to a related rates problem is to first determine which quantities in the problem you care about or have relevant information about. Then

More information

Exam 3 MATH Calculus I

Exam 3 MATH Calculus I Trinity College December 03, 2015 MATH 131-01 Calculus I By signing below, you attest that you have neither given nor received help of any kind on this exam. Signature: Printed Name: Instructions: Show

More information

Math 115 Second Midterm March 25, 2010

Math 115 Second Midterm March 25, 2010 Math 115 Second Midterm March 25, 2010 Name: EXAM SOLUTIONS Instructor: Section: 1. Do not open this exam until you are told to do so. 2. This exam has 9 pages including this cover. There are 8 problems.

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

Definition 3 (Continuity). A function f is continuous at c if lim x c f(x) = f(c).

Definition 3 (Continuity). A function f is continuous at c if lim x c f(x) = f(c). Functions of Several Variables A function of several variables is just what it sounds like. It may be viewed in at least three different ways. We will use a function of two variables as an example. z =

More information

Math 132 Mean Value Theorem Stewart 3.2

Math 132 Mean Value Theorem Stewart 3.2 Math 132 Mean Value Theorem Stewart 3.2 Vanishing derivatives. We will prove some basic theorems which relate the derivative of a function with the values of the function, culminating in the Uniqueness

More information

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

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

More information

1.2 A List of Commonly Occurring Functions

1.2 A List of Commonly Occurring Functions Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan 1.2 A List of Commonly Occurring Functions In this section, we discuss the most common functions occurring in calculus. Linear Functions

More information

f (x) = 2x x = 2x2 + 4x 6 x 0 = 2x 2 + 4x 6 = 2(x + 3)(x 1) x = 3 or x = 1.

f (x) = 2x x = 2x2 + 4x 6 x 0 = 2x 2 + 4x 6 = 2(x + 3)(x 1) x = 3 or x = 1. F16 MATH 15 Test November, 016 NAME: SOLUTIONS CRN: Use only methods from class. You must show work to receive credit. When using a theorem given in class, cite the theorem. Reminder: Calculators are not

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

The First Derivative Test

The First Derivative Test The First Derivative Test We have already looked at this test in the last section even though we did not put a name to the process we were using. We use a y number line to test the sign of the first derivative

More information

UMUC MATH-107 Final Exam Information

UMUC MATH-107 Final Exam Information UMUC MATH-07 Final Exam Information What should you know for the final exam? Here are some highlights of textbook material you should study in preparation for the final exam. Review this material from

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

evaluate functions, expressed in function notation, given one or more elements in their domains

evaluate functions, expressed in function notation, given one or more elements in their domains Describing Linear Functions A.3 Linear functions, equations, and inequalities. The student writes and represents linear functions in multiple ways, with and without technology. The student demonstrates

More information

Solving Equations Quick Reference

Solving Equations Quick Reference Solving Equations Quick Reference Integer Rules Addition: If the signs are the same, add the numbers and keep the sign. If the signs are different, subtract the numbers and keep the sign of the number

More information

3.4 Using the First Derivative to Test Critical Numbers (4.3)

3.4 Using the First Derivative to Test Critical Numbers (4.3) 118 CHAPTER 3. APPLICATIONS OF THE DERIVATIVE 3.4 Using the First Derivative to Test Critical Numbers (4.3) 3.4.1 Theory: The rst derivative is a very important tool when studying a function. It is important

More information

CHAPTER 2. The Derivative

CHAPTER 2. The Derivative CHAPTER The Derivative Section.1 Tangent Lines and Rates of Change Suggested Time Allocation: 1 to 1 1 lectures Slides Available on the Instructor Companion Site for this Text: Figures.1.1,.1.,.1.7,.1.11

More information

Sect Polynomial and Rational Inequalities

Sect Polynomial and Rational Inequalities 158 Sect 10.2 - Polynomial and Rational Inequalities Concept #1 Solving Inequalities Graphically Definition A Quadratic Inequality is an inequality that can be written in one of the following forms: ax

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

Math Fall 08 Final Exam Review

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

More information

Math Practice Exam 3 - solutions

Math Practice Exam 3 - solutions Math 181 - Practice Exam 3 - solutions Problem 1 Consider the function h(x) = (9x 2 33x 25)e 3x+1. a) Find h (x). b) Find all values of x where h (x) is zero ( critical values ). c) Using the sign pattern

More information

Reform Calculus: Part I. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Reform Calculus: Part I. Marcel B. Finan Arkansas Tech University c All Rights Reserved Reform Calculus: Part I Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 PREFACE This supplement consists of my lectures of a freshmen-level mathematics class offered at Arkansas Tech University.

More information

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

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

More information