You are on page 1of 28

CALCULUS EXERCISES

1 Sequence and series


1.1 Sequences
1. List the first six terms of the Fibonacci sequence.

2. Find a closed formula for the general term an of the sequence

(a) {1, − 23 , 49 , − 27
8
,...}
(b) {− 14 , 29 , − 16
3 4
, 25 , . . . }
(c) {2, 7, 12, 17, . . . }
(d) {5, 1, 5, 1, 5, . . . }

3. Give two examples of convergent sequences; Give two examples of divergent se-
quences; Give two examples of oscillating sequences.

4. Is each of the following sequences convergent or divergent? Use limit laws to find its
limit if it exists
3+5n2
(a) an = n+n2
; (e) an = 1 + (−1)n ;
(−1)n−1 n (f) an = 1
;
(b) an = n2 +1
; (0.9)n
n 3 n
(c) an = (−1) n
n3 +2n2 +1
; (g) an = − 12 ;
(d) an = √n ; (h) an = (2 − 21n )(3 + 1
);
n+1 2n

5. Use the squeeze theorem to find the limit of the following sequences if it exists.
2 n
(a) an = cos2n n ; (e) { (−3)
n!
};
(b) an = {n cos(nπ)}; n
(f) { (−2) }.
(c) an = cos( n2 ); 3n+1

(d) { sinn n }; (g) { n21+1 + 1


n2 +2
+ ··· + 1
n2 +n
}.

6. Determine whether the sequence is increasing, decreasing, or not monotonic. Is the


sequence bounded? Is the sequence convergent?

1
1
(a) { 2n+3 } (c) {n + n1 }
n+1 +3n
(b) { 4 4n
} (d) a1 = 1, an+1 = 2an − 3

7. Prove that the sequence defined by


1
a1 = 2, an+1 =
3 − an
is decreasing and has a lower bound. From that show that {an } is convergent and
find its limit.

8. Using the , δ definition for the limit of sequence to prove that if two sequences {an }
and {bn } are convergent, and limn→∞ an = a < ∞ and limn→∞ bn = b < ∞, then
the sequence {an bn }n=1 is convergent and limn→∞ (an bn ) = ab.

9. Given a sequence {an }:


1 1 1
an = + + ··· + .
n+1 n+2 n+n
(a) Show that {an } is increasing;
(b) Show that {an } is convergent.

1.2 Series
10. Find nth partial sum of the following sequences. Determine whether each series is
convergent or not. If "Yes", find its infinite sum.
n−1
(a) {1, 1, 1, . . . }; (e) { (−6)
5n−1
}n=1 ;
n
(b) {1, 2, 3, . . . }; (f) { 1+2
3n
};
√ n
(c) {1, 22 , 32 , 42 , . . . }; (g) {( 2) }n=1 ;
1
(d) { (2n−1)·(2n+1) }n=1 ; (h) {22n 31−n }n=1 .

11. Prove that following series is convergent. Find its sum and explain what is it?

a) 0.2 + 0.02 + 0.002 + · · · ;


b) 0.73 + 0.0073 + 0.000073 + · · · . . . ;
c) 3 + 0.417 + 0.000417 + 0.000000417 + · · · .

12. Determine whether the series is convergent or divergent. If it is convergent, find its
sum.

2
P∞ n+(−1)n
(a) 5 − 10
3
+ 209
− 40
27
+ ···; (f) n=1 n
;
P∞ 1 P∞ k
(b) n=1 2n ; (g) k=2 (cos 1) ;
P∞ k 2 P∞ 2
(c) k=2 k2 −1 ;
(h) n=1 n2 +4n+3 ;
P∞ 1+3n P∞ n+1
(d) n=1 2n ;
(i) n=1 ln n ;
P∞ n−1
P∞ cosn x
(e) n=1 [(0.8) − (0.3)n ]; (j) n=0 2n .

P∞
13. The nth partial sum of a series n=1 an is given by

sn = 3 − n2−n .

Find an and its sum.


P P P
14. If an and bn are both divergent, is (an + bn ) necessarily divergent?

15. (The Koch snowflake) The Koch snowflake can be constructed by starting with an
equilateral triangle, then recursively altering each line segment as follows:

• divide the line segment into three segments of equal length.


• draw an equilateral triangle that has the middle segment from step 1 as its
base and points outward.
• remove the line segment that is the base of the triangle from step 2.

Let Ln and An be length and area respectively of the curve at step n. Construct
recurrence formulas for Ln and An and prove that

lim Ln = ∞, and lim An < ∞.


n→∞ n→∞

3
2 Limit and continuity
16. Determine the domain, simplify and establish a table of values of the function around
x = 1. Estimate limx→1 xx−1
2 −1 .

x .5 .99 .999 1 1.001 1.01 1.5


f(x) non-defined

17. Sketch the graph of g(x) and guess the value of limx→2 g(x), where

x + 1
 if x < 2
2
g(x) = (x − 2) + 3 if x > 2 .

0 if x = 2

18. Sketch the graph and guess the value of

(a) limx→0 sin πx .


