Basic Calculus Notes
Basic Calculus Notes
In this chapter, we will study one of two central concepts in Calculus- the
derivative of a function. We will also show some applications of the derivative.
Example 4.1.1.
91
92 CHAPTER 4. DERIVATIVES AND THEIR APPLICATIONS
1
Thus, f 0 (x) = √ and f is differentiable for all x > 0.
2 x
2 dy 2
Example: If y = x2 − 5x + , then = 2x − 5 − 2 .
x dx x
5. Derivative of the product of two or more functions
d(f (x)g(x)
= f (x)g 0 (x) + g(x)f 0 (x)
dx
Example: If y = (x2 + 3)(5 − x + x3 ), then
dy
= (x2 + 3)(−1 + 3x2 ) + (5 − x + x3 )(2x) = 5x4 + 6x2 + 10x − 3
dx
6. Derivative of the quotient of two functions
d f (x) g(x)f 0 (x) − f (x)g 0 (x)
=
dx g(x) (g(x))2
3x − 2
Example: If y = , then
4−x
dy (4 − x)(3) − (3x − 2)(−1) 10
= 2
=
dx (4 − x) (4 − x)2
Remark 4.2.1.
(a) The rule for the derivative of a power function
√ may be extended to non-
1/2
integer exponents. For example, if f (x) = x = x so that n = 1/2,
then the power rule gives us the derivative
1 1
f 0 (x) = nxn−1 = (1/2)x1/2−1 = (1/2)x−1/2 = 1/2
= √
2x 2 x
which is the same result we got earlier.
4.3. TANGENT AND NORMAL LINES 95
(b) The quotient rule may be recalled more easily using the mnemonic device
dy lodehi - hidelo
=
dx (lo)2
where lodehi means the lower function (i.e. g(x)) multiplied by the deriv-
ative of the upper function (i.e. f 0 (x)) and hidelo means the upper
function (f (x)) multiplied by the derivative of the lower function (g 0 (x)).
is the slope of the secant line that passes through the points P and Q.
...
... ...
... ...
... ...
... ....
... ..
... .. ...
... ... ..
... ......... ...
... .
. .
... ... ...
... .. ...
... ... ...
... .. .. ..
... ... ..
... ... ...
... .. ...
....
.... ... ....
.
.... .. ....
.... ... ...
.... ...
.... ..
.
. ..
.....
.... .
.... ... ....
.... .. ....
.... ... ...
.... . ..
.....
.... . .
.... ... .... .
.... .... .................
.. .... .................
.... ...
Q .... .................
......... .... . .. .................
.........
.........
....
....
.
.
. .
.... .................................
.
. .. ......
tangent line at P ................... ........
.........
.........
.
....
....
.
...
..
...
•................ ....... ...
..................
.................... .
......... ..... . ............. .
. .................. .. ... . secant line through P and Q
......... ..... . ....... .....
. ...
..... ... ... ................................ .......
.......................... .... ...... .............................. P ....................
. ....... ..
............................ ............ ............ ..... .
.............
...........
. .
....................... ...... ....
........ ................. .
.. ......... ...
..... .
..... .. ........
..........
........
................. ... .........
.................
• ............
......
..........
.................................................................................................................................................................
.....
........
.......
.............................
............
..........
. .........
.
.. ... ... ... ...
..... .. ............... ...
.. ...........
.....
..
...........
............
......... ..
..
.........
. . . ..
........................
....
.. ...
............... . .
...
.....
...
....
.... ..... ..... ..
..... ...
. ...
. .
.......... .
. ...
.......... . . ......
.........................
..... . .....
.......... ...
. .......... .
. .... .
............
... ...
..........
... ................................
............ ......... ............
... .. ............ ............
............ ..
.. ... ............. ... ........
.................................................................................................................................................................................................................................................................... ................................................
.. .........
.. .........
.....
1x ...
.. x + ∆x 1
..
When ∆x gets smaller, the point Q slides along the curve towards P , so that
the position of the secant line through these points gets closer and closer to
the tangent line to the curve at P . Thus, the limiting value of the slope of the
secant line as ∆x gets smaller and smaller is the slope of the tangent line at
P . This slope is then equal to
f (x1 + ∆x) − f (x1 )
mtan = lim
∆x→0 ∆x
if this limit exists. Observe But this limit is just the same as f 0 (x1 ), which
means that the derivative may be interpreted geometrically as the slope of
the tangent line to the curve at a point on the curve, if this tangent
line is nonvertical.
Example 4.3.1.
(a) To find the equation of the tangent line to the curve y = (x − 1)2 at the
point P (0, 1), we first compute the derivative and evaluate it at x = 0.
Thus:
dy
= 2(x − 1)
dx
is the slope of the tangent line to the curve at any point. When x = 0,
the slope is 2(0 − 1) = −2. Using the point-slope form of the equation of
a line, we get
y − 1 = −2(x − 0) or, equivalently, 2x + y − 1 = 0
4.3. TANGENT AND NORMAL LINES 97
√
(b) To find the equation of the tangent line to the curve y = x which is
parallel to the line x − 4y + 5 = 0, we use the fact that parallel lines have
the same slope. The given equation can be expressed in the slope- intercept
form as y = 1/4x + 5/4, so that the slope of the given line and the tangent
1 1
line is 1/4. From Example 4.1.1(2), we have mtan = f 0 (x) = √ = .
√ 2 x 4
This gives us x = 4, y = 4 = 2, so the point of tangency is at P (4, 2).
The equation of the tangent line is obtained by the point-slope form, thus:
y − 2 = 1/4(x − 4) or x − 4y + 4 = 0
dy
= 3x2 − 6x = 3x(x − 2) = 0 ⇒ x = 0, x = 2
dx
This means that the tangent lines are horizontal when x is either 0 or 2, and
the equations of the vertical normal lines at these points have the equations
x = 0, which is the y-axis, and x = 2.
Exercises.
(a) Determine the points on the graph of the function defined y = x2 +6x+2
where the tangent line is horizontal.
(b) Determine the points on the graph of the function defined by y =
x3 − 12x where the normal lines are vertical.
(c) For the function defined by y = 3x2 − 6x, determine the points where
(i) the tangent line has slope is -6
(ii) the tangent line is parallel to the line 12x + y − 3 = 0.
(iii) the tangent line is perpendicular line x + 6y − 2 = 0.
that satisfy the given equation. Thus we say that the equation x2 + y 2 − 1 = 0
implicitly defines y as a function of x.
Example 4.4.2.
dy
1. Find = y 0 if the function is defined by the equation x2 + y 2 = 4 using
dx
implicit differentiation.
We have
(Differentiate each term with respect to x)
2x + 2yy 0 = 0
dy
(Solve for y 0 = is the resulting equation)
dx
dy −2x x
2yy 0 = −2x, so that = y0 = =−
dx 2y y
dy
2. Use implicit differentiation to find if x2 y − xy 2 = y 3 .
dx
We have
2xy + x2 y 0 − (y 2 + x(2yy 0 )) = 3y 2 y 0
(Differentiate term by term)
y (x − 2xy − 3y ) = y 2 − 2xy
0 2 2
Observe that the terms x2 y = (x2 )(y) and xy 2 = (x)(y 2 ) are treated as
products with y representing some unknown function.
Exercises.
dy
1. Use implicit differentiation to find for each of the functions defined
dx
below:
100 CHAPTER 4. DERIVATIVES AND THEIR APPLICATIONS
√ √
(a) (x + y)2 = y (c) x+ y=1
x
(b) xy + = y 2
y
2. Find the equations of the tangent and normal lines to the curve x2 +y 2 = 25
at the point (-4,3).
Definition 4.5.1.
1. If f (x) = x4 , then the first derivative is f 0 (x) = 4x3 , the second derivative
is f 00 (x) = 4(3x2 ) = 12x2 , the third derivative is f (3) (x) = 12(2x) = 24x,
the fourth derivative is f (4) (x) = 24, and the kth-derivative is f (k) (x) = 0
when k > 4, since the fourth-derivative is already a constant function.
If x = x0 , the derivative
f (x0 + ∆x) − f (x0 )
f 0 (x0 ) = lim
∆x→0 ∆x
represents the instantaneous rate of change of f (x) with respect to x. This
represents the amount by which f (x) will change if the value of x increases
from x0 to x0 + 1, assuming it maintains its rate of change at x0 .
dy
(b) If > 0, then y increases as x increases, and we say that f is an in-
dx
dy
creasing function. On the other hand , < 0 implies that the value of
dx
y decreases as x increases, and f is a decreasing function. The magni-
tude of the derivative, on the other hand, tells us how fast the derivative
is changing with respect to the independent variable.
Example 4.6.1.
(a) A stone is dropped onto a still pond, causing circular ripples to spread out.
The area of the disturbed region in the water is given by A = πr2 , where
r is the radius of the outermost circle. Here, our independent variable is r
representing the radius, and our dependent variable is A which represents
the area of the disturbed region. The rate at which the area is changing
dA
when the radius is 12 cm is computed as follows: We first compute =
dr
dA
2πr. When r = 12, we get = 2π(12) = 24πcm2 > 0, which means that
dr
the area increases by this amount if the radius were to increase by 1 cm.
(b) Sand is being dropped onto a conical pile such that the height of the pile
is always twice the radius of the base of the pile. The formula for the
1
volume of sand at any time is given by V = πr2 h, where r is the base
3
radius and h is the height of the pile. If we want to know how fast the
volume of sand is changing with respect to the height when the height of
the pile is h = 5 feet, we first rewrite the formula for the volume in terms
of h alone. Since h = 2r, we get
1 1 1
V = πr2 h = π(h/2)2 h = πh3
3 3 12
This gives us
dV 1
= πh2
dh 4
4.6. APPLICATIONS OF THE DERIVATIVE 103
dV 1 25π 3
When h = 5 feet, we get = π(25) = f t when the height increase
dh 4 4
by one foot.
Exercises.
2. Find the rate of change of the area of a circle with respect to the diameter
when the radius is 6 inches.
3. Find the rate of change of the lateral surface area of a cylinder with respect
to its radius when the radius is 8 cm and the height is always twice the
radius.
4. Find rate of change of the volume of a sphere with respect to its radius at
the instant when the radius is 10 inches.
5. What is the length e of each edge of a cube when the volume of the cube
is increasing with respect to e at 27 in3 per inch of change in e?
6. The height of a right circular cone is three times its radius. Find the rate
at which the volume of the cone is changing with respect to the diameter
when the diameter is 10 cm.
Example 4.6.2.
moving at a constant rate of 17 ft/sec passes under it. How fast is distance
between the bicycle and the balloon increasing 4 seconds later?
y
..
.....
.......
...
..
...
..
.....
... .....
.. .....
... .....
.. ....
... ....
.. ....
....
... ....
y(t) ..
...
....
....
....
.. ....
... ....
...
..
s(t)
....
....
....
... ....
.. ....
... ....
....
.. ....
... ....
.. ....
... ....
....
.. ....
.
.
............................................................................................................................................................................................................ x
.
...
...
.. x(t)
Let y(t) be the vertical distance of the balloon from the ground and let
x(t) represent the distance of the bicycle from the point on the ground
directly above the balloon. Also let s(t) represent the distance between
the balloon and the bicycle t seconds after the bicycle passes under the
balloon. Then we have the Pythagorean relation
x2 + y 2 = t2
dx dy ds dx dy ds
2x + 2y = 2s ⇒ x +y =s
dt dt dt dt dt dt
The last equation is called the equation of related rates. Note that we
have
dx dy
= 17 ft/sec, = 1 ft/sec
dt dt
When t = 3, we have
p
y = 65 + t = 68, x = 17t = 51, s = x2 + y 2 = 85
We get
ds 1 dx dy
= x +y
dt s dt dt
1 19
= [(15)(17) + (68)(1)] = = 3.8ft/sec
85 5
4.6. APPLICATIONS OF THE DERIVATIVE 105
(b) A man 6 feet tall walks along a horizontal road at the rate of 5 ft/sec
toward a street light which is 16 feet above the [Link] what rate is
the length of his shadow changing when he is 10 feet from the base of the
light? .. .
....
........
...
..
...
..
........
... ...........
.. .......
... .......
.......
.. .......
... .......
.......
.. .......
... .......
.......
.. .......
... .......
.......
... .......
.......
.. .......
... .......
.......
.. .......
... .......
.......
16 ..
...
..
... ............
.. ...........
... .. .......
.. .......
.. .......
... .. .......
.......
... .. .......
.......
.. .. .......
... .. .......
.......
.. .. .......
... .. .......
.. .. .......
... .. .......
.......
.. .. .......
... . .......
...
..............................................................................................................................................................................................................................................................................
x y
Let x be the distance of the man from the base of the light, and let y be
the length of his shadow. Since the man is walking towards the light, x is
dx
decreasing, so that = −5 ft/sec. We have the proportion
dt
x+y y
= ⇒ 6x = 10y
16 6
This gives us
dy 3 dx 3
= = (−5) = −3ft/sec
dt 5 dt 5
This shows that the length of the shadow decreases as the man gets closer
to the light.
(c) Sand is being poured onto a conical pile at the rate of 5 cubic meters per
minute. If the height of the pile is always twice the base radius, how fast
is the base radius increasing when the radius is 4 meters?
4. A water tank is in the form of an inverted cone which is 6 feet across the
top and 8 feet high. If water pours into the cone at the rate of 4 cubic
feet per minute, at what rate is the depth of the water increasing when the
water in the tank is 4 feet deep?
5. A man 6 feet tall is walking away from a lamp hung from a post 20 feet
high at the rate of 5 feet per minute.
(a) At what rate is the length of his shadow changing when he is 10 feet
from the base of the lamp?
4.6. APPLICATIONS OF THE DERIVATIVE 107
(b) At what rate is the tip of his shadow moving when he is 15 feet away
from the base of the lamp?
6. Two cars start out simultaneously from the same point, one moving north at
80 kms per hours and the other moving east at 60 kms per hour. Assuming
that the cars maintain their speeds, at what rate are the cars separating
two hours after they started out?
7. Air from a spherical balloon is being let out at the rate of 1 cubic inch per
second. Assuming that it maintains its shape, at what rate is the radius
changing when the radius is 4 inches?
8. A ladder 17 feet long is leaning against a vertical wall, and its base rests
on horizontal ground. If the base of the ladder is being pulled horizontally
away from the wall at the rate of 1 foot per minute, how fast is the top of
the ladder sliding down the wall when the foot of the ladder is 8 feet away
from the wall?
...
..
.. relative maximum
... .
...... ..........
.
...... .... ... ....
.. ... .. ...
.. .. .. .. . ..
... .. ... ... ... .....
........ .. .. ... .. ...
... . ... .... .. ...
.. ... .. .. .. ...
... .. ... .... .
. ...
.. . relative maximum .. .
. .
. ...
.. ......
... ...............................
.......... ... .... ..
.
...
...
. .. .. .. .
.
...
....... .. ........
....... ... .... ... ...
...... ... ....... ...
. .. .... .
.
..
.
....
.... .....
..
.. ...
.... . . .... . . ...
.... .
. . .... . . ...
.
. .. .
.
.
.
.
. .... .... .... ..
. ...
..... . . .... ... .. ... ...
.. ..
. .
. .... ... ... .. ...
.
... .
. .
. .... ... ... .. ...
. ....
...... ... ... ... ... .. .. ...
.. . .. .. .. ... .. .. ...
... .. ... ... ..
... .. ... ..
.
.
.
.
.. .. .. . .
... .. ... ... ..
.. .. ... ... ...
... .. ... .. c ..
.. .. .... .
. .
... .. ..........................................................................................................................................................................................
.. .. ... ... ..
...
.
.
c ..
. ..
... a ...
.. b ..
...
......................................................................................................................................................................................... .... ... ..
. ...
... .. .
. ..
a .... ...
..
...
..
..
..
..
b ... ...
..
..
..
...
... .. ... .
.. .. .. ..
.. . .. ..
• If f 0 (x) < 0 when x < c and f 0 (x) > 0 when x > c, then f is
decreasing and the graph is falling as x approaches c from the
left. After passing through c, the function is increasing and the
graph is rising to the right of c. Thus, the function would have
attained a relative minimum value of f (c) at x = c.
• If f 0 (x) > 0 when x < c and f 0 (x) < 0 when x > c, then the graph
is rising as x approaches c then falls as x moves to the right of c.
This shows that f attains a relative maximum value f (c) at
c.
In Figure 4.6.4, the relative maximum value of 5 is not the maximum value
that the function can attain, since we see that the graph of the function rises
indefinitely as x increases. Similarly, the relative minimum value of 1 is not
the smallest value that f can attain, as the graph of f extends indefinitely
downward to the left of 0. These relative extrema (or extreme values) are only
the largest or smallest within a small interval (a, b) containing c, compared
with the values of f (x) near the number c. If we want the maximum or
minimum value that f (x) can have over a larger interval or over the entire
domain of f , then we get the absolute maximum/minimum values of f (x).
Definition 4.6.3.
The following theorem guarantees the existence of both the absolute max-
imum and absolute minimum values of a continuous function on a closed in-
terval.
4.6. APPLICATIONS OF THE DERIVATIVE 111
(b) Evaluate f (x) at each of the critical numbers obtained in (a) and at the
endpoints a and b.
(c) Compare the function values obtained in (b). The largest is the absolute
maximum value of f (x) on the interval, while the smallest is the absolute
minimum value of f (x) on the same interval.
dy
= −x = 0 ⇒ x=0
dx
The critical number 0 lies inside the interval I. We compare the function
values at 0 and at the endpoints of the interval:
(−3)2 9 3
f (−3) = 6 − =6− =
2 2 2
2
0
f (0) = 6 − =6−0=6
2
32 16
f (4) = 6 − =6− = −2
2 2
Example 4.6.6.
d0 (t) = 32t
For example, at the instant three seconds after the object started to fall
(t = 3), the speed of the object is d0 (3) = 32(3) = 96 feet per second. On
the other hand, since the distance travelled by the object after 3 seconds
is d = 16t2 = 16(9) = 144 feet, the average speed of the object during the
first three seconds is
∆d 144
= = 48f t/sec
∆t 3
4.6. APPLICATIONS OF THE DERIVATIVE 113
(c) To find two nonnegative numbers whose sum is 12 and whose product
is a maximum, we note that the numbers can be represented by x and
12 − x, respectively. Since both numbers must be nonnegative, we can
only choose x in the interval [0, 12]. The product is given by f (x) =
x(12 − x) = 12x − x2 , and we wish to find its maximum. The critical
numbers are obtained from
f 0 (x) = 12 − 2x = 2(6 − x) = 0
which shows that 6 is the only critical number, and it is inside the interval.
We have
f (0) = f (12) = 0, f (6) = 12(6) − 62 = 36
so the maximum product of 36 is obtained when both numbers are equal
to 6.
Exercises.
2. Find the absolute maximum and minimum values of each of the given func-
tions in the indicated intervals:
√ 4
(a) f (x) = 25 − x2 , [0, 4] (c) f (x) = √ , [3, 6]
x−2
2x + 1 x
(b) f (x) = , [−3, 2] (d) f (x) = 2 , [2, 5]
x−3 x −1
(a) A man has 100 feet of wire to build a fence about a rectangular garden.
If one side of the garden is along a vertical wall, find the dimensions of
the largest garden that can be enclosed by the fence.
(b) Find two nonnegative numbers whose sum is 12 such that the sum of
their squares is a maximum.
(c) Find a number in interval [0.5, 2.5] such that the sum of the number
and its reciprocal is a minimum.
(d) An open square box is to be formed by cutting off equally-sized squares
from the four corners and turning up the flaps. Find the volume of the
largest possible box.
(e) Find the dimensions of the largest rectangle that can be inscribed in a
circle of radius 8 inches.
(f) Find the dimensions of a right circular cylindrical can with an open top
and a volume of 100 cubic cm. having the least surface area.
• f (a) = f (b) = 0
0 = f 0 (x) = 2 − 2c ⇒ c = 1 ∈ [−2, 4]
The graph of f and the horizontal tangent line at c = 1 are shown below:
.
..
......
.... .... .... .... .................................... .... .... .... .
... ..... ....
.. ...
.......... ...
.
..... ... ...
...
... ........ ...
... .. ...
.. ....... ...
.... .... ...
.. .. ...
... ....... ..
... ... ..
.. ........ . ..
... ..
..
... ... ..
..
... ....... .
...
.
.
.......
.
...
.......
...
........................................................................................................................................
...
...
..
...
We use Rolle’s Theorem to prove the Mean Value Theorem which is stated
below:
f (b) − f (a)
f 0 (c) =
b−a
Proof. Note that the secant line through the points (a, f (a)) and (b, f (b)) has
the equation
Remark 4.7.2. Geometrically, the quantity f 0 (c) represents the slope of the
tangent line to the graph of f at the point (c, f (c)). Hence, the mean value the-
orem says that there is a point on the graph of f over the interval [a, b] where
the tangent line is parallel to the secant line joining (a, f (a)) and (b, f (b)).
Exercises.
2. In each of the following, verify the hypothesis of the mean value theorem
and find a number c in the indicated interval which satisfies the conclusion
of the theorem.
4x3 − 6x2 + 4x − 1 = 0
has at least one real root inside the interval (0, 1).
4. Use the mean value theorem to show that if a < b, then the arithmetic mean
a+b
of a and b lies in the open interval (a, b). (Hint: Use f (x) = x2 )
2
118 CHAPTER 4. DERIVATIVES AND THEIR APPLICATIONS
(a) concave downward on I if the tangent line to the curve lies above the
curve on the interval.
(b) concave upward on I if the tangent line to the curve lies below the
curve on the interval.
.. .... .
..... .... ....
....... .... ....
.
. .... ......
.. ... ....
... ... ........ ...... ......
.... ...
.. .. .... ....... ...
.. .... .......... .... .... ..................................................................... .... .... .... .... ....
.. ... .................... .............
........... ...
.. .. .......... ............. ..
.. . .. ...........
... .
. ............. .... ....... ...
.. .... .........
.. ............. .... .... .
...... ..
.. ....... .. ....... ..
........... .. ........
............ ... ........
.. . ...... .....
..... .... ... ..
. .. .... ....
. ... .... . .
. .. ... ...
.. .... .. . .
.... ..
.
.
. .. ....
..
...... .
.
. .. ...
..
.....
.
.
. .
.. ... ...
... . . . ..
. .
. .
. .
. .
.
.
..... ... ... ...
..
. .. .
. .
... .. ... ...
... ... .. ..
.. ... ...
.. ... ..
.. .. ..
...
a ..
..
.
..
.
b ..
..
................................................................................................................................................................................................................
. .
.. ..
. ..
... ... ...
. ... .
... .. ...
.. ... ..
.. ... ..
. . .
Note that when the graph is concave downward on an interval, the slopes
of the tangent lines changes from positive to zero to negative. This means that
the the function f 0 is decreasing on this interval, and hence the derivative of f 0 ,
which is f 00 , must be negative. Similarly, if the graph of a twice-differentiable
function f is concave upward on an interval I, then the slopes of the tangent
lines to the curve on this interval change from negative to zero to positive,
so that f 0 is an increasing function on the interval. The second derivative f 00
must then be positive on the interval I. We have
4.8. CURVE SKETCHING 119
This shows that the graph of f is concave upward on the interval (−∞, 3) and
concave downward on the interval (3, +∞). The graph of f is shown below:
• If f 00 (c) = 0, the test fails. In this case, apply the first derivative
test.
(a) f 00 (0) = 6(0) − 6 = −6 < 0, which shows that f has a relative maximum
when x = 0.
Exercises.
1. For each of the following functions, determine all the critical numbers and
apply the second derivative test for relative extrema:
2. For the functions in the preceding number, use the first derivative test to
determine the relative maximum and minimum values of f .
3. Use the second derivative to identify possible points of inflection of the
graph of the given function.
(a) f (x) = 3x4 + x3 (c) f (x) = 2x3 + 3x2
(b) f (x) = x4 − 4x + 3
Curve Sketching
We now use the first and second derivatives of a function to help us sketch the
graph of the function. Recall that
(a) f 0 (x) tells us whether the function is increasing or decreasing, and hence
whether the graph is rising or falling, on an interval I.
(b) f 00 (x) tells us if the graph of f is concave upward or downward on an
interval I.
Using these facts, we now have the following procedure for sketching the graph
of a continuous function f .
• Using the numbers obtained from the first two steps as endpoints, par-
tition the domain of f into intervals.
• Evaluate f at the numbers obtained in the first two steps, and locate
these points in the coordinate plane.
• Using the information obtained from the fourth step, join the points
plotted in step five to obtain a sketch of the graph of f .
4.8. CURVE SKETCHING 123
Example 4.8.5. We use the above procedure to sketch the graph of the func-
tion defined by y = x4 − 4x2 . We have
√
f 0 (x) = 4x3 − 8x = 4x(x2 − 2) = 0 if either x = 0 or x = ± 2
Next we partition the the domain, which is R, into the following subintervals:
√ √ p p p p √ √
(−∞, − 2), (− 2, − 2/3), (− 2/3, 0), (0, 2/3), ( 2/3, 2), ( 2, +∞)
In each of these intervals, we use the first and the second derivatives to deter-
mine if the function is increasing/decreasing and the concavity of the graph.
Our results are summarized in the following table:
x √ f (x) f 0 (x) f 00 (x) Conclusion
(−∞, −√ 2) - + dec., con. upward
x = −p 2 -4 0 + relative min.
√
(− 2, −p 2/3) + + inc., con. upward
x= p− 2/3 -20/9 + 0 point of inf.
− 2/3, 0) + - inc., con. downward
xp=0 0 0 - relative max.
(0, p2/3) - - dec., con. downward
x
p= 2/3 -20/9 - 0 point of inf.
√
( 2/3,√ 2) - + dec., con. upward
√x= 2 -4 0 + relative min.
( 2, +∞) + + inc., con. upward
REVIEW EXERCISES
1. The slope of the tangent line to the curve y = 3x2 + 4 at the point
(1, 7) is equal to
A. 3 B. 6 C. 1 D. 7
8
2. The equation of the tangent line to the curve y = √ at the point
x
(4, −4) is
A. x + 2y + 4 = 0 C. x − 2y − 12 = 0
B. x + 2y + 12 = 0 D. x − 2y + 4 = 0
3. The slope of the normal line to the curve y = x3/2 at the point
(1, 1) is
A. 1 B. -1 C. 3/2 D. -2/3
x2
4. The slope function for the curve y = is
4
x2 x x x2
A. y 0 = B. y 0 = C. y 0 = D. y 0 =
2 4 2 4
A. 4 B. -4 C. 1/4 D. -1/4
A. y = 4x B. 4x + y = 0 C. x = 4y D. 4y + x = 0
126 CHAPTER 4. DERIVATIVES AND THEIR APPLICATIONS
A. x − 6y + 4 = 0 C. 6x + y − 13 = 0
B. x + 6y − 8 = 0 D. 6x − y − 11 = 0
9. Which
√ of the following represents a line normal to the curve y =
− x at the point (4, − 2)?
A. 4x + y + 14 = 0 C. x + 4y + 4 = 0
B. x − 4y − 12 = 0 D. 4x − y − 18 = 0
A. 4x − y − 5 = 0 C. x − 4y + 10 = 0
B. 4x + y − 11 = 0 D. x + 4y − 14 = 0
1 1
A. √ C. √
2 x x
√
B. 2 x D. does not exist
√
12. Given that f (x) = 2x + 3, the value of f 0 (1/2) is
A. ±2 B. 2 1 1
C. D.
2 4
4.8. CURVE SKETCHING 127
r
4x − 5
13. If f (x) = , then f 0 (x) is equal to
7 − 2x
18(4x − 5)1/2 9
A. C.
(7 − 2x)5/2 (4x − 5) (7 − 2x)5/2
1/2
9 18(4x − 5)1/2
B. D.
(4x − 5)1/2 (7 − 2x)3/2 (7 − 2x)3/2
√ 3
14. If f (x) = 3x x and g(x) = 4 , then (f + g)0 (x) is equal to
x
√
√ 12 9 x 12
A. 9 x + 5 C. − 5
x 2 x
√
√ 12 9 x 12
B. 9 x − 5 D. + 5
x 2 x
15. If f (x) = (x2 − 9)2/3 , then f 0 (x) fails to exist at the number
A. 9 B. 3 C. 1 D. 0
A. -3 B. 4 C. 0 D. -30
d2 y
17. If x2 + y 2 = 1, then is equal to
dx2
y 2 − x2 x2 − y 2 1 1
A. B. C. 3 D. −
y3 y 3 y y3
7 1 1 7
A. − B. − C. D.
4 11 11 4
20. An equation of the tangent line to the curve x2 +4y 2 −4x−8y+3 = 0
at the point (0, 1/2) is
A. 2x − 2y − 1 = 0 C. 2x − 2y + 1 = 0
B. 2x + 2y − 1 = 0 D. 2x + 2y + 1 = 0
d2 y
21. If x3 + y 3 = 1, then is equal to
dx2
2x 2x 2x 2x
A. − B. 3 C. 5 D. −
y3 y y y5
4.6 Applications of the Derivative
16
22. Which of the following is a critical number of f (x) = x +
x
A. 0 B. 1 C. 16 D. -4
23. A stone thrown into a still pond creates circular ripples that grow
outward. Assuming that the ripples retain their circular shape, at
what rate is the area A of the disturbed region of the pond changing
with respect to the radius r of this region at the instant when the
radius is r = 4 feet?
A. 4π[Link] per foot C. 2π[Link] per foot
B. 8π[Link] per foot D. 16π[Link] per foot
24. Given that the equation of motion of a body along a horizontal line
is s = f (t) where s is the distance and t is time. The expression
f (t1 + ∆t) − f (t1 )
∆t
represents
A. the average velocity of the body during the time interval [t1 , t1 +
∆t]
B. the instantaneous velocity of the body at time t = t1
C. the average distance travelled by the body during the time
interval [t1 , t1 + ∆t]
D. the acceleration of the body
25. The function f (x) = 1 + 6x − x2 has a maximum value at x equal
to
4.8. CURVE SKETCHING 129
A. -2 B. 0 C. -3 D. 3
A. 8 B. 4 C. 12 D. 6
28. The minimum value of the function f (x) = |x| on the interval
[−π/4, π/3] occurs at
A. x = −π/4 B. x = π/3 C. x = 0 D. x = 1
29. For the function described in the preceding item, the absolute max-
imum value of f on the given interval is
A. 0 B. π/3 C. π/4 D. 1
30. Which of the following is true about the function defined by f (x) =
x−3
?
x+7
A. f is defined at all real numbers
B. f has no critical number
C. -7 is a critical number of f
D. f is continuous at all real numbers
31. A ladder 13 feet long is leaning against a vertical wall. If the base
of the ladder is being pulled horizontally away from the wall at
2ft/sec, then when the top of the ladder is 5 feet from the ground,
the top of the ladder is sliding down the wall at the rate of
32. If the edge of a cube is increasing at the rate of 3 cm/sec, how fast
is the volume increasing when the edge is 5 cm?
130 CHAPTER 4. DERIVATIVES AND THEIR APPLICATIONS
A. (−∞, 0) C. (1, 2)
B. (2, +∞) D. (0, 1)
A. y = 4 − x2 C. y = 3x − 2
B. y = 2 − |x + 1| D. y = x2 − 2x