0% found this document useful (0 votes)
104 views24 pages

Final Review Sol

This document provides solutions to review problems for a Calculus 1 final exam. It includes: 1) Finding derivatives of functions and evaluating them at given points. 2) Finding antiderivatives and evaluating definite integrals. 3) Questions about interpreting derivatives and integrals in applied contexts like cost functions. 4) Identifying inflection points and solving differential equations. 5) Approximating integrals using Riemann sums and estimating values and derivatives at given points.

Uploaded by

Randy Afrizal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views24 pages

Final Review Sol

This document provides solutions to review problems for a Calculus 1 final exam. It includes: 1) Finding derivatives of functions and evaluating them at given points. 2) Finding antiderivatives and evaluating definite integrals. 3) Questions about interpreting derivatives and integrals in applied contexts like cost functions. 4) Identifying inflection points and solving differential equations. 5) Approximating integrals using Riemann sums and estimating values and derivatives at given points.

Uploaded by

Randy Afrizal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

Review problems for Final Exam

Mathematics 1300, Calculus 1 – Solutions

1. For each part, find dy/dx.

3x3 + 2x2
(a) y = √
x
dy 15 3/2
Answer: dx = 2
x + 3x1/2
(b) y = xe2x
dy
Answer: dx
= (2x + 1)e2x
(c) y = 12 sin (−2x)
dy
Answer: dx
= − cos (−2x)
(d) xy = x2 + y 2
dy 2x−y
Answer: dx = x−2y
Z x
2
(e) y = e−t dt
3
dy 2
Answer: dx
= e−x
(f) y = (−5x + 2)4
dy
Answer: dx = −20(−5x + 2)3
R2
(g) y = x 3 sin (t2 ) dt.
Answer: −3 sin (x2 )
d e
(h) [π + 2]
dx
Answer: 0. It’s just the derivative of some complicated constant.
d  x 
(i) 3 + x3
dx
Answer: 3x ln 3 + 3x2
d
(j) [arctan(t) ln(t/5)]
dt
ln (t/5) arctan t
Answer: +
1 + t2 t
 r 
d y+1
(k)
dy y+7
r
y+7 1
Answer: 3
y + 1 (y + 7)2
Z x3
8
(l) Let y = dt, for x > 0.
2x ln (4t)
Answer:
dy 8 · 3x2 8·2
= − .
dx ln(4x3 ) ln(4 · 2x)

1
2. Find the most general antiderivative.
Z
1
(a) dx
x3
Answer: − 12 x−2 + C
Z
1
(b) dx
cos2 x
Answer: tan x + C
Z
(c) (3e2x + 2 sin x) dx
Answer: 32 e2x − 2 cos x + C .
Z
(d) (x + 1)9 dx
10
Answer: (x+1)
10
+C
Z 2
x +x+1
(e) dx
x R
Answer: (x + 1 + x1 )dx = 12 x2 + x + ln |x| + C

3. Evaluate the following integrals


Z 2p
(a) 4 − y 2 dy
0
Answer: You’re supposed to recognize this as the area of a quarter-circle of radius
2, which is 14 (π · 22 ) = π.
Z √
t+ t+1
(b) dt
t2
Z √ Z
t+ t+1 
Answer: 2
dt = t−1 + t−3/2 + t−2 dt = ln |t| − 2t−1/2 − t−1 + C
t
Z 2
 θ 
(c) 2 + 1 dθ
1
 θ   2   1 
2 θ=2 2 2 2
Answer: It’s +θ = +2 − +1 = + 1.
ln 2 θ=1 ln 2 ln 2 ln 2
Z
(d) sin x cos2 x dx
1
Answer: − cos3 x + C
3
Z 1
(e) x(x2 + 1)4 dx
0
1
1 32−1 31
Answer: 10 (x2 + 1)5 = 10
= 10
0

4. Let C(q) be the total cost of producing q lawnmowers. Which of the following gives the
meaning of C 0 (1000)?

2
(a) The cost of producing 1001 lawnmowers.
(b) The average cost of producing each of the first 1000 lawnmowers.
(c) The approximate cost of producing the 1001st lawnmower.
(d) None of the above.

Answer: C 0 (1000) ≈ C(1001) − C(1000), so it represents the additional cost to produce


one more lawnmower when 1000 are already being produced. The answer is (c).

5. Suppose f (x) is continuous on [−1, 1] and differentiable on (−1, 1). Which of the following
is true?

(a) If f (x) has a critical point at x = 0 and f 00 (x) < 0, then f (x) has a local minimum
at x = 0.
(b) If f (x) has a critical point at x = 0 and f 00 (x) > 0, then f (x) has a local minimum
at x = 0.
(c) If f (x) has a critical point at x = 0, then f (x) has a local minimum or maximum at
x = 0.
(d) If f (x) has a critical point at x = 0 and f 00 (0) = 0, then x = 0 is an inflection point.

Answer: Only (b) is true, by the Second Derivative Test. (c) is false by considering
f (x) = x3 , and (d) is false by considering f (x) = x4 .
Z x
6. Suppose that F (x) = ln t dt for x > 0. Which of the following statements is false?
1

