For what values of x is #f(x)= 2x^3-9x # concave or convex?

1 Answer
Jan 6, 2017

#x = pmsqrt(3/2)#. Read on to see which is which.


I try not to confuse myself over "concave" vs. "convex". Instead I think about it as concave up or concave down.

The first derivative equals #0# at an extremum, which may be either an inflection point, concave up, or concave down.

It is the second derivative at each of these points that tells you which of these three they are. Positive, if concave up, and negative, if concave down.

#f'(x) = 6x^2 - 9#

(power rule; #d/(dx)[x^n = nx^(n-1)]#)

#f''(x) = 12x#

For us to find where the extrema are:

#0 = 6x^2 - 9#

#=> x^2 = 9/6 = 3/2#

#=> x = pmsqrt(3/2)#

And to find which one is concave up/down or an inflection point, we take #f''(pmsqrt(3/2))#.

#f''(sqrt(3/2)) = 12(sqrt(3/2)) > 0#

#f''(-sqrt(3/2)) = 12(-sqrt(3/2)) < 0#

Thus, #f(x)# is concave up (a minimum) at #x = sqrt(3/2)# and concave down (a maximum) at #x = -sqrt(3/2)#.

Indeed, #f(x) = 2x^3 - 9x# has features of #x^3# and #-x#. We can expect it to look like a cubic function that has a #y = -x# close to the origin, like so:

graph{2x^3 - 9x [-10,10, -10.14, 10.13]}