More calculations of the derivative

Size: px
Start display at page:

Download "More calculations of the derivative"

Transcription

1 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, this says [f(x) g(x)] ' = f(x) g'(x) + g(x) f '(x). I think of this as saying: The derivative of a product is the first function times the derivative of the second function plus the second function times the derivative of the first. I don't memorize the formula using f and g, since when we use it the functions may have different names. A very common error is to hope that [f(x) g(x)] ' = f ' (x) g'(x). Nevertheless, this hope is not realized. Example. Let f(x) = (x x ) (2 x x 2 + 5) (a) Find f '(x). (b) Find f ' (1). (c) Find the slope of the tangent line where x = 1. (a) f '(x) = (x x ) (2 x x 2 + 5)' + (2 x x 2 + 5)(x x )' = (x x ) (6 x x ) + (2 x x 2 + 5)(30 x x 11 ) Multiplying out does not help, so you don't need to do it. (b) f ' (1) = (1+2+4)(6+8) + (2+4+5) (30+24) = (7) (14) + (11)(54) = 692 (c) The slope is f ' (1) = 692. Example. Let's do one we can check easily. If f(x) = (x 3 x 5 ) we find f ' (x) in two ways: (i) By the product rule, we get x 3 (5x 4 ) + x 5 (3x 2 ) = 8 x 7 (ii) Directly, f(x) = x 8, so f ' (x) = 8 x 7 So the two methods agree. 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 Think of this as saying denominator * derivative of numerator - numerator * derivative of denominator

2 2 all divided by the denominator squared. A common error is to say that the derivative should be f'(x) / g'(x); but this is false. Example. Find the derivative of (3x+4) (2x-1) The derivative is (2x-1) Dx(3x+4) - (3x+4) Dx(2x-1) (2x-1) 2 = (2x-1) (3) - (3x+4) (2) (2x-1) 2 = 6x-3-6x-8 (2x-1) 2 = - 11 (2x-1) 2 Example. If f(x) = 2 x x 17 4x 3 + x find f '(x). f ' (x) = (4x 3 + x 2 + 1) Dx(2 x x 17 ) - (2 x x 17 )Dx(4x 3 + x 2 + 1) (4x 3 + x 2 + 1) 2 = (4x 3 + x 2 + 1) (40 x x 16 ) - (2 x x 17 )(12x 2 + 2x ) (4x 3 + x 2 + 1) 2 Multiplying out does not help, so you don't need to simplify. Here is another use of the quotient rule: Example. Find the derivative of 4 x 7 The derivative is x 7 Dx(4) - 4 Dx(x 7 ) (x 7 ) 2 = x 7 (0)- 4 (7x 6 ) x 14 = - 28x 6 x 14

3 3 = - 28 x 8 Theorem. If f(x) = x k, where k is a negative integer then f ' (x) = k x k-1. (So the formula is the same as when k is a positive integer.) Example. Find the derivative of g(x) = x -4. g'(x) = -4 x -5 Example. Find the derivative of g(x) = 3 / x 5 Solution. g(x) = 3 x -5 Hence g'(x) = 3 (-5) x -5-1 = -15 x -6 = -15 / x 6 Example. Let f(x) = 4 x 3-7/x 2 + 5/x + 3. (a) Find f '(x) (b) Find the equation of the line tangent to the curve y = f(x) at x = 1. f(x) = 4 x 3-7 x x Hence f ' (x) = 12x x -3-5 x -2 (b) Note f(1) = = 5 f '(1) = = 21 Hence y = (x-1) is the tangent line y = x - 21 y = 21 x - 16 Example. Let y = 2 t 3-3 t t /t 2-3/t (a) Find dy/dt (b) Find the instantaneous rate of change when t = 2. (a) dy/dt just means the derivative of y (when t is the variable). Reexpress y using negative exponents: y = 2 t 3-3 t t t -2-3t -1 Now dy/dt = 6 t 2-6 t t t -2 (b) The instantaneous rate is just the derivative. When t = 2, dy/dt = 6 (2) 2-6 (2) (2) (2) -2 = Example. Find the derivative of f(x)= 5 x x x 3 in two different ways. (a) f(x) = 5 x + 7 x x -3 So f '(x) = 5-7 x -2-6 x -4 (b) Or use the quotient rule: f ' (x) = x 3 (20 x x) - (5 x x 2 +2)(3x 2 ) (x 3 ) 2

4 4 = 20 x x 4 - (15 x x 4 +6x 2 ) (x 6 ) = 20 x x 4-15 x 6-21 x 4-6x 2 x 6 = 5 x 6-7 x 4-6x 2 x 6 = 5 x 6-7 x 4-6x 2 x 6 This form of the answer is acceptable. The Chain Rule Composition of functions. Often two functions are combined in another way. The composition g f of the functions f and g is the function (g f)(x) = g(f(x)). This means, "do the function f to x, then do g to the result." Example. g(x) = x 2 and f(x) = (3x+1). Then (g f)(x) = g(f(x)) = g(3x+1) = (3x+1) 2. But (f g)(x) = f(g(x)) = f(x 2 ) = 3x Usually g f and f g are not the same. Example. Write (2x+3) 4 as g f. In g f, g tells the last thing done. So g(x) = x 4. Simultaneously, f tells what g is done to, so f(x) = 2x+3. Example. Write (5x 3 + 7) as g f. g(x) = x since the last thing done is to take the square root. And f(x) = 5x Chain Rule. Suppose f and g have derivatives. Then (g f)'(x) = g'(f(x)) f '(x). We will see this in many guises. Theorem (Power Chain Rule) For any integer, Dx[ [f(x)] n ] = n [f(x)] n-1 Dx[f(x)] In words, to find the derivative of an expression to any power, find old power * expression to one lower power * derivative of the expression

