3.3 Differentiation Rules - Calculus Volume 1 | OpenStax (2024)

Table of Contents
Learning Objectives The Basic Rules The Constant Rule Theorem 3.2 The Constant Rule Example 3.17 Applying the Constant Rule Solution Checkpoint 3.11 The Power Rule Example 3.18 Differentiating x3x3 Solution Checkpoint 3.12 Theorem 3.3 The Power Rule Proof Example 3.19 Applying the Power Rule Solution Checkpoint 3.13 The Sum, Difference, and Constant Multiple Rules Theorem 3.4 Sum, Difference, and Constant Multiple Rules Proof Example 3.20 Applying the Constant Multiple Rule Solution Example 3.21 Applying Basic Derivative Rules Solution Checkpoint 3.14 Example 3.22 Finding the Equation of a Tangent Line Solution Checkpoint 3.15 The Product Rule Theorem 3.5 Product Rule Proof Example 3.23 Applying the Product Rule to Functions at a Point Solution Example 3.24 Applying the Product Rule to Binomials Solution Checkpoint 3.16 The Quotient Rule Theorem 3.6 The Quotient Rule Example 3.25 Applying the Quotient Rule Solution Checkpoint 3.17 Theorem 3.7 Extended Power Rule Proof Example 3.26 Using the Extended Power Rule Solution Example 3.27 Using the Extended Power Rule and the Constant Multiple Rule Solution Checkpoint 3.18 Combining Differentiation Rules Example 3.28 Combining Differentiation Rules Solution Example 3.29 Extending the Product Rule Solution Example 3.30 Combining the Quotient Rule and the Product Rule Solution Checkpoint 3.19 Example 3.31 Determining Where a Function Has a Horizontal Tangent Solution Example 3.32 Finding a Velocity Solution Checkpoint 3.20 Student Project Formula One Grandstands Section 3.3 Exercises

Learning Objectives

  • 3.3.1State the constant, constant multiple, and power rules.
  • 3.3.2Apply the sum and difference rules to combine derivatives.
  • 3.3.3Use the product rule for finding the derivative of a product of functions.
  • 3.3.4Use the quotient rule for finding the derivative of a quotient of functions.
  • 3.3.5Extend the power rule to functions with negative exponents.
  • 3.3.6Combine the differentiation rules to find the derivative of a polynomial or rational function.

Finding derivatives of functions by using the definition of the derivative can be a lengthy and, for certain functions, a rather challenging process. For example, previously we found that ddx(x)=12xddx(x)=12x by using a process that involved multiplying an expression by a conjugate prior to evaluating a limit. The process that we could use to evaluate ddx(x3)ddx(x3) using the definition, while similar, is more complicated. In this section, we develop rules for finding derivatives that allow us to bypass this process. We begin with the basics.

The Basic Rules

The functions f(x)=cf(x)=c and g(x)=xng(x)=xn where nn is a positive integer are the building blocks from which all polynomials and rational functions are constructed. To find derivatives of polynomials and rational functions efficiently without resorting to the limit definition of the derivative, we must first develop formulas for differentiating these basic functions.

The Constant Rule

We first apply the limit definition of the derivative to find the derivative of the constant function, f(x)=c.f(x)=c. For this function, both f(x)=cf(x)=c and f(x+h)=c,f(x+h)=c, so we obtain the following result:

f(x)=limh0f(x+h)f(x)h=limh0cch=limh00h=limh00=0.f(x)=limh0f(x+h)f(x)h=limh0cch=limh00h=limh00=0.

The rule for differentiating constant functions is called the constant rule. It states that the derivative of a constant function is zero; that is, since a constant function is a horizontal line, the slope, or the rate of change, of a constant function is 0.0. We restate this rule in the following theorem.

Theorem 3.2

The Constant Rule

Let cc be a constant.

If f(x)=c,f(x)=c, then f(x)=0.f(x)=0.

Alternatively, we may express this rule as

ddx(c)=0.ddx(c)=0.

Example 3.17

Applying the Constant Rule

Find the derivative of f(x)=8.f(x)=8.

Solution

This is just a one-step application of the rule:

f ( x ) = 0. f ( x ) = 0.

Checkpoint 3.11

Find the derivative of g(x)=−3.g(x)=−3.

The Power Rule

We have shown that

ddx(x2)=2xandddx(x1/2)=12x1/2.ddx(x2)=2xandddx(x1/2)=12x1/2.

At this point, you might see a pattern beginning to develop for derivatives of the form ddx(xn).ddx(xn). We continue our examination of derivative formulas by differentiating power functions of the form f(x)=xnf(x)=xn where nn is a positive integer. We develop formulas for derivatives of this type of function in stages, beginning with positive integer powers. Before stating and proving the general rule for derivatives of functions of this form, we take a look at a specific case, ddx(x3).ddx(x3). As we go through this derivation, note that the technique used in this case is essentially the same as the technique used to prove the general case.

Example 3.18

Differentiating x3x3

Find ddx(x3).ddx(x3).

Solution