(a) F (1) = 0.
(b) F 0 (e) = 1.
(c) F (x) is increasing at x = 2.
(d) F (x) is increasing at x = 12 .

Answer: By substituting x = 1, the integral is 0, so (a) is true. By the Fundamental


Theorem of Calculus, f 0 (x) = ln x, so F 0 (e) = ln e = 1, so (b) is true. F 0 (2) = ln 2, which
is positive, so (c) is true. F 0 (x) = ln x, and we have F 0 ( 12 ) = − ln 2 < 0. So (d) is false.

7. What are the inflection points of f (x) = x5 − 5x4 − 50?


Answer: f 00 (x) = 20x3 − 60x2 = 20x2 (x − 3). The second derivative is 0 at x = 0 and
x = 3. A sign chart shows the the second derivative does not change signs at x = 0 but it
does change signs at x = 3. So x = 3 is the only inflection point.
dq
8. Solve the differential equation
= 2 + sin(z) with initial condition q(π) = 2π.
dz
Answer: q(z) = 2z − cos z − 1

3
Z 9
1
9. Using the left-hand Riemann sum with n = 4, approximate dx.
1 x
Answer: Z  
9
1 1 1 1 1 352
dx ≈ 2 · + + + = .
1 x 1 3 5 7 105

10. Suppose that f (2) = 4, and that the table below gives values of f 0 for x in the interval
[0, 12]

x 0 2 4 6 8 10 12
0
f (x) −19 −21 −25 −28 −29 −28 −25

Estimate f 00 (2), and estimate f (8).


f 0 (4) − f 0 (0) −25 + 19
Answer: f 00 (2) ≈ = = −1.5. By the Fundamental Theorem of
4R− 0 4 R
8 8
Calculus, f (8) = f (2) + 2 f 0 (x)dx = 4 + 2 f 0 (x)dx. Estimating the integral using the
trapezoid rule gives −156, so f (8) ≈ 4 − 156 = −152.

11. If H(3) = 1, H 0 (3) = 3, F (3) = 5, F 0 (3) = 4, find G0 (3) if G(w) = F (w)/H(w).


H(3)F 0 (3) − F (3)H 0 (3) 1·4−5·3
Answer: G0 (3) = 2
= = −11.
H(3) 12
12. What is the largest area a rectangle with a perimeter of 40 inches can have?
Answer: Set up 2x + 2y = 40 and A = xy to get A = x(20 − x). The domain for x is
[0, 20], because x cannot be negative, and neither can y. A0 (x) = 20 − 2x, which is zero
when x = 10. When x = 0 or x = 20 the area is zero, so the maximum occurs at the
critical point, when x = 10. The maximum area is A = 100.

13. A rocket’s height (in feet) is given by s(t) = 3e2t + 10, where t is in seconds. How fast is
the rocket traveling when it reaches a height of 40 feet?
Answer: It reaches 40 feet when t = 1
2
ln 10, and at this time v(t) = s0 (t) = 6e2t = 60
feet per second.

14. A circular oil spill is growing. Its radius is increasing at a rate of 10 feet per minute. When
the radius is 2500 feet, at what rate is the area of the oil spill growing?
Answer: A = πr2 , so dA dt
= 2πr dr
dt
. Substituting r = 2500 feet and dr
dt
= 10 feet per
dA
minute gives dt = 50000π square feet per minute.

15. Assume f 0 is given by the graph below.

4
R7
a) Find the value of the integral: 0 f 0 (x) dx
R7
Answer: 0 f 0 (x) dx = 2 − 1 + 3 − 3 +
3 − 2 + 2 = 4.

b) What is the second derivative of f , i.e.,


f 00 ?
Answer: It is zero everywhere it exists,
and it does not exist at any of the inte-
gers.

c) Suppose f is continuous and that f (0) =


1. Sketch an accurate graph of f in the
above box (which already contains a graph
of f 0 ).
Answer: It’s piecewise linear, so we just
need to fill it in at the integers and then
connect the dots.

16. Represent the finite area enclosed by the two curves y = x2 and y = x as an integral
and evaluate it.

Answer: The curves cross at x = 0 and x = 1, and y = x is on top, so the area is
Z 1
√ 1
A= x − x2 dx = .
0 3

17. You have 80 feet of fencing and want to enclose a rectangular area up against a long,
straight wall (using the wall for one side of the enclosure and the fencing for the other
three sides of the enclosure). What is the largest area you can enclose?
Answer: Letting x be the length of the side perpendicular to the wall and y be the length
of the side parallel to the wall, we have 2x + y = 80 and A = xy to get A = x(80 − 2x).
The domain is that x must be in the interval [0, 40]. Taking the derivative of A(x) and
setting it equal to 0 gives a critical point at x = 20. Evaluating the area at the endpoints
and the critical point gives a maximum area of 800 square feet.
x+1
18. Find the global maximum and minimum for h(x) = on the interval −1 ≤ x ≤ 2.
x2 + 3
Answer: Critical points occur at x = 1 and x = −3; only x = 1 is relevant since it’s
in the interval. Test h(−1) = 0, h(1) = 21 , and h(2) = 37 to find the global minimum at
x = −1 and the global maximum at x = 1.
19. Fill in each of the blanks below with the best possible answer.
a) If f is differentiable on a ≤ x ≤ b, then there exists a number c, with a < c < b, such
that
f (b) − f (a)
f 0 (c) = .
b−a