5 5 Example. If k(x) = (3x 2 +1) 10, find k'(x) By the Power Chain Rule with n = 10, f(x) = (3x 2 +1), we find k '(x) = 10 (3x 2 +1) 9 Dx(3x 2 +1) = 10 (3x 2 +1) 9 (6x) = 60 x(3x 2 +1) 9 Example. Let g(x) = (x 3 + 2) 4 (a) Find g'(x). (b) Find the equation of the line tangent to the curve y = g(x) when x = 1. Solutions. (a) By the Power Chain Rule, g'(x) = 4 (x 2 +2) 3 (2x) = 8x (x 2 +2) 3 (b) When x = 1, y = g(1) = (1 3 +2) 4 = 3 4 = 81. the slope is g'(1) = 8(1)(1 2 +2) 3 = 8(3) 3 = 216. Hence the line is y = y1 + m(x-x1) y = (x-1) y = x y = 216 x Example. Find d/dt [ 3/(t 2 +1) 4 ] d/dt [ 3/(t 2 +1) 4 ] is the derivative of 3 (t 2 +1) -4 = d/dt [ 3(t 2 +1) -4 ] = 3 (-4) (t 2 +1) -5 Dt(t 2 +1) =-12 (t 2 +1) -5 (2t) =-24 t (t 2 +1) -5 We can combine the Power Chain Rule with other rules: Example. Find Dx [ x 2 (x 3 + 2) 5 ]. Since the expression is a product, we first use the product rule: Dx [ x 2 (x 3 + 2) 5 ]. = x 2 Dx [ (x 3 + 2) 5 ].+ (x 3 + 2) 5 Dx [ x 2 ]. = x 2 (5)(x 3 + 2) 4 Dx[x 3 +2].+ (x 3 + 2) 5 (2x) = 5x 2 (x 3 + 2) 4 (3x 2 ).+ (x 3 + 2) 5 (2x) = 15x 4 (x 3 + 2) 4.+ 2x(x 3 + 2) 5 Example. Find the derivative of x 2 (x 2 +2) 3 Solution This is (x 2 +2) 3 Dx (x 2 ) - x 2 Dx[(x 2 +2) 3 ] [(x 2 +2) 3 ] 2 = (x 2 +2) 3 (2x) - x 2 3(x 2 +2) 2 Dx[x 2 +2] [(x 2 +2) 3 ] 2

6 6 = (x 2 +2) 3 (2x) - x 2 3(x 2 +2) 2 (2x) (x 2 +2) 6 = (x 2 +2) 3 (2x) - 6x 3 (x 2 +2) 2 (x 2 +2) 6 = (x 2 +2) 2 [(x 2 +2) (2x) - 6x 3 ] (x 2 +2) 6 = [(x 2 +2) (2x) - 6x 3 ] (x 2 +2) 4 = [2x 3 +4x - 6x 3 ] (x 2 +2) 4 = -4x 3 +4x (x 2 +2) 4 Example. Find Dx [ (x 3 +2) 4 (x 2 +3) 5 ] We use the product rule: Dx [ (x 3 +2) 4 (x 2 +3) 5 ] = (x 3 +2) 4 Dx [ (x 2 +3) 5 ]+ (x 2 +3) 5 Dx [ (x 3 +2) 4 ] = (x 3 +2) 4 5 (x 2 +3) 4 Dx [ x 2 +3]+ (x 2 +3) 5 4(x 3 +2) 3 Dx [ x 3 +2] = (x 3 +2) 4 5 (x 2 +3) 4 (2x)+ (x 2 +3) 5 4(x 3 +2) 3 (3x 2 ) = 10x(x 3 +2) 4 (x 2 +3) x 2 (x 2 +3) 5 (x 3 +2) 3 The use of the Power Chain Rule also leads to the following formula: Theorem Dx [ x n ] = n x n-1 for all constants n. Example. Dx [x 5/7 ] = (5/7) x (5/7)-1 = (5/7) x -(2/7) Expressions written with surds are just powers written in a funny way. To find their derivatives, rewrite them in terms of their powers. Example. Dx [ x] = Dx [x 1/2 ] = (1/2) x -1/2 Example. Dx [ cube root of x 2 ] = Dx [ x 2/3 ]