d d x ( x 3 ) = lim h 0 ( x + h ) 3 x 3 h = lim h 0 x 3 + 3 x 2 h + 3 x h 2 + h 3 x 3 h Notice that the first term in the expansion of ( x + h ) 3 is x 3 and the second term is 3 x 2 h . All other terms contain powers of h that are two or greater. = lim h 0 3 x 2 h + 3 x h 2 + h 3 h In this step the x 3 terms have been cancelled, leaving only terms containing h . = lim h 0 h ( 3 x 2 + 3 x h + h 2 ) h Factor out the common factor of h . = lim h 0 ( 3 x 2 + 3 x h + h 2 ) After cancelling the common factor of h , the only term not containing h is 3 x 2 . = 3 x 2 Let h go to 0. d d x ( x 3 ) = lim h 0 ( x + h ) 3 x 3 h = lim h 0 x 3 + 3 x 2 h + 3 x h 2 + h 3 x 3 h Notice that the first term in the expansion of ( x + h ) 3 is x 3 and the second term is 3 x 2 h . All other terms contain powers of h that are two or greater. = lim h 0 3 x 2 h + 3 x h 2 + h 3 h In this step the x 3 terms have been cancelled, leaving only terms containing h . = lim h 0 h ( 3 x 2 + 3 x h + h 2 ) h Factor out the common factor of h . = lim h 0 ( 3 x 2 + 3 x h + h 2 ) After cancelling the common factor of h , the only term not containing h is 3 x 2 . = 3 x 2 Let h go to 0.

Checkpoint 3.12

Find ddx(x4).ddx(x4).

As we shall see, the procedure for finding the derivative of the general form f(x)=xnf(x)=xn is very similar. Although it is often unwise to draw general conclusions from specific examples, we note that when we differentiate f(x)=x3,f(x)=x3, the power on xx becomes the coefficient of x2x2 in the derivative and the power on xx in the derivative decreases by 1. The following theorem states that the power rule holds for all positive integer powers of x.x. We will eventually extend this result to negative integer powers. Later, we will see that this rule may also be extended first to rational powers of xx and then to arbitrary powers of x.x. Be aware, however, that this rule does not apply to functions in which a constant is raised to a variable power, such as f(x)=3x.f(x)=3x.

Theorem 3.3

The Power Rule

Let nn be a positive integer. If f(x)=xn,f(x)=xn, then

f(x)=nxn1.f(x)=nxn1.

Alternatively, we may express this rule as

ddxxn=nxn1.ddxxn=nxn1.

Proof

For f(x)=xnf(x)=xn where nn is a positive integer, we have

f(x)=limh0(x+h)nxnh.f(x)=limh0(x+h)nxnh.

Since(x+h)n=xn+nxn1h+(n2)xn2h2+(n3)xn3h3++nxhn1+hn,Since(x+h)n=xn+nxn1h+(n2)xn2h2+(n3)xn3h3++nxhn1+hn,

we see that

(x+h)nxn=nxn1h+(n2)xn2h2+(n3)xn3h3++nxhn1+hn.(x+h)nxn=nxn1h+(n2)xn2h2+(n3)xn3h3++nxhn1+hn.

Next, divide both sides by h:

(x+h)nxnh=nxn1h+(n2)xn2h2+(n3)xn3h3++nxhn1+hnh.(x+h)nxnh=nxn1h+(n2)xn2h2+(n3)xn3h3++nxhn1+hnh.

Thus,

(x+h)nxnh=nxn1+(n2)xn2h+(n3)xn3h2++nxhn2+hn1.(x+h)nxnh=nxn1+(n2)xn2h+(n3)xn3h2++nxhn2+hn1.

Finally,

f(x)=limh0(nxn1+(n2)xn2h+(n3)xn3h2++nxhn2+hn-1)=nxn1.f(x)=limh0(nxn1+(n2)xn2h+(n3)xn3h2++nxhn2+hn-1)=nxn1.

Example 3.19

Applying the Power Rule

Find the derivative of the function f(x)=x10f(x)=x10 by applying the power rule.

Solution

Using the power rule with n=10,n=10, we obtain

f ( x ) = 10 x 10 1 = 10 x 9 . f ( x ) = 10 x 10 1 = 10 x 9 .

Checkpoint 3.13

Find the derivative of f(x)=x7.f(x)=x7.

The Sum, Difference, and Constant Multiple Rules

We find our next differentiation rules by looking at derivatives of sums, differences, and constant multiples of functions. Just as when we work with functions, there are rules that make it easier to find derivatives of functions that we add, subtract, or multiply by a constant. These rules are summarized in the following theorem.

Theorem 3.4

Sum, Difference, and Constant Multiple Rules

Let f(x)f(x) and g(x)g(x) be differentiable functions and kk be a constant. Then each of the following equations holds.

Sum Rule. The derivative of the sum of a function ff and a function gg is the same as the sum of the derivative of ff and the derivative of g.g.

ddx(f(x)+g(x))=ddx(f(x))+ddx(g(x));ddx(f(x)+g(x))=ddx(f(x))+ddx(g(x));

that is,

forj(x)=f(x)+g(x),j(x)=f(x)+g(x).forj(x)=f(x)+g(x),j(x)=f(x)+g(x).

Difference Rule. The derivative of the difference of a function f and a function g is the same as the difference of the derivative of f and the derivative of g:g:

ddx(f(x)g(x))=ddx(f(x))ddx(g(x));ddx(f(x)g(x))=ddx(f(x))ddx(g(x));

that is,

forj(x)=f(x)g(x),j(x)=f(x)g(x).forj(x)=f(x)g(x),j(x)=f(x)g(x).

Constant Multiple Rule. The derivative of a constant k multiplied by a function f is the same as the constant multiplied by the derivative:

ddx(kf(x))=kddx(f(x));ddx(kf(x))=kddx(f(x));

that is,

forj(x)=kf(x),j(x)=kf(x).forj(x)=kf(x),j(x)=kf(x).

Proof

We provide only the proof of the sum rule here. The rest follow in a similar manner.

For differentiable functions f(x)f(x) and g(x),g(x), we set j(x)=f(x)+g(x).j(x)=f(x)+g(x). Using the limit definition of the derivative we have

j(x)=limh0j(x+h)j(x)h.j(x)=limh0j(x+h)j(x)h.

By substituting j(x+h)=f(x+h)+g(x+h)j(x+h)=f(x+h)+g(x+h) and j(x)=f(x)+g(x),j(x)=f(x)+g(x), we obtain

j(x)=limh0(f(x+h)+g(x+h))(f(x)+g(x))h.j(x)=limh0(f(x+h)+g(x+h))(f(x)+g(x))h.

Rearranging and regrouping the terms, we have

j(x)=limh0(f(x+h)f(x)h+g(x+h)g(x)h).j(x)=limh0(f(x+h)f(x)h+g(x+h)g(x)h).

We now apply the sum law for limits and the definition of the derivative to obtain

j(x)=limh0(f(x+h)f(x)h)+limh0(g(x+h)g(x)h)=f(x)+g(x).j(x)=limh0(f(x+h)f(x)h)+limh0(g(x+h)g(x)h)=f(x)+g(x).

Example 3.20

Applying the Constant Multiple Rule

Find the derivative of g(x)=3x2g(x)=3x2 and compare it to the derivative of f(x)=x2.f(x)=x2.

Solution

We use the power rule directly:

g ( x ) = d d x ( 3 x 2 ) = 3 d d x ( x 2 ) = 3 ( 2 x ) = 6 x . g ( x ) = d d x ( 3 x 2 ) = 3 d d x ( x 2 ) = 3 ( 2 x ) = 6 x .

Since f(x)=x2f(x)=x2 has derivative f(x)=2x,f(x)=2x, we see that the derivative of g(x)g(x) is 3 times the derivative of f(x).f(x). This relationship is illustrated in Figure 3.18.

3.3 Differentiation Rules - Calculus Volume 1 | OpenStax (1)

Figure 3.18 The derivative of g(x)g(x) is 3 times the derivative of f(x).f(x).

Example 3.21

Applying Basic Derivative Rules

Find the derivative of f(x)=2x5+7.f(x)=2x5+7.

Solution

We begin by applying the rule for differentiating the sum of two functions, followed by the rules for differentiating constant multiples of functions and the rule for differentiating powers. To better understand the sequence in which the differentiation rules are applied, we use Leibniz notation throughout the solution:

f ( x ) = d d x ( 2 x 5 + 7 ) = d d x ( 2 x 5 ) + d d x ( 7 ) Apply the sum rule. = 2 d d x ( x 5 ) + d d x ( 7 ) Apply the constant multiple rule. = 2 ( 5 x 4 ) + 0 Apply the power rule and the constant rule. = 10 x 4 . Simplify. f ( x ) = d d x ( 2 x 5 + 7 ) = d d x ( 2 x 5 ) + d d x ( 7 ) Apply the sum rule. = 2 d d x ( x 5 ) + d d x ( 7 ) Apply the constant multiple rule. = 2 ( 5 x 4 ) + 0 Apply the power rule and the constant rule. = 10 x 4 . Simplify.

Checkpoint 3.14

Find the derivative of f(x)=2x36x2+3.f(x)=2x36x2+3.

Example 3.22

Finding the Equation of a Tangent Line

Find the equation of the line tangent to the graph of f(x)=x24x+6f(x)=x24x+6 at x=1.x=1.

Solution

To find the equation of the tangent line, we need a point and a slope. To find the point, compute

f ( 1 ) = 1 2 4 ( 1 ) + 6 = 3 . f ( 1 ) = 1 2 4 ( 1 ) + 6 = 3 .

This gives us the point (1,3).(1,3). Since the slope of the tangent line at 1 is f(1),f(1), we must first find f(x).f(x). Using the definition of a derivative, we have

f ( x ) = 2 x 4 f ( x ) = 2 x 4

so the slope of the tangent line is f(1)=−2.f(1)=−2. Using the point-slope formula, we see that the equation of the tangent line is

y 3 = −2 ( x 1 ) . y 3 = −2 ( x 1 ) .

Putting the equation of the line in slope-intercept form, we obtain

y = −2 x + 5 . y = −2 x + 5 .

Checkpoint 3.15

Find the equation of the line tangent to the graph of f(x)=3x211f(x)=3x211 at x=2.x=2. Use the point-slope form.

The Product Rule

Now that we have examined the basic rules, we can begin looking at some of the more advanced rules. The first one examines the derivative of the product of two functions. Although it might be tempting to assume that the derivative of the product is the product of the derivatives, similar to the sum and difference rules, the product rule does not follow this pattern. To see why we cannot use this pattern, consider the function f(x)=x2,f(x)=x2, whose derivative is f(x)=2xf(x)=2x and not ddx(x)·ddx(x)=1·1=1.ddx(x)·ddx(x)=1·1=1.

Theorem 3.5

Product Rule

Let f(x)f(x) and g(x)g(x) be differentiable functions. Then