(b) limx→0 x1 .
(
0 if x < 0
(c) limx→0 h(x), where h(x) =
1 if x ≥ 0

19. Using the (, δ)-definition of limit to find the limit

(a) limx→−2 ( 21 x + 3);



(b) limx→0 x = 0;
x2 +x−12
(c) limx→3 x−3
;
2
(d) limx→3 x . Hint: Show that if |x − 3| < 1, then |x + 3| < 7. Then let choose δ
be the smaller of the numbers 1 and 7 .

20. Find the limits if it exists (by simplifying or conjugate multiplication to eliminate
the form 00 )
x2 −1
(a) limx→−2 (3x4 + 2x2 − x + 1); (g) limx→−1 |x|−1
;
cos4 x 2
(b) limx→0 5+2x3
; (h) limx→3 √ x −9 ;
x2 +7−4
x
(c) limx→0 |x|
; (i) limx→−1 x3 −x2 −5x−3
;
(x+1)2
1 √
(d) limx→1 x−1
; (j) limh→0 1+h−1 ;
h
x2 −2 x
(e) limx→0 x− √ ;
2 (k) limx→0 √1+3x−1 ;
sin x 1 1

(f) limx→0 x
; (l) limt→0 t
− t2 +t
.

sin x
21. Using the result limx→0 x
= 1 to find the limit

4
sin 3x sin x
(a) limx→0 x
; (e) limx→0 x+tan x
;
sin 4x cos x−1
(b) limx→0 sin 6x
; (f) limx→0 x
;
1−cos x
(c) limx→0 x cot x; (g) limx→0 x sin x ;
sin2 3x 2x2
(d) limx→0 x2
; (h) limx→0 3−3 cos x
.

22. Giving the exact (the (, δ)) definitions of left-hand side limit, right-hand side limit,
limit at infinities and infinity limits.

23. Find (one-sided) limits (Squeeze Theorem may be useful) if exist


 
(a) limx→0 x2 cos(20πx); 1
(e) limx→0 x − |x| ;
+
1
√ 2
(b) limx→0+ x[1 + sin (2π/x)];  
√ (f) lim 1
− 1
.
(c) limx→0 x3 + x2 sin πx ; x→0 x |x|
 
(d) limx→0− x1 − |x|
1
;

−x
 if x ≤ −1
24. Let g(x) = 1 − x2 if − 1 < x < 1

x−1 if x ≥ 1

(a) Sketch the graph of g(x) on the coordinate;


(b) Find limits: limx→1+ g(x), limx→1 g(x), limx→0 g(x);
(c) Find limits: limx→−1− g(x), limx→−1+ g(x), limx→−1 g(x).

25. Find horizontal and vertical asymptotes of the functions. Trying to figure out their
graphs if possible
x+3 1 1
(a) x+2
; (e) x1/3
− (x−1)4/3
;
x2 −3 sin 2x
(b) 2x−4
; (f) 2 + x
;
x2 −3x+2 11x+2
(c) x3 −4x
; (g) 2x3 −1
;
1

(d) 2 + x sin 2x ; (h) 9x2 + x − 3x.

26. True or False. Explain the reason or give encounter examples for disproving

(a) If a function f is not defined at x = a, then x = a is a vertical asymptote of


f (x);
(b) There exists a function f which has three different horizontal asymptotes;
(c) There exists a function f which has three different vertical asymptotes;
(d) If x = a is a vertical asymptote of f (x), then limx→a f (x) = ∞.

5
27. Prove the continuity of composite functions using (, δ)-definition.

28. Explain why the function is discontinuous at x = 1. Sketch the graph of the function.
(
−1
(a) f (x) = (x−1) 2 ; 1 − x2 if x < 1
(d) f (x) = 1
if x ≥ 1
(
1
if x 6
= ±1 x
(b) f (x) = x−1 ( 2
2 if x = ±1 x −x
2 if x 6= 1
( (e) f (x) = x −1
sin(x−1)
if x 6= 1 1 if x = 1
x−1
(c) f (x) =
2 if x = 1

29. True or False, explain why? If f and g are continuous at a number a, then the
composite function f ◦ g is continuous.

30. Find the constant c that makes g continuous on (−∞, ∞)


(
x 2 − c2 if x < 4
g(x) = .
cx + 20 if x ≥ 4

31. Which of the following functions has a removable discontinuity at a? If the disconti-
nuity is removable, find a function g that agrees with f for x 6= a and is continuous
at a
x2 −2x−8 x3 +64
(a) f (x) = x+2
at a = −2; (c) f (x) = x+4
at a = −4;

x−7 3− x
(b) f (x) = |x−7|
at a = 7; (d) f (x) = 9−x
at a = 9.

32. True or False, explain why or given example for disproving the statement

a) A vertical line intersects the graph of a function at most once;


x2 −6x−7 limx→1 (x2 −6x−7)
b) limx→1 x2 +5x−6
= limx→1 (x2 +5x−6)
;
c) If limx→6 f (x)g(x) exists, then the limit must be f (6)g(6);
d) If limx→0 f (x) = ∞ and limx→0 g(x) = ∞, then limx→0 [f (x) − g(x)] = 0;
e) If f is continuous on [−1, 1] and f (−1) = 4 and f (1) = 3, then there exists a
number r such that |r| < 1 and f (r) = π;
f) If f is continuous at 2, then the function f ◦ f is continuous at 2 too;
g) If limx→0 f (x) = ∞ and limx→0 g(x) = ∞, then limx→0 [f (x)g(x)] = 0.