7 7 = (2/3) x (2/3)-1 = (2/3) x (-1/3) The power chain rule also works in this setting with constant exponents Theorem (Power Chain Rule) For any constant n, Dx[ [f(x)] n ] = n [f(x)] n-1 Dx[f(x)] Example. Dx [ (x 3 +4)] = Dx [(x 3 +4) (1/2) ] = (1/2) (x 3 +4) (1/2)-1 Dx(x 3 +4) = (1/2) (x 3 +4) (-1/2) 3x 2 = (3/2)x 2 (x 3 +4) (-1/2) Example. Dx [ x(x 2 +1) 1/4 ] = x Dx [ (x 2 +1) 1/4 ] + (x 2 +1) 1/4 Dx[x] = x (1/4) (x 2 +1) (1/4)-1 Dx [ x 2 +1] + (x 2 +1) 1/4 = x (1/4) (x 2 +1) (-3/4) (2x) + (x 2 +1) 1/4 = (x 2 /2) (x 2 +1) (-3/4) + (x 2 +1) 1/4 Example. Dt [ 4 t (t 3 ) ] = Dt [ 4 t (t 3/2 ) ] = Dt [ 4 (t 5/2 ) ] = 4 (5/2) t (5/2)-1 = 10 t 3/2 You may think that the functions we have described are unlikely to occur in nature. Here are some examples. It turns out that quantities can be related in complicated ways. Example. Suppose that the population of bacteria at time t is P(t). It turns out in some models that R(t) = 0.3 P(t) - [P(t)] 2 / 500 is important since it is related to some additional nutriment that must be provided to the colony to permit healthy growth. Suppose that at time t = 5 we know P(5) = 120, P'(5) = 36. (a) Find R(5). (b) Find R'(5). (a) R(5) = 0.3 P(5) - [P(5)] 2 / 500 = 0.3 (120) - [120] 2 / 500 = 7.2 (b) R' (t) = Dt [ 0.3 P(t) - [P(t)] 2 / 500 ] = 0.3 Dt [ P(t)] - (1/500) Dt [[P(t)] 2 ] = 0.3 Dt [ P(t)] - (1/500) Dt [[P(t)] 2 ] = 0.3 P'(t) - (1/500)(2) P(t) Dt[P(t)] using the Power Chain Rule. = 0.3 P'(t) - (2/500) P(t) P'(t) Hence when t = 5 we know

8 8 R'(5) = 0.3 P'(5) - (2/500) P(5) P'(5) = 0.3(36) - (2/500) (120) (36) = Example. A model for the spruce budworm population u(t) involves the quantity G(t) = [u(t)] 2 1+ [u(t)] 2 [Murray, p. 33] Suppose u(1) = 10 and u'(1) = Find G(1) and G'(1). Solution: G(1) = 10 2 / ( ) = 100/101. Note that G'(t) means Dt[G(t)]. G'(t) = [1+[u(t)] 2 ] 2 u(t) u'(t) - [u(t)] 2 (2) u(t) u'(t) [1+[u(t)] 2 ] 2 Hence G'(1) = [1+[u(1)] 2 ] 2 u(1) u'(1) - [u(1)] 2 (2) u(1) u'(1) [1+[u(1)] 2 ] 2 G'(1) = [1+[10] 2 ] 2 (10) (0.61) - [10] 2 (2) (10) (0.61) [1+[10] 2 ] 2 G'(1) = (101) (20) (0.61) - (100) (20) (0.61) [101] 2 G'(1) = Example. A model for the concentration x(t) of carbon dioxide in the blood at time t involves the quantity V(t) = x(t) x(t) 0.3 [Murray p. 34] When t = 2, x = 0.6 and x' = Find V'(2). By the Quotient Rule, V'(t) = (1+x(t) 0.3 ) Dt [ x(t) 1.3 ] - x(t) 1.3 Dt [1+x(t) 0.3 ] (1+x(t) 0.3 ) 2 = (1+x(t) 0.3 ) (1.3) x(t) 0.3 Dt [ x(t)] - x(t) 1.3 (0.3) x(t) -0.7 Dt [x(t)] (1+x(t) 0.3 ) 2 = (1+x(t) 0.3 ) (1.3) x(t) 0.3 ( x'(t)) - x(t) 1.3 (0.3) x(t) -0.7 (x'(t)) (1+x(t) 0.3 ) 2 V'(2) = (1+(0.6) 0.3 ) (1.3) (0.6) 0.3 ( 0.02) - (0.6) 1.3 (0.3) (0.6) -0.7 (0.02) (1+(0.6) 0.3 ) 2 =

9 9 Arguments for why some of the quick rules are true: The "quick rules" above may initially look strange. So it is good to see why they are in fact true. Theorem (Product Rule) Dx [ f(x) g(x) ] = f(x) Dx[g(x)] + g(x) Dx[f(x)]. Idea of the argument: It depends on a clever way of adding 0. Dx [ f(x) g(x) ] = lim f(x+h)g(x+h) - f(x)g(x) h 0 h = lim f(x+h)g(x+h) -f(x+h)g(x)+f(x+h)g(x)- f(x)g(x) h 0 h = lim f(x+h)[g(x+h) -g(x)] + g(x)f(x+h)- g(x)f(x) h 0 h h = lim f(x+h)[g(x+h) -g(x)] + lim g(x)[f(x+h)- f(x)] h 0 h h 0 h = f(x) g'(x) + g(x) f '(x) Theorem. If f(x) = x k, where k is a negative integer then f ' (x) = k x k-1. Why is this true? f(x) = 1 x -k where -k>0 Hence by the quotient rule, f ' (x) = (x -k ) (0) - 1 (-k) x -k-1 (x -k ) 2 = k x -k-1 x -2k = k x (-k-1-(-2k)) = k x k-1 Theorem. (Chain Rule) (g f)'(x) = g'(f(x)) f '(x). Why is the Chain Rule true? Here is the rough idea: We wish to show that (g f)'(x) = g'(f(x)) f '(x). Since (g f) (x) = g(f(x)), we have (g f)'(x) = lim g(f(x+h)) - g(f(x)) h 0 h = lim g(f(x+h)) - g(f(x)) f(x+h) - f(x) h 0 h f(x+h)- f(x) [since we just multiplied by 1 in a curious form]