ddx(f(x)g(x))=ddx(f(x))·g(x)+ddx(g(x))·f(x).ddx(f(x)g(x))=ddx(f(x))·g(x)+ddx(g(x))·f(x).

That is,

ifj(x)=f(x)g(x),thenj(x)=f(x)g(x)+g(x)f(x).ifj(x)=f(x)g(x),thenj(x)=f(x)g(x)+g(x)f(x).

This means that the derivative of a product of two functions is the derivative of the first function times the second function plus the derivative of the second function times the first function.

Proof

We begin by assuming that f(x)f(x) and g(x)g(x) are differentiable functions. At a key point in this proof we need to use the fact that, since g(x)g(x) is differentiable, it is also continuous. In particular, we use the fact that since g(x)g(x) is continuous, limh0g(x+h)=g(x).limh0g(x+h)=g(x).

By applying the limit definition of the derivative to j(x)=f(x)g(x),j(x)=f(x)g(x), we obtain

j(x)=limh0f(x+h)g(x+h)f(x)g(x)h.j(x)=limh0f(x+h)g(x+h)f(x)g(x)h.

By adding and subtracting f(x)g(x+h)f(x)g(x+h) in the numerator, we have

j(x)=limh0f(x+h)g(x+h)f(x)g(x+h)+f(x)g(x+h)f(x)g(x)h.j(x)=limh0f(x+h)g(x+h)f(x)g(x+h)+f(x)g(x+h)f(x)g(x)h.

After breaking apart this quotient and applying the sum law for limits, the derivative becomes

j(x)=limh0(f(x+h)g(x+h)f(x)g(x+h)h)+limh0(f(x)g(x+h)f(x)g(x)h).j(x)=limh0(f(x+h)g(x+h)f(x)g(x+h)h)+limh0(f(x)g(x+h)f(x)g(x)h).

Rearranging, we obtain

j(x)=limh0(f(x+h)f(x)h·g(x+h))+limh0(g(x+h)g(x)h·f(x)).j(x)=limh0(f(x+h)f(x)h·g(x+h))+limh0(g(x+h)g(x)h·f(x)).

By using the continuity of g(x),g(x), the definition of the derivatives of f(x)f(x) and g(x),g(x), and applying the limit laws, we arrive at the product rule,

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

Example 3.23

Applying the Product Rule to Functions at a Point

For j(x)=f(x)g(x),j(x)=f(x)g(x), use the product rule to find j(2)j(2) if f(2)=3,f(2)=−4,g(2)=1,f(2)=3,f(2)=−4,g(2)=1, and g(2)=6.g(2)=6.

Solution

Since j(x)=f(x)g(x),j(x)=f(x)g(x)+g(x)f(x),j(x)=f(x)g(x),j(x)=f(x)g(x)+g(x)f(x), and hence

j ( 2 ) = f ( 2 ) g ( 2 ) + g ( 2 ) f ( 2 ) = ( −4 ) ( 1 ) + ( 6 ) ( 3 ) = 14 . j ( 2 ) = f ( 2 ) g ( 2 ) + g ( 2 ) f ( 2 ) = ( −4 ) ( 1 ) + ( 6 ) ( 3 ) = 14 .

Example 3.24

Applying the Product Rule to Binomials

For j(x)=(x2+2)(3x35x),j(x)=(x2+2)(3x35x), find j(x)j(x) by applying the product rule. Check the result by first finding the product and then differentiating.

Solution

If we set f(x)=x2+2f(x)=x2+2 and g(x)=3x35x,g(x)=3x35x, then f(x)=2xf(x)=2x and g(x)=9x25.g(x)=9x25. Thus,

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

Simplifying, we have

j ( x ) = 15 x 4 + 3 x 2 10 . j ( x ) = 15 x 4 + 3 x 2 10 .

To check, we see that j(x)=3x5+x310xj(x)=3x5+x310x and, consequently, j(x)=15x4+3x210.j(x)=15x4+3x210.

Checkpoint 3.16

Use the product rule to obtain the derivative of j(x)=2x5(4x2+x).j(x)=2x5(4x2+x).

The Quotient Rule

Having developed and practiced the product rule, we now consider differentiating quotients of functions. As we see in the following theorem, the derivative of the quotient is not the quotient of the derivatives; rather, it is the derivative of the function in the numerator times the function in the denominator minus the derivative of the function in the denominator times the function in the numerator, all divided by the square of the function in the denominator. In order to better grasp why we cannot simply take the quotient of the derivatives, keep in mind that

ddx(x2)=2x,notddx(x3)ddx(x)=3x21=3x2.ddx(x2)=2x,notddx(x3)ddx(x)=3x21=3x2.

Theorem 3.6

The Quotient Rule

Let f(x)f(x) and g(x)g(x) be differentiable functions. Then

ddx(f(x)g(x))=ddx(f(x))·g(x)ddx(g(x))·f(x)(g(x))2.ddx(f(x)g(x))=ddx(f(x))·g(x)ddx(g(x))·f(x)(g(x))2.

That is,

ifj(x)=f(x)g(x),thenj(x)=f(x)g(x)g(x)f(x)(g(x))2.ifj(x)=f(x)g(x),thenj(x)=f(x)g(x)g(x)f(x)(g(x))2.

The proof of the quotient rule is very similar to the proof of the product rule, so it is omitted here. Instead, we apply this new rule for finding derivatives in the next example.

Example 3.25

Applying the Quotient Rule

Use the quotient rule to find the derivative of k(x)=5x24x+3.k(x)=5x24x+3.

