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

Final Ans Big

Uploaded by

sanketkawar947
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)
29 views24 pages

Final Ans Big

Uploaded by

sanketkawar947
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

Calculus I Review Solutions

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).

2. List the three things we need to check to see if a function f is continuous at x = a.


(1) f (a) exists, (2) x→a
lim f (x) exists, and (3) Parts (1) and (2) have the same value.

3. Derive the formula for the derivative of y = sec−1 (x).


First, write the expression as sec(y) = x. Now draw a triangle with y one of the angles.
Since sec(y) = hyp
adj , the hypotenuse is x, the side adjacent is 1 and the third side is

x2 − 1.
Now, differentiate sec(y) = x:
dy
sec(y) tan(y) =1
dx

and sec(y) = x, tan(y) = opp
adj =
x2 −1
1
so

√ 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

which is MUCH easier to differentiate. In this case,

D = (x − 0)2 + (y − (−3))2 = x2 + (y + 3)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.

5. Write the equation of the line tangent to x = sin(2y) at x = 1.


We need a point and a slope. If x = 1, then

1 = sin(2y)

so that 2y = π2 , since sin(π/2) = 1. Now, y = π4 . OK, so now we need a slope:

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.

6. For what values of A, B, C will y = Ax2 + Bx + C satisfy the differential equation:


1 00
y − 2y 0 + y = 3x2 + 2x + 1
2

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:

y 0 = cos(2 cos(3x)) · (−2 sin(3x)) · 3 = −6 cos(2 cos(3x)) sin(3x)