5
b) For any function f, the function whose value at x is given by

f (x + h) − f (x)
lim ,
h→0 h
is called f 0 (x), or the derivative of f .

20. Evaluate each of the following limits.


2−x − x
a) lim
x→0 x2 + 9
Answer: Plug in x = 0 to get 1/9.
3x2 − x4 − 5x5
b) lim
x→∞ x5 − 1
Answer: Either multiply numerator and denominator by x12 and simplify, or use
L’Hopital’s rule to get −5.
|x − 1|
c) lim−
x→0 x−1
Answer: Plug in x = 0 to get −1.
|x − 1|
d) lim−
x→1 x−1
Answer: As x approaches 1 from the left, |x−1| = 1−x. Simplifying and substituting
gives −1.
e) lim x2 e−x
x→∞
Answer: Use L’Hopital’s rule to get

x2 2x 2
lim x
= lim x = lim x = 0.
x→∞ e x→∞ e x→∞ e

f) lim+ x ln x
x→0
Answer: It’s of the form 0 · ∞, so we rewrite as a fraction:
ln x 1/x
lim+ x ln x = lim+ = lim+ = lim (−x) = 0.
x→0 x→0 1/x x→0 −1/x2 x→0+


21. Find the equation of the tangent line to the curve y = 25 − x2 where x = 3.
Answer: y − 4 = − 43 (x − 3).

22. Let f (x) be the function whose graph is given below. Define
Z x
F (x) = f (t)dt.
0

Use the graph to fill in the entries in the table below:

6
x 2 3
F (x) 2 1.5
F 0 (x) 0 −1
F 00 (x) −1 DNE

23. A 10-meter ladder is leaning against the wall of a building. The base of the ladder begins
sliding away from the building at a rate of 3 meters per second. How fast is the top of the
ladder sliding down the wall when the base of the ladder is 6 meters from the wall?
Answer: Differentiate x2 + y 2 = 102 with respect to time to get x dx
dt
+ y dy
dt
= 0. When
dx dy 9
x = 6, y = 8. Plug in x = 6 and dt = 3 and y = 8 to get dt = − 4 meters per second.

24. If f (x) is a function having all four of the following properties:


Z 1 Z 2 Z 3
0 0
f (x) dx = 2, f (x) dx = 4, f 0 (x) dx = 8, f (3) = 16,
0 1 2

then determine the following:


Z 3
(a) f 0 (x) dx
0
Z 3 Z 1 Z 2 Z 3
0 0 0
Answer: f (x) dx = f (x) dx + f (x) dx + f 0 (x) dx = 2 + 4 + 8 = 14.
0 0 1 2
(b) f (0).
Z 3
Answer: f (3) − f (0) = f 0 (x) dx = 14. So 16 − f (0) = 14, and f (0) = 2.
0

25. Let Z x2
2
F (x) = e−4t dt.
0

(a) Find F 0 (x).


4
Answer: F 0 (x) = 2xe−4x
(b) Find F 00 (x).
4 4
Answer: F 00 (x) = 2e−4x − 32x4 e−4x
(c) Find the x coordinates of all inflection points of F (x).
Answer: F 00 (x) = 0 when 2 = 32x4 or x4 = 16 1
, so x = ± 12 . These are both genuine
inflection points since F 00 changes sign: F 00 (−1) < 0, F 00 (0) > 0, and F 00 (1) < 0.

7
26. Find the area between the graphs of f (x) = x + 6 and g(x) = x2 .
Answer: The graphs cross when x + 6 = x2 , i.e., x = 3 and x = −2. The line is above
the parabola in this region, so the area is
Z 3    
2 1 2 1 3 x=3 27 22 125
A= (x + 6 − x ) dx = x + 6x − x = − − = .
−2 2 3 x=−2 2 3 6

27. State the definition of the derivative of f (x) at x = a.


f (a + h) − f (a)
Answer: f 0 (a) = lim
h→0 h
28. Find the following derivatives using the definition of derivative (as a limit of difference
quotients). Note: For this problem you may use shortcuts (derivative formulas) to check
your solution. However, to get full credit for this problem you need to use the definition
of the derivative to find f 0 (x).

(a) f (x) = x22 .


Answer:
f (x + h) − f (x)
f 0 (x) = lim
h→0
 h 
1 2 2
= lim −
h→0 h (x + h)2 x2
 
1 2x2 2(x + h)2
= lim −
h→0 h x2 (x + h)2 x2 (x + h)2
 
1 2x2 − 2(x + h)2
= lim
h→0 h x2 (x + h)2
 2 
1 2x − 2x2 − 4xh − 2h2
= lim
h→0 h x2 (x + h)2
 