10 10 = lim g(f(x+h)) - g(f(x)) f(x+h) - f(x) h 0 f(x+h)- f(x) h We look at these two expressions, as h goes to 0, we know that f(x+h)-f(x) h goes to f'(x). For the first portion of the expression, we write k = f(x+h) - f(x) so that f(x+h) = f(x) + k. Now lim g(f(x+h)) - g(f(x)) h 0 f(x+h)- f(x) = lim g(f(x)+k) - g(f(x)) h 0 k = lim g(f(x)+k) - g(f(x)) k 0 k [since as h goes to 0, we expect k = f(x+h)-f(x) also to go to 0] = g'(f(x)) since g'(y) = lim g(y+h)-g(y) = lim g(y+k) - g(y) h 0 h k 0 k and this is the case where y = f(x). Hence we obtain that (g f)'(x) = g'(f(x)) f '(x) showing that the Chain Rule is true. Theorem. (Power Chain Rule) Dx[ [f(x)] n ] = n [f(x)] n-1 Dx[f(x)] We show that the Power Chain Rule arises from the general Chain Rule. Let g(x) = x n. Then Dx[ [f(x)] n ] = Dx[ g(f(x))] = g '(f(x)) f ' (x) But g'(x) = n x n-1, so g'(f(x)) = n [f(x)] n-1. Hence Dx[ [f(x)] n ] = n [f(x)] n-1 f ' (x) This proves the result, assuming the general chain rule. Theorem Dx [ x n ] = n x n-1 for all constants n. I give an argument in case n is a rational number, ie when n = p/q with p and q whole numbers (integers).

11 11 Then x n = x p/q So (x n ) q = (x p/q ) q = x p We use the chain rule with the equation (x n ) q = x p The Chain Rule says: (g f)'(x) = g'(f(x)) f '(x). We think f(x)= x n and g(x) = x q (because we recognize (x n ) q as the composition of functions.) We want to find f ' (x). But g'(x) = q x q-1 since q is an integer, so g '(f(x)) = q (f(x)) q-1 = q (x n ) q-1 = q (x (p/q) ) (q-1) = q x (p(q-1)/q) = q x (pq/q - p/q) = q x (p - p/q) g f(x) = (x n ) q = x p Since p is an integer, we have (g f)'(x) = p x p-1 Hence, from the Chain Rule, we obtain p x p-1 = q x (p(q-1)/q) f ' (x). This is an equation that can be solved for f'(x): f ' (x) = p x p-1 / [ q x (p - p/q) ] = (p/q) x p-1-p+p/q = (p/q) x p/q-1 = n x n-1

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

We first review various rules for easy differentiation of common functions: The same procedure works for a larger number of terms. 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

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

To take the derivative of x raised to a power, you multiply in front by the exponent and subtract 1 from the exponent.

To take the derivative of x raised to a power, you multiply in front by the exponent and subtract 1 from the exponent. MA123, Chapter 5: Formulas for derivatives (pp. 83-102) Date: Chapter Goals: Know and be able to apply the formulas for derivatives. Understand the chain rule and be able to apply it. Know how to compute

More information

Math 106 Answers to Exam 1a Fall 2015

Math 106 Answers to Exam 1a Fall 2015 Math 06 Answers to Exam a Fall 05.. Find the derivative of the following functions. Do not simplify your answers. (a) f(x) = ex cos x x + (b) g(z) = [ sin(z ) + e z] 5 Using the quotient rule on f(x) and

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3. The Product and Quotient Rules In this section, we will learn about: Formulas that enable us to differentiate new functions formed from old functions by

More information

3.1 Derivative Formulas for Powers and Polynomials

3.1 Derivative Formulas for Powers and Polynomials 3.1 Derivative Formulas for Powers and Polynomials First, recall that a derivative is a function. We worked very hard in 2.2 to interpret the derivative of a function visually. We made the link, in Ex.

More information

2.2. THE PRODUCT AND QUOTIENT RULES 179. P dv dt + V dp. dt.

2.2. THE PRODUCT AND QUOTIENT RULES 179. P dv dt + V dp. dt. 22 THE PRODUCT AND QUOTIENT RULES 179 Thus, using the Product Rule, we find that dt = 1 k P dv + V dp At t = t 0, we obtain dt = 1 [(100, 000)(0005) + (002)( 100)] = 6225 K/s t0 8 Hence, at time t 0, the

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

To take the derivative of x raised to a power, you multiply in front by the exponent and subtract 1 from the exponent.

To take the derivative of x raised to a power, you multiply in front by the exponent and subtract 1 from the exponent. MA123, Chapter 5: Formulas for Derivatives (pp. 83-102, Gootman) Chapter Goals: Know and be able to apply the formulas for derivatives. Understand the chain rule and be able to apply it. Know how to compute

More information

Math 150 Midterm 1 Review Midterm 1 - Monday February 28

