Sunday, November 17, 2024

22.17 - The Second Derivative Test

In the previous section, we saw the concavity test. In this section, we will see the second derivative test for finding local extrema.

1. Consider the graph in fig.22.55 of the previous section. With some modifications, it is shown again below as fig.22.57.
• Two modifications are made to the earlier fig.22.55
(i) The point (0,0) is specially marked because, it is a local maximum.
(ii) The vertical white dashed line is drawn through the local minimum. This is for getting a better understanding about the change of sign of f ' on either sides of the local minimum. Such a line should have to be drawn through the local maximum also. But there, we already have the y-axis.

Fig.22.57

• The vertical magenta dashed line divides the graph into two portions: concave down portion and concave up portion.

2. Consider the concave down portion. Any concave down portion will contain a peak point. This peak point will be a local maximum. We want a relation between this local maximum and the second derivative f ''. The relation can be established in 4 steps:
(i) We see that, in the concave down portion:
   ♦ The green line is below the x-axis.
   ♦ This happens because, in this portion, all f '' values are −ve. We have seen the reason in the previous section 22.16.
(ii) We see that, in the concave down portion:
• The yellow curve is above x-axis up to the local maximum.
   ♦ This happens because, in this portion, all f ' values are +ve upto the local maximum. We have seen the reason in a previous section. See fig.22.46(b) of section 22.15.
• The yellow curve is below x-axis after the local maximum.
   ♦ This happens because, in this portion, all f ' values are −ve after the local maximum. We have seen the reason in a previous section. See fig.22.46(b) of section 22.15.