1 −4xh − 2h2
= lim
h→0 h x2 (x + h)2
−4x − 2h
= lim 2
h→0 x (x + h)2
−4x − 2 ∗ 0 −4x −4
= 2 2
= 4 = 3
x (x + 0) x x


(b) g(x) = x.

8
Answer:
f (x + h) − f (x)
f 0 (x) = lim
h→0
√ h

x+h− x
= lim
√ h
h→0
√ √ √
( x + h − x)( x + h + x)
= lim √ √
h→0 h( x + h + x)
(x + h) − x
= lim √ √
h→0 h( x + h + x)
h
= lim √ √
h→0 h( x + h + x)
1
= lim √ √
h→0 ( x + h + x)
1 1
=√ √ = √
x+0+ x 2 x

(c) h(x) = 3x2 .


Answer:
f (x + h) − f (x)
f 0 (x) = lim
h→0 h
3(x + h)2 − 3x2
= lim
h→0 h
3x + 6xh + 3h2 − 3x2
2
= lim
h→0 h
6xh + 3h2
= lim
h→0 h
= lim (6x + 3h)
h→0
= 6x.

29. Sketch the graph of a continuous, differentiable function f , whose domain is 0 < x < ∞,
given the following information about f , f 0 , and f 00 :
lim f (x) = −∞,
x→0+
f (1) = 0, f (x) < 0 for x < 1, f (x) > 0 for x > 1,
f 0 (2) = 0, f 0 (x) > 0 for x < 2, f 0 (x) < 0 for x > 2,
f 00 (3) = 0, f 00 (x) < 0 for x < 3, f 00 (x) > 0 for x > 3,
lim f (x) = 0.
x→+∞

Answer:

9
30. The graph of the function f (x) is given below:

f (x)

x
-16 -8 8 16

-4

List all x-values at which f (x) is not continuous, and list all x-values at which f (x) is
not differentiable.
Answer: f is not continuous at x = −16 and x = 8. f is not differentiable at x =
−16, −12, −8, 4, 8, 16.

31. Assuming that f (1) = 9 and f 0 (1) = 4, find


p
(a) g 0 (1), where g(x) = f (x).
Answer: g 0 (1) = 12 f (1)−1/2 f 0 (1) = 32 .

(b) h0 (1), where h(x) = f ( x).

Answer: h0 (1) = f 0 ( 1) · 21 1−1/2 = 2.

10

3
32. Estimate 8.1 using linear approximation.

Answer: Let f (x) = 3 x, a = 8, x = 8.1. Note that f 0 (x) = 1 −2/3
3
x . And f (8) =
2,f 0 (8) = 31 8−2/3 = 12
1
. The linear approximation formula is
f (x) ≈ f (a) + f 0 (a)(x − a)
So
1 1
f (8.1) ≈ f (8) + f 0 (8)(8.1 − 8) = 2 + · 0.1 = 2 +
12 120

1
33. Let f (x) = .
1 + x2
(a) Find the local linearization of f near x = 1.
Answer: f (1) = 12 and f 0 (1) = − 12 , so the local linearization is L(x) = 12 − 12 (x−1).
(b) Use the local linearization you found to estimate f (1.1).
Answer: f (1.1) ≈ L(1.1) = 0.45.
34. Let C be the curve defined by the equation xy + y 2 = 4.
(a) Verify that the point (3, 1) lies on the curve C.
Answer: 3 · 1 + 12 = 4.
(b) Find an equation for the tangent line to C at the point (3, 1).
dy y
Answer: = − , so at (3, 1) the slope is m = − 15 . The tangent line is
dx x + 2y
y − 1 = − 15 (x − 3).
(c) If the curve defines a function f (x) near x = 3, then estimate f (3.2).
Answer: f (3.2) ≈ 1 + − 51 (3.2 − 3) = 0.96
35. Consider the following function f .
(a) Find an approximation to the area under
the graph of f , from x = 0 to x = 4,
using a left endpoint Riemann sum with 12. Consider the following function f .
four rectangles. (0,20)
Z 4
Answer: f (x) dx ≈ 1 · (20 + 13 + 8 + y=f(x)
0
5) = 46. (1,13)

(b) Is your answer an overestimate of the ac- (2,8)