Math 150 Midterm 1 Review Midterm 1 - Monday February 28 Math 50 Midterm Review Midterm - Monday February 28 The midterm will cover up through section 2.2 as well as the little bit on inverse functions, exponents, and logarithms we included from chapter 5. Notes

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

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

Chapter II.B. The Chain Rule

Chapter II.B. The Chain Rule Chapter IIB The Chain Rule x x Preface: To find the derivative of f (x) = [sin(x)] and g (x) = exp(x) = e = [e ] you could x x view these functions as the products, sin(x) sin(x) or e e With this view

More information

2.5 The Chain Rule Brian E. Veitch

2.5 The Chain Rule Brian E. Veitch 2.5 The Chain Rule This is our last ifferentiation rule for this course. It s also one of the most use. The best way to memorize this (along with the other rules) is just by practicing until you can o

More information

Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions 2/19/7

Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions 2/19/7 Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions /19/7 Question 1 Write the following as an integer: log 4 (9)+log (5) We have: log 4 (9)+log (5) = ( log 4 (9)) ( log (5)) = 5 ( log

More information

December Exam Summary

December Exam Summary December Exam Summary 1 Lines and Distances 1.1 List of Concepts Distance between two numbers on the real number line or on the Cartesian Plane. Increments. If A = (a 1, a 2 ) and B = (b 1, b 2 ), then

More information

y+2 x 1 is in the range. We solve x as x =

y+2 x 1 is in the range. We solve x as x = Dear Students, Here are sample solutions. The most fascinating thing about mathematics is that you can solve the same problem in many different ways. The correct answer will always be the same. Be creative

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

Business and Life Calculus

Business and Life Calculus Business and Life Calculus George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 112 George Voutsadakis (LSSU) Calculus For Business and Life Sciences Fall 2013

More information

3.1 Day 1: The Derivative of a Function

3.1 Day 1: The Derivative of a Function A P Calculus 3.1 Day 1: The Derivative of a Function I CAN DEFINE A DERIVATIVE AND UNDERSTAND ITS NOTATION. Last chapter we learned to find the slope of a tangent line to a point on a graph by using a

More information

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

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

More information

Final Exam Study Guide Mathematical Thinking, Fall 2003

Final Exam Study Guide Mathematical Thinking, Fall 2003 Final Exam Study Guide Mathematical Thinking, Fall 2003 Chapter R Chapter R contains a lot of basic definitions and notations that are used throughout the rest of the book. Most of you are probably comfortable

More information

1.3 Limits and Continuity

1.3 Limits and Continuity 40 CHAPTER 1. RATES OF CHANGE AND THE DERIVATIVE 1.3 Limits and Continuity Despite the fact that we have placed all of the proofs of the theorems from this section in the Technical Matters section, Section

More information

a factors The exponential 0 is a special case. If b is any nonzero real number, then

a factors The exponential 0 is a special case. If b is any nonzero real number, then 0.1 Exponents The expression x a is an exponential expression with base x and exponent a. If the exponent a is a positive integer, then the expression is simply notation that counts how many times the

More information

Mathematics for Business and Economics - I. Chapter 5. Functions (Lecture 9)

Mathematics for Business and Economics - I. Chapter 5. Functions (Lecture 9) Mathematics for Business and Economics - I Chapter 5. Functions (Lecture 9) Functions The idea of a function is this: a correspondence between two sets D and R such that to each element of the first set,

More information

2.3 Differentiation Formulas. Copyright Cengage Learning. All rights reserved.

2.3 Differentiation Formulas. Copyright Cengage Learning. All rights reserved. 2.3 Differentiation Formulas Copyright Cengage Learning. All rights reserved. Differentiation Formulas Let s start with the simplest of all functions, the constant function f (x) = c. The graph of this

More information

II. The Calculus of The Derivative

II. The Calculus of The Derivative II The Calculus of The Derivative In Chapter I we learned that derivative was the mathematical concept that captured the common features of the tangent problem, instantaneous velocity of a moving object,

More information

University of Toronto Mississauga

University of Toronto Mississauga Surname: First Name: Student Number: Tutorial: University of Toronto Mississauga Mathematical and Computational Sciences MAT33Y5Y Term Test 2 Duration - 0 minutes No Aids Permitted This exam contains pages

More information

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

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

More information

Study Guide and Review - Chapter 12

Study Guide and Review - Chapter 12 Choose the correct term to complete each sentence. 1. The slope of a nonlinear graph at a specific point is the and can be represented by the slope of the tangent line to the graph at that point. The slope

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

Calculus Review. Nicholas School of the Environment Master s of Environmental Management Program

Calculus Review. Nicholas School of the Environment Master s of Environmental Management Program Calculus Review Nicholas School of the Environment Master s of Environmental Management Program This set of lecture notes is designed only as a review of calculus. I assume that you have alrea been exposed

More information

MATH 2554 (Calculus I)

MATH 2554 (Calculus I) MATH 2554 (Calculus I) Dr. Ashley K. University of Arkansas February 21, 2015 Table of Contents Week 6 1 Week 6: 16-20 February 3.5 Derivatives as Rates of Change 3.6 The Chain Rule 3.7 Implicit Differentiation

More information

Math 131, Lecture 20: The Chain Rule, continued

Math 131, Lecture 20: The Chain Rule, continued Math 131, Lecture 20: The Chain Rule, continued Charles Staats Friday, 11 November 2011 1 A couple notes on quizzes I have a couple more notes inspired by the quizzes. 1.1 Concerning δ-ε proofs First,

More information

Sect Least Common Denominator

Sect Least Common Denominator 4 Sect.3 - Least Common Denominator Concept #1 Writing Equivalent Rational Expressions Two fractions are equivalent if they are equal. In other words, they are equivalent if they both reduce to the same

More information

1 Lecture 18: The chain rule

1 Lecture 18: The chain rule 1 Lecture 18: The chain rule 1.1 Outline Comparing the graphs of sin(x) an sin(2x). The chain rule. The erivative of a x. Some examples. 1.2 Comparing the graphs of sin(x) an sin(2x) We graph f(x) = sin(x)

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES We have: Seen how to interpret derivatives as slopes and rates of change Seen how to estimate derivatives of functions given by tables of values Learned how

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

Section Exponential Functions

Section Exponential Functions 121 Section 4.1 - Exponential Functions Exponential functions are extremely important in both economics and science. It allows us to discuss the growth of money in a money market account as well as the

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

MSM120 1M1 First year mathematics for civil engineers Revision notes 3

MSM120 1M1 First year mathematics for civil engineers Revision notes 3 MSM0 M First year mathematics for civil engineers Revision notes Professor Robert. Wilson utumn 00 Functions Definition of a function: it is a rule which, given a value of the independent variable (often

More information

Definition of Derivative

Definition of Derivative Definition of Derivative The derivative of the function f with respect to the variable x is the function ( ) fʹ x whose value at xis ( x) fʹ = lim provided the limit exists. h 0 ( + ) ( ) f x h f x h Slide

More information

Welcome to AP Calculus!!!

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

More information

Leaving Cert Differentiation

Leaving Cert Differentiation Leaving Cert Differentiation Types of Differentiation 1. From First Principles 2. Using the Rules From First Principles You will be told when to use this, the question will say differentiate with respect

More information

3.9 Derivatives of Exponential and Logarithmic Functions

3.9 Derivatives of Exponential and Logarithmic Functions 322 Chapter 3 Derivatives 3.9 Derivatives of Exponential and Logarithmic Functions Learning Objectives 3.9.1 Find the derivative of exponential functions. 3.9.2 Find the derivative of logarithmic functions.

More information

Math Lecture 4 Limit Laws

Math Lecture 4 Limit Laws Math 1060 Lecture 4 Limit Laws Outline Summary of last lecture Limit laws Motivation Limits of constants and the identity function Limits of sums and differences Limits of products Limits of polynomials

More information

Math 134 Exam 2 November 5, 2009

Math 134 Exam 2 November 5, 2009 Math 134 Exam 2 November 5, 2009 Name: Score: / 80 = % 1. (24 Points) (a) (8 Points) Find the slope of the tangent line to the curve y = 9 x2 5 x 2 at the point when x = 2. To compute this derivative we

More information

a k 0, then k + 1 = 2 lim 1 + 1

a k 0, then k + 1 = 2 lim 1 + 1 Math 7 - Midterm - Form A - Page From the desk of C. Davis Buenger. https://people.math.osu.edu/buenger.8/ Problem a) [3 pts] If lim a k = then a k converges. False: The divergence test states that if

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

MAT 1339-S14 Class 2

MAT 1339-S14 Class 2 MAT 1339-S14 Class 2 July 07, 2014 Contents 1 Rate of Cange 1 1.5 Introduction to Derivatives....................... 1 2 Derivatives 5 2.1 Derivative of Polynomial function.................... 5 2.2 Te

More information

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then 3.4 The Chain Rule To find the derivative of a function that is the composition of two functions for which we already know the derivatives, we can use the Chain Rule. The Chain Rule: Suppose F (x) = f(g(x)).

More information

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc.

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc. Section 2.1-2.2 September 6, 2017 1 Polynomials Definition. A polynomial is an expression of the form a n x n + a n 1 x n 1 + + a 1 x + a 0 where each a 0, a 1,, a n are real numbers, a n 0, and n is a

More information

MTH103 Section 065 Exam 2. x 2 + 6x + 7 = 2. x 2 + 6x + 5 = 0 (x + 1)(x + 5) = 0

MTH103 Section 065 Exam 2. x 2 + 6x + 7 = 2. x 2 + 6x + 5 = 0 (x + 1)(x + 5) = 0 Absolute Value 1. (10 points) Find all solutions to the following equation: x 2 + 6x + 7 = 2 Solution: You first split this into two equations: x 2 + 6x + 7 = 2 and x 2 + 6x + 7 = 2, and solve each separately.

More information

Leibniz never thought of the derivative as a limit. This does not appear until the work of d Alembert.

Leibniz never thought of the derivative as a limit. This does not appear until the work of d Alembert. IV. Derivatives (2) Leibniz never thought of the derivative as a limit. This does not appear until the work of d Alembert. 22. Derivatives Defined 22.1. Other notations http://www.gap-system.org/ history/biographies/leibniz.html

More information

Name: Instructor: Multiple Choice. x 3. = lim x 3 x 3 x (x 2 + 7) 16 = lim. (x 3)( x ) x 3 (x 3)( x ) = lim.

Name: Instructor: Multiple Choice. x 3. = lim x 3 x 3 x (x 2 + 7) 16 = lim. (x 3)( x ) x 3 (x 3)( x ) = lim. Multiple Choice 1.(6 pts.) Evaluate the following limit: x + 7 4 lim. x 3 x 3 lim x 3 x + 7 4 x 3 x + 7 4 x + 7 + 4 x 3 x 3 x + 7 + 4 (x + 7) 16 x 3 (x 3)( x + 7 + 4) x 9 x 3 (x 3)( x + 7 + 4) x 3 (x 3)(x

More information

The most factored form is usually accomplished by common factoring the expression. But, any type of factoring may come into play.

The most factored form is usually accomplished by common factoring the expression. But, any type of factoring may come into play. MOST FACTORED FORM The most factored form is the most factored version of a rational expression. Being able to find the most factored form is an essential skill when simplifying the derivatives found using

More information

8.3 Partial Fraction Decomposition

8.3 Partial Fraction Decomposition 8.3 partial fraction decomposition 575 8.3 Partial Fraction Decomposition Rational functions (polynomials divided by polynomials) and their integrals play important roles in mathematics and applications,

More information

Math 111: Calculus. David Perkinson

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

More information

1 Calculus - Optimization - Applications

1 Calculus - Optimization - Applications 1 Calculus - Optimization - Applications The task of finding points at which a function takes on a local maximum or minimum is called optimization, a word derived from applications in which one often desires

More information

Chapter 4. Section Derivatives of Exponential and Logarithmic Functions

Chapter 4. Section Derivatives of Exponential and Logarithmic Functions Chapter 4 Section 4.2 - Derivatives of Exponential and Logarithmic Functions Objectives: The student will be able to calculate the derivative of e x and of lnx. The student will be able to compute the

More information

Parametric Equations, Function Composition and the Chain Rule: A Worksheet

Parametric Equations, Function Composition and the Chain Rule: A Worksheet Parametric Equations, Function Composition and the Chain Rule: A Worksheet Prof.Rebecca Goldin Oct. 8, 003 1 Parametric Equations We have seen that the graph of a function f(x) of one variable consists

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

f(x) = 3x 2 3 g(x) = 5x 7 3 h(x) = 16x 1 4 k(x) = 10x 7 4 m(x) = 81x 2 7 n(x) = 3x 3 4 w(x) = 5x 1 4 2x 3 2 v(x) = 4x x 3 2

f(x) = 3x 2 3 g(x) = 5x 7 3 h(x) = 16x 1 4 k(x) = 10x 7 4 m(x) = 81x 2 7 n(x) = 3x 3 4 w(x) = 5x 1 4 2x 3 2 v(x) = 4x x 3 2 W3D3 Function Operations Warm Up Lesson 35 Functions Operations Introduce Lesson with Brainstorm Carousal. Each group will spend 2 minutes at each station. The Paper will be divided into Notes about getting

More information

Chapter 12: Differentiation. SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M.

Chapter 12: Differentiation. SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M. Chapter 12: Differentiation SSMth2: Basic Calculus Science and Technology, Engineering and Mathematics (STEM) Strands Mr. Migo M. Mendoza Chapter 12: Differentiation Lecture 12.1: The Derivative Lecture

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

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

Finding Limits Analytically

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

More information

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

Absolute and Local Extrema. Critical Points In the proof of Rolle s Theorem, we actually demonstrated the following

Absolute and Local Extrema. Critical Points In the proof of Rolle s Theorem, we actually demonstrated the following Absolute and Local Extrema Definition 1 (Absolute Maximum). A function f has an absolute maximum at c S if f(x) f(c) x S. We call f(c) the absolute maximum of f on S. Definition 2 (Local Maximum). A function

More information

Solutions to Problem Set 1

Solutions to Problem Set 1 Due by :00pm sharp Fall 005 Friday, Sept. 16, 005 Solutions to Problem Set 1 Part I/Part II Part I(0 points) (a) ( points) p. 57, Section., Problem 1 (b) ( points) p. 6, Section.3, Problem 1 (c) ( points)

More information

Mathematics Edexcel Advanced Subsidiary GCE Core 1 (6663) January 2010

Mathematics Edexcel Advanced Subsidiary GCE Core 1 (6663) January 2010 Link to past paper on Edexcel website: http://www.edexcel.com/quals/gce/gce08/maths/pages/default.aspx These solutions are for your personal use only. DO NOT photocopy or pass on to third parties. If you

More information

What will you learn?

What will you learn? Section 2.2 Basic Differentiation Rules & Rates of Change Calc What will you learn? Find the derivative using the Constant Rule Find the derivative using the Power Rule Find the derivative using the Constant

More information

Calculus II Lecture Notes

Calculus II Lecture Notes Calculus II Lecture Notes David M. McClendon Department of Mathematics Ferris State University 206 edition Contents Contents 2 Review of Calculus I 5. Limits..................................... 7.2 Derivatives...................................3

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Simplify: a) 3x 2 5x 5 b) 5x3 y 2 15x 7 2) Factorise: a) x 2 2x 24 b) 3x 2 17x + 20 15x 2 y 3 3) Use long division to calculate:

