This page allows you to practice some exercises on Integration. If you notice that you have difficulties, we advise you to go over the corresponding sections in the book.
These questions correspond to the following sections:
- Section 10.1 - Indefinite Integrals
- Section 10.2 - Area and Definite Integrals
Question 1
Find the following integrals.
(a) ∫x13 dx
(b) ∫xx dx
(c) ∫xxx dx
(d) ∫ex/4 dx
(e) ∫3e−2x dx
(f) ∫2x dx
(g) ∫(x3+2x−3) dx
(h) ∫(x−1)2 dx
Show answer
(a) 141x14+C.
(b) 52x2x+C.
(c) 158x5/18+C, by exploiting the fact that xxx=x7/8.
(d) 41e41x+C.
(e) −23e−2x+C.
(f) (1/ln2)2x+C.
(g) 41x4+x2−3x+C.
(h) 31(x−1)3+C.
Question 2
Find the following integrals.
(a) ∫(x−1)(x+2) dx
(b) ∫xx3−3x+4 dx
(c) ∫y(y−2)2 dy
(d) ∫x+1x3 dx
(e) ∫x(1+x2)15 dx
Hints: In part (c), first expand the numerator, and then divide each term by the denominator. In part (d), use polynomial division. In part (e), what is the derivative of (1+x2)16?
Show answer
(a) 31x3+21x2−2x+C.
(b) 31x3−3x+4ln∣x∣+C.
(c) 52y2y−38yy+8y+C.
(d) 31x3−21x2+x−ln∣x+1∣+C, as x3/(x+1)=x2−x+1−1/(x+1).
(e) 321(1+x2)16+C.
Question 3
Provided a=0 and p=−1, show that ∫(ax+b)p dx=a(p+1)1(ax+b)p+1+C.
Show answer
The result follows directly by differentiating the right-hand side. You obtain the required integrand.
Another way to show the result is to actually evaluate the integral, which can be done using integration by substitution.
Question 4
Find F(x) if:
(a) F′(x)=21ex−2x and F(0)=21.
(b) F′(x)=x(1−x2) and F(1)=125.
Show answer
(a) F(x)=∫(21ex−2x)dx=21ex−x2+C. Then F(0)=1/2 implies C=0.
(b) F(x)=∫(x−x3) dx=21x2−41x4+C. Then F(1)=5/12 implies C=1/6.
Question 5
Suppose that f′′(x)=x−2+x3+2 for x>0, and f(1)=0,f′(1)=1/4. Find f(x).
Show answer
f(x)=−lnx+201x5+x2−x−201.
Question 6
Compute the area bounded by the graph of each of the following functions over the indicated interval.
(a) f(x)=3x2, in [0,2]
(b) f(x)=1/x2, in [1,10]
Show answer
(a) ∫023x2 dx=02x3=8−0=8.
(b) ∫1101/x2=110(−1/x)=−1/10−(−1)=9/10.
Question 7
Compute the area bounded by the graph of f(x)=1/x3, the x-axis, and the two lines x=−2 and x=−1. Hint: f(x)<0 in [−2,−1].
(c) 23ln(t−1)+21t3=(ln2+29)−(ln1+24)=ln2+5/2, as ln1=0.
Question 9
Let f(x)=x(x−1)(x−2).
(a) Calculate f′(x). Where is f(x) increasing?
(b) Calculate ∫01f(x) dx.
Show answer
(a) Since f(x)=x3−3x2+2x, we obtain f′(x)=3x2−6x+2. Setting this derivative equal to zero, we obtain x0=1−31x and x1=1+313. So, f(x) increases in (−∞,x0)and in (x1,∞).
(b) ∫01x3−3x2+2x=41x4−x3+x2=(41−1+1)−0=41. You could also graph this to get some insights in what area you have exactly calculated.