Solved Examples of Second Derivative Test

Example 1: Find the point of local maxima and local minima of the function x3 – 12x using second derivative test.

Solution:

Given f(x) = x3-12x

In order to calculate the local maxima and local minima, differentiate f(x) w.r.t x

f'(x) = 3x2 – 12

Equate f'(x) to 0

3x2 – 12 = 0

⇒ 3x2 = 12

⇒ x = 2 or -2

Now calculate f”(x)

f”(x) = 6x

At x = 2, f”(2) = 12 > 0. This means that x = 2 is the point of local minima.

At x = -2, f”(-2) = -12 < 0. This means that x = -2 is the point of local maxima.

Example 2: Find the point of local maxima and local minima of the function x3 – x2 – 5x using second derivative test.

Solution:

Given f(x) = x3-x2– 5x

In order to calculate the local maxima and local minima, differentiate f(x) w.r.t x

f'(x) = 3x2 – 2x – 5

Equate f'(x) to 0

3x2 – 2x – 5 = 0

[Tex]x = \frac{2\pm \sqrt{4-4(3)(-5)}}{2(3)} \\ \implies x = \frac{2\pm \sqrt{64}}{6} \\ \implies x = \frac{5}{3}~or~-1 [/Tex]

Now calculate f”(x)

f”(x) = 6x – 2

At x = 5/3, f”(5/3) = 8 > 0. This means that x = 5/3 is the point of local minima.

At x = -1, f”(-1) = -8 < 0. This means that x = -1 is the point of local maxima.

Example 3: Find the point of local maxima and local minima of the function x4– x2 using second derivative test.

Solution:

Given f(x) = x4-x2

In order to calculate the local maxima and local minima, differentiate f(x) w.r.t x

f'(x) = 4x3 – 2x

Equate f'(x) to 0

4x3 – 2x = 0

⇒ 4x3 = 2x

⇒ 2x2 = 1

x = 1/√2 or -1√2

Now calculate f”(x)

f”(x) = 12x2 – 2

At x = 1/√2, f”(1/√2) = 4 > 0. This means that x = 1/√2 is the point of local minima.

At x = -1/√2, f”(-1/√2) = -8 < 0. This means that x = -1/√2 is the point of local maxima.

Example 4: A bus is moving along the curve 2y = 2x2+10. A man standing at point (3,5) wants to find the nearest distance between him and bus. Calculate the nearest distance.

Solution:

Given 2y = 2x2 + 10

⇒ y = x2 + 10

f(x) = x2 + 5

We need to calculate the nearest distance which means minimum distance. Let the distance be minimum when bus is at a point (x, y)

Distance of point (3, 5) from the point (x, y) = D = √(x-3)2+(y-5)2

D2 = (x-3)2 + (y-5)2

Substituting the value of y = x2 + 5

D2 = (x-3)2 + (x2)2 ……………….(1)

D is minimum when D2 is minimum. Thus we will calculate D’

D’ = 2(x-3) + 4x3

D’ = 2x – 6 + 4x3

D’ = (x−1)(4x2+4x+6) = 2(x−1)(2x2+2x+3)

Equating D’ = 0

x-1 = 0 or 2x2+2x+3 = 0

⇒x = 1 OR

[Tex]⇒ x = \frac{-2\pm \sqrt{4-4(2)(3)}}{2(2)} \\ \implies x = \frac{-2\pm \sqrt{-20}}{4} [/Tex]

This is not possible as x does not assume real value

Thus x = 1

Now D” = 2+12x2

At x =1, D” = 14 > 0. Thus x = 1 is the point of local minima.

Thus minimum distance is at x = 1 which is calculated by substituting x = 1 in equation (1)

D2 = 4 + 1 = 5

D = √5

Thus the minimum distance is √5

Example 5: Calculate the maximum height of a cricket ball if its height is given by the function h(x) = 2x3-12x2+1 using second derivative test.

Solution:

Given h(x) = 2x3– 12x2+1

We need to calculate the maximum height.

In order to calculate the maximum height, differentiate h(x) w.r.t x

h'(x) = 6x2– 24x

Equate h'(x) to 0

6x2– 24x = 0