tual area under the graph, or is it an un-
(3,5)
derestimate? Please explain your reason- (4,4)
ing.
Answer: It is an overestimate. Every
one of the rectangles we used has larger 1 2 3 4
area than is actually under the curve. (a) Find an approximation to the area under the graph of f , from x = 0 to x = 4,
using a left endpoint Riemann sum with four rectangles.
(For decreasing functions, left sums always
overestimate.
11
Z 5
36. Calculate [3f (x) + 4g(x)] dx, given that
1
Z 2 Z 5 Z 5 Z 1
f (x) dx = −1, f (x) dx = 1, g(x) dx = −2, and g(x) dx = 3.
1 2 −1 −1

answer
Z 5 Z 5 Z 5
 
3f (x) + 4g(x) dx = 3 f (x) dx + 4 g(x) dx
1 1 1
Z 2 Z 5  Z 5 Z 1 
=3 f (x) dx + f (x) dx + 4 g(x) dx − g(x) dx
1 2 −1 −1
= 3 · (−1 + 1) + 4(−2 − 3)
= −20.

1
37. Consider the function f (x) = x + for x 6= 0.
x
(a) Find the critical points of f , and determine which are local minima of f , local maxima
of f , or neither.
Answer: f 0 (x) = 1 − 1/x2 , so the critical points are when x = 1 or x = −1. (x = 0
would be a critical point if f were defined there.) The point x = 1 is a local minimum
since f 0 ( 12 ) = −3 < 0 and f 0 (2) = 34 > 0. Similarly x = −1 is a local maximum.
(b) Find the global maxima and minima of f .
Answer: As x grows large, f (x) looks approximately like x (since the term 1/x
becomes very small). So f (x) can get arbitrarily large and small, and hence it has
no global maxima or minima.
(c) Over what intervals is f concave up? concave down?
Answer: f 00 (x) = 2/x3 , so f is concave up when x > 0 and concave down when
x < 0.
(d) Where are the inflection points of f ?
Answer: f has no inflection points since it is undefined at x = 0, where the con-
cavity changes.
Z 3x
2
38. Let F (x) = f (t) dt, where f (t) = 2(t ) .
0

(a) Calculate F (0).


Answer: F (0) = 0.
(b) Using n = 3 subintervals and left-hand endpoints, estimate the value of F (1). Begin
by calculating ∆t and filling in the table of values below.

12
Answer: Plugging in x = 1 means we are trying to evaluate
Z 3
2
2t dt
0

with n = 3 steps. Hence our ∆t = 3−03


= 1. Filling in the table below and using the
left-hand endpoints, we get the approximation

F (1) ≈ 1 · (1 + 2 + 16) = 19.

t 0 1 2 3
f (t) 1 2 16 512 ∆t = 1

(c) Calculate F 0 (x) and find the local linearization of F (x) about x = 0.
2
Answer: F 0 (x) = 3 · 29x , so that F 0 (0) = 3. Hence the local linearization is
L(x) = F (0) + F 0 (0)(x − 0) = 3x.
(d) Using part (c), estimate the value F (1) (this may not be a very good estimation).
Answer: The local linearization yields F (1) ≈ 3.

39.
A particle’s position at time t is given by s(t),
and its velocity at time t is given by v(t). Given
the graph of v(t) below, if the particle has posi-
tion s = −1 at t = 1, fill in the table of values
for the position using exact values (i.e., without
estimating). The graph below is made up of tri-
angular, semicircular, and rectangular sections.
Answer: Geometrically we see that s(1)−s(0)
is the area of a triangle with base one and height
one, so s(1) − s(0) = 12 . Now s(2) − s(1) is the
area of a square of side one plus half the area of
a circle of radius 12 , so that s(2) − s(1) = 1 + π8 .
Obviously s(3) − s(2) = 1 and s(4) − s(3) = 0.

t 0 1 2 3 4
s(t) − 23 −1 π
8
1+ π
8
1+ π
8

40. The volume of water remaining in a leaking tank is given by the function V = 50e−0.1t ,
where V is measured in gallons and t in minutes.

(a) How fast is the tank leaking after 10 minutes? Include appropriate units. Answer:
V 0 (10) = −5e−1 gallons per minute
(b) How much water remains in the tank after 10 minutes? Include appropriate units.
Answer: V (10) = 50e−1 gallons

13
41. The rate at which water is leaking from an initially full 100-gallon tank is given by the
function r = −7e−0.1t , where r is measured in gallons per minute and t is measured in
minutes. (The negative sign indicates a decrease as opposed to an increase in volume.)

(a) How fast is the tank leaking after 10 minutes? Include appropriate units. Answer:
r(10) = −7e−1 gallons per minute
(b) How much water remains inRthe tank after 10 minutes? R 10 −0.1tInclude appropriate units.
10 −1
Answer: V (10) = V (0) + 0 r(t) dt = 100 − 7 0 e dt = 100 + 70(e − 1) =
−1
30 + 70e gallons
Z x
1
42. Let F (x) = dt. Find F 0 (x). Is F increasing or decreasing? What can you say about
2 ln t
the concavity of F ? Answer: F 0 (x) = ln1x . For x > 1, F 0 (x) > 0 so F is increasing. It is
not possible to have x < 1 since ln1 t is undefined at t = 1 (and we can’t integrate across a
discontinuity like that). Hence F must always be increasing. Since F 00 (x) = − x(ln1x)2 , we
know F is always concave down.

43.

Let f (x) be the function whose graph is given to the right.


Define Z x
F (x) = f (t) dt.
0
Fill in the entries in the table that follows.
x 1 2 3 4 5
3 3 1
F (x) 2
2 2 2
− 14
F 0 (x) 1 0 -1 -1 − 12
F 00 (x) -1 -1 d.n.e. d.n.e. 1
2

44. Let f (x) be the function from the previous problem and g(x) be given by the following
table:

x 0 1 2
g(x) 2 -1 5
g 0 (x) 3 4 -2
If h(x) = g(f (x)), what is h0 (2)? If k(x) = f (g(x)), what is k 0 (2)?
Answer: h0 (2) = g 0 (f (2))f 0 (2) = g 0 (0)f 0 (2) = 3 · −1 = −3.
k 0 (2) = f 0 (g(2))g 0 (2) = f 0 (5)g 0 (2) = 12 · −2 = −1

45.

14
continuous. Suppose that the table below is the only information about f that we have.

x 0 0.5 1 1.5 2 2.5 3 3.5 4


f (x) 1.1 2.1 2.9 3.6 4.2 4.6 4.9 5.1 5.2

Estimate each of the following as accurately as you can based on the data given.
! 4 ! 3
Let f be the function whose graph
(a) f ! (1)is given
(b) f ! (3) (c) f (x) dx (d) f ! (x) dx
below, and defineZa new function F by the 0 1
x 6. Let f be! the function whose graph is given below, and define a new function F by the equation
equation F (x) = f (t) dt.F (x) = x
f (t) dt.
0 0
Given below are several lists of numbers.
Rank each list in order from smallest to f (x)
largest. y

(a) 0, f 0 (3), f 0 (9), f 0 (14), f 0 (15) 4


Answer: f 0 (14) < f 0 (15) < 0 <
f 0 (9) < f 0 (3).
x
4 8 12 16 20
(b) 0, F (3), F (4), F (6), F (13), F (14)
Answer: F (4) < F (6) < F (3) <
0 < F (13) < F (14). −4

(c) 0, F 0 (0), F 0 (4), F 0 (7), F 0 (10), F 0 (15),


F 0 (18), F 0 (23) Given below are several lists of numbers. Rank each list in order from smallest to largest.
Answer: F 0 0) < F 0 (15) < F 0 (4) <
(a) 0, f ! (3), f ! (4), f ! (9), f ! (14), f ! (15)
F 0 (18) < F 0 (23) < 0(b)<0, FF(3), 0
(7)F (4),
< F (6), F (13), F (14)
0
F (10). (c) 0, F ! (0), F ! (4), F ! (7), F ! (10), F ! (15), F ! (18), F ! (23)
46. Find the slope of the tangent line
7. Find theto each
slope of tangent
of the the following functions
line to each at x functions
of the following = 2. at x = 2. Give the exact slope
otherwise, round to the nearest 0.01.
(a) f (x) = sin (cos x)
(a) f (x) = sin(cos(x))
Answer: f 0 (2) = − cos (cos 2) · !sinx 2
Z x (b) F (x) = e−t dt
2

