Solveeit Logo

Question

Mathematics Question on Maxima and Minima

Let f(x)=x36x2+12x3f(x) = x^3 - 6x^2 + 12x - 3, then at x=2x = 2, f(x)f(x) has:

A

a maximum

B

a minimum

C

both a maximum and a minimum

D

neither a maximum nor a minimum

Answer

a minimum

Explanation

Solution

First, compute the first derivative f(x)f'(x):

f(x)=3x212x+12.f'(x) = 3x^2 - 12x + 12.

Set f(x)=0f'(x) = 0 to find critical points:

3x212x+12=0    x24x+4=0    (x2)2=0    x=2.3x^2 - 12x + 12 = 0 \implies x^2 - 4x + 4 = 0 \implies (x - 2)^2 = 0 \implies x = 2.

Next, compute the second derivative f(x)f''(x):

f(x)=6x12.f''(x) = 6x - 12.

At x=2x = 2:

f(2)=6(2)12=0.f''(2) = 6(2) - 12 = 0.

Since f(2)=0f''(2) = 0, perform the higher-order derivative test or inspect the behavior of f(x)f'(x) around x=2x = 2:

  • For x<2x < 2, f(x)>0f'(x) > 0.
  • For x>2x > 2, f(x)<0f'(x) < 0.

This indicates that f(x)f(x) decreases after x=2x = 2, implying that x=2x = 2 is a minimum point.