Calculus I Study Guide: Key Problems
Calculus I Study Guide: Key Problems
XIAOLONG HAN
Abstract. This Study Guide covers the key topics and problems featured in the Tests and the
Final of Calculus I.
(I). This Guide contains 22 problems, organized by topic. These problems are directly repre-
sentative of those on the Tests and the Final, in terms of type, difficulty, and wording.
(II). Review these 22 problems to practice your problem-solving skills. Answers to all problems
are provided in this Guide; however, use them only to check your work and to aid your
understanding. Ensure that you can solve all the problems in this Guide independently.
Contents
Topic 1. Limits 2
Topic 1.A. Computing limits 2
Topic 1.B. Limits involving infinity 4
Topic 1.C. Continuity 5
Topic 2. Differentiation 6
Topic 2.A. Computing derivatives by limits 6
Topic 2.B. Computing derivatives by rules 7
Topic 2.C. Implicit differentiation 9
Topic 3. Applications of differentiation 10
Topic 3.A. Related rates 10
Topic 3.B. Mean value theorem 11
Topic 3.C. First-order derivative test and optimization 11
Topic 3.D. Second-order derivative test and graphing 14
Topic 4. Integration 16
Topic 4.A. Indefinite integrals 16
Topic 4.B. Definite integrals 21
Topic 4.C. Fundamental theorem of calculus 22
Topic 5. Applications of integration 23
Topic 5.A. Average and work 23
Topic 5.B. Area between curves 24
Topic 5.C. Volume of revolutions 25
The three main subjects in Calculus I are limits, differentiation, and integration. All
questions on the Tests and the Final are addressed using one of these skills.
1
2 XIAOLONG HAN
Topic 1. Limits
Topic 1.A. Computing limits.
Definition.
• If f (x) approaches a number L as x approaches a, then we write
lim f (x) = L.
x→a
−(x − 2)(2 + x)
= lim (Factor out −1: (2 − x) = −(x − 2).)
x→2 (x − 1)(x − 2)
−(2 + x)
= lim (Remove the common factor (x − 2).)
x→2 x−1
−(2 + 2)
= (Plug in x = 2 since it is in the domain.)
2−1
= −4.
(c). Notice that near x = 0,
x2 sin x
1− ≤ ≤ 1.
6 x
Now
x2
lim 1 − = 1 and lim 1 = 1.
x→0 6 x→0
By the squeeze theorem,
sin x
lim = 1.
x→0 x
Hence,
tan x sin x sin x 1 1
lim = lim = lim · lim =1· = 1.
x→0x x→0 x · cos x x→0 x x→0 cos x cos 0
(d). Notice that near y = 0,
y2 sin y
1− ≤ ≤ 1.
6 y
Notice that
y2
lim 1 − = 1 and lim 1 = 1.
y→0 6 y→0
By the squeeze theorem,
sin y
lim = 1.
y→0 y
Now,
sin(3x) sin(3x) sin y
lim = 3 lim = 3 lim = 3.
x→0 x x→0 3x y→0 y
Here, we changed the variable y = 3x.
4 XIAOLONG HAN
Problem 3. Let (√
x−3
x−9
x 6= 9,
f (x) =
A x = 9.
Find A such that f (x) is continuous.
Answer. Compute that
√
x−3
lim
x→9 x − 9
√ √
( x − 3) ( x + 3)
= lim √
x→9 (x − 9) ( x + 3)
√ 2
( x) − 32
= lim √
x→9 (x − 9) ( x + 3)
x−9
= lim √
x→9 (x − 9) ( x + 3)
1
= lim √
x→9 x+3
1
= √
9+3
1
= .
6
The function f is continuous if
√
x−3
lim = f (9) = A,
x→9 x−9
that is,
1
A= .
6
6 XIAOLONG HAN
Topic 2. Differentiation
Topic 2.A. Computing derivatives by limits.
Definition (Derivative by limit). The derivative of a function f at a point x is given by
f (x + h) − f (x)
f 0 (x) = lim .
h→0 h
The tangent line of f at the point (x0 , y0 ) has slope f 0 (x0 ) = m and equation
y − y0 = m (x − x0 ) .
Problem 4. Let √
f (x) = 2x + 1.
(a). Find f 0 (x) using the limit definition of derivative.
(b). Find the equation of the tangent line to y = f (x) at (4, f (4)).
Answer.
(a). Compute that
f (x + h) − f (x)
f 0 (x) = lim
h→0 h
p √
2(x + h) + 1 − 2x + 1
= lim
h→0
√ h
√
2x + 2h + 1 − 2x + 1
= lim
h→0
√ h
√ √ √
2x + 2h + 1 − 2x + 1 2x + 2h + 1 + 2x + 1
= lim √ √
h→0 h 2x + 2h + 1 + 2x + 1
√ 2 √ 2
2x + 2h + 1 − 2x + 1
= lim √ √
h→0 h 2x + 2h + 1 + 2x + 1
(2x + 2h + 1) − (2x + 1)
= lim √ √
h→0 h 2x + 2h + 1 + 2x + 1
2h
= lim √ √
h→0 h 2x + 2h + 1 + 2x + 1
2
= lim √ √
h→0 2x + 2h + 1 + 2x + 1
2
= √ √
2x + 1 + 2x + 1
2
= √
2 2x + 1
1
= √ .
2x + 1
(b). Compute that
1 1 √
f 0 (4) = √ = and f (4) = 2 · 4 + 1 = 3.
2·4+1 3
STUDY GUIDE OF CALCULUS I 7
(e).
2
f (x) = e x .
(f ).
f (x) = esec x .
8 XIAOLONG HAN
(g).
x3
f (x) = ln .
(x + 1)2
(h).
f (x) = x ln(cos x).
Answer.
(a). By the product rule and the chain rule,
√ 0 √ √ 0
0
x 2x + 1 = (x) · 2x + 1 + x · 2x + 1
√ 1
2x + 1 + x · √
= 1· · (2x + 1)0
2 2x + 1
√ 1
= 2x + 1 + x · √ ·2
2 2x + 1
√ x
= 2x + 1 + √
2x + 1
√ √
2x + 1 · 2x + 1 x
= √ +√
2x + 1 2x + 1
2x + 1 + x
= √
2x + 1
3x + 1
= √ .
2x + 1
(b). Notice that π 2 is a constant so its derivative is zero.
0
1 0 1
2
= (3x)0 − x−1 = 3 − −x−2 = 3 + x−2 = 3 + 2 .
π + 3x −
x x
(c). By the quotient rule,
0
sin x cos x(cos x + 1) − sin x(− sin x)
=
cos x + 1 (cos x + 1)2
cos2 x + cos x + sin2 x
=
(cos x + 1)2
cos x + 1
=
(cos x + 1)2
1
= .
cos x + 1
(d). By the chain rule,
0
tan e3x = sec2 e3x · e3x · 3 = 3e3x sec2 e3x .
which simplifies to
x2 + 3y 2 y 0 = −2xy.
Hence,
2xy
y0 = − .
x2 + 3y 2
At (−1, 1),
2 · (−1) · 1 1
y0 = − 2 2
= .
(−1) + 3 · 1 2
1
(b). The tangent line at (−1, 1) has slope 2 , and equation
1
y − 1 = (x − (−1)) ,
2
which simplifies to
1 3
y = x+ .
2 2
10 XIAOLONG HAN
Wall
fence fence
fence
Answer.
(a). • Step 1. Set up the objective function. The product P = xy.
STUDY GUIDE OF CALCULUS I 13
− + −
−1 0 1 2 3
+ −
0 1 2
• The curve begins from the top-left corner (since y → ∞ as x → −∞) and is decreasing
till x = 0.
• The curve is increasing from x = 0 to x = 2 (with y-intercept (0, 0)).
• The curve is decreasing from x = 2 to the bottom-right corner (since y → −∞ as
x → ∞).
y
5
x
−1 0 1 2 3
4x2
1
= −2 −
(x2 + 1)2 (x2 + 1)3
2
4x2
x +1
= −2 −
(x2 + 1)3 (x2 + 1)3
16 XIAOLONG HAN
6x2 − 2
= .
(x2 + 1)3
At the critical point x = 0,
6 · 02 − 2
f 00 (0) = = −2 < 0.
(02 + 1)3
Hence, f attains local maximum at x = 0.
(c). Since
1 1
lim f (x) = lim 2 = 0 and lim f (x) = lim 2 = 0,
x→∞ x→∞ x + 1 x→−∞ x→−∞ x + 1
x
0
Topic 4. Integration
Topic 4.A. Indefinite integrals.
Theorem.
(i). Integrals of powers: ˆ
xn+1
xn dx = + c.
n+1
(ii). Integrals of trigonometric functions:
ˆ ˆ ˆ
sin x dx = − cos x + c, cos x dx = sin x + c, sec2 x dx = tan x + c.
(b). ˆ
cos x
√ dx.
sin x + 1
(c). ˆ
x(x + 6)5 dx.
(d). ˆ
x
√ dx.
x − 11
(e). ˆ
e9x + 8e−x dx.
(f ).
ˆ √
e6 x
√ dx.
x
(g).
ˆ x
e9
x dx.
e9 + 1
(h). ˆ
cos(ln x)
dx.
11x
(i). ˆ
(ln x)3
dx.
x
(j). ˆ √
3+ x
dx.
x
Answer.
(a). Set u = 5x. Then
du
du = 5 dx, dx = .
5
Hence,
ˆ ˆ
2 du
sec (5x) dx = sec2 (u) ·
5
ˆ
1
= sec2 (u) du
5
1
= tan(u) + c
5
1
= tan(5x) + c.
5
18 XIAOLONG HAN
u7 u6
= −6· +c
7 6
u7
= − u6 + c
7
1
= (x + 6)7 − (x + 6)6 + c.
7
(d). Set u = x − 11. Then x = u + 11 and du = dx.
ˆ ˆ
x u + 11
√ dx = √ du
x − 11 u
ˆ
u 11
= √ +√ du
u u
ˆ ˆ
u 1
= 1 du + 11 1 du
ˆ u 2
ˆ u 2
1 1
= u 2 du + 11 u− 2 du
3 1
u2 u2
= 3 + 11 · 1 +c
2 2
2 3 1
= u 2 + 22u 2 + c
3
2 3 1
= (x − 11) 2 + 22(x − 11) 2 + c.
3
(e). ˆ
e9x e−x e9x e−x
e9x + 8e−x dx =
+8· +c= +8· + c.
9 −1 9 −1
STUDY GUIDE OF CALCULUS I 19
√
(f). Set u = 6 x. Then
√
6 3 xdu
du = √ dx = √ dx, dx = .
2 x x 3
Hence,
ˆ √ ˆ √
e6 x eu xdu
√ dx = √ ·
x x 3
ˆ
1
= eu du
3
1 u
= e +c
3
1 6√x
= e + c.
3
x
(g). Set u = e 9 + 1. Then
1 x 9du
du = e 9 dx, dx = x .
9 e9
Hence,
ˆ x ˆ x
e9 e 9 9du
x dx = · x
e9 + 1 u e9
ˆ
1
= 9 du
u
= 9 ln |u| + c
x
= 9 ln e 9 + 1 + c.
(h). Set u = ln x. Then
1
du = dx, dx = x du.
x
Hence,
ˆ ˆ
cos(ln x) cos u
dx = · x du
11x 11x
ˆ
1
= cos u du
11
1
= sin u + c
11
1
= sin(ln x) + c.
11
(i). Set u = ln x. Then
1
du = dx, dx = x du.
x
Hence,
ˆ ˆ
(ln x)3 u3
dx = · x du
x x
ˆ
= u3 du
20 XIAOLONG HAN
1 4
= u +c
4
1
= (ln x)4 + c.
4
(j).
ˆ √ ˆ √
3+ x 3 x
dx = + dx
x x x
ˆ ˆ 1
1 x2
= 3 dx + dx
x x
ˆ ˆ
1 1
= 3 dx + x− 2 dx
x
1
x2
= 3 ln |x| + 1 +c
2
1
= 3 ln |x| + 2x 2 + c.
Problem 14. A particle has acceleration a(t) = 3 sin(5t) m/s2 , initial velocity v(0) = 1 m/s,
and initial position s(0) = 12 m.
(a). Find the velocity v(t).
(b). Find the position s(t).
Answer.
(a). Compute that
ˆ ˆ ˆ
3
v(t) = a(t) dt = 3 sin(5t) dt = 3 sin(5t) dt = − cos(5t) + c.
5
Since v(0) = 1,
3 3
− cos(5 · 0) + c = − + c = 1,
5 5
which implies that
3 8
c= +1= .
5 5
Hence, the velocity
3 8
v(t) = − cos(5t) + m/s.
5 5
(b). Compute that
ˆ
s(t) = v(t) dt
ˆ
3 8
= − cos(5t) + dt
5 5
3 1 8
= − · sin(5t) + t + c
5 5 5
3 8
= − sin(5t) + t + c.
25 5
Since s(0) = 12,
3 8
− sin(5 · 0) + · 0 + c = c = 12.
25 5
STUDY GUIDE OF CALCULUS I 21
Answer.
(a). Using symmetry that |x| = | − x|,
ˆ 2 ˆ 2
1 + |x| dx = 2 (1 + x) dx
−2 0
2
x2
= 2 x+
2 0
22 XIAOLONG HAN
22
= 2 2+
2
= 8.
√
(b). Notice that y = 16 − x2 on [0, 4], that is, x2 + y 2 = 16 with y ≥ 0, denotes a quarter of
the circle centered at the origin and with radius 4.
4
√
y= 16 − x2
x
0 4
Hence, ˆ 4 √ 1
16 − x2 dx = · π · 42 = 4π.
0 4
Topic 4.C. Fundamental theorem of calculus.
Theorem (Fundamental theorem of calculus).
ˆ b
b
f (x) dx = F (x) a = F (b) − F (a),
a
´
where F is the antiderivative of f , that is, F = f .
Problem 17.
(a). Find
ˆ x2
d dt
.
dx 0 t2 + 5
(b). Find ˆ
d x √
5 + t4 dt.
dx −x
(Do not integrate.)
Answer.
(a). Let ˆ
1
f= 2 and F = f dt.
t +5
Then F 0 = f . By the fundamental theorem of calculus,
ˆ x2
dt 2
= F x − F (0).
0 t2 + 5
STUDY GUIDE OF CALCULUS I 23
Differentiate with respect to x and use the chain rule. Notice that F (0) is a number so the
derivative is zero.
ˆ x2
d dt 2 0
0 2
1 2x
dt = F x − (F (0)) = f x · 2x = 2 · 2x = .
dx 0 t2 + 5 (x2 ) + 5 x4 + 5
(b). Let ˆ √
√
f = 5 + t4 and F = 5 + t4 dt.
Then F 0 = f . By the fundamental theorem of calculus,
ˆ x√
5 + t4 dt = F (x) − F (−x).
−x
Differentiate with respect to x and use the chain rule.
ˆ x√
d
5 + t4 dt = (F (x))0 − (F (−x))0
dx −x
= f (x) − f (−x) · (−1)
√ p
= 5 + x4 + 5 + (−x)4
√
= 2 5 + x4 .
Topic 5. Applications of integration
Topic 5.A. Average and work.
Theorem (Average). The average value of f on [a, b] is
ˆ b
1
f= f (x) dx.
b−a a
Problem 18. Let
x
f (x) = √ on [0, 4].
x2 + 9
(a). Find the average value f .
(b). Find c in (0, 4) such that f (c) = f .
Answer.
(a). The average of √ x on [0, 4] is given by
x2 +9
ˆ 4
1 x 2 1
√ dx u = x + 9. du = 2x dx. dx = du.
4−0 0 x2 + 9 2x
ˆ
1 25 x 1
x = 0 ⇒ u = 02 + 9 = 9. x = 4 ⇒ u = 42 + 9 = 25.
= √ · du
4 9 u 2x
ˆ 25
1 1
= √ du
8 9 u
ˆ 25
1 1
= u− 2 du
8 9
" 1 #25
1 u2
=
8 12
9
24 XIAOLONG HAN
1 √ 25
= u 9
4
1 h√ √ i
= 25 − 9
4
1
= .
2
(b). If f (c) = f = 12 , then
c 1
√ = ,
c2
+9 2
which simplifies to √
2c = c2 + 9.
Hence,
4c2 = c2 + 9,
which implies that √
c = ± 3.
√
Therefore, c = 3 in (0, 4) satisfies that f (c) = f .
Problem 19. The work required to stretch a spring 1 meter from the equilibrium is 2 joules.
How much work is required to stretch the spring from 1 meter to 2 meters?
Answer.
• Step 1. Find the spring constant k. The work required to stretch a spring from the
equilibrium to 1 meter from the equilibrium is 2 joules. Hence,
ˆ 1 2 1
x k 2 k
2= kx dx = k = 1 − 02 = ,
0 2 0 2 2
which implies that
k = 4.
• Step 2. The work required to stretch the spring from 1 meter to 2 meters is
ˆ 2 ˆ 2 2 2
x
= 2 22 − 12 = 6 joules.
kx dx = 4 x dx = 4
1 1 2 1
Topic 5.B. Area between curves.
Theorem. The area of the region bounded by the upper function y = f (x) and the lower function
y = g(x) is
ˆ b
(f (x) − g(x)) dx.
a
Problem 20. Find the area of the region between the functions y = x2 + x − 1 and y = x + 3.
STUDY GUIDE OF CALCULUS I 25
g(x) = x + 3
f (x) = x2 + x − 1
x
0
Answer. Set
x2 + x − 1 = x + 3.
Then
x2 − 4 = (x + 2)(x − 2) = 0,
which solves to
x = −2, 2.
The region is bounded by the upper function y = x + 3 and the lower function y = x2 + x − 1,
from x = −2 to x = 2. Hence, the area is
ˆ 2 ˆ 2
2
−x2 + 4 dx
(x + 3) − x + x − 1 dx =
−2 −2
3 2
x
= − + 4x
3 −2
3
(−2)3
2
= − +4·2 − − + 4 · (−2)
3 3
8 8
= − +8− +8
3 3
32
= .
3
Topic 5.C. Volume of revolutions.
Theorem (Volume by slices). Each slice is perpendicular to the rotating axis.
(i). Let R be bounded by y = f (x), y = g(x), x = a, and x = b. The volume of the solid by
revolving R around the x-axis is
ˆ b
π f (x)2 − g(x)2 dx,
a
where f (x) is the outer radius and g(x) is the inner radius of the annulus slice.
26 XIAOLONG HAN
(ii). Let R be bounded by x = f (y), x = g(y), y = a, and y = b. The volume of the solid by
revolving around R the y-axis is
ˆ b
π f (y)2 − g(y)2 dy,
a
where f (y) is the outer radius and g(y) is the inner radius of the annulus slice.
Theorem (Volume by shells). Each shell is parallel to the rotating axis.
(i). Let R be bounded by y = f (x), y = g(x), x = a, and x = b. The volume of the solid by
revolving R around the y-axis is
ˆ b
2πx (f (x) − g(x)) dx,
a
where 2πx is the circumference and f (x) − g(x) is the height of the cylinder shell.
(ii). Let R be bounded by x = f (y), x = g(y), y = a, and y = b. The volume of the solid by
revolving R around the x-axis is
ˆ b
2πy (f (y) − g(y)) dy,
a
where 2πy is the circumference and f (y) − g(y) is the height of the cylinder shell.
Problem 21. Let R be the region bounded by y = 3x and y = x2 .
y = 3x
y = x2
x
0
1
y= x+1
x
0 x=1
To simplify lim x→2 (4-x²)/(x²-3x+2), factor both the numerator and the denominator. The numerator 4-x² can be written as (2-x)(2+x), and the denominator x²-3x+2 factors to (x-1)(x-2). The common factor (x-2) can be removed, simplifying the expression to lim x→2 -(x+2)/(x-1). Substituting x=2 gives the result of -4 .
To determine the maximum area of a rectangle with a fixed perimeter, express the area A = w · l in terms of one variable using the perimeter constraint, e.g., l = (P/2) - w. Substitute into A = w[(P/2)-w], giving A = w(P/2 - w). Differentiate to find critical points: A'(w) = P/2 - 2w = 0, solve for w = P/4, meaning maximum area when rectangle is a square, with area (P/4)² .
The second-order derivative test states that at a critical point x, if f''(x) > 0, the function is concave up and has a local minimum at x; if f''(x) < 0, it is concave down and has a local maximum. For f(x) = 3x² - x³, compute f'(x) = 6x - 3x² and f''(x) = 6 - 6x. Critical points, where f'(x) = 0, are x = 0, 2. At x = 0, f''(0) < 0, indicating a local maximum; at x = 2, f''(2) > 0, indicating a local minimum .
To find the volume by revolving a region around the y-axis, use the cylindrical shell method. Given the function y=f(x) over [a,b], the volume V is ∫[a,b] 2πx(f(x)-g(x)) dx, where f(x) is the outer radius and g(x) is the inner radius. For example, integral setup for V involves identifying bounds [a,b] by intersections with the axis of revolution. Evaluate the integral from a to b: V = 2π∫[a,b] (x(f(x)-g(x))) dx .
For a function f(x) to be continuous at x = a, the limit of f(x) as x approaches a from both directions must equal the function value at that point, i.e., lim x→a f(x) = f(a).
To utilize the squeeze theorem for lim x→∞ sin(6x)/13x, identify bounds: -1 ≤ sin(6x) ≤ 1 implies -1/13x ≤ sin(6x)/13x ≤ 1/13x. As x → ∞, both bounds converge to 0. Therefore, by the squeeze theorem, lim x→∞ sin(6x)/13x = 0 .
To find the derivative of f(x) = √(2x + 1) using the limit definition: f'(x) = lim h→0 [√(2(x+h) + 1) - √(2x + 1)]/h. Rationalize the numerator and simplify: lim h→0 [2x + 2h + 1 - (2x + 1)] / h[√(2x + 2h + 1) + √(2x + 1)]. This simplifies to lim h→0 2h/h[√(2x + 2h + 1) + √(2x + 1)] = 1/√(2x + 1).
To find ∫ e9x + 8e⁻x dx, integrate each term separately. The integral of e9x is e9x/9 and the integral of 8e⁻x is -8e⁻x. Hence, the integral is e9x/9 - 8e⁻x + C, where C is the constant of integration .
For lim x→∞ (2x + 3)/(√(x² + 1)), divide the numerator and denominator by x: (2 + 3/x)/(√(1 + 1/x²)) = (2)/(1) as x approaches infinity, since terms involving 1/x become negligible. Therefore, the limit is 2 .
To determine lim x→0 sin(x)/x using the squeeze theorem, observe that near x = 0, 1 - x²/6 ≤ sin(x)/x ≤ 1. As x approaches 0, both the lower bound 1 - x²/6 and the upper bound 1 converge to 1, thus by the squeeze theorem lim x→0 sin(x)/x = 1 .