−t2 0
(b) F (x) = e dt (c) f (x) = xx
0
Answer: F 0 (2) = e−4
(c) f (x) = xx
x
Answer: Write f (x) = eln (x ) = ex ln x to get f 0 (x) = ex ln x (1 + ln x) = xx (1 + ln x).
Thus f 0 (2) = 4(1 + ln 2).

47. State the Mean Value Theorem, and draw a picture to demonstrate the theorem visually.

Answer:
If f is differentiable on [a, b], then there is a
point c such that a < c < b and

f (b) − f (a)
f 0 (c) = .
b−a
On the graph it says that given any secant line
(shown in blue) there is some tangent line in
between (shown in green) which is parallel.

15
48. Let f (x) = (x − 1)2 e−x .

(a) State the domain of f (x).


Answer: All reals.
(b) What is the behavior of f (x) as x → +∞ and x → −∞?
Answer: As x → +∞, f (x) → 0. As x → −∞, f (x) → +∞.
(c) Find the intervals of increase and decrease of f (x), and all local maxima and minima
of f (x).
Answer: f 0 (x) = −(x − 1)2 e−x + 2(x − 1)e−x = (x − 1)(3 − x)e−x . So f (x) is
decreasing for x < 1, increasing for 1 < x < 3, and decreasing again for x > 3. It has
a local maximum at x = 3 and a local minimum at x = 1.
(d) Find the inflection points, and the intervals where the function is concave up/down.
Answer: f 00 (x) = −(x − 1)(3 − x)e−x + (3 − x − x + 1)e−x = e−x (x2 − 6x√ + 7). This
doesn’t factor nicely, but the quadratic formula gives its roots as x = 3 ± 2. These
00
are both inflection points, since we can test f√ (3) < 0, f 00 (5) > 0, and f√00 (1) > 0.
√ the function is concave up for√x < 3 − 2, concave down for 3 − 2 < x <
Hence
3 + 2, and concave up for x > 3 + 2.

49. The acceleration due to gravity on the moon is 1.6 sm2 . An object is thrown upwards
from a height of 2.4 m, with an initial velocity of 1.6 ms . Answer: First, acceleration is
a(t) = −1.6. Anti-differentiate to get velocity: v(t) = −1.6t + C. When t = 0, velocity is
+1.6 (the object is throw upwards). Substituting: 1.6 = 0 + C, so C = 1.6, and v(t) =
−1.6t + 1.6. Antidifferentiate again to get position above ground: s(t) = −.8t2 + 1.6t + C2 .
When t = 0, s(0) = 2.4. Subsituting gives 2.4 = 0 + 0 + C2 , so s(t) = −.8t2 + 1.6t + 2.4.