Solution

Let f(x)=5x2f(x)=5x2 and g(x)=4x+3.g(x)=4x+3. Thus, f(x)=10xf(x)=10x and g(x)=4.g(x)=4. Substituting into the quotient rule, we have

k ( x ) = f ( x ) g ( x ) g ( x ) f ( x ) ( g ( x ) ) 2 = 10 x ( 4 x + 3 ) 4 ( 5 x 2 ) ( 4 x + 3 ) 2 . k ( x ) = f ( x ) g ( x ) g ( x ) f ( x ) ( g ( x ) ) 2 = 10 x ( 4 x + 3 ) 4 ( 5 x 2 ) ( 4 x + 3 ) 2 .

Simplifying, we obtain

k ( x ) = 20 x 2 + 30 x ( 4 x + 3 ) 2 . k ( x ) = 20 x 2 + 30 x ( 4 x + 3 ) 2 .

Checkpoint 3.17

Find the derivative of h(x)=3x+14x3.h(x)=3x+14x3.

It is now possible to use the quotient rule to extend the power rule to find derivatives of functions of the form xkxk where kk is a negative integer.

Theorem 3.7

Extended Power Rule

If kk is a negative integer, then

ddx(xk)=kxk1.ddx(xk)=kxk1.

Proof

If kk is a negative integer, we may set n=k,n=k, so that n is a positive integer with k=n.k=n. Since for each positive integer n,xn=1xn,n,xn=1xn, we may now apply the quotient rule by setting f(x)=1f(x)=1 and g(x)=xn.g(x)=xn. In this case, f(x)=0f(x)=0 and g(x)=nxn1.g(x)=nxn1. Thus,

ddx(xn)=0(xn)1(nxn1)(xn)2.ddx(xn)=0(xn)1(nxn1)(xn)2.

Simplifying, we see that

ddx(xn)=nxn1x2n=nx(n1)2n=nxn1.ddx(xn)=nxn1x2n=nx(n1)2n=nxn1.

Finally, observe that since k=n,k=n, by substituting we have

ddx(xk)=kxk1.ddx(xk)=kxk1.

Example 3.26

Using the Extended Power Rule

Find ddx(x−4).ddx(x−4).

Solution

By applying the extended power rule with k=−4,k=−4, we obtain

d d x ( x −4 ) = −4 x −4 1 = −4 x −5 . d d x ( x −4 ) = −4 x −4 1 = −4 x −5 .

Example 3.27

Using the Extended Power Rule and the Constant Multiple Rule

Use the extended power rule and the constant multiple rule to find the derivative of f(x)=6x2.f(x)=6x2.

Solution

It may seem tempting to use the quotient rule to find this derivative, and it would certainly not be incorrect to do so. However, it is far easier to differentiate this function by first rewriting it as f(x)=6x−2.f(x)=6x−2.

f ( x ) = d d x ( 6 x 2 ) = d d x ( 6 x −2 ) Rewrite 6 x 2 as 6 x −2 . = 6 d d x ( x −2 ) Apply the constant multiple rule. = 6 ( −2 x −3 ) Use the extended power rule to differentiate x −2 . = −12 x −3 Simplify. f ( x ) = d d x ( 6 x 2 ) = d d x ( 6 x −2 ) Rewrite 6 x 2 as 6 x −2 . = 6 d d x ( x −2 ) Apply the constant multiple rule. = 6 ( −2 x −3 ) Use the extended power rule to differentiate x −2 . = −12 x −3 Simplify.

Checkpoint 3.18

Find the derivative of g(x)=1x7g(x)=1x7 using the extended power rule.

Combining Differentiation Rules

As we have seen throughout the examples in this section, it seldom happens that we are called on to apply just one differentiation rule to find the derivative of a given function. At this point, by combining the differentiation rules, we may find the derivatives of any polynomial or rational function. Later on we will encounter more complex combinations of differentiation rules. A good rule of thumb to use when applying several rules is to apply the rules in reverse of the order in which we would evaluate the function.

Example 3.28

Combining Differentiation Rules

For k(x)=3h(x)+x2g(x),k(x)=3h(x)+x2g(x), find k(x).k(x).

Solution

Finding this derivative requires the sum rule, the constant multiple rule, and the product rule.

k ( x ) = d d x ( 3 h ( x ) + x 2 g ( x ) ) = d d x ( 3 h ( x ) ) + d d x ( x 2 g ( x ) ) Apply the sum rule. = 3 d d x ( h ( x ) ) + ( d d x ( x 2 ) g ( x ) + d d x ( g ( x ) ) x 2 ) Apply the constant multiple rule to differentiate 3 h ( x ) and the product rule to differentiate x 2 g ( x ) . = 3 h ' ( x ) + 2 x g ( x ) + x 2 g ' ( x ) k ( x ) = d d x ( 3 h ( x ) + x 2 g ( x ) ) = d d x ( 3 h ( x ) ) + d d x ( x 2 g ( x ) ) Apply the sum rule. = 3 d d x ( h ( x ) ) + ( d d x ( x 2 ) g ( x ) + d d x ( g ( x ) ) x 2 ) Apply the constant multiple rule to differentiate 3 h ( x ) and the product rule to differentiate x 2 g ( x ) . = 3 h ' ( x ) + 2 x g ( x ) + x 2 g ' ( x )

Example 3.29

Extending the Product Rule

