Final Ans Big
Final Ans Big
1. Compare and contrast the three “Value Theorems” of the course. When you would
typically use each.
The three value theorems are the Intermediate, Mean and Extreme value theorems. The
intermediate and extreme value theorems only require the function to be continuous on
a closed interval. The mean value theorem additionally requires f to be differentiable
on the open interval.
(a) We use the Mean Value Theorem for problems relating the derivative of an interior
point to the values of f at the endpoints. For example, if f has two roots at x = a,
x = b, then we know f must have a critical point between a and b. A common use
is to substitute f 0 (c)(b − a) in place of f (b) − f (a).
(b) The Intermediate Value Theorem says that for every y−value w between f (a) and
f (b), there is an x in [a, b] so that f (x) = w. We can use this to prove the existence
of solutions to f (x) = 0, if f (a) and f (b) are different in sign.
(c) The Extreme Value Theorem tells us when we can guarantee the existence of max-
imums and minimums, and tells us where they occur (at endpoints or a critical
point).
√ dy
x· x2 − 1 · =1
dx
so
dy 1
= √ 2
dx x x −1
4. Find the point on the parabola x + y 2 = 0 that is closest to the point (0, −3).
In general, the distance between a point (a, b) and (x, y) is
q
d= (x − a)2 + (y − b)2
1
but minimizing d is equivalent to minimizing
D = (x − a)2 + (y − b)2
The equation of the parabola is used to get D in terms of one variable. Since x + y 2 =
0, x = −y 2 , so
D = (−y 2 )2 + (y + 3)2 = y 4 + (y + 3)2
Now we set the derivative equal to zero and solve. With the hint from class, we write:
4y 3 + 2y + 6 = 2(y + 1)(2y 2 − 2y + 3)
From which we get that y = −1 is the only critical point (if you use the quadratic
formula on 2y 2 − 2y + 3, you’ll get no real solutions).
Now, x = −(−1)2 = −1. Is it a minimum? Yes, which you can get from looking at sign
changes of the derivative.
1 = sin(2y)
dy
1 = cos(2y) · 2
dx
π
and the slope at y = 4
is
dy
1 = cos(π/2) · 2⇒1=0
dx
This means that there is no slope- the tangent line is vertical. Therefore, the equation
of the tangent line is x = 1.
To start, we need expressions for y, y 0 , y 00 which we will then substitute into the equation:
y = Ax2 + Bx + C
y0 = 2Ax + B
00
y = 2A
2
so we get:
1
(2A) − 2 (2Ax + B) + Ax2 + Bx + C = 3x2 + 2x + 1
2
Let’s re-write this expression by combining the x2 , x and constants:
Ax2 + (B − 4A)x + (C + A − 2B) = 3x2 + 2x + 1
From which we get:
A = 3 from x2 term
B − 4A = 2 from x term
C + A − 2B = 1 from constants
from which we get A = 3, B = 14, C = 26.
7. Compute the derivative of y with respect to x:
√ √
(a) y = 3 2x + 1 5 3x − 2
Use logarithmic differentiation (its easier):
1 1
ln(y) = ln(2x + 1) + ln(3x − 2)
3 5
so that
1 0 1 1 1 1
y = · ·2+ · ·3
y 3 2x + 1 5 3x − 2
Now,
√ √
!
2 3
y0 = 3 5
2x + 1 3x − 2 +
3(2x + 1) 5(3x − 2)
1 1
(b) y = 1+u2
, where u = 1+x2
dy dy du
In this case, dx
= · ,
du dx
so
dy −2u du −2x
= , =
du (1 + u2 )2 dx (1 + x2 )2
so
dy 4ux
=
dx (1 + u )2 (1 + x2 )2
2
1
with u = 1+x 2 , which you can either state or explicitly substitute.
√ √
(c) 3 y + 3 x = 4xy
Implicit differentiation:
1 −2/3 dy 1 −2/3 dy
y + x = 4y + 4x
3 dx 3 dx
dy
Bring all the dx
terms together:
1 −2/3 dy 1 dy 4y − 1 x−2/3
y − 4x = 4y − x−2/3 ⇒ = 1 −2/33
3 dx 3 dx 3
y − 4x
3
√ √
(d) x+y = 3x−y
Another implicit differentation:
1 1
(x + y)−1/2 (1 + y 0 ) = (x − y)−2/3 (1 − y 0 )
2 3
Multiply out so that we can isolate y 0
1 1 1 1
(x + y)−1/2 + y 0 · (x + y)−1/2 = (x − y)−2/3 − y 0 · (x − y)−2/3
2 2 3 3
Now isolate y 0
1 1 1 1
0
y (x + y)−1/2 + (x − y)−2/3 = (x − y)−2/3 − (x + y)−1/2
2 3 3 2
Final answer:
1
(x − y)−2/3 − 12 (x + y)−1/2
y0 = 3
1
2
(x + y)−1/2 + 13 (x − y)−2/3
(e) y = sin(2 cos(3x))
Chain Rule:
(f) y = (cos(x))2x
Logarithmic Differentiation:
1 1
ln(y) = 2x·ln(cos(x)) ⇒ y 0 = 2 ln(cos(x))+2x ·sin(x) = 2 ln(cos(x))+2x tan(x)
y cos(x)
so that
y 0 = (cos(x))2x (2 ln(cos(x)) + 2x tan(x))
(g) y = (tan−1 (x))−1
Chain Rule:
1
y 0 = −(tan−1 (x))−2 ·
x2 +1
(h) y = sin−1 (cos−1 (x))
Chain Rule:
1 −1
y0 = q ·√
1 − (cos−1 (x))2 1 − x2
10y = x2 − x
4
Now differentiate implicitly:
10y ln(10) · y 0 = 2x − 1
5
√ √
(n) x+ 3y =1
Implicit Differentiation:
1 −1/2 1 −2/3 dy
x + y =0
2 3 dx
so
dy 3y 2/3
= − 1/2
dx 2x
(o) x tan(y) = y − 1
Product rule/Implicit Diff
Solve for y 0 :
tan(y)
y0 =
1 − x sec2 (y)
−2
(p) y = 4 3,
√
t
where t = ln(x2 ).
First, note that y = −2t−3/4 and t = 2 ln(x). Now,
dy dy dt
= ·
dx dt dx
where
dy −3 −7/4 dt 2
= t , =
dt 4 dx x
so put it all together (and substitute back for x):
dy −3 2 −6
= (2 ln(x))−7/4 · =
dx 4 x 4x(2 ln(x))7/4
(q) y = x3−1/x
1 1
0 −1/x −1/x
y =3 + x3 · 2 = 3−1/x 1 +
x x
8. Let f (x) = x2x+1 . Without explicitly computing the inverse, what is the equation of
the tangent line to f −1 (x) at x = 4? HINT: The point (1, 4) goes through the graph of
f.
The general rule here is the following: If (a, b) is on the graph of f , then (b, a) is on the
graph of f −1 . We also said that the derivative of f −1 at b is f 01(a) , given that f 0 (a) 6= 0.
So, in this problem,
f 0 (x) = 2x+1 + x2x+1 ln(2) · 1
and f 0 (1) = 4 + 4 ln(2), so the derivative of f −1 at 4 is 4+41ln(2) . Now we have a slope
and a point:
1
y−1= (x − 4)
4 + 4 ln(2)
is the tangent line to f −1 at x = 4.
6
9. Find the local maximums and minimums: f (x) = x3 − 3x + 1 Show your answer is
correct by using both the first derivative test and the second derivative test.
To find local maxs and mins, first differentiate to find critical points:
f 0 (x) = 3x2 − 3 = 0 ⇒ x = ±1
For the first derivative test, set up a sign chart. You should see that 3x2 − 3 = 3(x +
1)(x − 1) is positive for x < 1 and x > 1, and f 0 (x) is negative if −1 < x < 1. Therefore,
at x = −1, the derivative changes sign from positive to negative, so x = −1 is the
location of a local maximum. At x = 1, the derivative changes sign from negative to
positive, so we have a local minimum.
For the second derivative test, we compute the second derivative at the critical points:
f 00 (x) = 6x
10. Compute the limit, if it exists. You may use any method (except a numerical table).
x − sin(x)
(a) lim
x→0 x3
We have a form of 00 , so use L’Hospital’s rule:
x − sin(x) 1 − cos(x)
lim 3
= lim
x→0 x x→0 3x2
We still have 00 , so do it again and again!
Therefore,
x−4
lim+ =1
x→4 |x − 4|
(Note that the overall limit does not exist, however).
7
s
2x2 − 1
(d) lim
x→−∞ x + 8x2
√
For this problem, we should recall that if x < 0, then x = − x2 , although in this
particular case, the negative signs will cancel:
v
−1
s s
√ u2 − 1
2x2 −1
u
x2 x2 2 1
lim · −1 = lim t 1 = =
x→−∞ x + 8x2 √
x2
x→−∞
x
+8 8 2
√ √
(e) lim x2 + x + 1 − x2 − x
x→∞
Multiply by the conjugate (or rationalize):
√ √
√ √ x 2+x+1+ x2 − x 2x + 1
lim x 2 + x + 1− x2 − x· √ √ = lim √ √ ·
x→∞ x2 + x + 1 + x2 − x x→∞ x2 + x + 1 + x2 − x
Now divide numerator and denominator:
1 1
2x + 1 x
2+ x
lim √ √ · = lim q =1
√1
q
x→∞ x2 + x + 1 + x2 − x x2
x→∞
1+ 1
+ 1
+ 1− 1
x x2 x
(1 + h)−2 − 1
(f) lim
h→0 h
For practice, we’ll try it without using L’Hospital’s rule:
1
(1 + h)−2 − 1 (1+h)2
−1 1 − (1 + h)2 −2h − h2
lim = lim = lim = lim = −2
h→0 h h→0 h h→0 h(1 + h)2 h→0 h(1 + h)2
With L’Hospital:
x3 3x2
lim = lim
x→∞ e x2 x→∞ 2xex2
3x2 3x
Note that 2xex2
= 2ex2
, and again use L’Hospital’s rule:
3x 3
lim 2 = lim =0
x→∞ 2ex x→∞ 4xex2
1
The function is f (x) = x−2 at x = 1
8
x1000 − 1
(h) lim
x→1 x − 1
Using L’Hospital’s rule:
x1000 − 1 1000x999
lim = lim = 1000
x→1 x − 1 x→1 1
x
(i) lim −1
x→0tan (4x)
Recall that tan−1 (0) = 0, since tan(0) = 0, so this is in a form for L’Hospital’s rule:
x 1 1 + 16x2 1
lim = lim 1 = lim =
x→0 tan−1 (4x) x→0 ·4 x→0 4 4
1+(4x)2
1
(j) lim x 1−x
x→1
1 1
In this case, recall that x 1−x = e 1−x ·ln(x) , so:
ln(x)
1 1 lim
lim x 1−x = lim e 1−x
·ln(x)
= ex→1 1 − x
x→1 x→1
2x2
11. Determine all vertical/horizontal asymptotes and critical points of f (x) = x2 −x−2
The vertical asymptotes: x2 − x − 2 = 0 ⇒ (x − 2)(x + 1) = 0, so x = −1, x = 2 are
the equations of the vertical asymptotes (note that the numerator is not zero at these
values).
The horizontal asymptotes:
2x2 2
lim = lim =2
x→±∞ x2 − x − 2 x→±∞ 1 − 1 − 2
x x2
12. Find values of m and b so that (1) f is continuous, and (2) f is differentiable.
(
x2 if x≤2
f (x) =
mx + b if x>2
First we see that if x < 2, f (x) = x2 which is continuous, and if x < 2, f (x) = mx + b,
which is also continuous for any value of m and b. The only problem point is x = 2, so
we check the three conditions from the definition of continuity:
9
• f (2) = 2m + b, so f (2) exists.
• To compute the limit, we have to do them separately:
10
15. Let x2 y + a2 xy + λy 2 = 0
dy
(a) Let a and λ be constants, and let y be a function of x. Calculate dx
:
dy dy dy
2xy + x2 + a2 y + a2 x + 2λy =0
dx dx dx
dy dy −(2xy + a2 y)
(x2 + a2 x + 2λy) = −(2xy + a2 y) ⇒ = 2
dx dx x + a2 x + 2λy
da
(b) Let x and y be constants, and let a be a function of λ. Calculate dλ
:
da da −y 2
2axy + y2 = 0 ⇒ =
dλ dλ 2axy
dλ
EXTRA2 : What is da
?
16. Show that x4 + 4x + c = 0 has at most one solution in the interval [−1, 1].
We don’t need the Intermediate Value Theorem here, only the Mean Value Theorem.
The derivative is 4x3 + 4, so the only critical point is x = −1, which is also an endpoint.
This implies: (1) If x4 + 4x + c = 0 had two solutions (which is possible), then one
of them must be outside the interval, since the two solutions must be on either side of
x = −1. Therefore, there could be one solution inside the interval. (2) There cannot be
any other solution to x4 + 4x + c = 0 inside the interval, because then there would have
to be another critical point in [−1, 1]. Therefore, we conclude that there is at most one
solution inside the interval (there might be no solutions).
11
(d) If f 0 (x) exists and is nonzero for all x, then f (1) 6= f (0).
True. If f 0 (x) exists for all x, then f is differentiable everywhere (and is also
continuous everywhere). Thus, the Mean Value Theorem applies. If f (1) = f (0),
that would imply the existence of a c in the interval (0, 1) so that
f (1) − f (0)
f 0 (c) = =0
1−0
but we’re told that f 0 (x) 6= 0.
dy
(e) If y = ax + b, then da
=x
dy
True. If we’re computing da
, then we’re treating x and b as constants. Differenti-
ating, we get
dy
=x+0=x
da
(f) If 2x + 1 ≤ f (x) ≤ x2 + 2 for all x, then limx→1 f (x) = 3.
True. This is the Squeeze Theorem. If f (x) is trapped between 2x + 1 and x2 + 2
for all x, and since the limit as x → 1 of 2x + 1 is 3, and the limit as x → 1 of
x2 + 2 = 3, then that forces the limit as x → 1 of f (x) to also be 3.
(g) If f 0 (r) exists, then
lim f (x) = f (r)
x→r
True. The statement that f 0 (r) exists says that f is differentiable at r. The
statement that limx→r f (x) = f (r) is asking if f is continuous at r. We know that
all differentiable functions are continuous, so the statement is True.
(h) If f and g are differentiable, then:
d
(f (g(x)) = f 0 (x)g 0 (x)
dx
12
(l) sin−1 sin 2π 3
= 2π
3
False, with the usual restrictions on the sine function. That is, if − π2 ≤ θ ≤ π
2
,
then it is true that sin−1 (sin(θ)) = θ. In this case,
2π π
−1
sin sin =
3 3
x − + +
1−x + + −
x<0 0<x<1 x>1
f (4) = 32 . Therefore, the Mean Value Theorem says that c should satisfy:
2
2 3
− 13 1
2
= =
(c + 2) 4−1 9
13
or √
(c + 2)2 = 18 ⇒ c = −2 ± 18
√
of which only −2 + 18 ≈ 2.243 is inside our interval.
20. Given that the graph of f passes through the point (1, 6) and the slope of the tangent
line at (x, f (x)) is 2x + 1, find f (2).
Since f 0 (x) = 2x + 1, f (x) = x2 + x + C is the general antiderivative. Given that
(1, 6) goes through f , 12 + 1 + C = 6 ⇒ C = 4. Therefore, f (x) = x2 + x + 4. Now,
f (2) = 4 + 2 + 4 = 10.
21. A fly is crawling from left to right along the curve y = 8 − x2 , and a spider is sitting at
(4, 0). At what point along the curve does the spider first see the fly?
Another way to say this: What are the tangent lines through y = 8 − x2 that also go
through (4, 0)?
The unknown value here is the x−coordinate, so let x = a. Then the slope is −2a, and
the corresponding point on the curve is (a, 8 − a2 ). The general form of the equation of
the tangent line is then given by:
y − 8 + a2 = −2a(x − a)
where x, y are points on the tangent line. We want the tangent line to go through (4, 0),
so we put this point in and solve for a:
23. For what value(s) of c does f (x) = cx4 − 2x2 + 1 have both a local maximum and a local
minimum?
First, f 0 (x) = 4cx3 − 4x = 4x(cx2 − 1), and f 00 (x) = 12cx2 − 4. The candidates for
the location
q of the local max’s and min’s are where f 0 (x) = 0, which are x = 0 and
x = ± 1/c (c > 0). We can use the second derivative test to check these out:
14
q q
At x = 0, f 00 (0) = −4, so x = 0 is always a local max. At x = ± 1/c, f 00 (± 1/c) =
q
12 − 4 = 8. So, if c > 0, there are local mins at x = ± 1/c.
√
24. If f (x) = 1 − 2x, determine f 0 (x) by using the definition of the derivative.
q √
0
1 − 2(x + h) − 1 − 2x
f (x) = lim =
h→0 h
q √ q √
1 − 2(x + h) − 1 − 2x 1 − 2(x + h) + 1 − 2x
lim ·q √ =
h→0 h 1 − 2(x + h) + 1 − 2x
1 − 2x − 2h − 1 + 2x
lim q √ =
h→0
h( 1 − 2(x + h) + 1 − 2x)
−2 −1
lim q √ =√
h→0
1 − 2(x + h) + 1 − 2x 1 − 2x
25. A point of inflection for a function f is the x value for which f 00 (x) changes sign (either
from positive to negative or vice versa).
If f 00 is continuous, and f 00 (a) < 0 and f 00 (b) > 0, there is a c so that f 00 (c) = 0
is an inflection point.
y = x3 − 3x2 + bx + 1
6=1−3+b+1
so b = 7.
26. Suppose that F (x) = f (g(x)) and g(3) = 6, g 0 (3) = 4, f (3) = 2 and f 0 (6) = 7. Find
F 0 (3).
By the Chain Rule:
F 0 (3) = f 0 (g(3))g 0 (3)
so F 0 (3) = f 0 (6) · 4 = 7 · 4 = 28
15
27. Find the dimensions of the rectangle of largest area that has its base on the x−axis and
the other two vertices on the parabola y = 8 − x2 .
Try drawing a picture first: The
√ parabola opens down, goes through the y−intercept at
8, and has x−intercepts of ± 8.
Now, let x be as usual, so that the full length of the base of the rectangle is 2x. Then
the height is y, or 8 − x2 . Therefore, the area of the rectangle is:
dA
= 16 − 6x2
dx
so the critical points are x = ± √46 , of which only x = √4
6
is in our interval. So the
dimensions of the rectangle are:
8 1
2x = √ , y = 5
6 3
√
28. Let G(x) = h( x). Then where is G differentiable? Find G0 (x).
√
First compute G0 (x) = h0 ( x) 12 x−1/2 . From this we see that as long as h is differentiable
and x > 0, then G will be differentiable.
29. If position is given by: f (t) = t4 − 2t3 + 2, find the times when the acceleration is zero.
Then compute the velocity at these times.
Take the second derivative, and set it equal to zero:
16
31. Find a second degree polynomial so that P (2) = 5, P 0 (2) = 3, and P 00 (2) = 2.
The general form of a second degree polynomial is ax2 + bx + c, so we need to find a, b, c.
So let P (x) = ax2 + bx + c. Then P 0 (x) = 2ax + b, and P 00 (x) = 2a.
P 00 (2) = 2, so 2a = 2 and a = 1. Now, P 0 (x) = 2x + b, and P 0 (2) = 3, so 3 = 4 + b, and
b = −1. Finally, P (x) = x2 − x + c and P (2) = 5, so 5 = 4 − 2 + c, so c = 3.
P (x) = x2 − x + 3
32. Find a function f (x) so that f 0 (x) = 4 − 3(1 + x2 )−1 , and f (1) = 0
Antidifferentiate:
f (x) = 4x − 3 tan−1 (x) + C
and f (1) = 0 means:
4 − 3 tan−1 (1) + C = 0
Now, tan−1 (1) = π4 (it’s where sin(x) = cos(x)), so C = 3π
4
− 4. so f (x) = 4x −
3 tan−1 (x) + 3π
4
−4
33. If f (x) = (2 − 3x)−1/2 , find f (0), f 0 (0), f 00 (0).
Differentiate:
−1 3
f 0 (x) =
(2 − 3x)−3/2 (−3) = (2 − 3x)−3/2
2 2
−9 27
f 00 (x) = (2 − 3x)−5/2 (−3) = (2 − 3x)−5/2
4 4
3/2
√ 5/2
√
Now, (note that 2 = 2 2 and 2 = 4 2):
1 3 1 3 27
f (0) = √ , f 0 (0) = · 3/2 = √ , f 00 (0) = √
2 2 2 4 2 16 2
34. Car A is traveling west at 50 mi/h, and car B is traveling north at 60 mi/h. Both are
headed for the intersection between the two roads. At what rate are the cars approaching
each other when car A is 0.3 mi and car B is 0.4 mi from the intersection?
Let A(t), B(t) be the positions of cars A and B at time t. Let the distance between
them be z(t), so that the Pythagorean Theorem gives:
z 2 = A2 + B 2
dz
Translating the question, we get that we want to find dt
when A = 0.3, B = 0.4, (so
z = 0.5), A0 (t) = 50, B 0 (t) = 60. Then:
dz dA dB
= 2A 2z + 2B
dt dt dt
The two’s divide out and put in the numbers:
dz
0.5 · = 0.3 · 50 + 0.4 · 60
dt
dz
and solve for dt
, 78.
17
35. Compute ∆y and dy for the value of x and ∆x: f (x) = 6 − x2 , x = −2, ∆x = 0.4.
Recall that ∆y = f (x + ∆x) − f (x) and ∆x = dx. Also, dy = f 0 (x) dx. Put the numbers
in:
∆y = f (−2 + 0.4) − f (−2) = 3.44 − 2 = 1.44
dy = −2x dx = −2 · 2 · (0.4) = 1.6
√
36. Find the linearization of f (x) = 1 − x at x = 0.
To linearize, we find the equation of the tangent line.
1
f 0 (x) = (1 − x)−1/2 (−1)
2
0 1
so f (0) = − 2 , and the point is (0, 1).
1 1
y − 1 = − x, or y = − + 1
2 2
√
37. Find f (t), if f 00 (t) = t + t, and f (1) = 1, f 0 (1) = 2.
1 2
f 0 (t) = t2 + t3/2 + C
2 3
so f 0 (1) = 2 means:
1 2 5
+ + C = 2, so C =
2 3 6
0 1 2 2 3/2 5
Now, f (t) = 2 t + 3 t + 6 , and
1 1 3 2 2 5/2 5 1 4 5
· t + · t + t + C = t3 + t5/2 + t + C
f (t) =
2 3 3 5 6 6 15 6
Now, f (1) = 1 means:
1 4 5 5 + 8 + 25 19 −4
+ + +C =1⇒ +C =1⇒C =1− =
6 15 6 30 15 15
38. Find f 0 (x) directly from the definition of the derivative (using limits and without
L’Hospital’s rule):
First, recall that:
f (x + h) − f (x)
f 0 (x) = lim
h→0 h
We’ll use this for these exercises:
√
(a) f (x) = 3 − 5x
√ √ √ √
3 − 5x − 5h − 3 − 5x 3 − 5x − 5h + 3 − 5x
lim ·√ √
h→0 h 3 − 5x − 5h + 3 − 5x
3 − 5x − 5h − 3 + 5x
lim √ √
h→0 h 3 − 5x − 5h + 3 − 5x
−5
√
2 3 − 5x
18
(b) f (x) = x2
(x + h)2 − x2 x2 + 2xh + h2 − x2
lim = lim =
h→0 h h→0 h
h(2x + h)
lim = 2x
h→0 h
(c) f (x) = x−1
1 1 x−(x+h)
x+h
− x x(x+h)
lim = lim
=
h→0 h h h→0
−h −1 −1
lim = lim = 2
h→0 hx(x + h) h→0 x(x + h) x
39. If f (0) = 0, and f 0 (0) = 2, find the derivative of f (f (f (f (x)))) at x = 0.
First, note that the derivative is (Chain Rule):
40. Differentiate: ( √
x
√ if x ≥ 0
f (x) =
− x if x < 0
Is f differentiable at x = 0? Explain.
√ √
Correction: − x = − −x
Is f differentiable at x = 0? Explain.
f will not be differentiable at x = 0. Note that, if x > 0, then f 0 (x) = 1
√
2 x
, so f 0 (x) → ∞
as x → 0+
If x < 0, f 0 (x) = √1 ,
2 −x
which also goes to infinity as x approaches 0 (from the left).
Note that the pieces don’t match at x = 1; we remove that point from the domain.
19
√
42. f (x) = xeg( x)
. Find f 0 (x).
√ √ √ 1
f 0 (x) = eg( x)
+ xeg( x)
· g 0 ( x) · x−1/2
2
43. Find a formula for dy/dx: x2 + xy + y 3 = 0.
−(2x + y)
2x + y + xy 0 + 3y 2 y 0 = 0 ⇒ (x + 3y 2 )y 0 = −(2x + y) ⇒ y 0 =
x + 3y 2
44. Show that 5 is a critical number of g(x) = 2 + (x − 5)3 , but that g does not have a local
extremum there.
g 0 (x) = 3(x − 5)2 , so g 0 (5) = 0.
By looking at the sign of g 0 (x) (First derivative test), we see that g 0 (x) is always non-
negative, so g does not have a local min or max at x = 5.
45. Find the general antiderivative:
(a) f (x) = 4 − x2 + 3ex F (x) = 4x − 13 x3 + 3ex + C
(b) f (x) = 3
x2
+ x2 + 1 F (x) = −3x−1 + 2 ln |x| + x + C
1+x
(c) f (x) = √
x
First rewrite f (x) = x−1/2 + x1/2 , and
2
F (x) = 2x1/2 + x3/2 + C
3
√
46. Find the slope of the tangent line to the following at the point (3,4): x2 + yx + y 2 = 31
1 √
2x + y −1/2 y 0 x + y + 2yy 0 = 0
2
At x = 3, y = 4:
3 −32
6 + y 0 + 2 + 8y 0 = 0 ⇒ y 0 =
4 35
−32
y−4= (x − 3)
35
47. Find the critical values: f (x) = |x2 − x|
One way to approach this problem is to look at it piecewise. Use a table to find where
f (x) = x(x − 1) is positive or negative:
(
x2 − x if x ≤ 0, or x ≥ 1
f (x) =
−x2 + x if 0 < x < 1
Now compute the derivative:
(
2x − 1 if x < 0, or x > 1
f 0 (x) =
−2x + 1 if 0 < x < 1
20
At x = 0, from the left, f 0 (x) → 1 and from the right, f 0 (x) → −1, so f 0 (x) does not
exist at x = 0.
At x = 1, from the left, f 0 (x) → −1, and from the right, f 0 (x) → 1, so f 0 (x) does not
exist at x = 1.
Finally, f 0 (x) = 0 if 2x − 1 = 0 ⇒ x = 1/2, but 1/2 is not in that domain. The other
part is where −2x + 1 = 0, which again is 1/2, and this time it is in 0 < x < 1.
The critical points are: x = 1/2, 0, 1.
48. Does there exist a function f so that f (0) = −1, f (2) = 4, and f 0 (x) ≤ 2 for all x?
f (2) − f (0) 5
f 0 (x) = =
2−0 2
5
Since > 2, there can exist no function like that (that is continuous).
2
√
49. Linearize f (x) = 1 + x at x = 0.
Point: x = 0, y = 1
Slope: f 0 (0) = 1
2
1
Line: y − 1 = 2
(x − 0), or y = 12 x + 1
√
50. Find dy if y = 1 − x and evaluate dy if x = 0 and dx = 0.02. Compare your answer
to ∆y
−1 1
dy = √ dx, ⇒ dy = √ · 0.02 = 0.01
2 1−x 2 1−0
√ √
∆y = 1 − 0.02 − 1 = 0.01005...
51. Fill in the question marks: If f 00 is positive on an interval, then f 0 is INCREASING and
f is CONCAVE UP.
52. If f (x) = x − cos(x), x is in [0, 2π], then find the value(s) of x for which
21
(b) f (x) is increasing most rapidly.
Another way to say this: Where’s the maximum of f 0 (x)? We’ve computed f 0 (x)
to be: 1 + sin(x), so take its derivative: cos(x) = 0. So there are two critical points
at x = π2 and x = 3π2
. Checking these and the endpoints:
x 0 π2 3π
2
2π
0
f (x) 1 2 0 1
54. Approximate the change in volume of a cone, if we assume the height to be constant
and r changes from 2 to 2.1. (V = 13 πr2 h)
Approximation means to use dV , which is (h is constant:)
2
dV = πrh dr
3
dV ≈ 0.133πh
55. Sketch the graph of a function that satisfies all of the given conditions:
22
For s as the function, t as the variable:
ds −(s2 + 3t2 )
=
dt 2st
which you can either state directly or show.
57. Antidifferentiate:
√
(a) f 0 (x) = 3 x − √1 ,
x
f (1) = 2
First, rewrite:
f 0 (x) = 3x1/2 − x−1/2
so that
2 3/2
f (x) = 3 · · x + 2x1/2 + C
3
Now, f (1) = 2, so:
2 = 2 + 2 + c ⇒ c = −2
Finally,
f (x) = 2x3/2 + 2x1/2 − 2
(b) f 00 (x) = x2 + 3 cos(x), f (0) = 2, f 0 (0) = 3
1
f 0 (x) = x3 + 3 sin(x) + C
3
0
with f (0) = 3, so C = 3. Now,
1
f 0 (x) = x3 + 3 sin(x) + 3
3
so that
1 1 4 1
f (x) = · · x − 3 cos(x) + 3t + C = x4 − 3 cos(x) + 3t + C
3 4 12
and f (0) = 2, so
2 = −3 + C ⇒ C = 5
so that:
1 4
f (x) = x − 3 cos(x) + 3t + 5
12
(c) f 00 (x) = 3ex + 5 sin(x), f (0) = 1, f 0 (0) = 2
We’ll do this one a bit differently, although we could do it like before:
2 = 3 − 5 + C1 ⇒ C1 = 4
23
To find C2 , we do something similar:
1 = 3 + 0 + 4 · 0 + C2 ⇒ C2 = −2
so:
f (x) = 3ex − 5 sin(x) + 4t − 2
(d) f 0 (x) = √1−x
4
2 , f (1/2) = 1
We see that:
1
f 0 (x) = 4 · √
1 − x2
so that:
f (x) = 4 sin−1 (x) + C
Now, at x = 1/2,
π 2π
1 = 4 sin−1 (1/2) + C ⇒ 1 = 4 · +C ⇒C =1−
6 3
and f (x) = 4 sin−1 (x) + 1 − 2π
3
24