More information

SOLUTIONS FOR THE PRACTICE EXAM FOR THE SECOND MIDTERM EXAM

SOLUTIONS FOR THE PRACTICE EXAM FOR THE SECOND MIDTERM EXAM SOLUTIONS FOR THE PRACTICE EXAM FOR THE SECOND MIDTERM EXAM ANDREW J. BLUMBERG 1. Notes This practice exam has me problems than the real exam will. To make most effective use of this document, take the

More information

Blue Pelican Calculus First Semester

Blue Pelican Calculus First Semester Blue Pelican Calculus First Semester Student Version 1.01 Copyright 2011-2013 by Charles E. Cook; Refugio, Tx Edited by Jacob Cobb (All rights reserved) Calculus AP Syllabus (First Semester) Unit 1: 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

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

Convergence of sequences and series

Convergence of sequences and series Convergence of sequences and series A sequence f is a map from N the positive integers to a set. We often write the map outputs as f n rather than f(n). Often we just list the outputs in order and leave

More information

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

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

More information

Algebra 2 Segment 1 Lesson Summary Notes

Algebra 2 Segment 1 Lesson Summary Notes Algebra 2 Segment 1 Lesson Summary Notes For each lesson: Read through the LESSON SUMMARY which is located. Read and work through every page in the LESSON. Try each PRACTICE problem and write down the

