Mathematics 265 Introduction to Calculus I

Study Guide :: Unit 4

Differentiation

Rules of Differentiation

We have applied Definition 4.5 to find the derivative function. However, the similarities among certain types of functions allow for generalizations and for the development of rules or formulas for differentiation, instead of the direct application of Definition 4.3 or Definition 4.5.

Since the derivative is the slope of the tangent line, we can see that the graph of the constant function g ( x ) = c is a horizontal line which coincides with its tangent line. Therefore, the derivative is zero; that is,

d d x c = 0 .

Also, for a linear function g ( x ) = m x , the tangent line coincides with the function, and the slope of this line is m . Hence,

d d x m x = m .

From Examples 4.14 and 4.16, we have

d d x ( x 1 2 ) = d d x x = 1 2 x = 1 2 ( x - 1 2 )  and  d d x x 3 = 3 x 2 .

These two examples suggest a generalization of the form

d d x x r = r x r - 1 .

If this generalization is indeed workable, then the derivative of f ( x ) = x - 1 should be f ( x ) = - ( x - 2 ) . [Why?]

Let us see if this surmise is true by applying Definition 4.3:

lim x a   1 x - 1 a x - a = lim x a   a - x ( x a ) ( x - a ) = lim x a   - 1 x a = - 1 a 2 = - a - 2 .

Since this statement is true for any number a , we conclude that f ( x ) = - ( x - 2 ) , as we suspected.

Pages 132 and 133 of the textbook give a proof (explanation) of why, for any positive integer n ,

d d x x n = n x n - 1 .

The proof for any real number r is more complex, and is not covered in this course. Instead, we simply present the power rule, shown below.

The Power Rule:   For any real number r ,   d d x x r = r x r - 1 .

To apply the power rule, we must identify the power r .

Example 4.22. In the function

f ( x ) = 1 x 3 2 ,

the power is r = - 3 2 , since f ( x ) = x - 3 2 .

So, applying the power rule, we find that

f ( x ) = - 3 2 x ( - 3 2 ) - 1 = - 3 2 x - 5 2 = - 3 2 x 5 2 .

Example 4.23. In the function

f ( x ) = 1 x ,

the power is r = - 1 2 . [Why?]

Then,

f ( x ) = - 1 2 x ( - 1 2 ) - 1 = - 1 2 x - 3 2 = - 1 2 x 3 2 .

Example 4.24. d d x 1 x 3 = d d x x - 3 = - 3 x - 3 - 1 = - 3 x 3 + 1 .

By the laws of limits (Theorem 3.23), we derive the sum and constant multiple rules shown below.

The Sum Rule: d d x [ f ( x ) ± g ( x ) ] = d d x f ( x ) ± d d x g ( x )

The Constant Multiple Rule: d d x c f ( x ) = c d d x f ( x )

Observe how these rules are applied in the differentiation of the functions below.

Example 4.25. We indicated by a geometric argument that the derivative of f ( x ) = m x is m . Using the rules of differentiation we will confirm this conclusion, using m = 5 .

d d x 5 x = 5 d d x x constant multiple rule = ( 1 ) x 1 1 power rule = 5 x 0 = 5 as we indicated above

Example 4.26.

d d x   3 4 x + x 3 = d d x 3 4 x 1 + d d x x 1 / 3 sum rule = 3 4 d d x   x 1 + d d x   x 1 / 3 constant multiple rule = 3 4 ( 1 ) x 2 + ( 1 3 )   x ( 1 / 3 ) 1 power rule = 3 4 x 2 + 1 3 x 2 / 3 .

Example 4.27.

d d x   6 x 12 = 6   d d x x 12 constant multiple rule = 6 ( 12 )   x 11 power rule = 72   x 11

In practical terms, we see from Examples 4.26 and 4.27 that

d d x c x r = ( c r ) x r - 1 .

Example 4.28.

d d x   2 x 4 3 + 6 x 2 5 = 2 3   d d x x 4 + 6 d d x x 2 d d x 5 constant multiple and sum rules = 8 3 x 3 + 12 x power and constant rules

Exercises
  1. Read the proofs of the constant multiple and sum rules on pages 133-134 of the textbook.
  2. Do at least 10 of Exercises 1 to 20 on pages 140-141 of the textbook.

Answers to Exercises

Let us use Definition 4.2 to find the derivative of the reciprocal function f ( x ) = 1 g ( x ) .

d d x   1 g ( x ) = lim x a   1 g ( x ) 1 g ( a ) x a Definition 4 .2 = lim x a   g ( a ) g ( x ) g ( x ) g ( a ) ( x a ) doing the operations = lim x a   ( g ( x ) g ( a ) ) x a lim x a   1 g ( x ) g ( a ) law of limits = g ( a ) g ( a ) 2

From this operation, we derive the reciprocal rule.

The Reciprocal Rule: d d x 1 g ( x ) = - g ( x ) g ( x ) 2

Example 4.29. To apply the reciprocal rule in the function

f ( x ) = 1 4 x 3 - x ,

we identify g ( x ) as g ( x ) = 4 x 3 - x .

Since we need g ( x ) , we differentiate it, using the sum and multiple constant rules:

g ( x ) = 1 2 x 2 - 1 2 x .

Therefore,

d d x 1 4 x 3 - x = - 1 2 x 2 - 1 2 x ( 4 x 3 - x ) 2 .

The slope of the tangent line at the point ( 1 , f ( 1 ) ) = 1 , 1 3 is

f ( 1 ) = - 1 2 - 1 2 ( 3 ) 2 = - 2 3 1 8 ,

and the equation of the tangent line is