For k(x)=f(x)g(x)h(x),k(x)=f(x)g(x)h(x), express k(x)k(x) in terms of f(x),g(x),h(x),f(x),g(x),h(x), and their derivatives.

Solution

We can think of the function k(x)k(x) as the product of the function f(x)g(x)f(x)g(x) and the function h(x).h(x). That is, k(x)=(f(x)g(x))·h(x).k(x)=(f(x)g(x))·h(x). Thus,

k ( x ) = d d x ( f ( x ) g ( x ) ) · h ( x ) + d d x ( h ( x ) ) · ( f ( x ) g ( x ) ) Apply the product rule to the product of f ( x ) g ( x ) and h ( x ) . = ( f ( x ) g ( x ) + g ( x ) f ( x ) ) h ( x ) + h ( x ) f ( x ) g ( x ) Apply the product rule to f ( x ) g ( x ) . = f ( x ) g ( x ) h ( x ) + f ( x ) g ( x ) h ( x ) + f ( x ) g ( x ) h ( x ). Simplify. k ( x ) = d d x ( f ( x ) g ( x ) ) · h ( x ) + d d x ( h ( x ) ) · ( f ( x ) g ( x ) ) Apply the product rule to the product of f ( x ) g ( x ) and h ( x ) . = ( f ( x ) g ( x ) + g ( x ) f ( x ) ) h ( x ) + h ( x ) f ( x ) g ( x ) Apply the product rule to f ( x ) g ( x ) . = f ( x ) g ( x ) h ( x ) + f ( x ) g ( x ) h ( x ) + f ( x ) g ( x ) h ( x ). Simplify.

Example 3.30

Combining the Quotient Rule and the Product Rule

For h(x)=2x3k(x)3x+2,h(x)=2x3k(x)3x+2, find h(x).h(x).

Solution

This procedure is typical for finding the derivative of a rational function.

