To find extreme values of a cubic function \( f(x) = ax^3 + bx^2 + cx + d \), we first find \( f'(x) = 3ax^2 + 2bx + c \).
For extreme values to exist, this quadratic must have real roots.
So, check discriminant: \( D = (2b)^2 - 4 \cdot 3a \cdot c = 4b^2 - 12ac \).
If there are no real roots, the derivative never becomes zero \( \Rightarrow \) no extreme value.
So, the condition for no extreme value is \( 4b^2 - 12ac<0 \Rightarrow b^2<3ac \).