y - 1 3 = - 2 3 1 8 ( x - 1 )  or  y = - 2 3 1 8 x + 2 9 1 8 ,

Example 4.30.

d d x   30 4 x 4 2 x + 6 = 30 2 d d x 1 2 x 4 x + 3 multiple constant rule = ( 15 ) d d x ( 2 x 4 x + 3 ) ( 2 x 4 x + 3 ) 2 reciprocal rule = ( 15 ) 8 x 3 1 ( 2 x 4 x + 3 ) 2 power and constant rules = 120 x 3 + 15 ( 2 x 4 x + 3 ) 2 .

The slope of the tangent line at the point ( 0 , f ( 0 ) ) = ( 0 , 5 ) is

f ( 0 ) = 1 5 9 = 5 3 ,

and the equation of the tangent line at this point is

y - 5 = 5 x 3  or  y = 5 x 3 + 5 .

Unfortunately, the derivative of the product of two functions is not the product of the derivatives. You can see why in the proof of the product rule on page 136 of the textbook. The product rule is given below.

The Product Rule: d d x f ( x ) g ( x ) = f ( x ) g ( x ) + f ( x ) g ( x )

Example 4.31. For the derivative of the function g ( x ) = ( f ( x ) ) 2 = f ( x ) f ( x ) , we can use the product rule to determine that

g ( x ) = f ( x ) f ( x ) + f ( x ) f ( x ) = 2 f ( x ) f ( x ) .

Moreover, we can use this result to find

d d x ( f ( x ) ) 3 = d d x ( f ( x ) ) 2 f ( x ) = 2 f ( x ) f ( x ) f ( x ) + ( f ( x ) ) 2 f ( x ) product rule = 3 ( f ( x ) ) 2 f ( x )

Example 4.32. Since the derivative of the function f ( x ) = 3 x 2 + 5 x is f ( x ) = 6 x + 5 , we can use Example 4.31 to differentiate the function

g ( x ) = ( 3 x 2 + 5 x ) 2 = f ( x ) f ( x ) = ( 3 x 2 + 5 x ) ( 3 x 2 + 5 x ) .

Hence,

g ( x ) = 2 f ( x ) f ( x ) = 2 ( 3 x 2 + 5 x ) ( 6 x + 5 ) .

We can also go further and find the derivative of

h ( x ) = ( 3 x 2 + 5 x ) 3 = g ( x ) f ( x ) = ( 3 x 2 + 5 x ) 2 ( 3 x 2 + 5 x ) .

By Example 4.31,

h ( x ) = 3 ( f ( x ) ) 2 f ( x ) = 3 ( 3 x 2 + 5 x ) 2 ( 6 x + 5 ) .

What do you observe in this example? What do you think the derivative of the function u ( x ) = ( 3 x 2 + 5 x ) 4 is?

Observe that the product rule involves the derivatives of both functions. Using the reciprocal and product rules, we can get the rule for the quotient of two functions, as is shown below.

d d x   f ( x ) g ( x ) = d d x f ( x ) ( 1 g ( x ) ) = ( d d x f ( x ) ) 1 g ( x ) + f ( x ) d d x 1 g ( x ) product rule = f ( x ) 1 g ( x ) + f ( x ) [ g ( x ) ( g ( x ) ) 2 ] reciprocal rule = f ( x ) g ( x ) f ( x ) g ( x ) ( g ( x ) ) 2 = f ( x ) g ( x ) f ( x ) g ( x ) ( g ( x ) ) 2

And so we have found the quotient rule.

The Quotient Rule: d d x f ( x ) g ( x ) = f ( x ) g ( x ) - f ( x ) g ( x ) ( g ( x ) ) 2 .

Warning: Observe that in the quotient rule, the numerator must be $f'(x)\,g(x) - f(x)\,g'(x)$. It is a common mistake to change the order to $f(x)\,g'(x) - f'(x)\,g(x)$.

You must now practise so that you can apply these rules without making mistakes. When you start to use these rules, you should do as many steps as necessary, so that you eventually memorize them. See how we differentiate the following functions. We will not simplify the resulting function at this point.

Example 4.33. For the function

f ( x ) = 4 x + 6 x 4 - 4 x 5 x 3 - x ,

we must apply the quotient rule. Since we need the derivative of the numerator and denominator functions, we obtain these first. By the power rule,

d d x ( 4 x + 6 x 4 - 4 x ) = 2 x + 2 4 x 3 - 4

and

d d x 5 x 3 - x = 1 5 x 2 - 1 .

Now we can apply the quotient rule

d d x 4 x + 6 x 4 4 x 5 x 3 x = ( 2 x + 24 x 3 4 ) ( 5 x 3 x ) ( 4 x + 6 x 4 4 x ) ( 15 x 2 1 ) ( 5 x 3 x ) 2 .

Example 4.34. We could use the quotient rule to differentiate the function

f ( x ) = 3 x 4 - 3 x - 5 x 2 ,

but it is easier if we simplify it first.

Hence,

f ( x ) = 3 x 2 - 3 x - 3 2 - 5 x - 2 ,

and by the power rule,

f ( x ) = 6 x + 3 3 2 x 5 2 + 1 0 x 3 .

Exercises
  1. Using Example 4.31, guess the derivative of the functions g ( x ) = ( f ( x ) ) 4 and h ( x ) = ( f ( x ) ) 5 .
  2. Read the proof of the Quotient Rule on page 137 of the textbook, and compare it with the one we gave above.
  3. Read Examples 5, 6, 7, 8, 9, 10 and 11 on pages 136-140 of the textbook.
  4. Do at least 10 of Exercises 23 to 42 on page 141.
  5. Do Exercises 51 and 53 on page 141.

Answers to Exercises