(a) What height does the object reach? Answer: The object hits its maximum height
when v(t) = 0. Solving 0 = −1.6t + 1.6 gives a times of t = 1 seconds. Substituting
this into the position function gives s(1) = −.8 + 1.6 + 2.4 = 3.2 meters.
(b) How fast is the object traveling when it lands? Answer: This time we need to
start by finding the time when the object hits ground, so set s(t) = 0 and solve for t.
0 = −.8t2 + 1.6t + 2.4 = −.8(t2 − 2t − 3) = −.8(t − 3)(t + 1). We take the positive
solution for t, t = 3. Substituting this into elocity gives v(3) = −1.6 · 3 + 1.6 = −3.2.
The object hits ground with a downward velocity of −3.2 meters per second.

16
More practice from the last two chapters:

50. A village wishes to measure the quantity of water that is piped to a factory during a
typical morning. A gauge on the water line gives the flow rate (in cubic meters per hour)
at any instant. The flow rate is about 100 m3 /hr at 6 am and increases steadily to about
280 m3 /hr at 9 am.

(a) Using only this information, give your best estimate of the total volume of water used
by the factory between 6 am and 9 am.
Answer: If we assume the flow rate is increasing linearly, then we just need to find
the area under the trapezoid. We get Volume= 21 · 3 · (100 + 280) = 570 m3 .
(b) How often should the flow rate gauge be read to obtain an estimate of this volume
to within 6 m3 ?
Answer: Now we are worried about the flow rate possibly not being a straight line,
but rather some other increasing function. So we would need to use essentially left-
hand sums and right-hand sums, and to make them accurate we need the difference
between the left and right sums to be less than or equal to 6. Since Rn − Ln =
(280−100)·(9−6)
n
= 540
n
, we can make this less than or equal to 6 by making n ≥ 540/6 =
90. So we should be reading the gauge 90 times in 3 hours, or once every two minutes.

51.
Suppose a function f (x) is graphed as below.
R5
(a) Using just the figure, estimate −3 f (x) dx.
Answer: The left region can be approx-
imated by a triangle of height 8 and base
3 to get area 12. The right region can be
approximated with a triangle of height 20
and base 5 to get area 50. So the integral
is about 12-50=-38.

(b) If you knew the function were given by the


formula f (x) = 12 x(x + 3)(x − 5), what
would the integral be? How far off is your
graphical estimate? R5
Answer: The integral is −3 12 (x3 −2x2 −
x=5
2
15x) dx = 12 ( 41 x4 − 23 x3 − 15
2
x ) =
x=−3
− 128
3
= −42.67. Off by about five units.
Oh well.

17
52. Find the area of the region between the line y = 1 and one arch of y = sin θ.
Answer: One arch occurs between θ = 0 and θ = π. So the area is
Z π θ=π

(1 − sin θ) dθ = (θ + cos θ) = (π − 1) − (0 + 1) = π − 2.
0 θ=0

53. Find the area of the region between the parabola y = 4 − x2 and the x-axis.
Answer: They cross at x = ±2, so the area is
Z 2 Z 2
2 1 x=2 32
(4 − x ) dx = 2 (4 − x2 ) dx = 2(4x − x3 ) = .
−2 0 3 x=0 3

R5  R5
54. If 2 2f (x) + 3 dx = 17, find 2 f (x) dx.
R5 R5
Answer: Let A = 2 f (x) dx. Then 2A + 2 3 dx = 17, so 2A + 9 = 17, and thus A = 4.
R1
55. Find −1 |x| dx geometrically.
Answer: It’s the area of two triangles, each having height 1 and base 1. So the integral
is 1.

56. An old rowboat has sprung a leak. Water is flowing from the boat at a rate, r(t), given in
the following table.

t minutes 0 5 10 15
r(t) liters/min 12 20 24 16

(a) Compute upper and lower estimates for the volume of water that has flowed into the
boat during the 15 minutes.
Answer: To get the upper estimate, we use the maximum value over each interval,
which is
Max Volume = 5 · (20 + 24 + 24) = 340 liters.
To get the lower estimate, we use the minimum value over each interval, which is

Min Volume = 5 · (12 + 20 + 16) = 240 liters.

(b) Draw a graph to illustrate the lower estimate.


Answer: The lower sum is represented by the area of the red rectangles. The data
points are represented as dots, and we’ve connected the dots with a possible curve.

18
57. A bicyclist is pedaling along a straight road for one hour with a velocity v shown in the
figure. She starts out five kilometers from the lake and positive velocities take her toward
the lake. Note that the horizontal units are in minutes while the vertical units are in
kilometers per hour.

19
(a) Does the cyclist ever turn around? If so,
at what time(s)?
Answer: The cyclist turns around at
t = 20 minutes. It seems like the cyclist is
also about to turn around at t = 60 min-
utes, if the velocity graph continues above
the x-axis.

