1551 FinalExam ProblemBank Sol
1551 FinalExam ProblemBank Sol
Chapters 1-4
d
• Derivative of a Constant: (c) = 0
dx
d n
• Power Rule: (x ) = nxn−1
dx
d
• Constant Multiple Rule: If c is a constant, then [cf (x)] = cf 0 (x)
dx
d
• Sum Rule: [f (x) + g(x)] = f 0 (x) + g 0 (x)
dx
d
• Product Rule: [f (x) · g(x)] = f 0 (x)g(x) + f (x)g 0 (x)
dx
d x
• Derivative of the Natural Exponential Function: (e ) = ex
dx
d d d
(sin x) = cos x (cos x) = − sin x (tan x) = sec 2 x
dx dx dx
d d d
(csc x) = − csc x cot x (sec x) = sec x tan x (cot x) = − csc2 x
dx dx dx
d df df du
[f (g(x))] = f 0 (g(x)) · g 0 (x) OR = ·
dx dx du dx
Derivatives of Log and Exponential Functions If b > 0, then
d 1 d
• dx (logb x) = x ln b • dx (bx ) = bx ln b.
d 1 d 1 d 1
(arcsin x) = √ (arccos x) = − √ (arctan x) =
dx 1 − x2 dx 1 − x2 dx 1 + x2
1
1. Evaluate the following derivatives; you need not simplify your answers.
d
2
(a) dx x log3 (2x + 1)
ln(2x+1)
Solution. We can use the change of base formula (see ??) to rewrite log3 (2x + 1) = ln 3 , so
d 2 1 d 2
x log3 (2x + 1) = x · ln (2x + 1)
dx ln 3 dx
1 d
2
= x · ln 2x + 1 + 2x ln (2x + 1)
ln 3 dx
1 2 1
= x · · 2 + 2x ln (2x + 1)
ln 3 2x + 1
√
cos t dy
(b) If y = (tan 2)e , find dt .
Solution.
d d 2
x2 ex = sec x2 ex tan x2 ex · x · ex
sec
dx dx
2 x 2 x
2 x
x e + ex · 2x
= sec x e tan x e
(Remember we use green boxes to indicate that we’re using the Product Rule.)
t
(d) If f (t) = √
3
, find f 0 (t). (Can you rewrite f so that you don’t need to use the Quotient
5 1 + et
Rule?)
2
(e) f (x) = x sin x3 , g(x) = x sin3 x, and h(x) = x(sin x)3 . (Are these the same or different?)
Solution. First, h(x) is the same as g(x). To differentiate f (x) and g(x), we start with the
Product Rule:
d
f 0 (x) = sin x3 + x · sin x3
dx
= sin x + x · cos x3 · 3x2
3
and
" #
d 3
0 0 3
g (x) = h (x) = (sin x) + x · sin x
dx
= (sin x)3 + x · 3(sin x)2 cos x
d 1 d
ln sec(ln x) = · sec ln x
dx sec(ln x) dx
1 1
= · sec(ln x) tan(ln x) ·
sec(ln x) x
2
(b) f (x) = arccos(e3−x ).
Solution. We need the chain rule:
! 2
d 2 1 d 3−x
arccos e3−x = −p · e
dx 1 − (e3−x2 )2 dx
1 2
= −p · e3−x · (−2x)
1 − (e3−x2 )2
3
Now differentiate both sides with respect to x, and using the chain and product rule:
1 1 1 1
· f 0 (x) = · ln(ln x) + ln x · ·
f (x) x ln x x
0 1 1 1
f (x) = f (x) · · ln(ln x) + ln x · ·
x ln x x
0 ln x 1 1 1
f (x) = (ln x) · · ln(ln x) + ln x · ·
x ln x x
q
3 x(x−2)
(d) f (x) = x2 +1 .
Solution.
This is a problem where logarithmic differentiation is not necessary, but it is super helpful! We
can use it to break up this complicated function in smaller pieces that are easier to take derivatives
of.
1/3
x(x − 2)
ln[f (x)] = ln
x2 + 1
1 x(x − 2)
= ln
3 x2 + 1
1
ln(x(x − 2)) − ln(x2 + 1)
=
3
1
ln(x) + ln(x − 2) − ln(x2 + 1)
=
3
f 0 (x)
1 1 1 2x
= + − 2
f (x) 3 x x−2 x +1
1 1 1 2x
f 0 (x) = f (x) · + − 2
3 x x−2 x +1
r
3 x(x − 2) 1 1 1 2x
f 0 (x) = · + −
x2 + 1 3 x x − 2 x2 + 1
Note: if you use a different method for computing the derivative, it is possible that you get an
answer that has a completely different form and it is non-trivial to verify that the two answers
are actually the same. If you are interested, you can check out the answer Wolframalpha gives.
That answer is actually the same as this one.
4
Solution. We need to use the chain rule.
(t + 2)3 (t + 5)7
(f) a(t) = √
t−5
Solution. This function is the product and quotient of a bunch of functions, and so we should
use logarithmic differentiation.
(t + 2)3 (t + 5)7
a(t) = √
t−5
(t + 2)3 (t + 5)7
ln(a(t)) = ln √
t−5
√
= ln((t + 2)3 (t + 5)7 ) − ln( t − 5)
= ln((t + 2)3 ) + ln((t + 5)7 ) − ln((t − 5)1/2 )
1
= 3 ln (t + 2) + 7 ln (t + 5) − ln (t − 5)
2
1 3 7 1
· a0 (t) = + −
a(t) t + 2 t + 5 2(t − 5)
3 7 1
a0 (t) = a(t) · + −
t + 2 t + 5 2(t − 5)
(t + 2) (t + 5)7
3
3 7 1
= √ · + −
t−5 t + 2 t + 5 2(t − 5)
2
(g) s(t) = log2 log3 et
5
Solution. We need the chain rule:
2
s(t) = log2 log3 et
!
0 d t2
s (t) = log2 log3 (e )
dt
!
1 d t2
= · log3 e
log3 et2 ln 2 dt
1 1 d t 2
= · 2 · e
log3 et2 ln 2 et ln 3 dt
1 1 2
= · 2 · et · 2t
log3 et2 ln 2 et ln 3
p
arctan(4x)
(h) h(x) =
e5
1
p
Solution. We can think of h(x) as e5arctan(4x), and e15 is just a constant multiple, so
1 d 1
h0 (x) = 5 · arctan (4x) 2
e dx
1 1 −1/2 d
= 5 · · arctan (4x) · arctan 4x
e 2 dx
1 1 −1/2 1
= 5 · · arctan (4x) · · 4
e 2 1 + (4x)2
= 3t ln(ln t)
g 0 (t) 1 1
= 3t · · + 3 ln(ln t)
g(t) ln t t
3
= + 3 ln(ln t)
ln t
6
Solve for g 0 (t):
3
g 0 (t) = (ln t)3t + 3 ln(ln t)
ln t
3
So, f 0 (t) = 3t ln 3 + 3t2 + (ln t)3t + 3 ln(ln t) .
ln t
Solution. This needs the chain rule, and then the product rule for the derivative of the inside
function:
1 1 1 1
f 0 (x) = · · · arcsin(x) + arctan(x) · √
arctan(x) arcsin(x) ln(3) 1 + x2 1 − x2
1 1
= + √
ln(3) arctan(x)(1 + x2 ) ln(3) arcsin(x) 1 − x2
Plug in x = 0, y = 0:
dy
2=2
dx
dy
Solve for dx :
dy
=1
dx
So, the line has slope 1. Since (0, 0) is a point on the line, the equation of the line is y = x .
4. Find the line tangent to the heart curve (x2 + y 2 − 1)3 − x2 y 3 = 0 at (−1, 1).
7
1
−1 1
−1
(x2 + y 2 − 1)3 − x2 y 3 = 0
4
Therefore, the slope of the tangent line is 34 , so the equation of the line is y − 1 = (x + 1) . (From
3
the picture, we can see that the tangent line should indeed have positive slope.)
5. Here are graphs of two functions, f (x) and g(x). If F (x) = f (g(x)), what is F 0 (1)?
8
f (x) g(x)
4 4
3 3
2 2
1 1
−4 −3 −2 −1 1 2 3 4 −4 −3 −2 −1 1 2 3 4
−1 −1
−2 −2
−3 −3
−4 −4
Solution. By the Chain Rule, F 0 (1) = f 0 (g(1))g 0 (1). From the graph of g, we see that g(1) = −2 and
g 0 (1) = −1. Therefore, F 0 (1) = −f 0 (−2). From the graph of f , we see that f 0 (−2) = −3, so F 0 (1) is
equal to 3 .
6. You are given the following information about three functions f , g, and h.
If r(x) = f (g(h(x))), do you have enough information to find r0 (1)? If so, compute it. If not, what
additional information do you need?
Plugging in x = 1,
9
7. Look again at the folium of Descartes, x3 + y 3 = xy. Find all points on the curve where the tangent
2
line is horizontal.
9
2
−2 −1 1 2
−1
−2
dy
Solution. We are looking for the points on the curve where dx = 0. Starting from the equation for
the curve, we can implicitly differentiate with respect to x:
d 3 3
d 9
x +y = · x · y
dx dx 2
2 2 dy 9 dy
3x + 3y = y+x
dx 2 dx
dy
We want points where dx = 0:
9
3x2 + 3y 2 · 0 = (y + x · 0)
2
9
3x2 = y
2
2 2
x =y
3
So, we need y = 32 x2 . However, we also need to have points that are actually on the curve, so we also
want x3 + y 3 = 92 xy. Plugging the former equation into the latter,
3
2 2 9 2 2
x3 + x = x x
3 2 3
8
x3 + x6 = 3x3
27
8 6
x − 2x3 = 0
27
8 3
x3 x −2 =0
27
So, either x = 0 or x3 = 27 3
4 , which happens when x = 3 4 . Looking at the picture of the curve, we see
√
that the point with x = 0 does not have a tangent line at all, but there is a point with a horizontal
2
3 2 3 3
tangent line, which must be the point with x = √3 . The corresponding y-value is 3
4
√
3
4
= √ 3 . So,
2
3 3
the only point on the curve with a horizontal tangent line is √
3
,√ .
4 32
8. Suppose you want to compute derivatives of the following functions. For which would you want to use
logarithmic differentiation? Which could you do without logarithmic differentiation? You do not need
to actually compute these derivatives!
10
(a) (x3 + 17 sin x)ln 3
Solution. We don’t need log differentiation here. This function is of the form [f (x)]b so to
compute the derivative, we can use the chain rule!
d
( x3 + 17 sin x )ln 3 = ln 3(x3 + 17 sin x)ln 3−1 · (3x2 + 17 cos x)
dx
√
x3 +14
(b) 7
Solution. We don’t need log differentiation here. This function is of the form [b]f (x) so to
compute the derivative, we can use the chain rule!
! r
d √ √ d
3 3
7 x +14 = 7 x +14 ln 7 · x3 + 14
dx dx
√ 1
x3 +14
=7 ln 7 · (x3 + 14)−1/2 · (3x2 )
2
√
(c) (x2 + x)tan x
Solution. Here logarithmic √ differentiation is essential because this function is of the form
f (x)g(x) . Let y = (x2 + x)tan x We will start by taking logs on both side, and then differ-
entiate:
√
ln y = ln (x2 + x)tan x
√
ln y = tan x · ln(x2 + x)
√
1 dy 2 2 1 1 −1/2
= sec x ln(x + x) + tan x · 2 √ · 2x + x
y dx x + x 2
9. Two cars are approaching an intersection. A red car, approaching from the north, is traveling 20 feet
per second and is currently 60 feet from the intersection. A blue car, approaching from the west, is
traveling 30 feet per second and is currently 80 feet from the intersection. At this moment, is the
distance between the two cars increasing or decreasing? How quickly?
Solution. Intuitively, since both cars are heading toward the intersection, they are getting closer to
each other, so the distance between the two cars should be decreasing.
At the moment described in the problem, the situation looks like this (the red and blue car are
represented by dots; the intersection is the +):
20 ft/s
60
30 ft/s
80
11
Snapshot
However, the most important picture to draw is the “generic” one that shows how the situation could
look at an arbitrary time. Here’s a generic picture for this situation. We’ve labeled some variables in it:
x for the blue car’s distance from the intersection and y for the red car’s distance from the intersection.
Generic
z
y
x
dx dy
Now, we try to relate variables. In this case, since the rates we know about are dt and dt , and the
rate we want to know is dz
dt , we try to relate x, y, and z.
We see a right triangle in our picture, so we can use the Pythagorean theorem to relate the lengths of
its sides:
Equation relating our variables: x2 + y 2 = z 2
dz
Once we have our relating equation, we differentiate it. Since we are looking for dt , we should differ-
entiate it with respect to t.
12
Now, we differentiate the relating equation with respect to t, using implicit differentiation:
d 2 d
(x + y 2 ) = (z 2 )
dt dt
dx dy dz
2x + 2y = 2z (1)
dt dt dt
Since we care about what happens at a specific moment, we can plug in our “snapshot” information.
dx dy
At the moment we are interested in, x = 80, y = 60, = −30, = −20, and z = 100 by the
dt dt
Pythagorean Theorem. Plugging this all in to the previous equation gives
dz
2(80)(−30) + 2(60)(−20) = 2(100) ,
dt
dz
so = −36. In words, the distance between the cars is
dt
10. An oil tank in the shape of an inverted cone has height 10 m and radius 6 m. When the oil is 5 m
deep, the tank is leaking oil from the tip at a rate of 2 m3 per day. How quickly is the height of the oil
in the tank decreasing at this moment?
Note: The volume of a cone of radius r and height h is 13 πr2 h.
Solution. As usual, let’s start by drawing two pictures, a generic picture that applies at any time,
and a “snapshot” showing the situation at the time we care about. We’ll also label some variables in
the generic picture (the things labeled in red are changing).
6m 6m
r
10 m 10 m
h 5m
Generic Snapshot
Note that the radius and height of the tank are constant, but the radius and height of the oil change
as oil leaks out, so we assign variables to those.
13
dV
Now, we try to relate variables. In this case, since the rate we know is dt and the rate we want to
know is dh
dt , we try to relate V to h.
First, the volume V of oil is the volume of a cone with radius r and height h, so V = 13 πr2 h. We’d like
to get V in terms of just h, so we need to express r in terms of h. Here, the key is similar triangles:
6m
r
10 m
6 r 3h
From the similar triangles shown in blue, we get = , so r = . Plugging this into our equation
10 h 5
for V , we get
2
1 3h 3π 3
Equation relating our variables: V = π h= h
3 5 25
dh
Once we have our relating equation, we differentiate it. Since we are looking for dt , we should
differentiate with respect to t.
d d 3π 3
(V ) = h
dt dt 25
dV 9π 2 dh
= h
dt 25 dt
dV
At the moment we’re interested in, dt = −2 and h = 5:
9π dh
−2 = (25)
25 dt
dh 2
So, = − . So, at the time we’re interested in, the height of oil is
dt 9π
2
decreasing at 9π m/day
11. At noon, you are running to get to class and notice a friend 100 feet west of you, also running to class.
If you are running south at a constant rate of 450 ft/min (approximately 5 mph) and your friend is
running north at a constant rate of 350 ft/min (approximately 4 mph), how fast is the distance between
you and your friend changing at 12:02 pm?
Solution. As usual, let’s start by drawing two pictures, a generic picture that applies at any time,
and a “snapshot” showing the situation at the time we care about. We’ll also label some variables in
the generic picture.
Between noon and 12:02, you run (450 ft/min)(2 min) = 900 ft, and your friend runs (350 ft/min)(2
min) = 700 ft.
14
friend at 12:02
friend at 12:02
700
900
you at 12:02
you at 12:02 100
Snapshot (12:02) Generic
In the generic picture, we’ve let z be the distance (in feet) between you and your friend and y be the
“vertical” (north-south) distance (in feet) between you and your friend.
Now, we try to relate variables. In this case, since the rates we know is dy dt and the rate we want to
know is dz
dt , we try to relate y and z. Using our generic picture, we see that we can relate our variables
using the Pythagorean Theorem:
Equation relating our variables: y 2 + 1002 = z 2
dz
Once we have our relating equation, we differentiate it. Since we are looking for dt , we should differ-
entiate with respect to t.
d 2 d 2
y + 1002 =
z
dt dt
dy dz
2y = 2z
dt dt
dy dz
y =z
dt dt
Now, we plug in the snapshot information and rate we know. To get z at the snapshot moment, we can
use the Pythagorean Theorem (or the relation y 2 + 1002 = z 2 that we got from using the Pythagorean
Theorem earlier):
p dz
1600(800) = 16002 + 1002
dt
dz 12800 12800
So, = √ ; that is, the distance between you and your friend is increasing at √ ft/min at
dt 257 257
12:02.
15
12. During a night run, an observer is standing 80 feet away from a long, straight fence when she notices
a runner running along it, getting closer to her. She points her flashlight at him and keeps it on him
as he runs.
When the distance between her and the runner is 100 feet, he is running at 9 feet per second. At
this moment, at what rate is she turning the flashlight to keep him illuminated? Include units in your
answer.
Solution. As usual, let’s start by drawing two pictures, a generic picture that applies at any time,
and a “snapshot” showing the situation at the time we care about. We’ll also label some variables in
the generic picture.
Snapshot Generic
runner x runner
fence fence
80 80
100
θ
observer observer
What we know: dx dt = −9 (negative because the man is getting closer to the observer,
so the distance x is decreasing)
dθ
What we want to know: dt
dx
Now, we try to relate variables. In this case, since the rate we know is dt and the rate we want to
know is dθ
dt , we try to relate x and θ.
x
Equation relating our variables: tan θ = 80
dθ
Once we have our relating equation, we differentiate it. Since we are looking for dt , we should differ-
entiate with respect to t.
d d x
(tan θ) =
dt dt 80
2 dθ 1 dx
sec θ =
dt 80 dt
80 4
Now, we plug in our snapshot information. In our snapshot, we can see that cos θ = 100 = 5, so
sec θ = 45 :
25 dθ 1
= (−9)
16 dt 80
dθ 9 16
=− ·
dt 80 25
9
=−
125
9
So, the observer must turn the flashlight at radians per second .
125
16
13. As you’re riding up an elevator, you spot a duck on the ground, waddling straight towards the base of
the elevator. The elevator is rising at a speed of 10 feet per second, and the duck is moving at 5 feet
per second towards the base of the elevator. As you pass the eighth floor, 100 feet up from the level of
the river, the duck is 200 feet away from the base of the elevator. At this instant, at what rate is the
distance between you and the duck changing?
Solution. As usual, let’s start by drawing two pictures, a generic picture that applies at any time,
and a “snapshot” showing the situation at the time we care about. We’ll also label some variables in
the generic picture.
Snapshot Generic
you you
z
100 y
duck duck
200 x
dx dy
Now, we try to relate variables. In this case, since the rates we know about are dt and dt , and the
rate we want to know is dz
dt , we try to relate x, y, and z.
dx dy dz
x +y =z
dt dt dt
Plug in the snapshot information:
p dz
200 (−5) + 100(10) = 2002 + 1002
dt
dz
Solving, dt = 0 ft/s .
14. Kelly is flying a kite; the kite is 100 ft above the ground and moving horizontally away from Kelly. At
precisely 1 pm, Kelly has let out 300 ft of string, and the amount of string let out is increasing at a
rate of 5 ft/s. If Kelly is standing still, at what rate is the angle between the string and the vertical
increasing at 1 pm? (You may assume that the string is stretched taut so that it is a straight line.)
17
Solution. As usual, let’s start by drawing two pictures, a generic picture that applies at any time,
and a “snapshot” showing the situation at the time we care about. We’ll also label some variables in
the generic picture.
Snapshot Generic
kite kite
100 100
300 s
θ
Kelly Kelly
Note that, since the kite flies horizontally, it is always 100 ft above the ground; that’s why we can label
the height as 100 in the generic picture.
We plug in our snapshot information. By the Pythagorean Theorem, the width of the triangle in our
√ √ √ √
snapshot is 100 8 = 200 2, so sin θ = 200
300
2
= 2 2
3 in our snapshot:
√
2 2 dθ 100
− =− ·5
3 dt 3002
dθ 3 500
= √ ·
dt 2 2 3002
1
= √ radians per second
120 2
15. A 13-ft ladder is leaning against a house when its base starts to slide away. By the time the base is 12
ft from the house, the base is moving at a rate of 5 ft/sec.
(a) How fast is the top of the ladder sliding down the wall then?
(b) At what rate is the area of the triangle formed by the ladder, wall and ground changing then?
18
(c) At what rate is the angle between the ladder and the ground changing then?
Solution. Caveat: We really want you to follow the problem solving framework that has been set up
in the previous problems as you work through these. This solution is a sketch, and you should work
to fill in the details you would need in order to get full credit on this problem!
a) Denote the base of the triangle by x, and the height of the triangle by y. We have x2 + y 2 = 132 .
dy
Taking derivative with respect to time yields 2x dx
dt + 2y dt = 0. At the moment we are interested in,
√
we know that dt = 5, x = 12 and y = 13 − 12 = 5, so 2 · 12 · 5 + 2 · 5 dy
dx 2 2 dy
dt = 0. So dt = −12 ft/sec.
dx dy
dt y+x dt
b) Denote the area of the triangle by A. We have A = xy dA
2 . So dt = 2 . Plugging in everything
5·5+12·(−12)
we know from the previous part, dAdt = 2 = −59.5 ft2 /sec.
c) Denote the angle by θ. We will use the equation tan θ = xy . After applying d 2 dθ
dt , we have sec (θ) dt =
dy dx
dt x− dt y 122 −12∗12−5∗5
x2 . At the moment we are interested in, we have cos(θ) = So 12
13 .= dθ
dt 132 122 = = −169
132
−1 rad
sec .(Side note: The angle must be measured is radians for this computation to work! If we used
degrees instead of radians, we would have to change our trig derivative rule to [tan θ]0 = 180
π
sec2 (θ).)
√
16. (a) Use linear approximation to estimate 24.5 without using a calculator. Draw a sketch to explain
what you are doing.
√
Solution. We need to first pick a function to approximate; let’s use f (x) = x. We want to
approximate f (24.5), so we should pick a value of a near 24.5 as a “base” for our approximation.
Let’s use a = 25, since we can evaluate f (25) exactly.
f 0 (x) = 21 x−1/2 , so f 0 (a) = 10
1
. Thus, our tangent line has slope 10. We also know that (25, 5) is
1 1
a point on the tangent line, so the line has equation y − 5 = 10 (x − 25), or y = 5 + 10 (x − 25).
√ 1
Therefore, x ≈ 5 + 10 (x − 25) for x near 25.
√ 1
Plugging in x = 24.5 gives 24.5 ≈ 5 + 10 (−0.5) = 4.95.
t
25
(b) From your sketch, you should be able to tell whether your approximation is an overestimate or
underestimate. Which is it?
Solution. From the sketch it is clear that our estimate is an overestimate.
Solution. As we’ve seen, it is the concavity of a function that decides whether linear approx-
19
imations give over-estimates or under-estimates. So far, we’ve been able to “see” for ourselves
whether a function is concave up or down. But there is a more mathematical way to decide this.
Recall our old table again:
f f0 f 00
Positive / Negative nothing —
increasing / decreasing Positive / Negative nothing
concave up / concave down increasing / decreasing Positive / Negative
— concave up / concave down increasing / decreasing
A function f is concave up exactly when the first derivative is increasing i.e. exactly when the
second derivative is positive. So an easy way to check concavity, is simply to compute the second
derivative. Here, f 00 (x) = −1
4 x
−3/2
= −1
4 ·
√1 . Since this is negative for any value of x, the
x3
function is concave down, and so the estimate is an over-estimate.
17. Use linear approximation to estimate 94/3 . Is your estimate too high or too low?
Solution. The idea of linear approximation is that the line tangent to a graph y = f (x) at x = a is a
good approximation for the actual graph around x = a, so we start by picking a function f (x) and a
value of x where we will find the tangent line. Since we are looking for 94/3 , it makes sense to pick as
our function f (x) = x4/3 . Then, we want to know f (9). Let’s find the tangent line to f (x) at x = 8
because 8 is pretty close to 9, and we can evaluate f (8) exactly; it’s 84/3 = (81/3 )4 = 24 = 16.
Next, we find the tangent line. The slope of the tangent line will be given by f 0 (8). Using the Power
Rule, f 0 (x) = 43 x1/3 , so f 0 (8) = 43 · 81/3 = 83 . Thus, the tangent line has slope 83 ; we know (8, 16) is a
point on the tangent line, so the tangent line has equation y − 16 = 83 (x − 8), or y = 16 + 38 (x − 8).
2
So, we know that x4/3 ≈ 16 + 83 (x − 8) for x near 8. Plugging in x = 9 gives 94/3 ≈ 16 + 8
3 = 18 + .
3
To figure out whether this estimate is too high or too low, let’s think about the concavity of f (x). The
second derivative f 00 (x) is 94 x−2/3 , which is positive on (0, ∞); therefore, f is concave up on (0, ∞). So,
our tangent line approximation must have been under the graph of f , which means that our estimate
was too low .
18. In this problem, we’ll look at the cubic function f (x) = x3 + 3x2 + 1.
Solution. f 0 (x) = 3x2 + 6x = 3(x2 + 2x) = 3x(x + 2), so f 0 (x) = 0 at x = −2, 0 . (There are no
points where f 0 is undefined.)
(b) Make a sign chart for f 0 , and use this to decide whether each of the critical points you found is a
local minimum, a local maximum, or neither.
Solution.
f
-2 0
¢
sign of f + - +
So we know that at x = −2 there is a local max and at x = 0 there is a local minimum. The above
is a strategy used to classify critical point. The strategy can be boiled down to the following:
20
First Derivative Test. Suppose f 0 (c) = 0 or f 0 (x) doesn’t exist at x = c.
Solution. To find the critical points, we need to know when the derivative equals 0.
f 0 (x) = 4x(x2 − 4) = 0
So the critical points are
x = −2, 0, and 2
(b) For each critical point c of f , find the sign of f 00 (c). What does this tell you about the critical
point c?
Solution. f 00 (x) = 12x2 − 16
20. Suppose you’ve made the following sign chart for the derivative of a function f (x). The function f (x)
is continuous and differentiable on (−∞, ∞).
0 3 5
sign of f 0 + − + −
(a) Does f (x) have an absolute maximum on (−∞, ∞)? (Definitely yes, definitely no, or maybe?) If
so, where could it be?
Solution. The function definitely has an absolute maximum at either x = 0 or at x = 5.
(b) Does f (x) have an absolute minimum on (−∞, ∞)? If so, where could it be?
Solution. There is not enough information to be sure. For example, it’s possible that lim f (x) =
x→∞
−∞, in which case f certainly would not have an absolute minimum. However, it’s also possible
that lim f (x) and lim f (x) both exist and that x = 3 is an absolute minimum point. Both
x→∞ x→−∞
possibilities are illustrated below:
21
3 5
3 5
(c) Does f (x) have an absolute maximum on [−2, 10]? If so, where could it be?
Solution. Yes, f must have an absolute maximum on [−2, 10]; it could be at x = 0 or x = 5.
(d) Does f (x) have an absolute minimum on [−2, 10]? If so, where could it be?
Solution. Yes, f must have an absolute minimum on [−2, 10]; it could be at x = −2, x = 3, or
x = 10.
21. Let f (x) = 3x1/3 + 4x. Find all critical points of f , and determine whether each critical point is a local
minimum, local maximum, or neither.
Solution. To find the critical points of f (x), we need to look for where the derivative is 0 or where
the derivative is undefined.
2
f 0 (x) = x− 3 + 4
2
it’s never 0 because x−2/3 = x−1/3 is always ≥ 0.(1) Note that f 0 (x) is undefined at x = 0.
This means that there is a critical point at x = 0. The Second Derivative Test isn’t useful here:
f 00 (x) = − 32 x−5/3 , so f 00 (0) is undefined (which makes sense since we already found that f is not
differentiable at 0). Instead, we’ll use the First Derivative Test; for example, f 0 (−1) = 5 > 0 and
f 0 (1) = 5 > 0. That gives us the following sign chart for f 0 :
f
0
sign of f 0 + +
So, the critical point x = 0 is neither a local minimum nor a local maximum .
(1) You could also try solving the equation f 0 (x) = 0, which would give:
x−2/3 = −4
1
x2/3 = −
4
1 3/2
x= −
4
s
1 3
= − ,
4
which is not a real number.
22
22. Sanity Check. Do this without looking at your notes! Which of the following is the linearization of a
function f (x) at x = a?
93 86
23. (a) Use linear approximation to approximate the value of cos 180 π and cos 180 π .
Solution. Our goal is to use linear approximation to get a sense of the value of f (x) = cos(x) at
some unfamiliar angles. Note that both the angles are close to x = π2 , which is helpful since we
know that cos( π2 ) = 0. This observation sharpens our goal; we want to find the equation of the
tangent line at ( π2 , 0). The slope of the tangent line will be equal to f 0 ( π2 ).
f 0 (x) = − sin(x)
π
f 0 ( ) = −1
2
As a sense making check that we wrote down the correct derivative, we see that cos(x) is decreasing
on the interval (0, π2 ) and so the negative sign is required.
Using the point slope formula we can write down the equation of the tangent line
π
y = −1 x −
2
π
The punchline is that the tangent line is a good approximation for cos(x) for values near 2:
π π
cos(x) ≈ −x + for x near .
2 2
93 93 π 3 −π
cos π ≈− π+ =− π=
180 180 2 180 60
86 86 π 4 π
cos π ≈− π+ = π=
180 180 2 180 45
(b) To determine if the estimates are over or under the actual values, it is helpful to determine the
concavity of the function. On the interval [0,π] where is f (x) = cos(x) concave up? On the
interval [0,π] where is cos(x) concave down? Justify your answer using calculus.
f 0 (x) = − sin(x)
f 00 (x) = − cos(x)
The function is concave up when f 00 (x) > 0 and concave down when f 00 (x) < 0. To decide the
sign of f 00 (x), we solve f 00 (x) = 0.
23
−cos(x) = 0
π
x=
2
• f 00 (x) is negative on the interval (0, π2 ) and so f (x) is concave down.
Solution. We will graph cos(x) along with the tangent line at ( π2 , 0) to decide if our estimates
are overestimates or underestimates.
24. Use linear approximation to estimate e0.1 . Explain whether your estimate is overestimate of under
estimate.
Solution. Let f (x) = ex . We need to use an appropriate tangent line. Since 0 is near 0.1, and we
know that e0 = 1, let’s consider the tangent line at x = 0. Since f (0) = 1, this tangent line passes
through the point (0,1). We also need the slope at x = 1:
f 0 (x) = ex ,
y = x + 1.
To find out whether this estimate is over or under estimate, we compute the second derivative and see
that
f 00 (x) = ex ,
This is always positive, and so f (x) is concave up. That is, the estimate is an underestimate.
24
25. Use linear approximation to estimate sin2 ( π4 − 0.1).
Solution. Let f (x) = sin2 (x). By the chain rule, f 0 (x) = 2 sin(x) cos(x). Using a = π4 , we have
√ √ √
f (x) ≈ f (a) + f 0 (a)(x − a) near x = a. Since f (a) = ( 22 )2 = 21 and f 0 (a) = 2 22 22 = 1, we have
f (x) ≈ 12 + (x − π4 ) near x = π4 . Thus f ( π4 − 0.1) ≈ 12 + ( π4 − 0.1 − π4 ) = 0.4.
πx2 + 2
26. We’d like to get an accurate graph of f (x) = . Answer the questions below in whatever order
x
makes most sense to you, and use them to sketch the graph of f .
Solution. The domain of f is all real numbers except x = 0. That is the domain is (−∞,0) ∪ (0,∞) .
To see whether f has any useful symmetry, we look at f (−x):
π(−x)2 + 2
f (−x) =
−x
−πx2 + 2
=
x
= −f (x)
So f is odd . This is great! In order to graph f , we can really analyze it on just (0, ∞) and then
use symmetry to fill in the other half of the graph.
Let’s do that now, and then we’ll answer the remaining questions using our graph.
• Intercepts: Since x 6= 0, there is no y-intercept . Since πx2 + 2 6= 0 for any x, there are
no x-intercepts . So this graph never crosses the x or y axes.
• Horizontal Asymptotes: To find the horizontal asymptote on (0,∞), we need to compute the
πx2 + 2
2
limit lim f (x) = lim = lim πx + = ∞. So there are no horizontal asymptotes .
x→∞ x→∞ x x→∞ x
• Where is f increasing or decreasing? To figure out where f is increasing, we’ll make ar sign
2 2
chart for f 0 (x) = π− x22 = πxx2−2 . f 0 is not defined at x = 0, and it’s 0 when πx2 = 2 ⇒ ± .
r π
2
We will only focus on x = 0, since we are only considering the right half of the graph.
π
By testing points, we get the following sign chart for f 0 on (0, ∞):
f
0
q
2
0 π
sign of f − +
25
For example, f 0 (0.5) < 0 and f 0 (100) > 0.
• Where is f concave up or concave down? We’ll figure out the concavity of f by making a sign
chart for f 00 (x) = x43 . This is undefined at x = 0, and its always positive on (0, ∞). That is
f is concave up on (0,∞) .
Putting this all together, we can get a reasonable graph of f on (0, ∞) and then use symmetry
to draw the graph on (−∞, 0):
q q
− π2 2
π
Now that we’ve analyzed and graphed f , it’s easy to answer the remaining questions.
(b) Find and classify all discontinuities of f . Justify your classifications using limits.
Solution. There is a vertical asymptote at x = 0.
(e) On what intervals is f (x) concave up? On what intervals is it concave down?
Solution. Although concavity changes at x = 0, there isn’t an inflection point there because f
is undefined at 0.
Solution. We found that there are no x and y intercepts. The graph never crosses the axes.
26
(h) Sketch a rough graph of f (x) that incorporates all of the above information.
Solution. The domain of f is all real numbers. To see whether f has any useful symmetry, we
look at f (−x):
(b) Find and classify all discontinuities of f . Justify your classifications using limits.
Solution. Since f is made up of familiar functions, its discontinuities are exactly where it is
undefined. However, we’ve already said that f is defined everywhere, so f has no discontinuities .
The critical points, where f 0 (x) is 0 or undefined, are x = 0, 5. Now, we can make a sign chart
for f 0 by testing points. For example, f 0 (−1) = 8(1)(−6) < 0, f 0 (1) = 8(1)(−4) < 0, and
f 0 (6) = 8(62/3 )(1) > 0. So, here is the sign chart for f 0 :
0 5
sign of f 0 − − +
So, f is decreasing on (−∞, 5) and increasing on (5, ∞) . (It’s also okay to say that f is decreas-
ing on (−∞, 0) and (0, 5).)
27
(e) On what intervals is f (x) concave up? On what intervals is it concave down?
Solution. To answer this, let’s make a sign chart for f 00 , since the sign of f 00 tells us whether f
is increasing or decreasing. We found that f 0 (x) = 8x5/3 − 40x2/3 , so
40 2/3 80 −1/3 40 −1/3
f 00 (x) = x − x = x (x − 2).
3 3 3
f 00 (x) is undefined when x = 0 and 0 when x = 2. Now, we can test points to make our sign chart.
For example, f 00 (−1) = 40 00 40 00 40 −1/3
3 (−1)(−3) > 0, f (1) = 3 (1)(−1) < 0, and f (3) = 3 (3 )(1) > 0:
0 2
sign of f 00 + − +
Solution. The concavity of f (x) changes at x = 0 and x = 2, so there are two inflection points,
(0, 0) and 2, −18 · 25/3 .
(h) Sketch a rough graph of f (x) that incorporates all of the above information.
Solution.
2 5 8
(We’ve drawn the tangent lines at the inflection points to make the concavity change there
clearer.)
x
28. Graph f (x) = √ . Show how you found the domain, the intervals on which the function is
4 − x2
increasing and decreasing, the intervals on which the function is concave up and concave down, the
local maxima and minima, any asymptotes, and anything else of interest on the curve.
Solution. Let’s look at the key features.
• Domain and discontinuities: There are two things that could potentially make f undefined: taking
the square root of a negative number or dividing by 0. The former happens if x2 > 4, or when
28
|x| > 2. The latter happens when 4 = x2 , or |x| = 2. So, the domain of f is |x| < 2, or (−2, 2).
On this domain, f is made up of familiar functions, so it has no discontinuities.
−x x
• Symmetry: Let’s check whether f has useful symmetry: f (−x) = p = −√ =
4− (−x)2 4 − x2
−f (x), so f is an odd function. Therefore, we can analyze it on just [0, 2) and then use symmetry
to graph it on (−2, 0).
• End behavior: We should look at lim− f (x) to understand the behavior of f at the right end of
√ x→2
its domain. As x → 2− , 4 − x2 → 0+ , so √4−x
x
2
→ ∞.
• Increasing / decreasing: Let’s make a sign chart for f 0 . First, we can rewrite f (x) = x(4−x2 )−1/2 ;
then,
0 d 2 −1/2
f (x) = x · 4−x
dx
d 2 −1/2
−1/2
+ 4 − x2
=x· 4−x
dx
1 −3/2 −1/2
= x · − 4 − x2 (−2x) + 4 − x2
2
= (4 − x2 )−3/2 x2 + 4 − x2
4
=
(4 − x2 )3/2
On [0, 2), this is never undefined and never 0. So, the sign of f 0 does not change on [0, 2). We can
test any point to determine this sign; for example, f 0 (1) = 33/2
4
> 0, so f is increasing on [0, 2).
• Concavity: Let’s make a sign chart for f 00 . Since f 0 (x) = 4(4 − x2 )−3/2 ,
00 d 2 −3/2
f (x) = 4 · 4−x
dx
−5/2
= −6 4 − x2 (−2x)
12x
=
(4 − x2 )5/2
This is never undefined on [0, 2), and it’s 0 only at x = 0. So, the sign of f 00 does not change
on (0, 2). We can test any point to determine this sign; for example, f 00 (1) = 312
5/2 > 0. So, f is
Putting this together, we get the graph of f on [0, 2). Then we use the fact that f is odd to graph f
on (−2, 0):
29
−2 2
|4x2 | ≤ 1
1
|x2 | ≤
4
Square rooting both sides,
1
|x| ≤
2
1 1
So, the domain of f (x) is − , .
2 2
30
It’s 0 when the numerator is 0, which happens at x = 0. Then, we can test points to get the
following sign chart for f 0 :
− 12 0 1
2
sign of f 0 − +
(d) Does f have an absolute maximum and absolute minimum on its domain? If so, find the absolute
maximum and minimum values, and say where they occur.
Solution. Since f is continuous and its domain is a closed interval, it must have an absolute
maximum and absolute minimum by the Extreme Value Theorem. From the sign chart for f 0 ,
we drew in (c), we can be sure that the absolute minimum occurs at x = 0, and the absolute
minimum value is f (0) = 0.
From the sign chart for f 0 , the absolute maximum could be at either endpoint of the domain;
since we foundthat f is even, the function must be equal at x = ± 21 . So, the absolute maximum
value is f ± 12 = arcsin(1) = π2 . Thus:
minimum point is (0, 0), and the absolute maximum points are − 12 , π2
The absolute and
1 π
2, 2 .
(e) In (a), you should have found that the domain of f was a closed interval [a, b]. What are lim+ f 0 (x)
x→a
and lim− f 0 (x)? (Note that this is asking about f 0 , not about f .) What does this tell you about
x→b
the graph of f ?
8x 8x
Solution. We are asked to calculate lim √ and lim √ .
x→(−1/2)+ 1 − 16x4 x→(1/2)− 1 − 16x4
+ √
As x → − 21 , 8x → −4 and 1 − 16x4 → 0; when we’re looking at the limit of a fraction where
the numerator has a non-zero limit and the denominator → 0, we need to think about the sign of
√
the denominator. Here, the denominator 1 − 16x4 is always positive, so lim + f 0 (x) = −∞ .
x→(−1/2)
8x
(When x is just a bit bigger than − 21 , evaluating √ involves dividing a number close to
1 − 16x4
−4 by a tiny positive number, which results in a very negative answer.)
− √ √
As x → 12 , 8x → 4 and 1 − 16x4 → 0. Since 1 − 16x4 is always positive, lim − f 0 (x) = ∞ .
x→(1/2)
(f) Use the above information to sketch a rough graph of f . (Your sketch need not accurately reflect
the concavity of the graph.)
Solution. Here is the graph of f (x):
31
π
2
− 12 1
2
3 When you sketch a graph, the key is to be consistent with everything else you’ve found. Here,
that means that your graph should:
• Have domain − 21 , 12 .
30. Determine how many roots f (x) = x3 + x − 2 has, if any, on the interval x in [0,3].
Solution. We’ve tackled something similar in spirit in the past. Revisit the handout and homework
on the Intermediate Value Theorem!
But essentially, before we start counting, let’s think about whether there is a root at all on this interval.
Note that the function f is continuous on [0,3] and differentiable on (0,3). Since f (0) = −2 and
f (3) = 28, by the intermediate value theorem, we know that the function takes all values between -2
and 28, and so specifically, it must hit the value 0.
So there is at least one root between [0,3]. Are there more? Suppose there were two points a,b where
f (a) = f (b) = 0. Then, since this function is continuous and differentiable everywhere, by the Mean
Value Theorem, there must be a point c in (a,b) such that:
f (b) − f (a)
= f 0 (c)
b−a
But f (b)−f
b−a
(a) 0
= b−a = 0. So we are saying that there must be a point where f 0 (c) = 0. But
f 0 (x) = 3x2 + 1 and this is never equal to zero. Hence, f must have exactly one root in the interval
[0,3].
32. Average speed vs. average velocity. A swimmer is swimming a 100 m long race, which is one lap in a
50 m long pool. Let s(t) be his distance from the starting position t seconds after the start of the race.
(a) Which of the following is a more reasonable graph for s(t)? Why?
32
s s
100 50
80 40
60 30
40 20
20 10
t t
10 20 30 40 50 10 20 30 40 50
(A) (B)
Solution. Choice (B) is the reasonable one: when the swimmer reaches the opposite end of the
pool, he is 50 m from the starting point. At the end of the race, he is back at the starting point,
so he is 0 m from the starting point. (Choice (A) would say that, at the end of the race, the
swimmer is 100 m from his starting point.)
(b) According to the graph you chose, what was the swimmer’s average speed for the race? Average
velocity for the race?
change in distance traveled
Solution. First, remember that average speed = change in time , while average velocity
change in position
= change in time .
When the swimmer starts the race, he has traveled 0 m; when the swimmer ends, he has traveled
100 m; therefore, the change in his distance traveled is 100 m. The race takes 50 seconds, so his
average speed for the race is 100 m
50 s = 2 m/s.
The swimmer’s change in position for the race is 0 because he ends in the same place he started,
0m
so his average velocity for the race is 50 s = 0 m/s.
(c) What was the swimmer’s average speed over the first 20 seconds of the race? Average velocity?
Solution. In the first 20 seconds, the swimmer swam a distance of 50 m. So, his average speed
on this interval was 50 m
20 s = 2.5 m/s.
(d) What was the swimmer’s average speed over the last 50 m of the race? Average velocity?
50 m 5
Solution. The swimmer swam the last 50 m in 30 seconds, so his average speed was 30 s = 3
m/s.
s(50)−s(20) −50 m
His average velocity on this interval was 50−20 = 30 s = − 53 m/s.
33
On the other hand, instantaneous speed is simply the absolute value of instantaneous velocity.
g 2
f 2
1 1
−3 −2 −1 1 2 3 −3 −2 −1 1 2 3
−1 −1
−2 −2
f (x)
(b) lim
x→0 g(x)
Solution. As x → 0, f (x) → 2 and g(x) → 0. In this situation (where the denominator tends to
0 but the numerator doesn’t), we need to think about the sign of the denominator. Here, g(x) is
f (x)
negative for x near 0, so lim = −∞ . (After all, for x very close to 0, f (x) is very close to
x→0 g(x)
2, and g(x) is a very slightly negative number. When you divide a number close to 2 by a slightly
negative number, you get a very negative result.)
f (x)
(c) lim
x→−2 g(x)
Solution. As x → −2, f (x) approaches f (−2), which is a negative number (although we can’t
tell its exact value easily from the graph), while g(x) approaches 0. So, we should again think
about the sign of the denominator. Here, the sign changes at x = −2. For x just a bit less than
f (x)
−2, g(x) is negative, so lim = ∞. For x just a bit bigger than −2, g(x) is positive, so
x→−2 g(x)
−
f (x) f (x)
lim+ = −∞. Therefore, lim does not exist .
x→2 g(x) x→2 g(x)
f (x)
(d) lim
x→1 g(x)
Solution. As x → 1, f (x) does not approach a limit because the one-sided limits don’t agree.
Therefore, we should look at the given limit from both sides. As x → 1− , f (x) → 2 and
g(x) → 0− ,(2) so fg(x)
(x)
→ −∞. As x → 1+ , f (x) → −1 and g(x) → 0+ , so fg(x)
(x)
→ −∞. Since
f (x) f (x) f (x)
lim and lim+ are both −∞, lim = −∞ .
x→1− g(x) x→1 g(x) x→1 g(x)
(2) Remember that writing, “As x → 1− , g(x) → 0− ” is shorthand for “As x → 1− , g(x) approaches 0 from below.” That is,
34
f (x)
(e) lim
x→2 g(x)
f (x) 1
Solution. As x → 2, f (x) → −1 and g(x) → 2, so → − .
g(x) 2
34. Working algebraically with limits. Can you evaluate the following limits?
sin x
(a) limπ
x→ 3 cos x
√
π 3 π
= 21 . So:
Solution. sin 3 = 2 and cos 3
√
3
sin x 2
lim = limπ 1
x→ π3 cos x x→ 3
2
√
= limπ 3
x→ 3
√
= 3
sin x
(b) lim +
x→3π cos x
Solution. sin(3π) = 0 and cos(3π) = −1. So:
sin x 0
lim = lim
x→3π + cos x x→3π −1
+
= lim + 0
x→3π
= 0
cos x
(c) lim
x→3π + sin x
Solution. sin(3π) = 0 and cos(3π) = −1. So when we try to simply “plug in the value”, we get
a limit of the form −1
0 . So the limit does not exist . However, let’s see if we can say more.
In this situation (where the denominator tends to 0 but the numerator doesn’t), we need to think
about the sign of the denominator. When x is just a little more than 3π, then looking at the
graph of sin x, we can see that sin x is negative, so lim sin(x) = 0− (that is, as x → 3π + , sin x
x→3π +
approaches 0 from the negative side); When we take -1 and divide it by a tiny negative number,
cos x
we get a huge positive number. Therefore, lim + = ∞.
x→3π sin x
cos x
(d) lim
x→3π sin x
Solution. Again this is a limit where the denominator tends to 0 but the numerator doesn’t
cos x cos x
go to 0. We have seen already that lim = ∞. Let’s compute lim . When x is
x→3π sin x
+ x→3π sin x
−
just a little less than 3π, then looking at the graph of sin x, we can see that sin x is positive,
so lim sin(x) = 0+ (that is, as x → 3π − , sin x approaches 0 from the positive side); When
x→3π −
we take -1 and divide it by a tiny positive number, we get a huge negative number. Therefore,
cos x cos x
lim = −∞. Since the two limits are different, the limit lim does not exist .
x→3π − sin x x→3π sin x
35
(sin x) − 2
(e) lim
x→2 (x − 2)2
Solution. As x approaches 2, the numerator here approaches sin 2 − 2, while the denominator
approaches 0. Note that since −1 ≤ sin x ≤ 1, we know that sin 2 − 2 < 0. So this is a limit where
the denominator tends to 0 but the numerator doesn’t go to 0. Let us consider the sign of the
denominator. Since the denominator is a square, it will always be positive. So lim (x − 2)2 = 0+
x→2
(that is, when x approaches 0 from either side, (x − 2)2 approaches 0 from the positive side).
Since a negative number divided by a tiny positive number is a huge negative number, we get
(sin x) − 2
that lim = −∞ .
x→2 (x − 2)2
Solution. Let’s start by thinking about how the limit is affecting the x values here. As x
approaches 3, (x2 − 9) approaches 0. However, here, we are actually approaching 3 from the right.
When x is just a bit bigger than 3, then x2 − 9 is just a bit bigger than 0. What is ln of a tiny
positive number? Looking at the graph of ln, we can see that ln of a tiny positive number is a
really large negative number. So lim+ ln(x2 − 9) = −∞ .
x→3
π
35. In this problem, we’ll look at lim x2 sin .
x→0 x
2
π about this limit and says, “As x → 0, x approaches 0. 0 times anything is
(a) Aberforth is thinking
0, so lim x2 sin must be 0.” What do you think of Aberforth’s reasoning?
x→0 x
1
Solution. Aberforth’s reasoning is incorrect, which we can see from an example like lim x2 · 4 .
x→0 x
1
Aberforth would think that this limit is 0, but we can use algebra to rewrite it as lim 2 , which
x→0 x
is ∞.
In general, it’s never safe to look at just one piece of a limit; you always need to look at all pieces
of a limit to understand it!
π
(b) Find lim x2 sin . Explain your reasoning carefully.
x→0 x
π
Solution. Aberforth’s mistake was ignoring the sin piece of this limit, so let’s try to un-
x
derstand that piece. We’ve seen in ?? that it doesn’t approach a limit as x → 0 and that it
actually
π behaves very wildly near x = 0. However, one simple thing we can say about it is that
sin is always between −1 and 1, just because sine of anything is between −1 and 1. Therefore,
x
π
x2 sin is always between x2 (−1) = −x2 and x2 (1) = x2 . That is
x
π
−x2 ≤ x2 sin ≤ x2
x
But if we graph −x2 and x2 , we see that any function that is stuck between them must tend to
0 as x → 0, because both x2 and −x2 tend to 0 as x → 0:
36
x2
−0.1 0.1
−x2
π
(c) Sketch a rough graph of f (x) = x2 sin for x near 0.
x
π
Solution. As we saw in ??, around x = 0, sin oscillates (wildly!) between −1 and 1.
π x
Therefore, x2 sin oscillates between x2 (−1) = −x2 and x2 (1) = x2 . Its graph is the green
x
one below:
x2
−0.1 0.1
−x2
36. Evaluate the limits below. If the limit does not exists, write whether it is ∞ or −∞. If it does not
exists and also not ±∞, explain why the limit does not exist
3x − x cos x
(a) lim .
x→0 sin 2x
Solution.
3x − x cos x 3x x
lim = lim − lim · cos x
x→0 sin 2x x→0 sin 2x x→0 sin 2x
2x 3 2x cos x
= lim · − lim ·
x→0 sin 2x 2 x→0 sin 2x 2
3 1
=1· −1·
2 2
= 1.
|x − 2|
(b) lim .
x→2 x−2
37
Solution. |x − 2| is a piecewise function
(
x − 2, x≥2
|x − 2| =
− (x − 2), x<2
|x − 2| x−2
lim = lim = 1.
x→2+ x−2 x→2 x − 2
+
|x − 2| −(x − 2)
lim = lim = −1.
x→2− x−2 x→2 − x−2
Left limit does not equal to the right limit. The limit does not exist, and also not ±∞.
p
(c) lim 2x − 4x2 + 1.
x→∞
Solution.
√ √
p (2x −4x2 + 1)(2x + 4x2 + 1)
lim 2x − 4x2 + 1 = lim √
x→∞ x→∞ 2x + 4x2 + 1
4x2 − (4x2 + 1)
= lim √
x→∞ 2x + 4x2 + 1
−1
= lim √
x→∞ 2x + 4x2 + 1
=0
Solution.
sin(3x)
lim csc(2x) tan(3x) = lim
x→0 x→0 sin(2x) cos(3x)
sin(3x) 1
= lim ·
x→0 sin(2x) cos(3x)
3 sin(3x) 2x 1
= lim · · ·
x→0 2 3x sin(2x) cos(3x)
3 1
= ·1·1·
2 1
3
=
2
x2 + x − 2
(e) lim
x→1 x2 − 3x + 2
Solution.
x2 + x − 2 (x − 1)(x + 2) x+2 3
lim = lim = lim = = −3
x→1 x2 − 3x + 2 x→1 (x − 1)(x − 2) x→1 x − 2 −1
38
√
2x2 + 2x + 3
(f) lim
x→∞ 3x − 1
Solution.
√ √ p √
2x2 + 2x + 3 2x2 + 2x + 3 1/x 2 + 2/x + 3/x2 2
lim = lim · = lim =
x→∞ 3x − 1 x→∞ 3x − 1 1/x x→∞ 3 − 1/x 3
e2x + ex + 4
(g) lim
x→∞ 7e2x + ex − 4
1 + e1x + e2x 4
= lim
x→∞ 7 + 1x − 2x 4
e e
1 4
As x → ∞, ex → 0 and e2x → 0, so the numerator → 1 while the denominator → 7:
1
=
7
e2x + ex + 4
(h) lim
x→−∞ 7e2x + ex − 4
Solution. You might see this, and immediately jump to our strategy of dividing the numerator
and denominator by the largest term in the denominator. However, that wouldn’t work here!
That’s a strategy that only works with limits of the form ∞
∞ . Here, x → −∞, ex → 0, and
2x
e → 0. So the numerator → 4, and the denominator → −4. That is
e2x + ex + 4 4
lim = = −1
x→−∞ 7e2x + ex − 4 −4
.
70x/2 − 1,000,000
(i) lim
x→∞ 23x + 32x + 10100
Solution. First, as x → ∞, the denominator and denominator, both go → ∞. So we’ll use our
technique of dividing the numerator and denominator by the largest term in the denominator. But
what is the largest term in the denominator? It is easier to compare terms when the exponents
are the same. Note that we can rewrite 23x = 8x and 32x = 9x , and now it is clear that 32x or 9x
is the largest term. We will divide both the numerator and denominator by 9x . Note here that
39
√ !x
70x/2 70
we can rewrite = .
9x 9
√
70x/2 − 1,000,000 ( 70)x − 1,000,000
lim = lim
x→∞ 23x + 32x + 10100 x→∞ 8x + 9x + 10100
√ x
( 70 − 1,000,000)/9x
= lim
x→∞ (8x + 9x + 10100 )/9x
√ x
9
70
− 1,000,000
9x
= lim 8 x
10100
x→∞
9 + 1 + 9x
√ √ x
8 x 10100 1,000,000
Since 970 < 1, as x → ∞, 70
9 → 0. Similarly 9 → 0, 9x → 0, and 9x → 0. So
the numerator → 0 while the denominator → 1:
0
=
1
= 0
1
(j) lim sin
x→−∞ x
1
Solution. Note that as x → −∞, we have that →0.
Since sine of a number really close to 0,
x
1
is a number really close to 0, we have that lim sin = 0.
x→−∞ x
Find all values of a for which f is continuous on (−∞, ∞). (Do this without using a calculator!)
Solution. No matter what a is, ax 1
6 is continuous for x < 1 (it’s linear). However, x+a may not be
1
continuous for x ≥ 1: it has a vertical asymptote at x = −a, so x+a will have a discontinuity on x ≥ 1
if −a ≥ 1 (i.e., if −1 ≥ a). So, the first thing we know is that we need −1 < a.
Now, we also need to figure out what would make f continuous at x = 1. We want lim f (x) = f (1) =
x→1
1 1 ax 1
, so we need both lim− f (x) and lim+ f (x) to equal 1+a . That is, we want lim− =
1+a x→1 x→1 x→1 6 1+a
1 1
and lim+ = . The latter is true for all a, but the former is only true if
x→1 x + a 1+a
a 1
=
6 1+a
a(1 + a) = 6
a2 + a − 6 = 0
(a + 3)(a − 2) = 0
a = −3, 2
Since we also need a > −1, the only value of a that works is a = 2 .
40
38. Let f be the function defined by
(
−x2 + 1 for x ≤ 1
f (x) =
ax + b for x > 1
For the limit to exist, the left hand limit needs to equal the right hand limit.
lim f (x) = a + b
x→1+
lim f (x) = 0
x→1−
−2 −1 1 2 3
−2 −1 1 2 3 −2 2
−4
−2 −2 −1 1 2 3
−6
−8
−2
−4 −10
Note that based off the pictures, it makes sense that there are infinitely many solutions to consider
here!
(b) Are there any values of a and b for which f will be differentiable at x = 1?
Solution. We want to avoid having a sharp corner at x = 1. To accomplish this we want the
derivatives of the two pieces to match up.
d
(−x2 + 1) = −2x
dx
d
(ax + b) = a
dx
At x = 1 we need −2x = a, so a = −2. This graph is pictured on the left above. Again, thinking
graphically, it makes sense why now we should expect a unique solution.
• Use the limit definition of the derivative to compute the slope at the given point. No credit
will be given for using any other method.
• Use your answer for the slope to find the equation of the tangent line at the given point.
41
Solution. By the definition of the derivative,
f (0 + h) − f (0)
f 0 (0) = lim
h→0 h
sin h
= lim
h→0 h
= 1
Slope of the tangent line at x = 0 is f 0 (0) = 1. Since, the tangent line is passing through the
point (0,f (0)) = (0, 0), the equation of the tangent line at x = 0 is y = x .
1−x
(b) f (x) = at x = 1.
x
Solution. By the definition of the derivative,
f (x + h) − f (x)
f 0 (x) = lim
h→0 h
1−x−h 1−x
x+h − x
= lim
h→0 h
1 1
x+h −1− x +1
= lim
h→0 h
x−(x+h)
(x+h)x
= lim
h→0 h
−h
= lim
h→0 hx(x + h)
−1
= lim
h→0 x(x + h)
1
=− 2
x
Slope of the tangent line is f 0 (1) = −1 . The tangent line passing through the point (1,f (1)) =
(1, 0). So the equation of the tangent line at x = 1 is y = −(x − 1) .
1
40. Consider the function f (x) = √
x+1
42
Solution. By the definition of the derivative,
f (x + h) − f (x)
f 0 (x) = lim
h→0 h
√ 1 1
− √x+1
(x+h)+1
= lim
h→0 h
!
1 1 1
= lim p −√ ·
h→0 (x + h) + 1 x+1 h
!
1 1
= lim p − √
h→0 h (x + h) + 1 h x + 1
√ √
x+1 x+h+1
= lim √ √ − √ √
h→0 h x + h + 1 x + 1 h x+h+1 x+1
√ √
x+1− x+h+1
= lim √ √
h→0 h x + h + 1 x + 1
√ √ √ √
x+1− x+h+1 x+1+ x+h+1
= lim √ √ ·√ √
h→0 h x + h + 1 x + 1 x+1+ x+h+1
(x + 1) − (x + h + 1)
= lim √ √ √ √
h→0 h x + h + 1 x + 1 x+1+ x+h+1
−h
= lim √ √ √ √
h→0 h x + h + 1 x + 1 x+1+ x+h+1
−1
= lim √ √ √ √
h→0 x+h+1 x+1 x+1+ x+h+1
−1
=√ √ √ √
x+0+1 x+1 x+1+ x+0+1
1
= −
2(x + 1)3/2
1
(b) Find x so that the tangent line to f at x has slope − 16 .
Solution. The slope of the tangent line is f 0 (x), which we just found. So we just need to know
when f 0 (x) = − 16
1
.
1 1
− 3/2
=−
2(x + 1) 16
2(x + 1)3/2 = 16
(x + 1)3/2 = 8
x + 1 = 82/3
√ 2
3
x+1= 8
x+1=4
x= 3
43
41. One day, a hitchhiker is wandering along a highway near a gas station. Suppose his position at time t
is f (t) = 360t − 3t2 , where t is measured in minutes after noon and the position is given in feet east of
the gas station. Here is the graph of f (t):
-60 60 120
-12
(a) On the graph above, sketch slopes that represent the hitchhiker’s instantaneous velocity at 11 am,
12:30 pm, and 2 pm. Which of these velocities is the biggest?
Solution. The instantaneous velocity is given by the slope of the tangent line. The instantaneous
velocity at 11 am (t = −60) is the slope of the red line. The instantaneous velocity at noon (t = 0)
is the slope of the blue line. The instantaneous velocity at 2 pm (t = 120) is the slope of the
purple line. The instantaneous velocity is biggest when the absolute value of slope is steepest.
This happens at t = −60 or at 11 am. Note that as you go along a concave down graph, the slope
decreases from left to right.
-60 60 120
-12
(b) Were there any times when the hitchhiker’s instantaneous velocity was 0? If so, when?
Solution. Yes! The slope is zero at t = 60 (or 1 pm) as the tangent line is horizontal at that
point. So the instantaneous velocity is 0 at 1 pm.
44
Solution. Note that from our work above we see that before 1 pm, the velocity is positive
(because f (t) is increasing, so the slope is positive) and decreasing (because f (t) is concave down
so the slope is decreasing). After 1 pm the velocity is negative (because f (t) is decreasing, so the
slope is negative) and decreasing (because f (t) is concave down so the slope is decreasing). At 1
pm, it is 0. Here are three possible sketches of the velocity:
1 pm 1 pm 1 pm
(e) Using the definition of the derivative, calculate the hitchhiker’s velocity at time t. This is denoted
df
by f 0 (t) or . Does this agree with your sketch?
dt
Solution. The instantaneous velocity is the derivative of the position function. This is denoted
df
by f 0 (t) or . We have that
dt
df f (t + h) − f (t)
= f 0 (t) = lim
dt h→0 h
Let’s compute this:
f (t + h) − f (t)
f 0 (t) = lim
h→0 h
360(t + h) − 3(t + h)2 − (360t − 3t2 )
= lim
h→0 h
360(t + h) − 3(t + h)2 − 360t + 3t2
= lim
h→0 h
+ 360h −
360t + 3t2 − 3(t + h)2
360t
= lim
h→0 h
360h + 3(t2 − (t + h)2 )
= lim
h→0 h
360h + 3((−h)(2t + h))
= lim
h→0 h
360h − 3h(2t + h)
= lim
h→0 h
= lim (360 − 3(2t + h))
h→0
= 360 − 6t
df
So v(t) = = f 0 (t) = 360 − 6t. Ah-ha! Now we see that indeed this is a line with negative slope
dt
(hence decreasing), and so graph (A) in red is the correct velocity graph!
45
(f) What is the hitchhiker’s acceleration at time t? Sketch a graph of his acceleration as a function
of time.
Solution. Acceleration is the derivative of velocity. That is a(t) = v 0 (t). Since v(t) is a straight
line, we know exactly what its slope is! The slope of the line v(t) = 360 − 6t is −6. And so
a(t) = −6. Here is the graph:
42. Sara, the owner of a cupcake truck, has been experimenting with the price of the cupcakes she sells.
Unsurprisingly, she has found that the number of cupcakes she sells per day depends on the price. Let
C(p) be the number of cupcakes she sells when the price of a cupcake is p cents.
So far, Sara has found that, when the price of a cupcake is 300 cents, she sells 600 cupcakes a day.
Solution. Since C is in cupcakes and p is in cents, C 0 (300) is in cupcakes per cent . One way to
C(300 + h) − C(300)
understand this is by going back to the definition of the derivative: C 0 (300) = lim ;
h→0 h
the numerator C(300 + h) − C(300) is in cupcakes, and the denominator h is in cents. Alterna-
tively, you could think about how we represent C 0 (300) graphically: when we graph C(p) (with
units of cents on the horizontal axis and cupcakes on the vertical axis), it’s a slope, so it must
have units of cupcakes per cent.
(c) Suppose C 0 (300) = −5. If Sara raises the price of cupcakes to 310 cents, how many cupcakes do
you expect her to sell per day?
Solution. Saying C 0 (300) = −5 means that, when the price of cupcakes is 300 cents, the instan-
taneous rate of change in the number of cupcakes Sara sells with respect to price is −5 cupcakes
per cent. In other words, for each cent Sara raises the price above 300, we expect her to sell 5
fewer cupcakes. Therefore, when she raises the price from 300 to 310 (an increase of 10 cents), we
expect her to sell 50 fewer cupcakes, so we expect her to sell about 600 − 50 = 550 cupcakes.
x4 − 9x2 + 20
43. Let f (x) = . Sketch the graph of f , and then sketch the graph of f 0 .
x2 − 4
Solution. The formula for f looks complicated, but we can simplify it:
46
As long as x2 − 4 6= 0, we can cancel the x2 − 4 in the numerator and denominator:
= |x2 − 5| if x2 − 4 6= 0
The left picture shows the graph of x2 − 5, the middle picture is the graph of |x2 − 5|, and the right
picture is the graph of f :
5 5
√ √
− 5 5 √ √
− 5 5 −2 2
−5
√ √
− 5 −2 2 5
Notes:
• From the graph of f , you should be able to tell where f 0 is positive or negative and increasing or
decreasing, but the concavity of f 0 is not obvious. To see that the pieces of the graph of f 0 are
linear, you would actually need to calculate f 0 .
47
(a) What are the units of w0 (`)?
kg
Solution. . The derivative is the rate of change of w(l) with respect to l and we know the
cm
units of w(l) are in kg and the units of l are cm.
dw dw
(b) Another notation for w0 (`) is . Do you expect to be positive or negative? Why?
d` d`
dw
Solution. should be positive. As the length of the squash increases, the mass should increase.
d`
dw
(c) Suppose w0 (70) = 8. (This statement can also be written as = 8.) Which is the following
d` `=70
is the most reasonable conclusion?
C. When the squash is 70 cm longer than its current length, it will weigh 8 kg more than it
currently does.
D. When the squash grows from 70 cm to 71 cm, it will gain about 8 kg in weight. This one.
u3
Z
3eu − u2 + 5 du = 3eu −
Solution. + 5u + C .
3
Z
5
(b) dx
7x
5
Solution. First, this is an indefinite integral, so it’s really asking for all antiderivatives of .
Z Z 7x
5 5 1 5
Let’s rewrite this: dx = · dx = ln |x| + C .
7x 7 x 7
Z
(c) (eπ + ey + π y ) dy
πy
Z
e
Solution. (eπ + ey + π y ) dy = eπ y + y 2 + + C . (Keep in mind that eπ is a constant.)
2 ln π
√
Z
(d) (π + x) x dx
48
Solution. We don’t have a rule about integrating products, so let’s first rewrite the integrand so
that it’s no longer a product:
√ √ √
Z Z
(π + x) x dx = (π x + x x) dx
Z
= πx1/2 + x3/2 dx
2 3/2 2 5/2
= πx + x + C
3 5
Z
e x x
(e) + 2 · 3 dx
x2
Solution. We don’t have a rule about integrating products, so we must first rewrite 2x · 3x :
Z Z
e
x x
ex−2 + 6x dx
2
+ 2 · 3 dx =
x
1 x
= −ex−1 + 6 +C
ln 6
e 1 x
= − + 6 +C
x ln 6
46. (a) Use Newton’s Method to estimate a solution to sin(x) = x2 − 1. Start with x0 = 0 and calculate
x1 and x2 . Note: One of these you can compute by hand, for the other you’ll need a calculator.
Solution. We want sin(x) = x2 − 1 ⇒ sin x − x2 + 1 = 0. So let f (x) = sin x − x2 + 1. Then
f 0 (x) = cos x − 2x. By our formula,
f (x0 )
x1 = x0 −
f 0 (x0 )
f (0)
=0− 0
f (0)
sin(0) − 02 + 1
=−
cos(0) − 2(0)
1
=−
1
= −1
49
−1 1
−1 x2
We see that we are really close to the actual root now. In fact f (x2 ) ≈ −0.0672357 which is very
close to zero.
(b) What would have happened if we’d started with x0 = 1 instead of x0 = −1?
Solution. We can see from the picture that in this case there is no way we would have gotten
close to the root we wanted. Instead we would have gotten close to the positive root.
Solution. No! This is a cubic, and we have no formula that will allow us to solve this equation.
50
(b) Does f have a root in the interval [0,1]? How can you tell? How many roots are there on the
interval [0,1]?
Solution. Since f is continuous on [0,1], we can use the Intermediate Value Theorem to show
that a root exists. Note that f (0) = −1 < 0, and f (1) = 1 is clearly positive. So f must hit all
outputs between −1 and 1. In particular, f must hit 0. And so there is at least one root on [0,1].
To check if there are multiple roots, we check whether f is increasing or decreasing on [0,1]. Note
that f 0 (x) = −9x2 + 10x which has no critical points in (0,1). In fact f 0 (x) > 0 for all x in (0,1).
Thus f is increasing, and so it has exactly one root on [0,1].
From the graph, in order to estimate the root, it seems reasonable to start with x0 = 1. Use the
formula for Newton’s method to find x1 and x2 . Represent your work on the graph above!
Solution. Using Newton’s Method:
f (xn )
xn+1 = xn −
f 0 (xn )
Since x0 = 1:
f (1)
x1 = 1 −
f 0 (1)
−3 + 5 − 1
=1−
−9 + 10
=1−1
= 0
51
1
Since x1 = 0:
f (0)
x2 = 0 −
f 0 (0)
0+0−1
=0−
0+0
This does not exist because f 0 (x1 ) = f 0 (0) = 0, and we can not divide by zero.
Note that algebraically this clearly does’t make sense. Here is what happened graphically:
Since the tangent line at x1 is horizontal, it will never meet the x-axis, and so we can not find
the next approximation!
(d) Does your work in (c) mean that you can not use Newton’s Method here to approximate this root?
Solution. Not necessarily! But it does mean that we need to change our initial approximation.
It definitely fails if we start with x0 = 1.
48. True/False
(a) Let f (x) be continuous on the interval [−1,3]. If f (−1) = 2 and f (3) = 8, then by the Intermediate
Value Theorem, f (x) cannot have a zero on [−1,3].
Solution. False.
52
(b) arccos(cos(− π8 )) = π
8.
Solution. True. Since cos(x) is an even function, cos(− π8 ) = cos( π8 ). Since the range of arccos(x)
is [0,π], we have arccos(cos(− π8 )) = π8 .
(c) Let f and g be two functions defined on (−∞, ∞), f (0) 6= g(0), then we must have lim f (x) 6=
x→0
lim g(x).
x→0
Solution. False.
(d) If f is even and lim+ f (x) exists, then lim f (x) exists.
x→0 x→0
Solution. True.
(e) If g(x) is an odd function and has a local maximum at x = c, then it must have a local minimum
at x = −c.
Solution. True. Since g(−x) = −g(x), g is symmetric about the origin. If x = c is a local
maximum, then for x close to c, g(x) ≤ g(c). So for x close to −c, g(x) ≥ g(−c). So x = −c is a
local minimum
(g) If f 0 (a) = 0, then f (x) has either a local maximum or a local minimum at x = a.
Solution. False, consider f (x) = x3 and a = 0.
53
(n) There is a function f so that f (x) > 0 for all x but f 0 (x) < 0 for all x.
Solution. True. For example f (x) = e−x . Or sketch any curve that decreases to a nonnegative
horizontal asymptote.
54