⇒ 6x(x-4) = 0

⇒ x = 0 or 4

Now calculate f”(x)

h”(x) = 12x – 24

At x = 0, h”(0) = -24 < 0. This means that x = 1/√2 is the point of local maxima.

At x = 4, h”(4) = 24 > 0. This means that x = -1/√2 is the point of local minima.

Thus the height is maximum at a x = 0.

Maximum height = h(0) = 2(0)3-12(0) + 1 = 1 unit

Example 6: Find the point of local maxima and local minima of the function x4 – 12x3 using second derivative test.

Solution:

Given f(x) = x4 – 12x3

In order to calculate the local maxima and local minima, differentiate f(x) w.r.t x

f'(x) = 4x3 – 36x2

Equate f'(x) to 0

4x3 – 36x2 = 0

⇒ 4x2(x-9) = 0

⇒ x = 0 or 9

Now calculate f”(x)

f”(x) = 12x2 – 72x

At x = 0, f”(0) = 0 > 0. This means that x = 0 is the point of inflection.

At x = 9, f”(9) = 12(9)2-72(9) = 324 > 0. This means that x = 9 is the point of local minima.

Example 7: Find the point of local maxima or local minima of the function x2 – 1 using second derivative test.

Solution:

Given f(x) = x2 – 1

In order to calculate the local maxima and local minima, differentiate f(x) w.r.t x

f'(x) = 2x

Equate f'(x) to 0

2x = 0

⇒ x = 0

Now calculate f”(x)

f”(x) = 2

At x = 0, f”(0) = 2 > 0. This means that x = 0 is the point of local minima.

Example 8: Find the point of local maxima and local minima of the function 2x2 – 3x using second derivative test.

Solution:

Given f(x) = 2x2 – 3x

In order to calculate the local maxima and local minima, differentiate f(x) w.r.t x

f'(x) = 4x – 3

Equate f'(x) to 0

4x – 3 = 0

⇒ x = 3/4

Now calculate f”(x)

f”(x) = 4

At x = 3/4, f”(3/4) = 4 > 0. This means that x = 3/4 is the point of local minima.

Second Derivative Test

Second Derivative Test is one of the methods in calculus to find the maxima and minima of a curve. Other than, the second derivative test there is also a first derivative, which can be referred to as a rudimentary version of the second derivative test.

First derivative test helps us find critical points for a given function but does not tell us about the nature of the function at these points. We also come across cases where we cannot get critical points as the first derivative test fails. Second derivative test is used in these cases. The second derivative test clearly tells us if the critical point obtained is a point of local maximum or local minimum. Second derivative test is also helpful in solving various problems in different fields such as science, physics, and engineering. In this article, we shall discuss the second derivative test in detail.

Table of Content

  • What is Second Derivative Test?
  • Steps for Second Derivative Test for Maxima and Minima
  • Examples of Second Derivative Test
  • Uses of Second Derivative Test
  • Difference between First and Second Derivative Test
  • Multivariable Second Derivative Test

Similar Reads

What is Second Derivative Test?

Second derivative test is used to find the points of local maximum and local minimum in those cases where the first derivative test fails. It involves differentiating the function twice and then calculating its value on the critical points. Thus it must be noted that the second derivative test holds true for functions that can be differentiated twice....

Steps for Second Derivative Test for Maxima and Minima

Consider a real-valued function f(x) which is defined on a closed or bounded interval [a, b]. Let k be a point in this interval....

Example of Second Derivative Test

Let us understand how to find local maxima and minima using second derivative test using the below example:...

Uses of Second Derivative Test

Second derivative test is useful in the following cases:...

First and Second Derivative Test

The first derivative test and second derivative test both are used to find local maxima and minima but there is certain difference between the two. The following table lists the key differences between both the tests....

Multivariable Second Derivative Test

Multivariable second derivative test is used in case when the given function has two variable (say x and y). This method makes use of partial differentiation to find the local maxima and local minima. According to this test:...

Solved Examples of Second Derivative Test

Example 1: Find the point of local maxima and local minima of the function x3 – 12x using second derivative test....

Second Derivative Test FAQs

What is Second Derivative Test for Minimum and Maximum?...