(iii) We see that, in the concave down portion:
• The yellow curve changes sign at the local maximum. That means, f ' changes sign at the local maximum.
(We know that, at the point where the "change in sign" occurs, f ' will be zero)
(iv) Based on the above three steps, we can establish the relation:
• At the local maximum:
   ♦ f ' will be zero.
   ♦ f '' will be −ve.

3. Consider the concave up region. Any concave up region will contain a valley point. This valley point will be a local minimum . We want a relation between this local minimum and the second derivative f ''. The relation can be established in 4 steps:
(i) We see that, in the concave up portion:
   ♦ The green line is above the x-axis.
   ♦ This is because, in this portion, all f '' values are +ve. We have seen the reason in the previous section 22.16.
(ii) We see that, in the concave up portion:
• The yellow curve is below x-axis up to the local minimum.
   ♦ This happens because, in this portion, all f ' values are −ve up to the local minimum. We have seen the reason in a previous section. See fig.22.46(a) of section 22.15.
• The yellow curve is above x-axis after the local maximum.
   ♦ This happens because, in this portion, all f ' values are +ve after the local maximum. We have seen the reason in a previous section. See fig.22.46(a) of section 22.15.
(iii) We see that, in the concave up portion:
• The yellow curve changes sign at the local minimum. That means, f ' changes sign at the local minimum.
(We know that, at the point where the "change in sign" occurs, f ' will be zero)
(iv) Based on the above three steps, we can establish the relation:
• At the local minimum:
   ♦ f ' will be zero.
   ♦ f '' will be +ve.
4. So now we have an effective test to determine whether a critical point is a local maximum or a local minimum. The test can be done in 2 steps:
Step I: Determine all critical points
Step II: Determine the sign of f '' at each of those points.
   ♦ If f '' is −ve at a critical point, then that point is a local maximum.
   ♦ If f '' is +ve at a critical point, then that point is a local minimum.
◼ This test is known as the second derivative test.


• Note that, the second derivative test does not tell us anything about the case when f '' = 0
• That means, the test is not applicable at points where f '' = 0. At such a point, we must use the first derivative test to find whether that point is a local maximum or local minimum. It is also possible that, such a point is neither a local maximum nor a local minimum.


Solved example 22.56
Find local extrema of the function f given by f(x) = 3x4 + 4x3 − 12x2 + 12
Solution:
Step I: Finding the critical points
1. Write the first two derivatives:
f '(x) = 12x3 + 12x2 − 24x
f ''(x) = 36x2 + 24x − 24
2. Equate the first derivative to zero and solve for x:
12x3 + 12x2 − 24x = 0
⇒ 12x(x2 + x − 2) = 0
⇒ x(x2 + 2x − x − 2) = 0
⇒ x[x(x + 2) − (x + 2)] = 0
⇒ x[(x + 2) (x − 1)] = 0
⇒ x = 0, x = −2 and x = 1
3. So the points in category I are: x = 0, x = −2 and x = 1
4. We obtained f '(x) = 12x3 + 12x2 − 24x
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only three critical points are: x = 0, x = −2 and x = 1 

Step II: Find f '' at the critical points
1. f ''(0) =  36(0)2 + 24(0) − 24 = −24
2. f ''(−2) =  36(−2)2 + 24(−2) − 24 = 36(4) − 48 −24 = 144 − 72 = 72
3. f ''(1) =  36(1)2 + 24(1) − 24 = 36(1) + 24 −24 = 36

Step III: Applying the second derivative test
1. Since f ''(0) is −ve, there is a local maximum at x = 0.
2. Since f ''(−2) is +ve, there is a local minimum at x = −2.
3. Since f ''(1) is +ve, there is a local minimum at x = 1.

Step IV: Finding the actual extrema values:
1. The local maximum value at x = 0 is given by:
f(0) = 3(0)4 + 4(0)3 − 12(0)2 + 12 = 12
2. The local minimum value at x = −2 is given by:
f(−2) = 3(−2)4 + 4(−2)3 − 12(−2)2 + 12 = −20
3. The local minimum value at x = 1 is given by:
f(1) = 3(1)4 + 4(1)3 − 12(1)2 + 12 = 7

Step V (optional): Drawing the graph

• The graph is shown in fig.22.58 below:

Fig.22.56

   ♦ f is drawn in red color.
   ♦ (−1,7) is a local minimum.
   ♦ (0,12) is a local maximum.
   ♦ (2,20) is a local minimum.

Solved example 22.57
Find all points of local extrema of the function f given by f(x) = 2x3 − 6x2 + 6x + 5
Solution:
Step I: Finding the critical points
1. Write the first two derivatives:
f '(x) = 6x2 − 12x + 6
f ''(x) = 12x − 12
2. Equate the first derivative to zero and solve for x:
6x2 − 12x + 6 = 0
⇒ 6(x2 −2x + 1) = 0
⇒ x2 −2x + 1 = 0
⇒ (x − 1)2 = 0
⇒ x = 1
3. So the only one point in category I is: x = 1
4. We obtained f '(x) = 6x2 − 12x + 6
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only one critical point is: x = 1 

Step II: Find f '' at the critical points
f ''(1) = 12(1) − 12 = 0

Step III: Applying the second derivative test
1. The second derivative test is not applicable at the point where f '' = 0.
2. So we have to apply the first derivative test for this problem
(We have already solved this problem by applying the first derivative test. See solved example 22.52 in section 22.15. So we can use those steps to complete this problem)

Step IV: Dividing the number line
• The critical point is x = 1. Therefore, the number line can be divided into two intervals:
(−∞, 1) and (1,∞)

Step V: Finding the sign of f '(x) in each interval
First interval:
• A convenient number in the first interval is −1.
• f '(−1) = 6(−1)2 − 12(−1) + 6 = 6 + 12 + 6 = 24
• Therefore, the sign of f '(x) in the first interval is +ve.

Second interval:
• A convenient number in the second interval is 2.
• f '(2) = 6(2)2 − 12(2) + 6 = 24 − 24 + 6 = 6
• Therefore, the sign of f '(x) in the second interval is +ve.

Step VI: Analyzing the change of signs at critical point
• At the critical point 1, there is no change of sign for f '(x). So this critical point is neither a point of local maximum nor a point of local minimum.

Step VII (optional): Drawing the graph

• The graph is drawn for the solved example 22.52 in section 22.15.

Solved example 22.58
Find all points of local extrema of the function f given by f(x) =x5− 5x3
Solution:
Step I: Finding the critical points
1. Write the first two derivatives:
f '(x) = 5x4 − 15x2
f ''(x) = 20x3 − 30x
2. Equate the first derivative to zero and solve for x:
5x4 − 15x2 = 0
⇒ 5x2(x2 − 3) = 0
⇒ 5x2 = 0 and (x2 − 3) = 0
⇒ x = 0, x = √3 and x = −√3
3. So the three points in category I are:
x = 0, x = √3 and x = −√3
4. We obtained f '(x) = 5x4 − 15x2
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only three critical points are:
x = 0, x = √3 and x = −√3

Step II: Find f '' at the critical points
f ''(0) = 20(0)3 − 30(0) = 0
f ''(√3) = 20(√3)3 − 30(√3) = √3[20(√3)2 − 30]
= √3[20(3) − 30] = √3[60 − 30] = 30√3
f ''(−√3) = 20(−√3)3 − 30(−√3) = −√3[20(−√3)2 − 30]
= −√3[20(3) − 30] = −√3[60 − 30] = −30√3

Step III: Applying the second derivative test
1. Since f ''(0) is zero, the second derivative test is not applicable at x = 0.
2. Since f ''(√3) is +ve, there is a local minimum at x = √3.
3. Since f ''(−√3) is −ve, there is a local maximum at x = −√3.

Step IV: Since the second derivative is zero at x = 0, we have to apply the first derivative test at that point. For that, we divide the number line
• The critical points are x = 0, x = √3 and x = −√3. Therefore, the number line can be divided into four intervals:
(−∞, −√3), (−√3,0), (0,√3) and (√3,∞)
• Since we are checking x = 0, we need to consider only two intervals: (−√3,0) and (0,√3)

Step V: Finding the sign of f '(x) in each interval
First interval: (−√3,0)
• A convenient number in the first interval is −1.
• f '(−1) = 5(−1)4 − 15(−1)2 = 5 − 15 = −10
• Therefore, the sign of f '(x) in the first interval is −ve.

Second interval: (0,√3)
• A convenient number in the second interval is 1.
• f '(1) = 5(1)4 − 15(1)2 = 5 − 15 = −10
• Therefore, the sign of f '(x) in the second interval is −ve.

Step VI: Analyzing the change of signs at critical point
• At the critical point 0, there is no change of sign for f '(x). So this critical point is neither a point of local maximum nor a point of local minimum.

Step VII (optional): Drawing the graph

Fig.22.58

   ♦ f is drawn in red color.
   ♦ (−1.73,10.39) is a local maximum.
   ♦ (0,0) is neither a local maximum nor a local minimum.
         ✰ This is a point of inflection.
   ♦ (1.73,−10.39) is a local minimum.

Solved example 22.59
Find two positive numbers whose sum is 15 and the sum of whose squares is minimum.
Solution:
Step I: Writing the problem as a function
1. Sum of two positive numbers is to be 15
So if one number is x, then the other number is (15−x)
2. If S is the sum of the squares, then we can write:
S = x2 + (15 − x)2
3. The value of S varies depending on the value of x. So S is a function of x. We can write:
S = f(x) = x2 + (15 − x)2
4. We want S to have the minimum possible value. That means, we want the least of all the local extrema of f. That means, we need to find all local extrema and compare them.

Step II: Finding the critical points
1. Write the first two derivatives:
f '(x) = 2x + 2(15 − x)(−1)
= 2x − 2(15 − x)
= 2x −30 + 2x
= 4x −30
f ''(x) = 4
2. Equate the first derivative to zero and solve for x:
4x −30 = 0
⇒ 4x = 30
⇒ x = 7.5
3. So the only one point in category I is: x = 7.5
4. We obtained f '(x) = 4x −30
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only one critical point is: x = 7.5

Step III: Find f '' at the critical point
f ''(7.5) =  4. This is because, f ''(x) is a constant 

Step IV: Applying the second derivative test
• Since f ''(7.5) is +ve, there is a local minimum at x = 7.5
• Since there is only one critical point, there are no other points to compare. We can write:
The minimum value of the function occurs at x = 7.5

Step V: Finding the actual minimum value:
• The local maximum value at x = 7.5 is given by:
f(7.5) = (7.5)2 + (15 − 7.5)2 = 2(7.5)2 = 112.5

Step VI: Final result:
• Out of the two numbers, the first number x = 7.5
• So second number (15 − x) = 7.5
• The minimum sum = (7.5)2 + (7.5)2 = 2(7.5)2 = 112.5 

Check:
• Let us put x = 8. Then (x − 8) = 7
• Then S = 82 + 72 = 113. This is greater than 112.5

Step VI (optional): Drawing the graph

• The graph is shown in fig.22.59 below:

Fig.22.59

   ♦ f is drawn in red color.
   ♦ (7.5,112.5) is the local minimum.

◼ In general, if sum of two positive numbers is k and sum of their squares is to be minimum, then there is only one option:
Both numbers must be equal to k/2.


Based on the above solved examples, we can write a comparison between first derivative test and second derivative test. It can be written in 2 steps:
1. In the first derivative test, we check the sign of f ' on either sides of each critical point. Based on the signs, we decide whether that critical point is a local maximum or a local minimum.
2. In the second derivative test, we check the sign of f '' at each critical point. Based on the sign, we decide whether that critical point is a local maximum or a local minimum.
3. So in many cases, the second derivative test will be easier to apply.


In the next section, we will see a few more solved examples.

Previous

Contents


Copyright©2024 Higher secondary mathematics.blogspot.com 

Tuesday, November 12, 2024

22.16 - Concavity Test For Finding The Shape of Graph

In the previous section, we we saw the first derivative test for finding local extrema. In this section, we will see the concavity test for finding shape of graph.

First we will see upward concavity. It can be written in 5 steps:
1. The red curve in fig.22.52 below shows the graph of a function f.

Fig.22.52

• We see that, the graph has an upward concavity. In such a situation, we say: f is concave up.

2. Let us analyze three random tangents of f.
Three random points are marked on f. They are: green, magenta and yellow.
• Consider the tangent at the green point.
   ♦ This tangent is drawn in green color.
   ♦ This tangent makes an angle of 110.6o with the +ve side of the x-axis.
• Consider the tangent at the magenta point.
   ♦ This tangent is drawn in magenta color.
   ♦ This tangent makes an angle of 137.6o with the +ve side of the x-axis.
• Consider the tangent at the yellow point.
   ♦ This tangent is drawn in yellow color.
   ♦ This tangent makes an angle of 65.2o with the +ve side of the x-axis.

3. We know that, slope of a line is equal to the tangent of the angle which the line makes with the +ve side of the x-axis.
• So let us write the slopes:
   ♦ Slope of green tangent = tan(110.6) = −2.66
   ♦ Slope of magenta tangent = tan(137.6) = −0.913
   ♦ Slope of yellow tangent = tan(65.2) = 2.16
• We see that:
   ♦ Magenta has a larger slope than green.
   ♦ Yellow has a larger slope than magenta.
• So the slope increases in the order:
Green < Magenta < Yellow

4. Now consider the green, magenta and yellow points.
   ♦ yellow is at the right side of magenta.
   ♦ magenta is at the right side of green.
• So we can write:
For a function which is concave up, the slope of tangent increases as we move from left to right.

5. Recall that, slope of the tangent is given by f '. This f ' is also a function.
• So, if f ' is increasing, the second derivative f '' must be +ve.
• Therefore we can write:
A function f is concave up in an interval (a,b), if f '' is +ve at all points in that interval.


Now we will see downward concavity. It can be written in 5 steps:
1.The red curve in fig.22.53 below shows the graph of a function f.

Relation between sign of second derivative and the concavity of the function.
Fig.22.53

• We see that, the graph has a downward concavity. In such a situation, we say: f is concave down.

2. Let us analyze three random tangents of f.
Three random points are marked on f. They are: yellow, magenta and green.
• Consider the tangent at the yellow point.
   ♦ This tangent is drawn in yellow color.
   ♦ This tangent makes an angle of 65.2o with the +ve side of the x-axis.
• Consider the tangent at the magenta point.
   ♦ This tangent is drawn in magenta color.
   ♦ This tangent makes an angle of 137.6o with the +ve side of the x-axis.
• Consider the tangent at the green point.
   ♦ This tangent is drawn in green color.
   ♦ This tangent makes an angle of 110.6o with the +ve side of the x-axis.

3. We know that, slope of a line is equal to the tangent of the angle which the line makes with the +ve side of the x-axis.
• So let us write the slopes:
   ♦ Slope of yellow tangent = tan(65.2) = 2.16
   ♦ Slope of magenta tangent = tan(137.6) = −0.913
   ♦ Slope of green tangent = tan(110.6) = −2.66

• We see that:
   ♦ Magenta has a smaller slope than yellow.
   ♦ Green has a smaller slope than magenta.
• So the slope decreases in the order:
Yellow < Magenta < Green

4. Now consider the green, magenta and yellow points.
   ♦ yellow is at the left side of magenta.
   ♦ magenta is at the left side of green.
• So we can write:
For a function which is concave down, the slope of tangent decreases as we move from left to right.

5. Recall that, slope of the tangent is given by f '. This f ' is also a function.
• So, if f ' is decreasing, the second derivative f '' must be −ve.
• Therefore we can write:
A function f is concave down in an interval (a,b), if f '' is −ve at all points in that interval.


Based on the above two examples, we can write the test for concavity:
Let f be a twice differentiable function in the interval (a,b).
(i) If f '' > 0 for all points in (a,b), then f is concave up.
(ii) If f '' < 0 for all points in (a,b), then f is concave down.


Now we can learn about inflection point. It can be written in 3 steps:
1. Fig.22.54 below, shows the graph of a function f.

The concavitychanges at the inflection point. The second derivative will be zero.
Fig.22.54

• We see that:
   ♦ f is concave up in the interval (a,c)
   ♦ f is concave down in the interval (c,a)
2. Let us analyze the change in sign of f '':
(i) We know that, if f is concave up, all f '' will be +ve.
• So all f '' in (a,c), will be +ve.
(ii) We also know that, if f is concave down, all f '' will be −ve.
• So all f '' in (c,a), will be −ve.
(iii) Such a change in sign for f '' is possible only if:
f '' becomes zero at some point.
(iv) Obviously, that zero point will be at the junction between "concave up portion" and "concave down portion".
• That means, f ''(c) = 0
3. So we can write the definition of inflection point:
Inflection point of a function f is the point at which f changes concavity.
4. Based on the above definition, we can write:
The inflection point in our present case is (c,f(c)).


Now we will see a solved example
Solved example 22.54
For the function f(x) = x3 − 6x2, determine all intervals where f is concave up and all intervals where f is concave down.
Solution:
Step I: Finding the inflection points and dividing the number line
1. First we will write f '(x):
f '(x) = 3x2 − 12x

2. Next we will write f ''(x):
f '' = 6x − 12

3. Equating f''(x) to zero, we get:
6x − 12 = 0
⇒ 6x = 12
⇒ x = 2

4. So the only one inflection point is at x = 2

5. Now the number line can be divided into two intervals:
(−∞,2) and (2,∞)

Step II: Finding the sign of f '' in each interval and assessing the concavity
First interval: (−∞,2)
• A convenient number in the first interval is 0.
f ''(0) = 6(0) − 12 =  −12
• Therefore, the sign of f ''(x) in the first interval is −ve.
• Then f is concave down in the first interval.

Second interval: (2,∞)
• A convenient number in the second interval is 3.
f ''(3) = 6(3) − 12 = 18 −12 = 6
• Therefore, the sign of f ''(x) in the second interval is +ve.
• Then f is concave up in the second interval.

Step III (optional): Drawing the graph

• The graph is shown in fig.22.55 below:

Fig.22.55

   ♦ f is drawn in red color.
   ♦ f ' is drawn in yellow color
   ♦ f '' is drawn in green color
• The vertical magenta dashed line divides the number line into the two intervals (−∞,2) and (2,∞). The following five facts are in agreement with our discussion on concavity test:
(i) For all inputs from the left of this vertical line, f is concave down.
(ii) For all inputs from the right of this vertical line, f is concave up.
(iii) For all inputs from the left of this vertical line, f ' is decreasing.
(iv) For all inputs from the right of this vertical line, f ' is increasing.
(v) f '' and this vertical line intersects at the x-axis. That means, value of f '' at x = 2 (the point of inflection), is zero.

Solved example 22.55
For the function f(x) = x + sin(2x), x ∈ [−π/2,π/2], determine all intervals where f is concave up and all intervals where f is concave down.
Solution:
Step I: Finding the inflection points and dividing the number line
1. First we will write f '(x):
f '(x) = 1 + 2 cos(2x)

2. Next we will write f ''(x):
f '' = −4 sin(2x)

3. Equating f''(x) to zero, we get:
−4 sin(2x) = 0
⇒ −8 sin x cos x = 0
⇒ sin x = 0 or cos x = 0
• For the equation sin x = 0, the only one solution in [−π/2,π/2], is x = 0
• For the equation cos x = 0, the only two solutions in [−π/2,π/2], are x = −π/2 and x = π/2


4. So the three inflection points are:
x = −π/2, x = 0 and x = π/2
5. Now the given domain [−π/2,π/2] can be divided into two intervals:
[−π/2,0] and [0,π/2]

Step II: Finding the sign of f '' in each interval and assessing the concavity
First interval: [−π/2,0]
• A convenient number in the first interval is −π/8.
f ''(−π/8) = −4 sin(2(−π/8))
= −4 sin (−π/4) = 4 sin (π/4) = 4/(√2) 
• Therefore, the sign of f ''(x) in the first interval is +ve.
• Then f is concave up in the first interval.

Second interval: [0,π/2]
• A convenient number in the second interval is π/8.
f ''(π/8) = −4 sin(2(π/8))
= −4 sin (π/4) = −4/(√2) 
• Therefore, the sign of f ''(x) in the second interval is −ve.
• Then f is concave down in the second interval.

Step III (optional): Drawing the graph

• The graph is shown in fig.22.56 below:

Fig.22.56
   ♦ f is drawn in red color.
   ♦ f ' is drawn in yellow color
   ♦ f '' is drawn in green color
• The two vertical magenta dashed lines are the boundaries of the domain [−π/2,π/2]. Those two vertical lines indicate the position of two inflection points x = −π/2 and x = π/2 also. Position of the third inflection point x = 0, is indicated by the y-axis. The following five facts are in agreement with our discussion on concavity test:
(i) For all inputs from between the left vertical line and y-axis, f is concave up.
(ii) For all inputs from between y-axis and the right vertical line, f is concave down.
(iii) For all inputs from between the left vertical line and y-axis, f ' is increasing.
(iv) For all inputs from between y-axis and the right vertical line, f ' is decreasing.
(v) Consider the point of intersection of  f '' with the two vertical lines and the y-axis. All those three points of intersection are at the x-axis. That means, value of f '' at those points (the points of inflection), is zero.


In the next section, we will see the second derivative test.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

Saturday, November 9, 2024

22.15 - First Derivative Test For Local Extrema

In the previous section, we we saw the analytical method for finding absolute extrema. In this section, we will learn how to test whether, a critical point is a local extremum.

• We have seen the method for finding the critical points. But all those critical points, need not be local extrema points.
• We want an analytical method to test whether a critical point is a local extremum. The method can be explained in 12 steps:
1. In fig.22.44(a) below, the red curve is the graph of a function f in the interval (a,b).

Derivative test for critical point of a function in calculus
Fig.22.44

• From the graph, we see that, f is decreasing in (a,b).
• Take any point from (a,b). Draw a tangent at that point.
    ♦ That tangent will be sloping downwards as we move from left to right.
    ♦ That means, that tangent has a negative slope.
(Two sample tangents are drawn in the fig.a)
    ♦ Negative slope indicates that, derivative at that point is negative.

2. In fig.22.44(b) above, the red curve is the graph of a function f in the interval (a,b).
• From the graph, we see that, f is decreasing in (a,b).
• Take any point from (a,b). Draw a tangent at that point.
    ♦ That tangent will be sloping downwards as we move from left to right.
    ♦ That means, that tangent has a negative slope.
(Two sample tangents are drawn in the fig.a)
    ♦ Negative slope indicates that, derivative at that point is negative.

3. In fig.22.44, we saw two functions. They have different shapes. But both are decreasing functions. They give the same result.
• The result can be summarized in three steps:
(i) Take any function.
(ii) Suppose that, the function is decreasing in (a,b).
(iii) Then all derivatives in (a,b) will be negative.

4. In fig.22.45(a) below, the red curve is the graph of a function f in the interval (a,b).

Fig.22.45

• From the graph, we see that, f is increasing in (a,b).
• Take any point from (a,b). Draw a tangent at that point.
    ♦ That tangent will be sloping upwards as we move from left to right.
    ♦ That means, that tangent has a positive slope.
(Two sample tangents are drawn in the fig.a)
    ♦ Positive slope indicates that, derivative at that point is positive.

5. In fig.22.45(b) above, the red curve is the graph of a function f in the interval (a,b).
• From the graph, we see that, f is increasing in (a,b).
• Take any point from (a,b). Draw a tangent at that point.
    ♦ That tangent will be sloping upwards as we move from left to right.
    ♦ That means, that tangent has a positive slope.
(Two sample tangents are drawn in the fig.b)
    ♦ Positive slope indicates that, derivative at that point is positive.

6. In fig.22.45, we saw two functions. They have different shapes. But both are increasing functions. They give the same result.
• The result can be summarized in three steps:
(i) Take any function.
(ii) Suppose that, the function is increasing in (a,b).
(iii) Then all derivatives in (a,b) will be positive.

7. In fig.22.46(a) below, the red curve is the graph of a function f in the interval (a,b).

Fig.22.46

• The point c in the interval (a,b), is a critical point.
• We can note five important facts:
(i) Point c is a local minimum.
(ii) To the left of c, all tangents will be having a negative slope.
(One sample tangent is drawn on the left side)
(iii) So all derivatives on the left are negative. That means, the portion between points a and c, is of decreasing nature.
(iv) To the right of c, all tangents will be having a positive slope.
(One sample tangent is drawn on the right side)
(v) So all derivatives on the right are positive. That means, the portion between points c and b, is of increasing nature.
• Based on the above five facts, we can write:
If c is a local minimum in (a,b), then:
    ♦ Sign of the derivative changes at c
    ♦ This change is from negative to positive.
    ♦ Portion between a and c is decreasing in nature.
    ♦ Portion between c and b is increasing in nature.

8. In fig.22.46(b) above, the red curve is the graph of a function f in the interval (a,b).
• The point c in the interval (a,b), is a critical point.
• We can note five important facts:
(i) Point c is a local maximum.
(ii) To the left of c, all tangents will be having a positive slope.
(One sample tangent is drawn on the left side)
(iii) So all derivatives on the left are positive. That means, the portion between points a and c, is of increasing nature.
(iv) To the right of c, all tangents will be having a negative slope.
(One sample tangent is drawn on the right side)
(v) So all derivatives on the right are negative. That means, the portion between points c and b, is of decreasing nature.
• Based on the above five facts, we can write:
If c is a local maximum in (a,b), then:
    ♦ Sign of the derivative changes at c
    ♦ This change is from positive to negative.
    ♦ Portion between a and c is increasing in nature.
    ♦ Portion between c and b is decreasing in nature.

9. In both figs.22.46(a) and 22.46(b), the derivative exists at the point c. Let us see the cases where the derivative does not exist.
• In fig.22.47(a) below, c is a cusp point. Every thing that we wrote in (7) is applicable for this fig.
• In fig.22.47(b) below also, c is a cusp point. Every thing that we wrote in (8) is applicable for this fig.

Fig.22.47

• So we can write:
It does not matter whether the derivative exists at c or not. We can find whether c is a local maximum or local minimum, just by finding the signs of the derivative on either sides of c.

10. Now let us see the case where c is neither a local maximum nor a local minimum. In fig.22.48(a) below, the red curve is the graph of a function f in the interval (a,b).

Fig.22.48

• The point c in the interval (a,b), is a critical point.
• We can note six important facts:
(i) Point c is a not a local minimum.
(ii) Point c is a not a local maximum.
(iii) To the left of c, all tangents will be having a negative slope.
(One sample tangent is drawn on the left side)
(iv) So all derivatives on the left are negative. That means, the portion between points a and c, is of decreasing nature.
(v) To the right of c also, all tangents will be having a negative slope.
(One sample tangent is drawn on the right side)
(vi) So all derivatives on the right are negative. That means, the portion between points c and b, is also of decreasing nature.
• Based on the above six facts, we can write:
If c is neither a local minimum nor a local maximum in (a,b), then:
    ♦ Sign of the derivative will not change at c
    ♦ If it is −ve on the left, it will be −ve on right also.
    ♦ If the portion between a and c is decreasing in nature, the portion between c and b will also be decreasing in nature.

11. In fig.22.48(b) above, the red curve is the graph of a function f in the interval (a,b).
• The point c in the interval (a,b), is a critical point.
• We can note six important facts:
(i) Point c is a not a local minimum.
(ii) Point c is a not a local maximum.
(iii) To the left of c, all tangents will be having a +ve slope.
(One sample tangent is drawn on the left side)
(iv) So all derivatives on the left are +ve. That means, the portion between points a and c, is of increasing nature.
(v) To the right of c also, all tangents will be having a +ve slope.
(One sample tangent is drawn on the right side)
(vi) So all derivatives on the right are +ve. That means, the portion between points c and b, is also of increasing nature.
• Based on the above six facts, we can write:
If c is neither a local minimum nor a local maximum in (a,b), then:
    ♦ Sign of the derivative will not change at c
    ♦ If it is +ve on the left, it will be +ve on right also.
    ♦ If the portion between a and c is increasing in nature, the portion between c and b will also be increasing in nature.

12. Based on the above 11 steps, we can write the test. It can be written in four steps:
(i) f is a continuous function in the interval (a,b). Point c falls with in (a,b).
(ii) f(c) is a local minimum if:
    ♦ The derivative is −ve between a and c.
    ♦ The derivative is +ve between c and b.
(iii) f(c) is a local maximum if:
    ♦ The derivative is +ve between a and c.
    ♦ The derivative is −ve between c and b.
(iv) f(c) is neither a local maximum nor a local minimum if:
    ♦ The derivative has the same sign between [a and c] and [c and b].

• The above four steps taken together, is known as the first derivative test for finding local extrema.


Now we will see some solved examples.

Solved example 22.51
Find all points of local maxima and local minima of the function f given by f(x) = x3 − 3x + 3
Solution:
Step I: Finding the critical points and dividing the number line
1. First we write the derivative:
f '(x) = 3x2 − 3

2. This derivative must be equated to zero.
3x2 − 3 = 0
⇒ 3(x2 − 1) = 0
⇒ x2 = 1
⇒ x = +1 and x = −1

3. So the points in category I are: x = 1 and x = −1
4. We obtained f '(x) = 3x2 − 3
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only two critical points are: x = 1 and x = −1
6. Therefore, the number line can be divided into three intervals:
(−∞,−1), (−1,1) and (1,∞)

Step II: Finding the sign of f '(x) in each interval
First interval:
• A convenient number in the first interval is −2.
f '(−2) = 3(−2)2 − 3 = 3(4) − 3 = 12 − 3 = 9
• Therefore, the sign of f '(x) in the first interval is +ve. 

Second interval:
• A convenient number in the second interval is 0.2.
f '(0.2) = 3(0.2)2 − 3 = 3(0.04) − 3 = 0.12 − 3 = −2.88
• Therefore, the sign of f '(x) in the second interval is −ve.

Third interval:
• A convenient number in the third interval is 2.
f '(2) = 3(2)2 − 3 = 3(4) − 3 = 12 − 3 = 9
• Therefore, the sign of f '(x) in the third interval is +ve.

Step III: Analyzing the change of signs at critical points
• At the first critical point −1, the sign of f '(x) changes from +ve to −ve. So this critical point is a point of local maximum.
• At the second critical point +1, the sign of f '(x) changes from −ve to +ve. So this critical point is a point of local minimum.

• Fig.22.49 below shows the graph

Fig.22.49

Solved example 22.52
Find all points of local maxima and local minima of the function f given by f(x) = 2x3 − 6x2 + 6x + 5
Solution:
Step I: Finding the critical points and dividing the number line
1. First we write the derivative:
f '(x) = 6x2 − 12x + 6

2. This derivative must be equated to zero.
6x2 − 12x + 6 = 0
⇒ x2 − 2x + 1 = 0
⇒ (x − 1)2 = 0
⇒ (x − 1) = 0
⇒ x = +1

3. So the only one point in category I is: x = 1
4. We obtained f '(x) = 6x2 − 12x + 6
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only one critical point is: x = 1
6. Therefore, the number line can be divided into two intervals:
(−∞, 1) and (1,∞)

Step II: Finding the sign of f '(x) in each interval
First interval:
• A convenient number in the first interval is −1.
f '(−1) = 6(−1)2 − 12(−1) + 6 = 6 + 12 + 6 = 24
• Therefore, the sign of f '(x) in the first interval is +ve. 

Second interval:
• A convenient number in the second interval is 2.
f '(2) = 6(2)2 − 12(2) + 6 = 24 − 24 + 6 = 6
• Therefore, the sign of f '(x) in the second interval is +ve.

Step III: Analyzing the change of signs at critical point
• At the critical point 1, there is no change of sign for f '(x). So this critical point is neither a point of local maximum nor a point of local minimum.

• Fig.22.50 below shows the graph

Fig.22.50

• We see that:
There is only one critical point, and it is neither a point of local maximum nor a point of local minimum.

Solved example 22.53
Find all points of local maxima and local minima of the function f given by f(x) = x11 − 6x10.
Solution:
Step I: Finding the critical points and dividing the number line
1. First we write the derivative:
f '(x) = 11x10 −60x9.

2. This derivative must be equated to zero.
11x10 −60x9 = 0
⇒ x9(11x − 60) = 0
⇒ x9 = 0 and 11x − 60 = 0
⇒ x = 0 and 11x  = 60
⇒ x = 0 and x = 60/11

3. So the points in category I are: x = 0 and x = 60/11
4. We obtained f '(x) = 11x10 −60x9.
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only two critical points are: x = 0 and x = 60/11
6. Therefore, the number line can be divided into three intervals:
(−∞,0), (0,60/11) and (60/11,∞)

Step II: Finding the sign of f '(x) in each interval
First interval:
• A convenient number in the first interval is −1.
f '(−1) = 11(−1)10 −60(−1)9 = 11+60 = 71
• Therefore, the sign of f '(x) in the first interval is +ve. 

Second interval:
• A convenient number in the second interval is 1.
f '(1) = 11(1)10 −60(1)9 = 11−60 = −49
• Therefore, the sign of f '(x) in the second interval is −ve.

Third interval:
• A convenient number in the third interval is 10.
f '(10) = 11(10)10 −60(10)9 = (10)9 [11(10) −60]
= (10)9 [110 −60] = (10)9 [50]
• Therefore, the sign of f '(x) in the third interval is +ve.

Step III: Analyzing the change of signs at critical points
• At the first critical point 0, the sign of f '(x) changes from +ve to −ve. So this critical point is a point of local maximum.
• At the second critical point 60/11 (=5.455), the sign of f '(x) changes from −ve to +ve. So this critical point is a point of local minimum.

• Fig.22.51 below shows the graph

Fig.22.51


• We see that:
Some portion near the critical point x = 0, is horizontal. In fact it is not horizontal. It appears to be horizontal because of the large scale of the graph. This can be proved in two steps:
(i) f(−0.1) = (−0.1)11 − 6(−0.1)10
= (−1)(0.1)11 − 6(0.1)10
= (0.1)10 [(−1)(0.1) − 6]
= (0.1)10 [−0.1 − 6]
= (0.1)10 [−6.1]
= (−1)(0.1)10 [6.1]
• This is a −ve quantity. That means, just to the left of the critical point x=0, the point on the graph is below the x-axis.
(ii) f(0.1) = (0.1)11 − 6(0.1)10
= (0.1)10 [0.1 − 6]
= (0.1)10 [−5.9]
= (−1)(0.1)10 [5.9]
• This is a −ve quantity. That means, just to the right of the critical point x=0, the point on the graph is below the x-axis.

• We also see that, point x = 5.455 appears to be a cusp point. But in reality, there is a smooth transition at that point. If we enlarge the surrounding region of that point, we will be able to see the smooth transition. 


In the next section, we will see the concavity test.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com