State the constant, constant multiple, and power rules.
Apply the sum and difference rules to combine derivatives.
Use the product rule for finding the derivative of a product of functions.
Use the quotient rule for finding the derivative of a quotient of functions.
Extend the power rule to functions with negative exponents.
Combine 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 dxd(x)=2x1 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 dxd(3x) 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)=c and g(x)=xn where n 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. For this function, both f(x)=c and f(x+h)=c, so we obtain the following result:
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. We restate this rule in the following theorem.
The Constant Rule
Let c be a constant.
If f(x)=c, then f′(c)=0.
Alternatively, we may express this rule as
dxd(c)=0.
Applying the Constant Rule
Find the derivative of f(x)=8.
Answer:
This is just a one-step application of the rule:
f′(8)=0.
Find the derivative of g(x)=−3.
Answer:
0
Hint
Use the preceding example as a guide.
The Power Rule
We have shown that
dxd(x2)=2x and dxd(x1/2)=21x−1/2.
At this point, you might see a pattern beginning to develop for derivatives of the form dxd(xn). We continue our examination of derivative formulas by differentiating power functions of the form f(x)=xn where n 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, dxd(x3).
Differentiating x3
Find dxd(x3).
Answer:
dxd(x3)=h→0limh(x+h)3−x3=h→0limhx3+3x2h+3xh2+h3−x3=h→0limh3x2h+3xh2+h3=h→0limhh(3x2+3xh+h2)=h→0lim(3x2+3xh+h2)=3x2Notice that the first term in the expansion of(x+h)3isx3and the second term is3x2h.Allother terms contain powers ofhthat are two orgreater.In this step thex3terms have been cancelled,leaving only terms containingh.Factor out the common factor ofh.After cancelling the common factor ofh,theonly term not containinghis3x2.Lethgo to 0.
Find dxd(x4).
Answer:
4x3
Hint
Use (x+h)4=x4+4x3h+6x2h2+4xh3+h4 and follow the procedure outlined in the preceding example.
As we shall see, the procedure for finding the derivative of the general form f(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, the power on x becomes the coefficient of x2 in the derivative and the power on x in the derivative decreases by 1. The following theorem states that this power rule holds for all positive integer powers of 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 x and then to arbitrary powers of 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.
The Power Rule
Let n be a positive integer. If f(x)=xn, then
f′(x)=nxn−1.
Alternatively, we may express this rule as
dxd(xn)=nxn−1.
Proof
For f(x)=xn where n is a positive integer, we have
f′(x)=h→0limh(x+h)n−xn.
Since (x+h)n=xn+nxn−1h+(2n)xn−2h2+(3n)xn−3h3+⋯+nxhn−1+hn,
Find the derivative of the function f(x)=x10 by applying the power rule.
Answer:
Using the power rule with n=10, we obtain
f′(x)=10x10−1=10x9.
Find the derivative of f(x)=x7.
Answer:
f′(x)=7x6
Hint
Use the power rule with n=7.
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.
Sum, Difference, and Constant Multiple Rules
Let f(x) and g(x) be differentiable functions and k be a constant. Then each of the following equations holds.
Sum Rule. The derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g.
dxd(f(x)+g(x))=dxd(f(x))+dxd(g(x));
that is,
for j(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.
dxd(f(x)−g(x))=dxd(f(x))−dxd(g(x));
that is,
for j(x)=f(x)−g(x),j′(x)=f′(x)−g′(x).
Constant Multiple Rule. The derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative:
dxd(kf(x))=kdxd(f(x));
that is,
for j(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) and g(x), we set j(x)=f(x)+g(x). Using the limit definition of the derivative we have
j′(x)=h→0limhj(x+h)−j(x).
By substituting j(x+h)=f(x+h)+g(x+h) and j(x)=f(x)+g(x), we obtain
j′(x)=h→0limh(f(x+h)+g(x+h))−(f(x)+g(x)).
Rearranging and regrouping the terms, we have
j′(x)=h→0lim(hf(x+h)−f(x)+hg(x+h)−g(x)).
We now apply the sum law for limits and the definition of the derivative to obtain
Find the derivative of g(x)=3x2 and compare it to the derivative of f(x)=x2.
Answer:
We use the power rule directly:
g′(x)=dxd(3x2)=3dxd(x2)=3(2x)=6x.
Since f(x)=x2 has derivative f′(x)=2x, we see that the derivative of g(x) is 3 times the derivative of f(x). This relationship is illustrated in (Figure).
The derivative of g(x) is 3 times the derivative of f(x).
Applying Basic Derivative Rules
Find the derivative of f(x)=2x5+7.
Answer:
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)=dxd(2x5+7)=dxd(2x5)+dxd(7)=2dxd(x5)+dxd(7)=2(5x4)+0=10x4.Apply the sum rule.Apply the constant multiple rule.Apply the power rule and the constant rule.Simplify.
Find the derivative of f(x)=2x3−6x2+3.
Answer:
f′(x)=6x2−12x.
Hint
Use the preceding example as a guide.
Finding the Equation of a Tangent Line
Find the equation of the line tangent to the graph of f(x)=x2−4x+6 at x=1.
Answer:
To find the equation of the tangent line, we need a point and a slope. To find the point, compute
f(1)=12−4(1)+6=3.
This gives us the point (1,3). Since the slope of the tangent line at 1 is f′(1), we must first find f′(x). Using the definition of a derivative, we have
f′(x)=2x−4
so the slope of the tangent line is f′(1)=−2. Using the point-slope formula, we see that the equation of the tangent line is
y−3=−2(x−1).
Putting the equation of the line in slope-intercept form, we obtain
y=−2x+5.
Find the equation of the line tangent to the graph of f(x)=3x2−11 at x=2. Use the point-slope form.
Answer:
y=12x−23
Hint
Use the preceding example as a guide.
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, whose derivative is f′(x)=2x and not dxd(x)⋅dxd(x)=1⋅1=1.
Product Rule
Let f(x) and g(x) be differentiable functions. Then
dxd(f(x)g(x))=dxd(f(x))⋅g(x)+dxd(g(x))⋅f(x).
That is,
if j(x)=f(x)g(x) then j′(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) and g(x) are differentiable functions. At a key point in this proof we need to use the fact that, since g(x) is differentiable, it is also continuous. In particular, we use the fact that since g(x) is continuous, h→0limg(x+h)=g(x).
By applying the limit definition of the derivative to j(x)=f(x)g(x), we obtain
j′(x)=h→0limhf(x+h)g(x+h)−f(x)g(x).
By adding and subtracting f(x)g(x+h) in the numerator, we have
To check, we see that j(x)=3x5+x3−10x and, consequently, j′(x)=15x4+3x2−10.
Use the product rule to obtain the derivative of j(x)=2x5(4x2+x).
Answer:
j′(x)=10x4(4x2+x)+(8x+1)(2x5)=56x6+12x5.
Hint
Set f(x)=2x5 and g(x)=4x2+x and use the preceding example as a guide.
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
dxd(x2)=2x, which is not the same as dxd(x)dxd(x3)=13x2=3x2.
The Quotient Rule
Let f(x) and g(x) be differentiable functions. Then
if j(x)=g(x)f(x), then j′(x)=(g(x))2f′(x)g(x)−g′(x)f(x).
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.
Applying the Quotient Rule
Use the quotient rule to find the derivative of k(x)=4x+35x2.
Answer:
Let f(x)=5x2 and g(x)=4x+3. Thus, f′(x)=10x and g′(x)=4. Substituting into the quotient rule, we have
Apply the quotient rule with f(x)=3x+1 and g(x)=4x−3.
It is now possible to use the quotient rule to extend the power rule to find derivatives of functions of the form xk where k is a negative integer.
Extended Power Rule
If k is a negative integer, then
dxd(xk)=kxk−1.
Proof
If k is a negative integer, we may set n=−k, so that n is a positive integer with k=−n. Since for each positive integer n,x−n=xn1, we may now apply the quotient rule by setting f(x)=1 and g(x)=xn. In this case, f′(x)=0 and g′(x)=nxn−1. Thus,
dxd(x−n)=(xn)20(xn)−1(nxn−1).
Simplifying, we see that
dxd(x−n)=x2n−nxn−1=−nx(n−1)−2n=−nx−n−1.
Finally, observe that since k=−n, by substituting we have
\frac{d}{dx}(x^k)=kx^{k-1}. \, _\blacksquare
Using the Extended Power Rule
Find dxd(x−4).
Answer:
By applying the extended power rule with k=−4, we obtain
dxd(x−4)=−4x−4−1=−4x−5.
Using the Extended Power Rule and the Constant Multiple Rule
Use the extended power rule and the constant multiple rule to find f(x)=x26.
Answer:
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)=dxd(x26)=dxd(6x−2)=6dxd(x−2)=6(−2x−3)=−12x−3Rewritex26as6x−2.Apply the constant multiple rule.Use the extended power rule to differentiatex−2.Simplify.
Find the derivative of g(x)=x71 using the extended power rule.
Answer:
g′(x)=−7x−8.
Hint
Rewrite g(x)=x71=x−7. Use the extended power rule with k=−7.
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.
Combining Differentiation Rules
For k(x)=3h(x)+x2g(x), find k′(x).
Answer:
Finding this derivative requires the sum rule, the constant multiple rule, and the product rule.
k′(x)=dxd(3h(x)+x2g(x))=dxd(3h(x))+dxd(x2g(x))=3dxd(h(x))+(dxd(x2)g(x)+dxd(g(x))x2)=3h′(x)+2xg(x)+g′(x)x2Apply the sum rule.Apply the constant multiple rule todifferentiate3h(x)and the productrule to differentiatex2g(x).
Extending the Product Rule
For k(x)=f(x)g(x)h(x), express k′(x) in terms of f(x),g(x),h(x), and their derivatives.
Answer:
We can think of the function k(x) as the product of the function f(x)g(x) and the function h(x). That is, k(x)=(f(x)g(x))⋅h(x). Thus,
k′(x)=dxd(f(x)g(x))⋅h(x)+dxd(h(x))⋅(f(x)g(x))=(f′(x)g(x)+g′(x)f(x))h(x)+h′(x)f(x)g(x)=f′(x)g(x)h(x)+f(x)g′(x)h(x)+f(x)g(x)h′(x).Apply the product rule to the productoff(x)g(x)andh(x).Apply the product rule tof(x)g(x).Simplify.
Combining the Quotient Rule and the Product Rule
For h(x)=3x+22x3k(x), find h′(x).
Answer:
This procedure is typical for finding the derivative of a rational function.
h′(x)=(3x+2)2dxd(2x3k(x))⋅(3x+2)−dxd(3x+2)⋅(2x3k(x))=(3x+2)2(6x2k(x)+k′(x)⋅2x3)(3x+2)−3(2x3k(x))=(3x+2)2−6x3k(x)+18x3k(x)+12x2k(x)+6x4k′(x)+4x3k′(x)Apply the quotient rule.Apply the product rule to finddxd(2x3k(x)).Usedxd(3x+2)=3.Simplify.
Find dxd(3f(x)−2g(x)).
Answer:
3f′(x)−2g′(x).
Hint
Apply the difference rule and the constant multiple rule.
Determining Where a Function Has a Horizontal Tangent
Determine the values of x for which f(x)=x3−7x2+8x+1 has a horizontal tangent line.
Answer:
To find the values of x for which f(x) has a horizontal tangent line, we must solve f′(x)=0. Since
f′(x)=3x2−14x+8=(3x−2)(x−4),
we must solve (3x−2)(x−4)=0. Thus we see that the function has horizontal tangent lines at x=32 and x=4 as shown in the following graph.
This function has horizontal tangent lines at x=2/3 and x=4.
Finding a Velocity
The position of an object on a coordinate axis at time t is given by s(t)=t2+1t. What is the initial velocity of the object?
Answer:
Since the initial velocity is v(0)=s′(0), begin by finding s′(t) by applying the quotient rule:
s′(t)=(t2+1)21(t2+1)−2t(t)=(t2+1)21−t2.
After evaluating, we see that v(0)=1.
Find the value(s) of x for which the line tangent to the graph of f(x)=4x2−3x+2 is parallel to the line y=2x+3.
Answer:
85
Hint
Solve the equation f′(x)=2.
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)).
Figure 1. 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+x ((Figure)). 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). We want to determine whether this location puts the spectators in danger if a driver loses control of the car.
Figure 2. (a) One section of the racetrack can be modeled by the function f(x)=x3+3x2+x. (b) The front corner of the grandstand is located at (−1.9,2.8).
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) coordinates of this point near the turn.
Find the equation of the tangent line to the curve at this point.
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. Is this point safely to the right of the grandstand? Or are the spectators in danger?
What if a driver loses control earlier than the physicists project? Suppose a driver loses control at the point (−2.5,0.625). What is the slope of the tangent line at this point?
If a driver loses control as described in part 4, are the spectators safe?
Should you proceed with the current design for the grandstand, or should the grandstands be moved?
Key Concepts
The derivative of a constant function is zero.
The derivative of a power function is a function in which the power on x becomes the coefficient of the term and the power on x in the derivative decreases by 1.
The derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative.
The derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g.
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.
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.
The derivative of the quotient of two functions is the derivative of the first function times the second function minus the derivative of the second function times the first function, all divided by the square of the second function.
We used the limit definition of the derivative to develop formulas that allow us to find derivatives without resorting to the definition of the derivative. These formulas can be used singly or in combination with each other.
For the following exercises, find f′(x) for each function.
1. f(x)=x7+10
2. f(x)=5x3−x+1
Answer:
f′(x)=15x2−1
3. f(x)=4x2−7x
4. f(x)=8x4+9x2−1
Answer:
f′(x)=32x3+18x
5. f(x)=x4+x2
6. f(x)=3x(18x4+x+113)
Answer:
f′(x)=270x4+(x+1)239
7. f(x)=(x+2)(2x2−3)
8. f(x)=x2(x22+x35)
Answer:
f′(x)=x2−5
9. f(x)=3x3+2x2−4
10. f(x)=x24x3−2x+1
Answer:
f′(x)=x44x4+2x2−2x
11. f(x)=x2−4x2+4
12. f(x)=x2−7x+1x+9
Answer:
f′(x)=(x2−7x+1)2−x2−18x+64
For the following exercises, find the equation of the tangent line 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.
13. [T] y=3x2+4x+1 at (0,1)
14. [T] y=2x+1 at (4,5)
Answer: T(x)=21x+3
15. [T] y=x−12x at (−1,1)
16. [T] y=x2−x23 at (1,−1)
Answer: T(x)=4x−5
For the following exercises, assume that f(x) and g(x) are both differentiable functions for all x. Find the derivative of each of the functions h(x).
17. h(x)=4f(x)+7g(x)
18. h(x)=x3f(x)
Answer:
h′(x)=3x2f(x)+x3f′(x)
19. h(x)=2f(x)g(x)
20. h(x)=g(x)+23f(x)
Answer:
h′(x)=(g(x)+2)23f′(x)(g(x)+2)−3f(x)g′(x)
For the following exercises, assume that f(x) and g(x) are both differentiable functions with values as given in the following table. Use the following table to calculate the following derivatives.
x
1
2
3
4
f(x)
3
5
-2
0
g(x)
2
3
-4
6
f′(x)
-1
7
8
-3
g′(x)
4
1
2
9
21. Find h′(1) if h(x)=xf(x)+4g(x).
22. Find h′(2) if h(x)=g(x)f(x).
Answer:
916
23. Find h′(3) if h(x)=2x+f(x)g(x).
24. Find h′(4) if h(x)=x1+f(x)g(x).
Answer:
Undefined
For the following exercises, use the following figure to find the indicated derivatives, if they exist.
25. Let h(x)=f(x)+g(x). Find
h′(1)
h′(3)
h′(4)
26. Let h(x)=f(x)g(x). Find
h′(1)
h′(3)
h′(4)
Answer:
a. 2
b. does not exist
c. 2.5
27. Let h(x)=g(x)f(x). Find
h′(1)
h′(3)
h′(4)
For the following exercises,
Evaluate f′(a), and
Graph the function f(x) and the tangent line at x=a.
28. [T] f(x)=2x3+3x−x2,a=2
Answer:
a. 23
b. y=23x−28
29. [T] f(x)=x1−x2,a=1
30. [T] f(x)=x2−x12+3x+2,a=0
Answer:
a. 3
b. y=3x+2
31. [T] f(x)=x1−x2/3,a=−1
32. Find the equation of the tangent line to the graph of f(x)=2x3+4x2−5x−3 at x=−1.
Answer:
y=−7x−3
33. Find the equation of the tangent line to the graph of f(x)=x2+x4−10 at x=8.
34. Find the equation of the tangent line to the graph of f(x)=(3x−x2)(3−x−x2) at x=1.
Answer:
y=−5x+7
35. Find the point on the graph of f(x)=x3 such that the tangent line at that point has an x intercept of 6.
36. Find the equation of the line passing through the point P(3,3) and tangent to the graph of f(x)=x−16.
Answer:
y=−23x+215
37. Determine all points on the graph of f(x)=x3+x2−x−1 for which the slope of the tangent line is
horizontal
-1.
38. Find a quadratic polynomial such that f(1)=5,f′(1)=3, and f′′(1)=−6.
Answer: y=−3x2+9x−1
39. A car driving along a freeway with traffic has traveled s(t)=t3−6t2+9t meters in t seconds.
Determine the time in seconds when the velocity of the car is 0.
Determine the acceleration of the car when the velocity is 0.
40. [T] A herring swimming along a straight line has traveled s(t)=t2+2t2 feet in t seconds.
Determine the velocity of the herring when it has traveled 3 seconds.
Answer:
12112 or 0.0992 ft/s
41. The population in millions of arctic flounder in the Atlantic Ocean is modeled by the function P(t)=0.2t2+18t+3, where t is measured in years.
Determine the initial flounder population.
Determine P′(10) and briefly interpret the result.
42. [T] The concentration of antibiotic in the bloodstream t hours after being injected is given by the function C(t)=t3+502t2+t, where C is measured in milligrams per liter of blood.
Find the rate of change of C(t).
Determine the rate of change for t=8,12,24, and 36.
Briefly describe what seems to be occurring as the number of hours increases.
Answer:
a. (t3+50)2−2t4−2t3+200t+50
b. -0.02395 mg/L-hr, −0.01344 mg/L-hr, −0.003566 mg/L-hr, −0.001579 mg/L-hr
c. The rate at which the concentration of drug in the bloodstream decreases is slowing to 0 as time increases.
43. A book publisher has a cost function given by C(x)=x2x3+2x+3, 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) and explain its meaning.
44. [T] According to Newton’s law of universal gravitation, the force F between two bodies of constant mass m1 and m2 is given by the formula F=d2Gm1m2, where G is the gravitational constant and d is the distance between the bodies.
Suppose that G,m1, and m2 are constants. Find the rate of change of force F with respect to distance d.
Find the rate of change of force F with gravitational constant G=6.67×10−11Nm2/kg2, on two bodies 10 meters apart, each with a mass of 1000 kilograms.
Answer:
a. F′(d)=d3−2Gm1m2
b. −1.33×10−7 N/m
Glossary
constant multiple rule
the derivative of a constant c multiplied by a function f is the same as the constant multiplied by the derivative: dxd(cf(x))=cf′(x)
constant rule
the derivative of a constant function is zero: dxd(c)=0, where c is a constant
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: dxd(f(x)−g(x))=f′(x)−g′(x)
power rule
the derivative of a power function is a function in which the power on x becomes the coefficient of the term and the power on x in the derivative decreases by 1: If n is an integer, then dxd(xn)=nxn−1
product rule
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: dxd(f(x)g(x))=f′(x)g(x)+g′(x)f(x)
quotient rule
the derivative of the quotient of two functions is the derivative of the first function times the second function minus the derivative of the second function times the first function, all divided by the square of the second function: dxd(g(x)f(x))=(g(x))2f′(x)g(x)−g′(x)f(x)
sum rule
the derivative of the sum of a function f and a function g is the same as the sum of the derivative of f and the derivative of g: dxd(f(x)+g(x))=f′(x)+g′(x)
Licenses & Attributions
CC licensed content, Shared previously
Calculus I.Provided by: OpenStaxLocated at: https://openstax.org/books/calculus-volume-1/pages/1-introduction.License: CC BY-NC-SA: Attribution-NonCommercial-ShareAlike. License terms: Download for free at http://cnx.org/contents/8b89d172-2927-466f-8661-01abc7ccdba4@2.89.
Hint
Use the preceding example as a guide.