(b) When is she going the fastest? How fast is


she going then? Toward the lake or away?
Answer: Her maximum speed is at t =
40 minutes, when she is going -25 kilome-
ters per hour (away from the lake).

(c) When is she closest to the lake? Approxi-


mately how close to the lake does she get?
Answer: The closest she gets is when
t = 20 minutes; she has been riding to-
wards it until then, and she turns around
and starts riding away. The area under the
curve from 0 to 20 is a little more than the
area of the triangle 12 · 31 ·10 = 1.66 but def-
initely less than the area of the rectangle
10 · 13 = 3.33, so let’s say it’s about 2 kilo-
meters. Then she gets about 3 kilometers
away.

(d) When is she farthest from the lake? Ap-


proximately how far from the lake is she
then?
Answer: She is farthest from the lake
when t = 60 minutes. At this time she is
roughly 5 − 2 + 9 = 12 kilometers away.
(I approximated the small hump area by 2
and the large hump area by 9).

20

58. The area under 1/ x on the interval 1 ≤ x ≤ b is equal to 6. Find the value of b using
Z b √
the Fundamental Theorem. Answer: x−1/2 dx = 2 b − 2 = 6. So b = 16.
1

59. Find the exact area of the region bounded by the x-axis and the graph of y = x3 − x.
Answer: The cubic crosses the axis at three points: x = 0, x = 1, and x = −1. There is
both a region about the axis (for −1 < x < 0) and a region below the axis (for 0 < x < 1),
and we want them both. By symmetry they will have the same area. So if we just compute
one, we’ll know both.
Z 1   x=1
3 1 4 1 2 1
(x − x)dx = x − x =− ,
0 4 2 x=0 4

which is negative as we expect since this region is below the axis. Therefore the area of
each region is 14 , and the total area is 21 .

60. For each of the graphs f (x) shown below, sketch a graph of F (x) such that F 0 (x) = f (x)
and F (0) = 1.

Answer:

21
61.
Find the area of the shaded region in the figure
between y = 3x2 − 3 and the x-axis.
Answer: Set up two separate integrals, since
which function is higher than the other changes
at
Z 1x = 1. So the area is:
Z 3
2
[0 − (3x − 3)]dx + [(3x2 − 3) − 0]dx
0 x=1 1 x=3

3

= (3x − x ) + (x − 3x)
3
= 22.
x=0 x=1

62. Sketch the parabola y = x(x − π) and the curve y = sin x, showing their points of
intersection. Find the exact area between the two graphs.
Answer: Here is a picture. The top one is the sine curve, and the bottom one is the
parabola. They intersect at x = 0 and x = π.

The area is x=π


Rπ 1 3 1

2
2
Area = 0 (sin x−x +πx)dx = (− cos x− 3 x + 2 πx ) = (1− 31 π 3 + 12 π 3 )−(−1−0+0) =
x=0
π3
2+ 6
.

63.

22
The graph of f 0 (x) is given. Sketch a possible
graph for f (x). Mark the points x1 , . . . , x4 on
your graph and label local maxima, local min-
ima, and inflection points on your graph.
Answer: Note the typo, the first point should
have been labelled x1 . f (x) has a local minimum
at x1 (the derivative switches from negative to
positive there). f (x) has an inflection point at
x2 (the second derivative switches from positive
to negative there), f (x) has a local maximum
at x3 (the derivative switches from positive to
negative there). At x4 , the derivative has an in-
flection point, but that doesn’t tell us anything
particular about f (x). Your graph should ap-
proach +∞ on the left and some knd of hori-
zontal asymptote on the right.
64. The acceleration, a, of a particle as a function of time is shown in the figure. Sketch graphs
of velocity and position against time. The particle starts at rest at the origin.

Answer: The velocity must be piecewise linear since accleration is piecewise constant.
Also, physically velocity is continuous even if acceleration is not. Since it starts at rest,
v(0) = 0. So v(1) = 1, v(3) = −1, etc. Then we integrate again to get position, which is
piecewise parabolic (and differentiable everywhere, even though velocity is not). Velocity
is graphed in red, and position is in green.

23
65.
The graphs of three functions are given in the figure.
Rx De-
0
termine which is f , which is f , and which is 0 f (t) dt.
Explain your answer.
Answer: Let’s look for interesting features like turning
points and inflections points. Graph C is the only one
with a turning point (and it occurs in the middle), and if
we had the graph of the derivative of C, then that deriva-
tive graph would have a zero in the middle. However,
none of the graphs have zeros in the middle. That means
C must be the highest derivative, which is f 0 .
Now when f 0 has a turning point (in the middle), the
function f must have an inflection point. Graph B has an
inflection point in the middle (at the correct location), so
graph B must beRf .
x
Graph A is then 0 f (t)dt by elimination. The first check
is that graph A goes through the origin, as it should.
We should also be checking then that the derivative of
graph A is f (second part of the Fundamental Theorem
of Calculus). Clues for this are that A is strictly increas-
ing (because f is positive), and that A is concave down
(because f is decreasing.

24

You might also like