(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

(i) y = log10 (x2 − x)


First, we don’t know the derivative of log10 (x), so we can re-write the problem as:

10y = x2 − x

4
Now differentiate implicitly:

10y ln(10) · y 0 = 2x − 1

Now, 10y = x2 − x, so:


(x2 − x) ln(10) · y 0 = 2x − 1
and
2x − 1
y0 =
(x2 − x) ln(10)
Alternatively, we can compute the derivative of log10 (x): If y = log10 (x), then
10y = x, and 10y ln(10) · y 0 = 1. Now, 10y = x, so
1
x ln(10) · y 0 = 1 ⇒ y 0 =
x ln(10)

and now we can use the chain rule:


1
y0 = · 2x − 1
(x2 − x) ln(10)
2
(j) y = xx +2
Logarithmic Differentiation:

ln(y) = (x2 + 2) ln(x)

Use the product rule:


1 0 1 2
y = (2x) ln(x) + (x2 + 2) = 2x ln(x) + x +
y x x
Final answer:
2
 
0 x2 +2
y =x 2x ln(x) + x +
x
(k) y = ecos(x) + sin(5x )
Chain rule:
y 0 = ecos(x) (− sin(x)) + cos(5x ) · 5x ln(5)
(l) y = cot(3x2 + 5)
Chain rule:
y 0 = − csc2 (3x2 + 5) · (6x) = −6x csc2 (3x2 + 5)
q √
(m) y = sin( x)
Chain rule:
1 √ −1/2 √ 1
y0 = sin( x) · cos( x) · x−1/2
2 2

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

tan(y) + x sec2 (y)y 0 = y 0 ⇒ tan(y) = y 0 (1 − x sec2 (y))

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

so at x = −1, f is concave down, so we have a local max, and at x = 1, f is concave


up, so we have a local min.

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!

1 − cos(x) sin(x) cos(x) 1


lim 2
= lim = lim =
x→0 3x x→0 6x x→0 6 6
1 − e−2x
(b) lim
x→0 sec(x)
1
Note that sec(0) = cos(0) = 1, so this function is continuous at x = 0 (we can
substitute x = 0 in directly), and we get that the limit is 0.
x−4
(c) lim+
x→4 |x − 4|
Rewrite the expression to get rid of the absolute value:
x−4
( (
x−4 x−4
if x > 4 1 if x > 4
= x−4 =
|x − 4| −(x−4)
, if x < 4 −1 if x < 4

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:

(1 + h)−2 − 1 −2(1 + h)−3


lim = lim = −2
h→0 h h→0 1
EXTRA: This limit was the derivative of some function at some value of x. Name
the function and the x value1 .
2
(g) lim x3 e−x
x→∞
First rewrite the function so that it’s in an acceptable form for L’Hospital’s rule:

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

so we focus on the exponent:


1
ln(x) x
lim = lim = −1
x→1 1 − x x→1 −1

so the overall limit: 1


lim x 1−x = e−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

so y = 2 is the vertical asymptote (for both +∞ and −∞).

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:

lim f (x) = lim+ x2 = 4


x→2+ x→2

lim f (x) = lim− mx + b = 2m + b


x→2− x→2
For the limit to exist, we must have 4 = 2m + b. This will also automatically make
item 3 true.
There are an infinite number of possible solutions. Given any m, b = 4 − 2m.
For the second part, we know that f must be continuous to be differentiable, so that
leaves us with b = 4 − 2m. Also, the derivatives need to match up at x = 2. On the
right side of x = 2, f 0 (x) = 2x and on the left side of x = 2, f 0 (x) = m. Therefore,
4 = m and b = 4 − 2 · 4 = −4.
To be differentiable at x = 2, we require m = 4 and b = −4.
x
13. Find the local and global extreme values of f (x) = x2 +x+1
on the interval [−2, 0].
We see that x2 + x + 1 = 0 has no solution, so f (x) is continuous on [−2, 0]. Therefore,
the extreme value theorem is valid. Next, find the critical points:

0 (x2 + x + 1) − x(2x + 1) −x2 + 1


f (x) = = 2
(x2 + x + 1)2 (x + x + 1)2
so the critical points are x = ±1 of which we are only concerned with x = −1. Now
build a chart of values:
x 0 −1 −2
f (x) 0 −1 −2/3
The minimum occurs at x = −1 and the maximum occurs at x = 0. The minimum
value is −1 and the maximum value is 0.
For the local min/max, use a sign chart for f 0 (x) in the interval [−2, 0] (or you can use
the second derivative test). We see that the denominator of f 0 (x) is always positive, and
the numerator is 1 − x2 , which changes from negative to positive at x = −1, so that f
is decreasing then increasing and there is a local minimum at x = −1.
14. Suppose f is differentiable so that:

f (1) = 1, f (2) = 2, f 0 (1) = 1 f 0 (2) = 2

If g(x) = f (x3 + f (x2 )), evaluate g 0 (1).


Use the chain rule to get that:
   
g 0 (x) = f 0 x3 + f (x2 ) · 3x2 + f 0 (x2 ) · 2x

Be careful with the parentheses!:

g 0 (1) = f 0 (1 + f (1)) · (3 + 2f 0 (1)) = f 0 (1 + 1)(3 + 2) = 5f 0 (2) = 5 · 2 = 10

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

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).

17. True or False, and give a short explanation.

(a) If f has an absolute minimum at c, then f 0 (c) = 0.


False. For example, f (x) = |x| has an absolute minimum at x = 0, but f 0 (x) is not
defined at x = 0.
(b) If f is differentiable, then
dq f 0 (x)
f (x) = q
dx 2 f (x)
True, since
dq 1 f 0 (x)
f (x) = (f (x))−1/2 · f 0 (x) = q
dx 2 2 f (x)
d
(c) dx
(10x )
= x10x−1
False. We cannot use the Power Rule, since there is a variable in the exponent.
The correct derivative is found using the rule for ax :
d
(10x ) = 10x ln(10)
dx
2 dλ 2axy
The answer is da = −y 2

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

False. The chain rule states that d


dx
(f (g(x)) = f 0 (g(x))g 0 (x)
(i) If f (x) = x2 , then the equation of the tangent line at x = 3 is: y − 9 = 2x(x − 3)
False. 2x is a formula for the slope, not the slope itself. The equation of the tangent
line is: y − 9 = 6(x − 3).
cos(θ) − 12 π
 
(j) limπ π = − sin
θ→ 3 θ− 3 3
True by l’Hospital’s rule. You could have also said that the expression is in the
form:
f (x) − f (a)
lim
x→a x−a
π
with f (x) = cos(x) and a = 3 . This is another way of defining the derivative of
cos(x) at x = π3 .
(k) There is no solution to ex = 0
True. If there were a solution, it would be x = ln(0), but ln(0) is not defined.

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

(m) 5log5 (2x) = 2x, for x > 0.


True, since 5x and log5 (x) are inverses of each other. We needed x > 0 so that
log5 (2x) is defined.
d
(n) dx
ln(|x|) = x1 , for all x 6= 0.
True: (
ln(x), if x > 0
ln |x| =
ln(−x), if x < 0
so (
1
d x
, if x > 0
ln |x| = 1 1
dx −x
· (−1) = x
, if x < 0
d
(o) dx
10x
= x10x−1
Oops- a duplication. See part (c)
(p) If x > 0, then (ln(x))6 = 6 ln(x)
False. The rule says: log(ab ) = b log(a), but here the 6 is outside the logarithm.
(q) False. The most general antiderivative is a piecewise defined function, since x = 0
is not in the domain of f :
−1
(
x
+ C1 , if x<0
f (x) = −1
x
+ C2 , if x>0

18. Find the domain of ln(x − x2 ):


Use a sign chart to determine where x − x2 = x(1 − x) > 0:

x − + +
1−x + + −
x<0 0<x<1 x>1

so overall, x − x2 > 0 if 0 < x < 1.


x
19. Find the value of c guaranteed by the Mean Value Theorem, if f (x) = x+2
on the interval
[1, 4].
To set things up, we see that f is continuous on [1, 4] and differentiable on (1, 4), since
the only “bad point” is x = −2. We should get that f 0 (x) = (x+2) 2 1
2 , f (1) = 3 and

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:

−8 + a2 = −2a(4 − a) = −8a + 2a2 ⇒ 0 = a2 − 8a + 8



8 ± 32
⇒ a=
2

8− 32
so we take the leftmost value, a = 2
.

x+2−3
22. Compute the limit, without using L’Hospital’s Rule. lim
x→7 x−7
Rationalize to get:
√ √
x+2−3 x+2+3 x+2−9
lim ·√ = lim √
x→7 x−7 x + 2 + 3 x→7 (x − 7)( x + 2 + 3)
1 1
= lim √ =
x→7 ( x + 2 + 3) 6

which is the derivative of x + 2 at x = 7.

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.

...which is the Intermediate Value Theorem.


Find constants a and b so that (1, 6) is an inflection point for y = x3 + ax2 + bx + 1.
Differentiate twice to get:
y 00 = 6x + 2a
At x = 1, we want an inflection point, so 6 + 2a should be a point where y 00 changes
sign: 6 + 2a = 0 ⇒ a = −3. We see that if a < −3, then y 00 < 0, and if a > −3, y 00 > 0.
Putting this back into the function, we have:

y = x3 − 3x2 + bx + 1

and we want the curve to go through the point (1, 6):

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:

A = 2xy = 2x(8 − x2 ) = 16x − 2x3



and 0 ≤ x ≤ 8. We see that the area will be zero at the endpoints, so we expect a
maximum at the critical point inside the interval:

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:

f 0 (x) = 4t3 − 6t2 , f 00 (t) = 12t2 − 12t = 0 ⇒ t = 0, t = 1

The velocity at t = 0 is 0 and the velocity at t = 1 is 4 − 6 = −2.



30. If y = 5t − 1, compute y 000 .
Nothing tricky here- Just differentiate, and differentiate, and differentiate!
1 5
y 0 = (5t − 1)−1/2 · 5 = (5t − 1)−1/2
2 2
5 −1 −25
y 00 = · (5t − 1)−3/2 · 5 = (5t − 1)−3/2
2 2 4
375
y 000 = (5t − 1)−5/2
8

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):

f 0 (f (f (f (x)))) · f 0 (f (f (x))) · f 0 (f (x)) · f 0 (x)

which simplifies (since f (0) = 0) to:

f 0 (0) · f 0 (0) · f 0 (0) · f 0 (0) = 24 = 16

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).

41. f (x) = | ln(x)|. Find f 0 (x).


We can rewrite f (Recall that ln(x) < 0 if 0 < x < 1)
(
ln(x), if x ≥ 1
f (x) =
− ln(x), if 0 < x < 1

and differentiate piecewise:


(
1
0 x
, if x > 1
f (x) =
− x1 , if 0 < x < 1

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

(a) f (x) is greatest and least.


Here we are looking for the maximum and minimum- use a table with endpoints
and critical points. To find the critical points,

f 0 (x) = 1 + sin(x) = 0 ⇒ sin(x) = −1 ⇒ x =
2
is the only critical point in [0, 2π].
Now the table:

x 0 2

3
f (x) −1 π
2 ≈ 4.7 2π − 1 ≈ 5.2
so f is greatest at x = 2π, least at 0.

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

0
f (x) 1 2 0 1

so f is increasing most rapidly at x = π2 .


(c) The slopes of the lines tangent to the graph of f are increasing most rapidly.
Another way to say this: Where is f 0 (x) increasing most rapidly? At the maximum
of f 00 (x). The maximum of cos(x) in the interval [0, 2π] occurs at x = 0 and x = 2π.

53. Show there is exactly one root to: ln(x) = 3 − x


First, to use the Intermediate Value Theorem, we’ll get a function that we can set to
zero: Let f (x) = ln(x) − 3 + x. Then a root to ln(x) = 3 − x is where f (x) = 0.
First, by plugging in numbers, we see that f (2) < 0 and f (3) > 0. There is at least one
solution in the interval [2, 3] by the Intermediate Value Theorem.
Now, is there more than one solution? f 0 (x) = x1 + 1 which is always positive for positive
x. This means that, for x > 0, f (x) is always increasing. Therefore, if it crosses the
x−axis (and it does), then f can never cross again.

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

Plug in the numbers, using r = 2 and dr = 0.1 to get

dV ≈ 0.133πh

55. Sketch the graph of a function that satisfies all of the given conditions:

f (1) = 5 f (4) = 2 f 0 (1) = f 0 (4) = 0


lim+ f (x) = ∞, lim− f (x) = 3 f (2) = 4
x→2 x→2

(We’ll do this one in class)


dt ds
56. If s2 t + t3 = 1, find ds
and dt
.
First, treat t as the function, s as the variable:
dt dt dt −2st
2st + s2 + 3t2 = 0 ⇒ = 2
ds ds ds s + 3t2

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:

f 0 (x) = 3ex − 5 cos(x) + C1

f (x) = 3ex − 5 sin(x) + C1 t + C2


To find C1 , C2 , plug in the numbers: From f 0 (0) = 2,

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

You might also like