h ' ( x ) = d d x ( 2 x 3 k ( x ) ) · ( 3 x + 2 ) d d x ( 3 x + 2 ) · ( 2 x 3 k ( x ) ) ( 3 x + 2 ) 2 Apply the quotient rule. = ( 6 x 2 k ( x ) + k ' ( x ) · 2 x 3 ) ( 3 x + 2 ) 3 ( 2 x 3 k ( x ) ) ( 3 x + 2 ) 2 Apply the product rule to find d d x ( 2 x 3 k ( x ) ) . Use d d x ( 3 x + 2 ) = 3 . = −6 x 3 k ( x ) + 18 x 3 k ( x ) + 12 x 2 k ( x ) + 6 x 4 k ' ( x ) + 4 x 3 k ' ( x ) ( 3 x + 2 ) 2 Simplify. = 12 k x x 3 + x 2 + 2 k ' x 3 x 4 + 2 x 3 3 x + 2 2 h ' ( x ) = d d x ( 2 x 3 k ( x ) ) · ( 3 x + 2 ) d d x ( 3 x + 2 ) · ( 2 x 3 k ( x ) ) ( 3 x + 2 ) 2 Apply the quotient rule. = ( 6 x 2 k ( x ) + k ' ( x ) · 2 x 3 ) ( 3 x + 2 ) 3 ( 2 x 3 k ( x ) ) ( 3 x + 2 ) 2 Apply the product rule to find d d x ( 2 x 3 k ( x ) ) . Use d d x ( 3 x + 2 ) = 3 . = −6 x 3 k ( x ) + 18 x 3 k ( x ) + 12 x 2 k ( x ) + 6 x 4 k ' ( x ) + 4 x 3 k ' ( x ) ( 3 x + 2 ) 2 Simplify. = 12 k x x 3 + x 2 + 2 k ' x 3 x 4 + 2 x 3 3 x + 2 2

Checkpoint 3.19

Find ddx(3f(x)2g(x)).ddx(3f(x)2g(x)).

Example 3.31

Determining Where a Function Has a Horizontal Tangent

Determine the values of xx for which f(x)=x37x2+8x+1f(x)=x37x2+8x+1 has a horizontal tangent line.

Solution

To find the values of xx for which f(x)f(x) has a horizontal tangent line, we must solve f(x)=0.f(x)=0. Since

f ( x ) = 3 x 2 14 x + 8 = ( 3 x 2 ) ( x 4 ) , f ( x ) = 3 x 2 14 x + 8 = ( 3 x 2 ) ( x 4 ) ,

we must solve (3x2)(x4)=0.(3x2)(x4)=0. Thus we see that the function has horizontal tangent lines at x=23x=23 and x=4x=4 as shown in the following graph.

3.3 Differentiation Rules - Calculus Volume 1 | OpenStax (2)

Figure 3.19 This function has horizontal tangent lines at x = 2/3 and x = 4.

Example 3.32

Finding a Velocity

The position of an object on a coordinate axis at time tt is given by s(t)=tt2+1.s(t)=tt2+1. What is the initial velocity of the object?

Solution

Since the initial velocity is v(0)=s(0),v(0)=s(0), begin by finding s(t)s(t) by applying the quotient rule:

s ( t ) = 1 ( t 2 + 1 ) 2 t ( t ) ( t 2 + 1 ) 2 = 1 t 2 ( t 2 + 1 ) 2 . s ( t ) = 1 ( t 2 + 1 ) 2 t ( t ) ( t 2 + 1 ) 2 = 1 t 2 ( t 2 + 1 ) 2 .

After evaluating, we see that v(0)=1.v(0)=1.

Checkpoint 3.20

Find the values of xx for which the graph of f(x)=4x23x+2f(x)=4x23x+2 has a tangent line parallel to the line y=2x+3.y=2x+3.

Student Project

Formula One Grandstands

Formula One car races can be very exciting to watch and attract a lot of spectators. Formula One track designers have to ensure sufficient grandstand space is available around the track to accommodate these viewers. However, car racing can be dangerous, and safety considerations are paramount. The grandstands must be placed where spectators will not be in danger should a driver lose control of a car (Figure 3.20).

3.3 Differentiation Rules - Calculus Volume 1 | OpenStax (3)

Figure 3.20 The grandstand next to a straightaway of the Circuit de Barcelona-Catalunya race track, located where the spectators are not in danger.

**********

Safety is especially a concern on turns. If a driver does not slow down enough before entering the turn, the car may slide off the racetrack. Normally, this just results in a wider turn, which slows the driver down. But if the driver loses control completely, the car may fly off the track entirely, on a path tangent to the curve of the racetrack.

Suppose you are designing a new Formula One track. One section of the track can be modeled by the function f(x)=x3+3x2+xf(x)=x3+3x2+x (Figure 3.21). The current plan calls for grandstands to be built along the first straightaway and around a portion of the first curve. The plans call for the front corner of the grandstand to be located at the point (−1.9,2.8).(−1.9,2.8). We want to determine whether this location puts the spectators in danger if a driver loses control of the car.

3.3 Differentiation Rules - Calculus Volume 1 | OpenStax (4)

Figure 3.21 (a) One section of the racetrack can be modeled by the function f(x)=x3+3x2+x.f(x)=x3+3x2+x. (b) The front corner of the grandstand is located at (−1.9,2.8).(−1.9,2.8).

  1. Physicists have determined that drivers are most likely to lose control of their cars as they are coming into a turn, at the point where the slope of the tangent line is 1. Find the (x,y)(x,y) coordinates of this point near the turn.
  2. Find the equation of the tangent line to the curve at this point.
  3. To determine whether the spectators are in danger in this scenario, find the x-coordinate of the point where the tangent line crosses the line y=2.8.y=2.8. Is this point safely to the right of the grandstand? Or are the spectators in danger?
  4. What if a driver loses control earlier than the physicists project? Suppose a driver loses control at the point (−2.5,0.625).(−2.5,0.625). What is the slope of the tangent line at this point?
  5. If a driver loses control as described in part 4, are the spectators safe?
  6. Should you proceed with the current design for the grandstand, or should the grandstands be moved?

Section 3.3 Exercises

For the following exercises, find f(x)f(x) for each function.

106.

f ( x ) = x 7 + 10 f ( x ) = x 7 + 10

107.

f ( x ) = 5 x 3 x + 1 f ( x ) = 5 x 3 x + 1

108.

f ( x ) = 4 x 2 7 x f ( x ) = 4 x 2 7 x

109.

f ( x ) = 8 x 4 + 9 x 2 1 f ( x ) = 8 x 4 + 9 x 2 1

110.

f ( x ) = x 4 + 2 x f ( x ) = x 4 + 2 x

111.

f ( x ) = 3 x ( 18 x 4 + 13 x + 1 ) f ( x ) = 3 x ( 18 x 4 + 13 x + 1 )

112.

f ( x ) = ( x + 2 ) ( 2 x 2 3 ) f ( x ) = ( x + 2 ) ( 2 x 2 3 )

113.

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

114.

f ( x ) = x 3 + 2 x 2 4 3 f ( x ) = x 3 + 2 x 2 4 3

115.

f ( x ) = 4 x 3 2 x + 1 x 2 f ( x ) = 4 x 3 2 x + 1 x 2

116.

f ( x ) = x 2 + 4 x 2 4 f ( x ) = x 2 + 4 x 2 4

117.

f ( x ) = x + 9 x 2 7 x + 1 f ( x ) = x + 9 x 2 7 x + 1

For the following exercises, find the equation of the tangent line T(x)T(x) to the graph of the given function at the indicated point. Use a graphing calculator to graph the function and the tangent line.

118.

[T] y=3x2+4x+1y=3x2+4x+1 at (0,1)(0,1)

119.

[T] y=2x2+1y=2x2+1 at (1,3)(1,3)

120.

[T] y=2xx1y=2xx1 at (−1,1)(−1,1)

121.

[T] y=2x3x2y=2x3x2 at (1,−1)(1,−1)

For the following exercises, assume that f(x)f(x) and g(x)g(x) are both differentiable functions for all x.x. Find the derivative of each of the functions h(x).h(x).

122.

h ( x ) = 4 f ( x ) + g ( x ) 7 h ( x ) = 4 f ( x ) + g ( x ) 7

123.

h ( x ) = x 3 f ( x ) h ( x ) = x 3 f ( x )

124.

h ( x ) = f ( x ) g ( x ) 2 h ( x ) = f ( x ) g ( x ) 2

125.

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

For the following exercises, assume that f(x)f(x) and g(x)g(x) are both differentiable functions with values as given in the following table. Use the following table to calculate the following derivatives.

xx11223344
f(x)f(x)3355−2−200
g(x)g(x)2233−4−466
f(x)f(x)−1−17788−3−3
g(x)g(x)44112299

126.

Find h(1)h(1) if h(x)=xf(x)+4g(x).h(x)=xf(x)+4g(x).

127.

Find h(2)h(2) if h(x)=f(x)g(x).h(x)=f(x)g(x).

128.

Find h(3)h(3) if h(x)=2x+f(x)g(x).h(x)=2x+f(x)g(x).

129.

Find h(4)h(4) if h(x)=1x+g(x)f(x).h(x)=1x+g(x)f(x).

For the following exercises, use the following figure to find the indicated derivatives, if they exist.

3.3 Differentiation Rules - Calculus Volume 1 | OpenStax (5)

130.

Let h(x)=f(x)+g(x).h(x)=f(x)+g(x). Find

  1. h(1),h(1),
  2. h(3),h(3), and
  3. h(4).h(4).

131.

Let h(x)=f(x)g(x).h(x)=f(x)g(x). Find

  1. h(1),h(1),
  2. h(3),h(3), and
  3. h(4).h(4).

132.

Let h(x)=f(x)g(x).h(x)=f(x)g(x). Find

  1. h(1),h(1),
  2. h(3),h(3), and
  3. h(4).h(4).

For the following exercises,

  1. evaluate f(a),f(a), and
  2. graph the function f(x)f(x) and the tangent line at x=a.x=a.

133.

[T] f(x)=2x3+3xx2,a=2f(x)=2x3+3xx2,a=2

134.

[T] f(x)=1xx2,a=1f(x)=1xx2,a=1

135.

[T] f(x)=x2x12+3x+2,a=0f(x)=x2x12+3x+2,a=0

136.

[T] f(x)=1xx2,a=−1f(x)=1xx2,a=−1

137.

Find the equation of the tangent line to the graph of f(x)=2x3+4x25x3f(x)=2x3+4x25x3 at x=−1.x=−1.

138.

Find the equation of the tangent line to the graph of f(x)=x2+4x10f(x)=x2+4x10 at x=8.x=8.

139.

Find the equation of the tangent line to the graph of f(x)=(3xx2)(3xx2)f(x)=(3xx2)(3xx2) at x=1.x=1.

140.

Find the point on the graph of f(x)=x3f(x)=x3 such that the tangent line at that point has an xx intercept of 6.

141.

Find the equation of the line passing through the point P(3,3)P(3,3) and tangent to the graph of f(x)=6x1.f(x)=6x1.

142.

Determine all points on the graph of f(x)=x3+x2x1f(x)=x3+x2x1 for which

  1. the tangent line is horizontal
  2. the tangent line has a slope of −1.−1.

143.

Find a quadratic polynomial such that f(1)=5,f(1)=3f(1)=5,f(1)=3 and f(1)=−6.f(1)=−6.

144.

A car driving along a freeway with traffic has traveled s(t)=t36t2+9ts(t)=t36t2+9t meters in tt seconds.

  1. Determine the time in seconds when the velocity of the car is 0.
  2. Determine the acceleration of the car when the velocity is 0.

145.

[T] A herring swimming along a straight line has traveled s(t)=t2t2+2s(t)=t2t2+2 feet in tt seconds.

Determine the velocity of the herring when it has traveled 3 seconds.

146.

The population in millions of arctic flounder in the Atlantic Ocean is modeled by the function P(t)=8t+30.2t2+1,P(t)=8t+30.2t2+1, where tt is measured in years.

  1. Determine the initial flounder population.
  2. Determine P(10)P(10) and briefly interpret the result.

147.

[T] The concentration of antibiotic in the bloodstream tt hours after being injected is given by the function C(t)=2t2+tt3+50,C(t)=2t2+tt3+50, where CC is measured in milligrams per liter of blood.

  1. Find the rate of change of C(t).C(t).
  2. Determine the rate of change for t=8,12,24,t=8,12,24, and 36.36.
  3. Briefly describe what seems to be occurring as the number of hours increases.

148.

A book publisher has a cost function given by C(x)=x3+2x+3x2,C(x)=x3+2x+3x2, where x is the number of copies of a book in thousands and C is the cost, per book, measured in dollars. Evaluate C(2)C(2) and explain its meaning.

149.

[T] According to Newton’s law of universal gravitation, the force FF between two bodies of constant mass m1m1 and m2m2 is given by the formula F=Gm1m2d2,F=Gm1m2d2, where GG is the gravitational constant and dd is the distance between the bodies.

  1. Suppose that G,m1,andm2G,m1,andm2 are constants. Find the rate of change of force FF with respect to distance d.d.
  2. Find the rate of change of force FF with gravitational constant G=6.67×10−11G=6.67×10−11 Nm2/kg2,Nm2/kg2, on two bodies 10 meters apart, each with a mass of 1000 kilograms.
3.3 Differentiation Rules - Calculus Volume 1 | OpenStax (2024)
Top Articles
Latest Posts
Article information

Author: Wyatt Volkman LLD

Last Updated:

Views: 6317

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Wyatt Volkman LLD

Birthday: 1992-02-16

Address: Suite 851 78549 Lubowitz Well, Wardside, TX 98080-8615

Phone: +67618977178100

Job: Manufacturing Director

Hobby: Running, Mountaineering, Inline skating, Writing, Baton twirling, Computer programming, Stone skipping

Introduction: My name is Wyatt Volkman LLD, I am a handsome, rich, comfortable, lively, zealous, graceful, gifted person who loves writing and wants to share my knowledge and understanding with you.