c1d_t1
c1d_t1
~
w
8. The Rule of Chains toc
Addition, subtraction, multiplication, and division are some of the
ways we use to build up new functions from old, and we have seen
how the operation of differentiation interacts with these basic arith-
metic processes. There is, as you know, one other way of combining
functions: composition.
A thorough study of composition of functions has already been taken
up; included in that discussion were the topics of composition, the me-
chanics of composition, and the very important notion of uncomposing
or decomposing a function.
In this section, we study how differentiation interacts with composi-
tion. The formal statement of this relationship is the Chain Rule, and
is stated immediately below.
As it turns out, the most important skill associated with a consistently
correct use of the Chain Rule is the ability to realize that a given func-
tion is, in fact, the composition of other functions, and the ability to
Section 8: The Rule of Chains
Proof.
Theorem Notes: The Chain Rule can be very mystifying when you see
it and use it the first time. Hopefully, this article will clear this up for
you.
The Chain Rule allows us to differentiate a more complicated
function by multiplying together the derivatives of the functions used
to compose the parent function.
In the theorem, I have conveniently labeled the functions and
their variables in such a way as to suggest the composition: y = f (u)
Section 8: The Rule of Chains
becomes
dy dy du
= . (2)
dx du dx
Let’s make this formula into a big deal:
Section 8: The Rule of Chains
The next example illustrates how the Leibniz form of the chain rule
is used.
d
Example 8.4. Calculate: (5x4 − 12x2 )3 .
dx
Use the Leibniz Notation to solve the following problem.
d
Exercise 8.4. Calculate: (3x3 − 6x)1/2 .
dx
Section 8: The Rule of Chains
d 1
Example 8.6. Calculate .
ds (s − s + 1)3/4
4
d
Exercise 8.5. Calculate (4x2 + 1)23 .
dx
5
d x
Exercise 8.6. Calculate .
dx 1 + x
d 3√
Example 8.7. Calculate x 1 + 3x2 .
dx
d 4
Exercise 8.7. Calculate x (2x + 1)3/2 .
dx
Let’s combine the Power Rule with the quotient rule.
√
d w w
Example 8.8. Calculate .
dw (3w3 + 1)6
d (s + 1)3
Exercise 8.8. Calculate .
ds (2s + 1)5
Section 9: The Trigonometric Functions
Where we have used the additive formula for sin(x) in (1) in the above
manipulations. Recall,
sin(x + h) = sin(x) cos(h) + cos(x) sin(h).
Now, we take the limit of (2) as h goes to 0.
0 cos(h) − 1 sin(h)
f (x) = lim sin(x) + cos(x)
h→0 h h
cos(h) − 1 sin(h)
= sin(x) lim + cos(x) lim (3)
h→0 h h→0 h
The equation (3) now makes is it clear the nub of the problem: We
need to calculate two limits
sin(h) cos(h) − 1
lim lim (4)
h→0 h h→0 h
But these two limits have been already been studied. We have shown
that
sin(h) cos(h) − 1
lim =1 lim =0 (5)
h→0 h h→0 h
Section 9: The Trigonometric Functions
cos(h) − 1 sin(h)
f 0 (x) = sin(x) lim + cos(x) lim from (3)
h→0 h h→0 h
= sin(x)(0) + cos(x)(1) from (5)
= cos(x)
Thus, we have shown that if f (x) = sin(x), then f 0 (x) = cos(x). Using
the Leibniz notation we obtain
d
sin(x) = cos(x) x ∈ R. (6)
dx
d d
Exercise 9.3. Using sin(x) = cos(x) and cos(x) = − cos(x)
dx dx
d
only, calculate tan(x).
dx
Now that we have the trig functions, we can combine them with other
functions through addition, multiplication, and division.
d 3
Example 9.2. Calculate x sin(x).
dx
To test your understanding of the Chain Rule, consider the following
exercise.
Exercise 9.4. Find the derivative of F (x) = sin(6x3 ) using the
Chain Rule.
d du d du
(1) sin(u) = cos(u) (3) tan(u) = sec2 (u)
dx dx dx dx
d du d du
(2) cos(u) = − sin(u) (4) cot(u) = − csc2 (u)
dx dx dx dx
d du
(5) sec(u) = sec(x) tan(u)
dx dx
d du
(6) csc(u) = − csc(x) cot(u)
dx dx
Section 10: Higher Order Derivatives
as well.
y = sin(2x) (1)
0
y = 2 cos(2x)
y 00 = −4 sin(2x)
y 000 = −8 cos(2x)
y (4) = 16 sin(2x)
y (5) = 32 cos(2x)
y (6) = −64 sin(2x).
In the case of the sine function, we get nonzero derivatives of all orders.
Exercise 10.1. Verify that for y = sin(2x), a general formula for
y (n) is
y (n) = 2n sin(2x + nπ/2) n = 1, 2, 3, 4, . . . .
Section 10: Higher Order Derivatives
The Leibniz notation for higher order derivatives may seem a little
strange at first. If y = f (x), then
dy
y0 =
dx
d dy d2 y
y 00 = = 2
dx dx dx
2
d d y d3 y
y 000 = =
dx dx2 dx3
3
d d y d4 y
y (4) = = .
dx dx3 dx4
In general, for n ∈ N, the nth derivative with respect to x is given by
dn y d dn−1 y
= ,
dxn dx dxn−1
and is calculated by differentiating the (n − 1)st -derivative.
Section 11: Implicit Differentiation
Or, we may
√ be interested in a point on the lower semi-circle: ( x, y ) =
( 1/2, − 3/2 ). In this case, we use the formula (5),
dy 1/2
=p
dx √
( x,y )=( 1/2, 3/2 ) 1 − (1/2)2
1
=√ . (7)
3
In this case, all calculations are the same except for the sign.
As you can see from this extended example, this is the kind of pro-
cedure you would have to do if the curve is given in equational form:
(1) solve for y in terms of x – you may get several solutions, each
defining y as a function of x; (2) differentiate the functional relation
of interest in order to obtain dy/dx.
This method may be rather drawn out, or even impossible. Some
equations are so complicated that you cannot algebraically solve of y
in terms of x. In the equation,
x10 − 2xy − y 10 = 0.
Section 11: Implicit Differentiation
The Procedure.
1. Treat y as if it were an explicit function of x.
2. Differentiate both sides of (8) with respect to x. Use the various
differentiation formulas wherever applicable. When finished, we
will have an equation involving x, y, and dy/dx. Symbolically,
dy
G(x, y,
)=0 (9)
dx
3. Solve the equation (9) for dy/dx.
Let’s implement this procedure in a series of examples.
dy
Example 11.1. Find , for x2 + y 2 = 1 using implicit differentia-
dx
tion.
Next up is an example in which it is impossible to solve for y; conse-
quently, implicit differentiation is the only way we have to differentiate
this curve.
dy
Example 11.2. Calculate , where x10 − 2xy − y 10 = 0.
dx
Section 11: Implicit Differentiation
dy
Example 11.3. Consider the equation x sin(xy) = 1, find .
dx
Exercise 11.1. Consider the ellipse
x2 y2
+ = 1.
4 9
Find dy/dx using the technique of implicit differentiation.
Exercise 11.2. Consider the curve defined by the equation x2 y 7 −
x3 y 2 = 1. Calculate dy/dx.
refers to high or low points on a graph. Let’s have the formal defini-
tions.
Proof.
Theorem Notes: The proof is easy to understand and it is strongly
recommended that the student study it.
Section 12: The Mean and the Extreme
and that the maximum value is attained at x = 0, 2π, and 4π. In the
same way,
min cos(x) = −1,
0≤x≤4π
Proof.
Let f be a differentiable function. Then
f (x + h) − f (x)
f 0 (x) := lim . (2)
h→0 h
This equation establishes a relationship between the values of the
function f near x and the value of the derivative f 0 at that same
x. The relationship is a complex one though: The two are connected
by the limit process. In this section we explore the Mean Value
Theorem, a theorem which establishes another relationship between
f and f 0 .
The Mean Value Theorem is an “obvious” truth, but like many
truths in mathematics, it is more difficult to prove than you would
suppose. Let me illustrate this obvious fact through an example.
Example 12.2. This example illustrates the Mean Value Theo-
rem using a skier and a ski slope.
Section 12: The Mean and the Extreme
Now let me formally state the Mean Value Theorem. See if you
can recognize the skier analogy in the theorem.
f (b) − f (a)
f 0 (c) = (3)
b−a
or,
f (b) − f (a) = f 0 (c)(b − a) (4)
or even,
f (b) = f (a) + f 0 (c)(b − a) (5)
Proof.
Theorem Notes: It is equation (3) that yields the skiing interpretation
of Example 12.2, do you see it?
The point T ( a, f (a) ) is the left-most point on the graph of f ,
the point B( b, f (b) ) is the right-most point on the graph of f . What
Section 12: The Mean and the Extreme
But, f (a) = C, so
f (x) = C
which is what we wanted to prove. Hurray!
Maybe you can develop the formula yourself before getting this
section. (Hint: Use this exercise as a template; change the exponent of
6 to an abstract exponent of r and follow the development line-by-line,
making all appropriate changes.)
Exercise 8.3.
Solutions to Exercises (continued)
y = u1/2 u = 3x3 − 6x
dy 1 du
= u−1/2 = 9x2 − 6.
du 2 dx
By the Chain Rule,
dy dy du
=
dx du dx
1
= u−1/2 (9x2 − 6). (A-1)
2
Again, typical of this technique, the answer comes out in terms of
x and u. A re-substitution will solve this problem: u = 3x3 − 6x.
Substituting this into (A-1) we obtain
dy 1
= (3x3 − 6x)−1/2 (9x2 − 6)
dx 2
Solutions to Exercises (continued)
dy 3(3x2 − 2)
= √
dx 2 3x3 − 6x
Exercise 8.4.
Solutions to Exercises (continued)
The secret? Use good notation, classify the function types (product,
quotient, sum, etc.), know the rules (the formulas), use good algebra.
Solutions to Exercises (continued)
= sec2 (π/3)
=4
Recall
1 1 1
sec2 (π/3) = = = = 4.
cos2 (π/3)
(1/2)2 1/4
Now let’s turn to the problem of calculating the equation of the line
tangent to the graph at x = π/3.
In order to find any equation of a line we need two pieces of informa-
tion: A point the line passes through; the slope of the target line.
Work through the rest of the problem through a series of steps.
The Point: Which of the following can be taken to be our point?
p √
(a) ( π/3, 3/2 )(b) ( π/3, 2 ) (c) ( π/3, 4 ) (d) ( π/3, 3 )
Solutions to Exercises (continued)
The Slope: Which of the following is the slope of the line tangent to
the graph of y = tan(x).
(a) 1/2 (b) 2 (c) sec2 (x) (d) 4
The Equation: Which of the following is the equation of the line tan-
gent to the graph at x = π/3?
√
3 √ √
(a) y − = 3(x − π3 ) (b) y − 3 = 4(x − π3 )
√2 √
(c) y − 3 = sec2 (x)(x − π3 ) (d) y − π3 = 4(x − 3)
Exercise 9.2.
Solutions to Exercises (continued)
9.4. The function is F (x) = sin(6x3 ). You should have realized that
F is the composition of two more elementary functions: the outer
function is f (x) = sin(x) and the inner function is g(x) = 6x3 .
Preliminary Calculations:
d
9.5. The problem tan(sin(x)) is nothing more than the derivative
dx
of the tangent function of some function of x. Use Trig formula (3),
d d
tan(sin(x)) = sec2 (sin(x)) sin(x)
dx dx
2
= sec (sin(x)) cos(x)
You simply have to learn to look at a function and classify it. In this
case, we wanted to differentiate the tangent of some function of x.
Keep it simple. Do the obvious.
The derivative of the tangent of some function of x is the secant
squared of that same function of x, times the derivative of that func-
tion of x. This would be the verbalization of the tangent formula.
Exercise 9.5.
Solutions to Exercises (continued)
d
9.6. Problem: sin(tan4 (3x3 )). Initially, we want to differentiate
dx
the sine of some function of x — that’s all. Apply (1),
d d
sin(tan4 (3x3 )) = cos(tan4 (3x3 )) tan4 (3x3 )
dx dx
Now to continue, we must analyze our next differentiation problem.
Are we to differentiate the tangent of some function of x, or are we
to differentiate a function raised to a power? The notation tan4 (3x3 ),
is short-hand for (tan(3x3 ))4 . This is a composition of two functions
with the 4th -power function the “outer” function; consequently, we
see the expression tan4 (3x3 ) as a function raised to a power — hence,
apply the Power Rule. Continuing the calculation now,
d d
sin(tan4 (3x3 )) = cos(tan4 (3x3 )) tan4 (3x3 )
dx dx
d
= cos(tan4 (3x3 ))(4) tan3 (3x3 ) tan(3x3 )
dx
Solutions to Exercises (continued)
Perhaps now you can see from where the term “Chain Rule”
comes. When you differentiate a function that is the composition of
a large number of other functions, as was the case in this exercise,
we differentiate the “outer” function times the derivative of the “in-
ner” function. As a result, we generate a series of derivatives that are
chained together.
Sometimes I say that the process of differentiation is the process
of moving the d/dx symbol from left to right. Can you see why?
Exercise 9.6.
Solutions to Exercises (continued)
x
10.2. The function y is simply the quotient of two polynomi-
2x + 1
als; it should be the height of triviality to differentiate.
The first derivative:
d x
y0 =
dx 2x + 1
(2x + 1)(1) − x(2)
= Quot. Rule
(2x + 1)2
1
=
(2x + 1)2
= (2x + 1)−2
The second derivative:
d
y 00 = (2x + 1)−2
dx
= (−2)(2x + 1)−3 (2) Power Rule
= −4(2x + 1)−3
Solutions to Exercises (continued)
dy
Now, solve algebraically for , Step 3:
dx
dy dy
7x2 y 6 + 2xy 7 − 2x3 y − 3x2 y 2 = 0
dx dx
dy
(7x2 y 6 − 2x3 y) = 3x2 y 2 − 2xy 7
dx
dy
x2 y(7y 5 − 2x) = xy 2 (3x − 2y 5 )
dx
Thus,
dy x2 y(7y 5 − 2x)
= 2 ,
dx xy (3x − 2y 5 )
or,
dy x(7y 5 − 2x)
= .
dx y(3x − 2y 5 )
This then is the derivative of y with respect to x.
Solutions to Exercises (continued)
11.3. In the spirit of the outline, you should have said to take equa-
tion (13) and differentiate it with respect to x, the result of which
would be
y (4) = F6 (x, y, y 0 ).
Now, take (10), and substitute for y 0 in the above equation to obtain
the desired derivative in its most fundamental form:
y (5) = F7 (x, y).
Exercise 11.3.
Solutions to Exercises (continued)
Second Derivative:
Solutions to Exercises (continued)
dy 0 d
1. y 00 = = sec(y)
dx dx
dy
2. y 00 = sec(y) tan(y)
dx
00
3. y = sec(y) tan(y) sec(y)
states that the graph of f is higher (than f (c)) to the left of c and
higher to the right of c; this is descriptive of the concept of local
minimum.
If J was not required to be open, then J could contain one of its
endpoints. In this case the requirement that c ∈ J could mean that
c is just an endpoint of J; therefore, c would be an endpoint of the
interval J ∩ I. The condition
f (x) ≥ f (c) x ∈ J ∩ I,
may be only saying that f is higher on one side of a. Think about it.
This would be counter to the concept of a low point on the graph. In
fact, if we don’t require J to be an open interval, then most any point
on the graph is both a maximum and minimum! Can you see why?
(Think of the function f (x) = x2 and take c = 1, try to argue that
c = 1 is both a local maximum and a local minimum by dropping the
word “open” from Definition 12.1.)
c is an endpoint of I: Assume for the purpose of argument that c is
the left-hand endpoint of the interval I. In this case, J ∩ I will be an
interval whose left-hand endpoint is c as well. The condition
f (x) ≥ f (c) x ∈ J ∩ I,
says that f is higher to the right of c and says nothing of what goes
on to the left of c. But if c is the left-hand endpoint of the domain of
definition I, we don’t care what goes on to the left of c because that
is outside the domain of the function f .
In this case, it really doesn’t matter whether J is open or not.
Exercise 12.1.
Solutions to Examples
8.1. This is a continuation of the Theorem Notes. It was seen there
that F = f ◦ g, where f (x) = x10 and g(x) = x2 + 1. Note that we
have not relabeled the variables to suggest composition — sorry! The
Chain Rule formula states that at any x
F 0 (x) = (f ◦ g)0 (x) = f 0 (g(x))g 0 (x).
Let’s make the necessary calculations:
Thus,
d(x2 + 1)10
= 10x(x2 + 1)9 .
dx
Example Notes: That was relatively painless — I had no problems
at all with it. The key point is the ability of the student to decom-
pose functions (uncompose?), then differentiate each separately, and
multiply them together.
Example 8.1.
Solutions to Examples (continued)
8.2. Step 1: recognize and realize that the given function is a compo-
sition of two other functions. Step 2: decompose. Step 3: apply chain
rule.
The function F (x) = (3x3 − x)7 is the composition of two functions:
the outer function: f (x) = x7 ; and the inner function: g(x) = 3x3 −x.
Preliminary Calculations:
F 0 (2) = 7(35)(22)6 .
I leave the punching of calculator buttons to you, but the derivative
is large. Example 8.2.
Solutions to Examples (continued)
f (x) g(x) = x3
f 0 (x) g 0 (x) = 3x2 .
Notice that because the function f is an abstract differentiable func-
tion, it is the height triviality to differentiate it: the derivative of f is
f 0 . Isn’t that easy?
Solutions to Examples (continued)
y = u3 u = 5x4 − 12x2
d d
y = 3u2 u = 20x3 − 24x.
du dx
By the Chain Rule,
dy dy du
=
dx du dx
= (3u2 )(20x3 − 24x)
= 6xu2 (5x2 − 6). (S-1)
The trouble with (S-1) is that the answer is in terms of x and u.
We want the derivative of y with respect to x; usually, we want the
answer entirely in terms of the independent variable, and that’s x. It
is simple enough to convert the answer in (S-1) to x — just replace u
with what it is equal to in terms of x: u = 5x4 − 12x2 .
Solutions to Examples (continued)
d
8.5. The problem is to calculate (1−3x3 )10 . The first observation
dx
you should make is that we are required to differentiate a function
raised to a power. This is the first and most critical observation.
The second mental connection you need to make is this: Since we want
to differentiate a function raised to a power, the Power Rule needs to
be used first.
d d
(1 − 3x3 )10 = 10(1 − 3x3 )9 (1 − 3x3 ) Power Rule
dx dx
= 10(1 − 3x ) (−9x2 )
3 9
ditto
= −90x2 (1 − 3x3 )9
Thus,
d
(1 − 3x3 )10 = −90x2 (1 − 3x3 )9
dx
Example 8.5.
Solutions to Examples (continued)
Example Notes: As you read the prepared examples, and do the ex-
ercises, be sure to verbalize the formulas as you use them. Usually, I
reference the verbal versions of the formulas. The Generalized Power
Solutions to Examples (continued)
d 3√
8.7. The problem: x 1 + 3x2 . This is the derivative of a product
dx
of two functions. I’ll use the Product Rule.
d 3p 2 3 d 2 1/2 2 1/2 d x
3
x 1 + 3x = x (1 + 3x ) + (1 + 3x )
dx dx dx
1 3 d
= x (1 + 3x2 )−1/2 (1 + 3x2 ) + (1 + 3x2 )1/2 (3x2 )
2 dx
1 3
= x (1 + 3x2 )−1/2 (6x) + (1 + 3x2 )1/2 (3x2 )
2
This finishes the calculus part of the problem. Above, I have applied
the power rule (verbalize!) several times. We now start the algebra
part of the problem.
d 3p d 3
x 1 + 3x2 = x (1 + 3x2 )1/2
dx dx
1
= x3 ( )(1 + 3x2 )−1/2 (6x) + (1 + 3x2 )1/2 (3x2 )
2
= 3x (1 + 3x2 )−1/2 (x2 + (1 + 3x2 ))
2
Study the algebra steps — make sure these are familiar to you.
Thus,
d 3p 3x2 (4x2 + 1)
x 1 + 3x2 = √ .
dx 1 + 3x2
Example 8.7.
Solutions to Examples (continued)
Keep working on (S-3) until you can obtain (S-4). Example 8.8.
Solutions to Examples (continued)
d 3
9.2. The problem: Calculate x sin(x).
dx
We are asked to differentiate
(a) a sum (b) a product (c) a quotient (d) a sine function
We use standard techniques.
d 3 d d x3
x sin(x) = x3 sin(x) + sin(x)
dx dx dx
3 2
= x cos(x) + sin(x)(3x )
= x2 (x cos(x) + 3 sin(x))
That seemed easy. Example 9.2.
Solutions to Examples (continued)
= −12x3 sin(3x4 )
Example 9.3.
Solutions to Examples (continued)
d x2 d y2
+ =0 / Additive Prop.
dx dx
dy
2x + 2y = 0. / Power Rule (S-6)
dx
Solutions to Examples (continued)
Thus,
dy
2x + 2y = 0. (S-7)
dx
In line (S-6), we have utilized Step 1. We treated y as if it were
a function of x. The derivative of y 2 , where y is a function of x, is,
according to the Power Rule, the exponent (2) times the base function
raised to one less power (y), times the derivative of the base function
(that’s dy/dx).
This completes Step 2. You’ll note the last equation generated, equa-
tion (S-7), is an equation involving the variables x, y, and dy/dx, as
was predicted by (9).
Solutions to Examples (continued)
Similarly,
dy 1/2
=− √
dx √
( x,y )=( 1/2,− 3/2 ) − 3/2
1
=√ .
3
This corresponds to (7) made earlier. Example 11.1.
Solutions to Examples (continued)
d xy d y 10
10x9 − 2 − =0
dx dx
dy dx dy
10x9 − 2(x + y ) − 10y 9 =0
dx dx dx
dy dy
10x9 − 2x − 2y − 10y 9 = 0.
dx dx
Solutions to Examples (continued)
This is the end of Step 2. We now go into Step 3: Solve for dy/dx
dy dy
10x9 − 2x − 2y − 10y 9 =0
dx dx
dy
(10y 9 + 2x) = 10x9 − 2y
dx
dy
(5y 9 + x) = 5x9 − y.
dx
Finally,
dy 5x9 − y
= 9 .
dx 5y + x
satisfies the defining equation (S-9) (it took me awhile to find this
point, by the way!). The slope of the line tangent to the graph of
(S-9) at the point (S-10) is
dy 5x90 − y0
=
dx (x0 ,y0 ) 5y09 + x0
5 381/80 − 31/80
=
5 39/80 + 39/80
7 1 7
= = 39/10
33 1/10 9
≈ 2.090569740
Please verify the algebraic trench warfare above. Example 11.2.
Solutions to Examples (continued)
x sin(xy) = 1
d d1
x sin(xy) =
dx dx
d
x sin(xy) + sin(xy) = 0.
dx
Now, in the first term, we have the derivative of the sine of some
function of x we’ll use Trig. (1),
d
x sin(xy) + sin(xy) = 0
dx
d
x(cos(xy) xy) + sin(xy) = 0.
dx
Solutions to Examples (continued)
Thus,
dy sin(xy) + xy cos(xy)
=−
dx x2 cos(xy)
That’s the end of Step 3 and of this example. Example 11.3.
Solutions to Examples (continued)
dy 00 d
y 000 = = − y −3 / from (S-14)
dx dx
dy
= 3y −4 / Power Rule
dx
−4 x
= 3y − / from (S-11)
y
3x
=− 5
y
Thus,
3x
y 000 = −
y5
Example 11.4.
Solutions to Examples (continued)
12.1. We simply follow the procedure for finding the absolute ex-
trema. First note that f is continuous over the interval [ −1, 2 ] so the
procedure applies.
Calculate Critical Points: Since f is a polynomial, it is everywhere
differentiable. This means the only critical points are the ones where
f 0 = 0.
f (x) = 3 + 4x − 3x3
f 0 (x) = 4 − 9x2
Now, set f 0 (x) = 0 and solve for x:
4 − 9x2 = 0
9x2 = 4
4
x2 =
9
2
x=±
3
Solutions to Examples (continued)
Example 12.1.
Solutions to Examples (continued)
That is the observation: The skiers skies will be parallel to the gradient
of the hill at some time in the course of the ski trip. Example 12.2.
Solutions to Examples (continued)
x+2
-2
f 0 (x)
-2 0 2
legend : • negative (−) • positive (+)
Intervals of increase are indicated Table of
in blue while intervals of decrease Increase/Decrease of f
are represented in red. The table f is decreasing on: ( −∞, −2 )
of summary results appears to the f is increasing on: ( −2, 0 )
right. f is decreasing on: ( 0, 2 )
f is increasing on: ( 2, +∞ )
Example 12.5.
Solutions to Examples (continued)
12.6. First calculate the first derivative and completely factor the
result.
Thus,
f 0 (x) = x2 (x − 2)3 (7x − 6).
The Sign Chart of f 0 (x) = x2 (x − 2)3 (7x − 6)
x2
0
x−2
2
7x − 6
6/7
f 0 (x)
0 6/7 2
legend : • negative (−) • positive (+)
Solutions to Examples (continued)
For the first factor, I did include the exponent. This is because
the fact that the exponent is even effects the sign of the factor—
causing it to be always a nonnegative factor.
Example 12.6.
Solutions to Examples (continued)
Test Points: The creation of a Sign Chart does take time. Another
quicker method is to try some test points. Let me illustrated this
method for the critical point x = −2.
Take a number slightly to the left and slightly to the right of x = −2.
f 0 (−2.1) < 0
f 0 (−1.9) > 0
Solutions to Examples (continued)
We need to “find” xmin . Where can xmin be? Logically speaking, xmin
is either an endpoint, a point at which f 0 does not exist, or a point at
which f 0 does exist. This represents an exhaustive analysis of xmin .
Now by Fermat’s Theorem, if f 0 exists at xmin , then f 0 (xmin ) = 0
— this is because xmin is a local extrema (since it is an absolute
extrema).
To update our analysis: Where can xmin be? It can be an endpoint,
or a point where f 0 does not exist, or at a point at which f 0 = 0. Or,
in other words, xmin is either an endpoint or a critical point.
Therefore, if we list all the endpoints and critical points, xmin must be
listed among them. Which one is it? Since f has an absolute minimum
Important Points (continued)