33. Prove that the equation has at least one real root. Then use the calculator to find
an interval of length 0.2 that contains a root.

6
a) x3 = cos x d) x2 + 10 sin x = 1000
b) x5 − x2 + 2x + 3 = 0
√ 1
c) tan x = 2x e) x−5= x+3
.

34. Is there a number that is exactly 1 more than its cube?

7
3 Derivative and applications
3.1 Basic definitions
35. Using definition to find derivatives at x = 0
(
(a) (x − 1)n ; x2 sin x1 if x 6= 0
( (d)
x sin x1 if x 6= 0 0 if x = 0
(b)
0 if x = 0 (e) x1/3 ;
(c) cos x (f) x2/3 ;

36. Using definition to find derivatives as a function of the followings



(a) c, where c is a constant (e) x2 − x
1
(b) x
(f) sin x
(c) x3 − 3x + 5 (g) cos x
(d) xn where n ∈ N (h) x sin x

37. Using definition of derivative and the definition of the number e as a limit

e = lim (1 + x)1/x
x→0

to find the derivative as a function of f (x) = ln x.



38. Find an equation of the tangent line to the curve y = x x that is parallel to the
line 1 + 3x.

39. For what value of x does the graph of f (x) = x3 + 3x2 + x + 3 have a horizontal
tangent?

40. A position curve of a particle is given by s(t) = t3 − 12t2 + 36t, where t ≥ 0 and t
is measured in seconds and s in meters.

(a) Find the velocity at time t;


(b) What is the velocity after 3 s?
(c) When is the particle at rest?

41. An area of a circle is related to its radius r by the equation A = πr2 . How fast does
the area change with respect to the radius when the radius is 10(m)?

42. Air is being pumped into a spherical balloon so that its radius increases at a rate
1
25π
(cm/s). How fast is the volume of the balloon increasing when the diameter
50cm?

8
43. A street is lined with houses. Let f (x) be the number of people living in the interval
[0, x].

(a) What does f (x + ∆x) − f (x) represent?


f (x+∆x)−f (x)
(b) What does ∆x
represent?
0
(c) What does f (x) represent?

3.2 Basic rules of differentiations

limx!0 p1+xx−1
44. Differentiate the following functions
1
(a) y = (x3 − 1)100 (d) (t4 +1)3
q p √ √
4
(b) x + x + x (e) 1 + 2x + x3
(c) sin(tan(cos x))
p
45. If h(x) = 4 + 3g(x), where g(1) = 7 and g 0 (1) = 4, find h0 (1).

46. Given a table of values for f, g, f 0 , g 0 as below.

x f (x) g(x) f 0 (x) g 0 (x)


1 3 2 4 6
2 1 8 5 7
3 7 2 7 9
(a) If h(x) = f (g(x)), find h0 (1) (c) If F (x) = f (f (x)), find F 0 (2)
(b) If H(x) = g(f (x)), find H 0 (1) (d) If G(x) = g(g(x)), find G0 (3)

47. Using the chain rule and the derivative of the logarithmic function ln x to find the
derivative of the exponential function f (x) = ex .

48. Find an equation of the tangent line to the curve y = sin x + sin2 x at the point
(0, 0).

49. Let r(x) = f (g(h(x))), where h(1) = 2, g(2) = 3, h0 (1) = 4, g 0 (2) = 5, f 0 (3) = 6.
Find r0 (1).

50. Using L’hôpital’s rule to find


3x−sin x ex −1
(a) limx→0 x
(e) limx→0 x3
ex
(b) limx→∞ x3 √
1+x−1
(f) limx→0 x
(c) limx→0+ x ln x

e3x −1 1+x−1−x/2
(d) limx→0 x
(g) limx→0 x2

9
ex −1−x
(h) limx→0 sin1 x − x1

(k) limx→0 x2

(i) limx→π/4 sinx−π/4
x−cos x
(l) limx→∞ (x − x2 + x).
 
1 1
(j) limx→0 x − x √

51. Given a parametric curve

x = 2t + 3, and y = t2 − 1.
dy
Find dx
at t = 6.

52. Given a parametric curve x = a cos t, y = b sin t. Find the tangent line to the
curve at the point t = π4 .

53. (a) Find y 0 if x3 + y 3 = 6xy.


(b) Find the tangent to the folium of x3 + y 3 = 6xy at the point (3, 3)
(c) At what point in the first quadrant is the tangent line horizontal?
dy
54. Find dx
by implicit differentiation, where

(a) x3 + x2 y + 4y 2 = 6
(b) x2 y + xy 2 = 3x

55. Differentiate

(a) arcsin(x) (c) arctan(x)


(b) arccos(x) (d) arc cot(x)

56. Differentiate using logarithmic differentiation:


Remark: Derivatives of positive functions given in product, quotient, power forms
can be found more quickly if we take the natural logarithm of both sides before
differentiating.
(x2 +1)(x+3)1/2
(a) x−1
, x > 1.
x
(b) x , x > 0
q
(x+1)10
(c) (2x+1)5
, x > 0.

x x2 +1
(d) (x+1)2/3
, x > 0.

10
3.3 Extreme problems and curve sketching
57. Find the critical numbers of the function, which number is local maximum, local
minimum?

(a) x3 + x2 − x (c) x4/5 (x − 4)2 (e) x 4 − x2
y−1
(b) |3t − 4| (d) y 2 −y+1
(f) x2/3 (x + 2)

58. Find absolute extrema if any on given finite closed intervals

(a) f (x) = 4 − x2 , −3 ≤ x ≤ 1

(b) 3 x, −1 ≤ x ≤ 8
(c) f (x) = |x − 5|, 4≤x≤7
(d) f (x) = x3 + x2 − 8x + 5, −1 ≤ x ≤ 2
3 2
(e) f (x) = x + x − 8x + 5, −4 ≤ x ≤ 2.

59. Let f (x) = x4 . Prove that f 00 (0) = 0, but (0, 0) is not an inflection point of the
graph of f .

60. Show that the function g(x) = x|x| has an inflection point at (0, 0) but g 00 (0) does
not exist.

61. Sketch the graph of a function that

(a) has a local maximum at x = 2 and is differentiable at x = 2.


(b) has a local maximum at x = 2 and is continuous but not differentiable at x = 2.
(c) has a local maximum at x = 2 and is not continuous at x = 2.
(d) has two local maxima, one local minimum, and no global minimum.
(e) has three local minima, two local maxima, and seven critical numbers.

62. Sketch the curve of following function:



(a) x4 + 4x3 (e) x 5 − x
x
(b) x−1 −2x2 +5x−1
(f) 2x−1
(c) x3 + 6x2 + 9x
x3 −1
(d) x2x−9 (g) x3 +1

63. Find the dimensions of a rectangle with area 1000m2 whose perimeter is as small as
possible.

64. If 1200m2 of material is available to make a box with a square base and an open
top, find the largest possible volume of the box.

11
65. Your company can manufacture x hundred grade A tires and y hundred grade B
tires a day, where 0 ≤ x ≤ 4 and
40 − 10x
y= .
5−x
Your profit on a grade A tire is twice your profit on a grade B tire. What is the
most profitable number of each kind to make?

12
3.4 Approximation problems and Taylor’s series
66. Find derivatives of orders 1, 2, 3 and n, where n is a given positive integer, of the
following functions:
1
(a) f (x) = 1−x
; (f) l(x) = ex ;
1
(b) g(x) = (1−x)2 (g) m(x) = 1
;
(1−x)(3−2x)
(c) h(x) = sin x;
1 (h) n(x) = ln(1 − x);
(d) i(x) = 3−2x ;
(e) k(x) = cos x; (i) p(x) = √1 ;
4−x

67. Use a linear approximation to estimate the given number

(a) (2.0001)5 (c) (1.06)6


(b) (8.06)2/3 (d) sin(5o )

68. Find a linear approximation of the following functions at points around x = 0.


Compute corresponding approximated values at x = 0.0001.
1
(a) (1+2x)4

(b) 1/ 4 − x

(c) 3 1 − x

69. Find linear, quadratic polynomial approximations of the following functions around
given input value. Then, calculate the approximated values at another given point.
Comparing the precision of each approximation, which is better? explain the reason?

(a) sin x around x = 0, sin( π6 ).


(b) ex around x = 0, e1 .
(c) ln (1 − x) around x = 0, ln (1/2). What could you conclude about an ap-
proximated value of ln 2?
√ √
(d) 3 + x2 around x = 1, 7.

70. Write down the Maclaurin’s series for the given functions.
1 x
(a) 1−3x
(f) 1+4x
1
(b) x−2 (g) ln(1 + x)
1 1+x
(c) 2+5x (h) ln 1−x
1
(d) (1−x)2 (i) cos x
1
(e) (1−x)(1−3x) (j) ex .

13
71. Let f (x) = |x − 1|. Show that there is no value of c such that f (3) − f (0) =
f 0 (c)(3 − 0). Why does this not contradict the Mean Value Theorem?

72. Find a function f such that f 0 (x) = 0 on its domain but f is not a constant function.

73. A number a is called a fixed point of a function f if f (a) = a. Prove that if f 0 (x) 6= 1
for all real numbers x, then f has at most one fixed point.

74. Find the infinite sum of series


P∞ (−1)n π2n
(a) n=0 62n (2n)!
P∞ 3n
(b) n=0 5n n!
(c) 3 + 2!9 + 27
3!
+ 81
4!
+ ···
P∞ (−1)n π2n+1
(d) n=0 42n+1 (2n+1)!

sin x−x+ 61 x3
75. Using series to evaluate limx→0 x5
1−cos x
76. Using series to evaluate limx→0 1+x−ex

77. Given f (x) = 3 x.

(a) Approximate f by its Taylor polynomial of degree 2 at a = 8


(b) How accurate is this approximation when 7 ≤ x ≤ 9.
(c) For which x is the accuracy within 0.0001?

(d) Find an approximation for 3 7 with the accuracy within 0.0001?

78. Find an approximation for e2 with the accuracy within 0.0001?

14
3.5 Newton’s method
79. Suppose that the line y = 5x − 4 is tangent line to the curve y = f (x) when x = 3.
If Newton’s method is used to locate a root of the equation f (x) = 0 with an initial
approximation x1 = 3, find the second approximation x2 . Whether could we find
x3 ?
80. Use Newton’s method with the specified initial approximation x0 to find x2 . Give
your answer to four decimal places

(a) x3 + 2x − 4 = 0, x0 = 1 (b) x5 + 2 = 0, x0 = −1

81. Use Newton’s method to approximate the given number correct to eight decimal
places
√ √
(a) 3 30 (b) 7 1000

82. Estimate the number π/2 to five decimals by considering π/2 as a solution of the
equation cos x = 0. Does it matter what your initial value is? Give reasons for your
answer.
83. Explain why Newton’s method does not work for finding the root of the equation
x3 − 3x + 6 = 0 if the initial approximation is chosen to be x1 = 1.

84. Explain why Newton’s method fails when applied to the equation 3 x = 0 with any
initial approximation x0 6= 0. Illustrate your explanation with a sketch.
85. Use Newton’s method to find the global minimum value of the function f (x) =
x2 + sin x correct to six decimal.
(a) sin x
(b) xn , where n ≥ 0
(c) x−3
86. Find all functions g such that

0 2x5 − x
g = 4 sin x + .
x

87. Find f if f 0 (x) = x x and f (1) = 2
88. Find f if f 00 (x) = 12x2 + 6x − 4, f (0) = 4 and f (1) = 1.
89. A particle moves in a straight line and has acceleration given by a(t) = 6t + 4. Its
initial velocity is v(0) = −6 cm/s and its initial displacement is s(0) = 9 cm. Find
its position function s(t).

15
4 Integration
4.1 Integrals
1. (a) Let An be the area of a polygon with n equal sides inscribed in a circle with
radius r. By dividing the polygon into n congruent triangles with central angle

n
, show that
1
An = nr2 sin(2π/n).
2
(b) Show that limn→∞ An = πr2 which is the area formula for the circle of radius
r.

2. Speedometer readings for a motorcycle at 12-second intervals are given in the table
t(s) 0 12 24 36 48 60
v(ft/s) 30 28 25 22 24 27

(a) Estimate the distance traveled by the motorcycle during this time period using
the velocities at the beginning of the time intervals. Give the name of the rule
you applied here?
(b) Give another estimate using the velocities at the end of the time periods. Give
the name of the rule you applied here.
(c) Are your estimates in parts (a) and (b) upper and lower estimates? Give the
reason.

3. Simplify the following expressions, then verify your claims by using induction

(a) 1 + 2 + · · · + n
(b) 12 + 22 + · · · + n2
(c) 13 + 23 + · · · + n3

4. Using definition (in term of limit) to find the net area under the curve (you could use
any among 5 rules: Right-endpoint, Left-endpoint, Midpoint, Maximum, Minimum)

(a) f (x) = x − 2x2 , 0≤x≤2


(b) f (x) = |x|, −1 ≤ x ≤ 2
(c) g(x) = x3 , 1≤x≤2
(d) h(x) = 1 + 3x, −1 ≤ x ≤ 5

5. Determine the net area under the curve by dividing it into computable regions

(a) f (x) = 4 − x2 , −2 ≤ x ≤ 2
(b) g(x) = |x|, −1 ≤ x ≤ 2
(c) h(x) = |x − 5|, 0 ≤ x ≤ 10

16
(d) k(x) = (3 − 2x), −1 ≤ x ≤ 3
(
3, for x < 3
(e) l(x) = , 0 ≤ x ≤ 5.
x, for x ≥ 3

17
6. Express the following limit as a definite integral

(a) limmax |∆k |→0 nk=1 x2k ∆k , where P is a partition of [0, 2].
P

(b) limmax |∆k |→0 nk=1 x1k ∆k , where P is a partition of [1, 4].
P

(c) limmax |∆k |→0 nk=1 4 − x2k ∆k , where P is a partition of [0, 1].
P p
4
(d) limn→∞ ni=1 ni 5
P

(e) limn→∞ ni=1 4n π iπ


P
tan 4n
(f) limn→∞ ni=1 n+i1
P

R2 R5
7. Assume that f and g are integrable and that 1 f (x)dx = −4, 1 f (x)dx = 6,
R5
1
g(x)dx = 8. Find the following integrals
R2 R5
(a) 2 g(x)dx (c) 2 3f (x)dx
R3 R5
(b) 1 3f (x)dx (d) 1 (4f (x) − g(x))dx

8. Use area to evaluate definite integrals


R4
(a) −2 x2 + 3 dx

R 3/2
(b) 1/2 (−2x + 4)dx

9. Estimate the following integrals using integral inequalities


R 5√2 R 3π/4
(a) √2 rdr (d) π/4 sin2 xdx
R a√3 R2√
(b) a xdx (e) 0 x3 + 1dx
R2
(c) 1 x1 dx

10. Use the properties of integrals without evaluating the integral to verify that
Z 1√ √
2≤ 1 + x2 dx ≤ 2 2.
−1

11. Find an antiderivative of the following function

• x5 • sin(2x)
• √1 • cos( x2 )
x

12. Find general antiderivative:

18
R √ √ R √ √
t t+ t
• ( x + 3 x)dx • t2
dt

13. Solve the initial value problems:



• f 0 (x) = x x and f (1) = 2
dy
• dx
= 2x and y = 4 when x = 1
dy 1
• dx
= √
2 x
and y(4) = 0

14. Find a curve y = f (x) with the following properties


d2 y
i) (dx)2
= 6x
ii) Its graph passes through the point (0, 1), and has a horizontal tangent there.

15. Find f if f 00 (x) = 12x2 + 6x − 4, f (0) = 4 and f (1) = 1.

16. A particle moves in a straight line and has acceleration given by a(t) = 6t + 4. Its
initial velocity is v(0) = −6 cm/s and its initial displacement is s(0) = 9 cm. Find
its position function s(t).

19
4.2 The fundamental theorem of calculus
1. Evaluate integrals
R π/2 R2
(a) 0 cos xdx (c) −1
(x − 2|x|)dx
R4 √ R 3π/2
(b) 1 23 x − x42 dx

(d) 0
| sin x|dx

2. Find area of the following regions using antiderivatives


(a) bounded by the x-axis and the parabola 6 − x − x2
(b) between the graph of sin x and x-axis over interval [0, 2π]
(c) between x-axis and the graph of f (x) = x3 − x2 − 2x, −1 ≤ x ≤ 2
3. Use the fundamental theorem and the chain rule for derivative to find
d
Rx
d
R x2
(a) dx a
cos tdt (c) dx 1
cos tdt
d
R5 d
R x2
(b) dx x
3t sin tdt (d) dx −3x
cos tdt, for 0 ≤ x ≤ 2.

dy
4. Find a function y = f (x) on the domain (−π/2, π/2) with derivative dx
= tan x and
that satisfies f (3) = 5.
5. Verify by differentiation that the formula is correct

(a) √xx2 +1 dx = x2 + 1 + C
R
R
(b) x cos xdx = x sin x + cos x + C
6. A honeybee population Rstarts with 100 bees and increases at a rate of n0 bees per
15
week. What does 100 + 0 n0 (t)dt represent?
R 10
7. If w0 (t) is the rate of growth of a child in pounds per year, what does 5 w0 (t)dt
represent?
8. The current in a wire is defined as the derivative of the charge: I(t) = Q0 (t). What
Rb
does a I(t)dt represent?
9. RIf oil leaks from a tank at a rate of r(t) gallons per minute at time t, what does
120
0
r(t)dt represent?
10. RIf x is measured in meters and f (x) is measured in newtons, what are the units for
100
0
f (x)dx? What is the meaning of that integral?
11. The hours of sleep that a student had during each of the eight nights prior to a
final examination were 7, 9, 4, 10, 9, 6, 3 and 2 hours. Calculate the mean and discuss
whether this relatively low figure might account for the student’s relatively poor
performance in this final examination.

20
(
−2 − 1 ≤ x ≤ 0
12. Find the average value of the function f (x) = on the interval
4 0<x≤2
[−1, 2].
Rx R t2 √ 4
13. If F (x) = 1 f (t)dt, where f (t) = 1 1+u u
du. Find F 00 (2).
14. Find a function f and a number a such that
Z x
f (t) √
6+ 2
dt = 2 x,
a t
for all x > 0.
15. A high-tech company purchases a new computing system whose initial value is V .
The system will depreciate at the rate f = f (t) and will accumulate maintenance
costs at the rate g = g(t), where t is the time measured in months. The company
wants to determine the optimal time to replace the system.
(a) Let
1 t
Z
C(t) = [f (s) + g(s)]ds
t 0
Show that the critical numbers of C occur at the numbers t where C(t) =
f (t) + g(t).
(b) Suppose that (
V
− V t, if 0 ≤ t ≤ 30
f (t) = 15 450
0, if t > 30
and
V t2
g(t) = , t>0
12900
Rt
Determine the length of time T for the total depreciation D(t) = 0 f (s)ds to
equal the initial value V .
(c) Determine the global minimum of C on [0, T ].
16. Find the linearization of Z x+1
9
f (x) = 2 − dt
2 1+t
at x = 1.
1
Rx t2
17. Find limx→0 x3 0 t4 +1
dt
Rx
18. Find f (4) if 0
f (t)dt = x cos(πx).
19. Let c0 , c1 , . . . , cn be real numbers such that
c1 cn
c0 + + · · · + = 0.
2 n+1
Prove that the equation c0 + c1 x + · · · + cn xn = 0 has at least one real solution.

21
4.3 Techniques of integration
Substitution rule

1. Evaluate integrals
R R π/3
(a) (2 − x)6 dx (g) 0
sin θ
cos2 θ

x R2 √
R
(b) √1−4x 2 dx
R 3p (h) 1
x x − 1dx
(c) y 2y 4 − 1dy R π/2
R√ (i) 0 cos x sin(sin x)dx
(d) 3
x3 + 1x5 dx
Ra √
(j) 0 x a2 − x2 dx
R 2 dx
(e) 1 (3−5x) 2
R1 2 R π/2 2 sin x
(f) 0 x (1 + 2x3 )5 dx (k) π/2 x1+x 6 dx

R9 R3
2. If f is continuous and 0
f (x)dx = 4. Find 0
xf (x2 )dx.

3. Find the average value of the following functions



(a) t t2 + 1, [0, 5]
(b) cos4 x sin x, [0, 2]

(c) x2 x3 + 1, [0, 2]
3
(d) (1+r)2
, [1, 6]

4. Let a and b be positive numbers, show that


Z 1 Z 1
a b
x (1 − x) = xb (1 − x)a .
0 0

Partial fractions

5. Write out the form of the partial fraction decomposition of the functions
2x 1
(a) (x+3)(3x+1)
(d) x2 −1
x−1 1
(b) x3 +x2
(e) (x+5)2 (x−1)
x2 +1 2x+1
(c) (x−1)(x−2)(x−3)
(f) (x+1)3 (x2 +4)2

6. Make a substitution to express the integrand as a rational function and then evaluate
the integral
R 16 √x √ R e2x
(a) 9 x−4 dx, (Let u = x) (c) e2x +3e x +2 dx
R1 1 √ R x3
(b) 0 1+ √3 x dx, (Let u =
3
x) (d) √3 2
x +1
dx

22
7. Calculate
R 1 3 dx
(a) 0 x2x+2x+1
(b) (x2dx
R
−1)2
R1 dx
(c) 0 (x+1)(x 2 +1)

R y2 +2y+1
(d) (y 2 +1)2
dy

8. Solve the initial value problems


df
(a) (x2 − 3x + 2) dx = 1, (x > 2), f (3) = 0
df
(b) (x2 + 2x) dx = 2x + 2. (x > 0), f (1) = 1

Integration by parts

9. Evaluate the integrals


R R4√
(a) x sin xdx (f) 1
t ln tdt
R
(b) ex sin xdx R2
R (g) 1 (ln x)2 dx
(c) θ cos(πθ)dθ R
R (h) e2θ sin(3θ)dθ
(d) (x2 − 5x)ex dx
Rπ R2
(e) 0 t sin(3t)dt (i) 1 lnx2x dx

10. Use integration by parts to prove the reduction formula

a) Z Z
n n
(ln x) dx = x(ln x) − n (ln x)n−1 dx

b)
π/2 π/2
n−1
Z Z
n
sin xdx = sinn−2 xdx.
0 n 0
Then show that
π/2
2 · 4 · 6 · · · · (2n)
Z
sin2n+1 xdx = .
0 3 · 5 · 7 · · · · (2n + 1)

4.4 Applications of integrals


1. Find the area of the region enclosed by the parabolas y = x2 and y = 2x − x2 .

2. Find the area of the region enclosed by f (x) = 5x − x2 and g(x) = x.

3. Find the area enclosed by y = x2 + 5 and y = −x2 , the line x = 3 and the y axis.

23
4.
5. Find the area of the region

y = x + 1, y = 9 − x2 , x = −1, x = 2

6. Find the area of the region

y = x2 , x + y = 2, y=0

7. Find the area of the region

x = y2, x = y + 2, y ≥ 0.

8. Find the area of the triangle with vertices (0, 2), (2, 0) and (4, 4).
9. Find the length of the curve
(a) y = 2 − 3x, −2 ≤ x ≤ 1. Check your answer using Pythagorean theorem.

(b) y = 4 − x2 , 0 ≤ x ≤ 2. Check your answer by noting that the curve is a
quarter-circle.
(c) y 2 = 4(x + 4)3 , 0 ≤ x ≤ 2, y>0
x5 1
(d) y = 6
+ 10x3
, 1 ≤ x ≤ 2.
(e) y 2 = 4x, 0≤y≤2
(f) y = 1 + 6x3/2 , 0≤x≤1
x
(g) y = e , 0≤x≤1
ex +1
(h) y = ln ex −1 , 0≤a≤x≤b
10. Set up an integral for the length of the arc of the hyperbola xy = 1 from the point
(1, 1) to the point (2, 21 ).
11. Prove that volume of a sphere of radius r is
4πr2
3

12. Show that volume of√the solid obtained by rotating about the x-axis the region
under the curve y = x from 0 to h is
πh2
2

13. Consider the triangle with vertices (0, 0), (2, 0), (2, 1). Imagine that the positive z-
axis is coming towards us. If we rotate the triangle about the x-axis, then we obtain
a solid cone. Compute the volume of that cone.

24
14. (a) Find the volume of the solid obtained by rotating the region bounded by y =
x3 , y = 8, x = 0 about the y-axis.
(b) The region S enclosed by the curves y = x and y = x2 is rotated about the
x-axis. Find its volume.
(c) Find the volume of a pyramid whose base is a square with side L and whose
height is h.

15. Use the Trapezoidal rule and Simpson’s rule to approximate the given integrals with
a specific n.
R2√
(a) 0 4 x2 + 1dx, n = 8
R 1/2
(b) 0 sin(x2 )dx, n = 4
R5
(c) 1 cosx x dx, n = 8

16. RHow large should n be to guarantee that the Simpson’s rule approximation to
1 x2
0
e dx is accurate to within 0.00001?

17. Show that 21 (Tn + Mn ) = T2n

18. Show that 13 Tn + 32 Mn = S2n

19. If f is a positive function and f 00 (x) < 0 for a ≤ x ≤ b, show that


Z b
Tn ≤ f (x)dx < Mn .
a

20. Show that if f Ris a polynomial of degree 3 or lower, then Simpson’s Rule gives the
b
exact value of a f (x)dx.

4.5 Improper integrals


R0
1. Evaluate −∞
xex dx
R∞ 1
2. Evaluate −∞ 1+x2
dx
1+1/2+1/3+···+1/n
3. Prove that limn→∞ ln n
=1

4. Prove that the infinite series


1 1 1
1+ p
+ p + ··· + p + ···
2 3 n
for p > 1. This series is called p-series.

5. Prove that the series ∞ 1


P
n=1 n2 +1 is convergent by using integral test.

25
6. Which of the following series is convergent?
P∞ −n
(a) n=1 e
P∞ 1
(b) n=2 n(ln n)p with p is positive.
P∞ n
(c) n=1 n2 +1
R5 1
7. Find 2 √x−2 dx

8. Find the length of the curve y = 4 − x2 from x = 0 to x = 2.
R 3 dx
9. Given integral 0 x−1

(a) Is this integral an improper integral?


(b) Evaluate that integral?
(c) Could we use the Evaluation Theorem for evaluating that integral? Explain
the reason.

10. Which of the following integrals is improper? Why?


R∞ 4 R1 1
(a) 1 x3 e−x dx (e) 0 2x−1 dx
R2 x
(b) 0 x2 −5x+6 dx R ∞ sin x
R0 (f) −∞ 1+x 2 dx
(c) −∞ x21+5 dx
R2 1 R2
(d) 1 2x−1 dx (g) 1 ln(x − 1)dx
R∞ Rt
11. Show that −∞
xdx is divergent but limt→∞ −t
xdx = 0.

12. True or False


R4
(a) 0 x2x−1 = 12 ln 15
R∞
(b) 1 x√1 2 dx is convergent
R∞ Rt
(c) If f is continuous, then −∞
f (x)dx = limt→∞ −t
f (x)dx.

13. Determine whether each integral is convergent or divergent. Evaluate those that are
convergent
R∞ 1 R 33
(a) 1 (3x+1) 2 dx (g) 0 (x − 1)−1/5 dx
R −1 1 R1 1
(b) −∞ √2−x dx (h) 0 4y−1 dy
R ∞ ln x R∞ 2
(c) 1 x dx (i) −∞ xe−x dx
R∞
(d) 1 lnx2x dx R3 1
(j) 2 √3−x dx
R∞
(e) −∞ (2 − x4 )dx R1 3
R∞ (k) 0 x5 dx
(f) 2π sin θdθ
26
14. Check the convergence and divergence of the improper integrals by using Compari-
son Theorem
R∞ 2x R π/2 dx
(a) 1 cos
1+x2
dx (c) 0 x sin x
R ∞ 2+e−x R∞ x
(b) 1 x
dx (d) 1 √1+x6 dx

15. Find the values of p for which the integral converges and evaluate the integral for
those values of p
R∞
(a) e x(ln1x)p dx
R1
(b) 0 x1p dx
16. A manufacturer of lightbulbs wants to produce bulbs that last about 700 hours but,
of course, some bulbs burn out faster than others. Let F (t) be the fraction of the
company’s bulbs that burn out before t hours, so F (t) always lies between 0 and 1.
(a) Make a rough sketch of what you think the graph of F might look like
(b) What is the meaning of the derivative r(t) = F 0 (t)
R∞
(c) What is the value of 0 r(t)dt? Why?

4.6 Review exercises


1. Suppose a particle moves back and forth along a straight line with velocity v(t),
measured in feet per second, and acceleration a(t)
R 120
(a) What is the meaning of 60 v(t)dt
R 120
(b) What is the meaning of 60 |v(t)|dt
1
R 120
(c) What is the meaning of 60 60
v(t)dt
R 120
(d) What is the meaning of 60 a(t)
2. Find the derivative of the function
Rx√
(a) F (x) = 1 1 + t4 dt
R cos x √
3
(b) g(x) = 1 1 − t3 dt
R x cos θ
(c) y = √x θ dθ
R 3x+1
(d) y = 2x sin(t4 )dt
3. Find the function whose tangent has slope (x + 1)e−x for each value of x and whose
graph passes through the point (1, 5).
4. After t seconds, an object is moving at the speed of te−t/2 meters per second. Express
the distance the object travels as a function of time.

27
5. It is projected that√t years from now the population of a certain city will be changing
at the rate of t ln t + 1 thousand people per year. If the current population is 2
million, what will the population be 5 years from now
1
6. A tree has been transplanted and after x years is growing at the rate of 1 + (x+1) 2

meters per year. After two years it has reached a height of five meters. How tall was
it when it was transplanted?

7. Find a function whose graph has a relative minimum when x = 1 and a relative
maximum when x = 4

8. Find a function whose tangent has slope 3x2 + 6x − 2 for each value of x and whose
graph passes through the point (0, 6).

28

You might also like