More information

Science One Integral Calculus

Science One Integral Calculus Science One Integral Calculus January 018 Happy New Year! Differential Calculus central idea: The Derivative What is the derivative f (x) of a function f(x)? Differential Calculus central idea: The Derivative

More information

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

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

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Solution: f( 1) = 3 1)

Solution: f( 1) = 3 1) Gateway Questions How to Evaluate Functions at a Value Using the Rules Identify the independent variable in the rule of function. Replace the independent variable with big parenthesis. Plug in the input

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

(x) = lim. dx = f f(x + h) f(x)

(x) = lim. dx = f f(x + h) f(x) Chapter 4 The Derivative In our investigation so far, we have defined the notion of an instantaneous rate of change, and called this the derivative. We have also identified this mathematical concept with

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

NAME DATE PERIOD. A negative exponent is the result of repeated division. Extending the pattern below shows that 4 1 = 1 4 or 1. Example: 6 4 = 1 6 4

NAME DATE PERIOD. A negative exponent is the result of repeated division. Extending the pattern below shows that 4 1 = 1 4 or 1. Example: 6 4 = 1 6 4 Lesson 4.1 Reteach Powers and Exponents A number that is expressed using an exponent is called a power. The base is the number that is multiplied. The exponent tells how many times the base is used as

More information

