Learning Outcomes
- Apply basic derivative rules
- 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
- Apply the chain rule together with the power and product rule
- Evaluate indefinite integrals
In the section about Stokes’ Theorem, we will learn about Stokes’ Theorem, a higher-dimensional generalization of Green’s Theorem. Then, we will explore the Divergence Theorem. Here we will review various differentiation techniques and rules along with basic integration techniques.
Basic Derivative Rules
(See Module 6, Skills Review for Line Integrals and Conservative Vector Fields)
The Product Rule
(also in Module 3, Skills Review for Calculus of Vector-Valued 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 ddx(x)⋅ddx(x)=1⋅1=1.
Product Rule
Let f(x) and g(x) be differentiable functions. Then
ddx(f(x)g(x))=ddx(f(x))⋅g(x)+ddx(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.
Example: Applying the Product Rule to Binomials
For j(x)=(x2+2)(3x3−5x), find j′(x) by applying the product rule.
Show Solution
If we set f(x)=x2+2 and g(x)=3x3−5x, then f′(x)=2x and g′(x)=9x2−5. Thus,
j′(x)=f′(x)g(x)+g′(x)f(x)=(2x)(3x3−5x)+(9x2−5)(x2+2).
Simplifying, we have
j′(x)=15x4+3x2−10.
Try It
Use the product rule to obtain the derivative of j(x)=2x5(4x2+x).
Hint
Set f(x)=2x5 and g(x)=4x2+x and use the preceding example as a guide.
Show Solution
j′(x)=10x4(4x2+x)+(8x+1)(2x5)=56x6+12x5.
The Quotient Rule
(also in Module 3, Skills Review for Calculus of Vector-Valued Functions)
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, which is not the same as ddx(x3)ddx(x)=3x21=3x2
The Quotient Rule
Let f(x) and g(x) be differentiable functions. Then
ddx(f(x)g(x))=ddx(f(x))⋅g(x)−ddx(g(x))⋅f(x)(g(x))2
That is,
if j(x)=f(x)g(x), then j′(x)=f′(x)g(x)−g′(x)f(x)(g(x))2
Example: Applying the Quotient Rule
Use the quotient rule to find the derivative of k(x)=5x24x+3
Show Solution
Let f(x)=5x2 and g(x)=4x+3. Thus, f′(x)=10x and g′(x)=4. Substituting into the quotient rule, we have
k′(x)=f′(x)g(x)−g′(x)f(x)(g(x))2=10x(4x+3)−4(5x2)(4x+3)2.
Simplifying, we obtain
k′(x)=20x2+30x(4x+3)2.
Try It
Find the derivative of h(x)=3x+14x−3
Hint
Apply the quotient rule with f(x)=3x+1 and g(x)=4x−3.
Show Solution
k′(x)=−13(4x−3)2.
The Chain Rule
(See Module 6, Skills Review for Line Integrals and Conservative Vector Fields)
Indefinite Integrals
(also in Module 3, Skills Review for Calculus of Vector-Valued Functions)
Power Rule for Integrals
For n≠−1,
∫xndx=xn+1n+1+C
Evaluating indefinite integrals for some other functions is also a straightforward calculation. The following table lists the indefinite integrals for several common functions. A more complete list appears in Appendix B: Table of Derivatives.
Integration Formulas
Differentiation Formula |
Indefinite Integral |
ddx(k)=0 |
∫kdx=∫kx0dx=kx+C |
ddx(xn)=nxn−1 |
∫xndx=xn+1n+1+C for n≠−1 |
ddx(ln|x|)=1x |
∫1xdx=ln|x|+C |
ddx(ex)=ex |
∫exdx=ex+C |
ddx(sinx)=cosx |
∫cosxdx=sinx+C |
ddx(cosx)=−sinx |
∫sinxdx=−cosx+C |
ddx(tanx)=sec2x |
∫sec2xdx=tanx+C |
ddx(cscx)=−cscxcotx |
∫cscxcotxdx=−cscx+C |
ddx(secx)=secxtanx |
∫secxtanxdx=secx+C |
ddx(cotx)=−csc2x |
∫csc2xdx=−cotx+C |
ddx(sin−1x)=1√1−x2 |
∫1√1−x2dx=sin−1x+C |
ddx(tan−1x)=11+x2 |
∫11+x2dx=tan−1x+C |
ddx(sec−1|x|)=1x√x2−1 |
∫1x√x2−1dx=sec−1|x|+C |
Example: Evaluating Indefinite Integrals
Evaluate each of the following indefinite integrals:
- ∫(5x3−7x2+3x+4)dx
- ∫x2+43√xxdx
- ∫41+x2dx
- ∫tanxcosxdx
Show Solution
- Using the properties of indefinite integrals, we can integrate each of the four terms in the integrand separately. We obtain
∫(5x3−7x2+3x+4)dx=∫5x3dx−∫7x2dx+∫3xdx+∫4dx
From the Constant Multiples property of indefinite integrals, each coefficient can be written in front of the integral sign, which gives
∫5x3dx−∫7x2dx+∫3xdx+∫4dx=5∫x3dx−7∫x2dx+3∫xdx+4∫1dx
Using the power rule for integrals, we conclude that
∫(5x3−7x2+3x+4)dx=54x4−73x3+32x2+4x+C
- Rewrite the integrand as
x2+43√xx=x2x+43√xx
Then, to evaluate the integral, integrate each of these terms separately. Using the power rule, we have
∫(x+4x2/3)dx=∫xdx+4∫x−2/3dx=12x2+41(−23)+1x(−2/3)+1+C=12x2+12x1/3+C
- Using the properties of indefinite integrals, write the integral as
4∫11+x2dx.
Then, use the fact that tan−1(x) is an antiderivative of 11+x2 to conclude that
∫41+x2dx=4tan−1(x)+C
- Rewrite the integrand as
tanxcosx=sinxcosxcosx=sinx.
Therefore,
∫tanxcosxdx=∫sinxdx=−cosx+C
Try It
Evaluate ∫(4x3−5x2+x−7)dx
Hint
Integrate each term in the integrand separately, making use of the power rule.
Show Solution
x4−53x3+12x2−7x+C
Candela Citations
CC licensed content, Shared previously