Find maxima and minima of f(x) = 2x³ - 3x² - 12x + 5 using second derivative test

medium CBSE JEE-MAIN CBSE 2022 3 min read

Question

Find the local maxima and minima of f(x)=2x33x212x+5f(x) = 2x^3 - 3x^2 - 12x + 5 using the second derivative test.

(CBSE 2022, 4 marks)


Solution — Step by Step

f(x)=6x26x12=6(x2x2)=6(x2)(x+1)f'(x) = 6x^2 - 6x - 12 = 6(x^2 - x - 2) = 6(x-2)(x+1)

Setting f(x)=0f'(x) = 0: x=2x = 2 or x=1x = -1.

These are the critical points.

f(x)=12x6f''(x) = 12x - 6

At x=1x = -1: f(1)=12(1)6=18<0f''(-1) = 12(-1) - 6 = -18 < 0

Since f(1)<0f''(-1) < 0, x=1x = -1 is a local maximum.

At x=2x = 2: f(2)=12(2)6=18>0f''(2) = 12(2) - 6 = 18 > 0

Since f(2)>0f''(2) > 0, x=2x = 2 is a local minimum.

f(1)=2(1)33(1)212(1)+5=23+12+5=12f(-1) = 2(-1)^3 - 3(-1)^2 - 12(-1) + 5 = -2 - 3 + 12 + 5 = 12

f(2)=2(8)3(4)12(2)+5=161224+5=15f(2) = 2(8) - 3(4) - 12(2) + 5 = 16 - 12 - 24 + 5 = -15

Local maximum=12 at x=1\boxed{\text{Local maximum} = 12 \text{ at } x = -1} Local minimum=15 at x=2\boxed{\text{Local minimum} = -15 \text{ at } x = 2}

Why This Works

The first derivative tells us where the slope is zero — potential turning points. The second derivative tells us the concavity at those points. If f>0f'' > 0, the curve is concave up (cup-shaped), so the critical point is a minimum. If f<0f'' < 0, the curve is concave down (cap-shaped), so it’s a maximum.

For this cubic, the graph rises to a peak at x=1x = -1 (value 12), then drops to a trough at x=2x = 2 (value 15-15), then rises again. The difference 12(15)=2712 - (-15) = 27 gives the “swing” of the function between its extrema.


Alternative Method — First derivative test

Check the sign of f(x)f'(x) around each critical point:

For x=1x = -1: f(2)=6(4+22)=24>0f'(-2) = 6(4+2-2) = 24 > 0 and f(0)=12<0f'(0) = -12 < 0. Sign changes from ++ to - → local maximum.

For x=2x = 2: f(1)=6(112)=12<0f'(1) = 6(1-1-2) = -12 < 0 and f(3)=6(932)=24>0f'(3) = 6(9-3-2) = 24 > 0. Sign changes from - to ++ → local minimum.

The first derivative test works when f=0f'' = 0 (second derivative test is inconclusive). But for CBSE boards, use whichever test the question specifies. If it says “using second derivative test,” you must use it — using the first derivative test instead will lose marks, even if the answer is correct.


Common Mistake

Students sometimes confuse the sign convention: f>0f'' > 0 means minimum (not maximum). A positive second derivative means the curve bends upward — like the bottom of a bowl. A negative second derivative means it bends downward — like the top of a hill. If you mix this up, you’ll swap the maxima and minima labels.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next