Section 11.3 Rates of Change:

Section 11.3 Rates of Change: Section 11.3 Rates of Change: 1. Consider the following table, which describes a driver making a 168-mile trip from Cleveland to Columbus, Ohio in 3 hours. t Time (in hours) 0 0.5 1 1.5 2 2.5 3 f(t) Distance

More information

MATH 113: ELEMENTARY CALCULUS

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

More information

Lecture 13 - Wednesday April 29th

Lecture 13 - Wednesday April 29th Lecture 13 - Wednesday April 29th jacques@ucsdedu Key words: Systems of equations, Implicit differentiation Know how to do implicit differentiation, how to use implicit and inverse function theorems 131

More information

Higher Portfolio Quadratics and Polynomials

Higher Portfolio Quadratics and Polynomials Higher Portfolio Quadratics and Polynomials Higher 5. Quadratics and Polynomials Section A - Revision Section This section will help you revise previous learning which is required in this topic R1 I have

More information

Math Review ECON 300: Spring 2014 Benjamin A. Jones MATH/CALCULUS REVIEW

Math Review ECON 300: Spring 2014 Benjamin A. Jones MATH/CALCULUS REVIEW MATH/CALCULUS REVIEW SLOPE, INTERCEPT, and GRAPHS REVIEW (adapted from Paul s Online Math Notes) Let s start with some basic review material to make sure everybody is on the same page. The slope of a line

More information

MATH 1902: Mathematics for the Physical Sciences I

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

More information

ANSWERS, Homework Problems, Spring 2014 Now You Try It, Supplemental problems in written homework, Even Answers R.6 8) 27, 30) 25

ANSWERS, Homework Problems, Spring 2014 Now You Try It, Supplemental problems in written homework, Even Answers R.6 8) 27, 30) 25 ANSWERS, Homework Problems, Spring 2014, Supplemental problems in written homework, Even Answers Review Assignment: Precalculus Even Answers to Sections R1 R7 R.1 24) 4a 2 16ab + 16b 2 R.2 24) Prime 5x

More information

AP Calculus ---Notecards 1 20

AP Calculus ---Notecards 1 20 AP Calculus ---Notecards 1 20 NC 1 For a it to exist, the left-handed it must equal the right sided it x c f(x) = f(x) = L + x c A function can have a it at x = c even if there is a hole in the graph at

More information

Section 0.2 & 0.3 Worksheet. Types of Functions

Section 0.2 & 0.3 Worksheet. Types of Functions MATH 1142 NAME Section 0.2 & 0.3 Worksheet Types of Functions Now that we have discussed what functions are and some of their characteristics, we will explore different types of functions. Section 0.2

More information

1 + x 2 d dx (sec 1 x) =

1 + x 2 d dx (sec 1 x) = Page This exam has: 8 multiple choice questions worth 4 points each. hand graded questions worth 4 points each. Important: No graphing calculators! Any non-graphing, non-differentiating, non-integrating

More information