How do you determine whether the function #f^('')(x) = 36x^2-12# is concave up or concave down and its intervals?

1 Answer
Aug 3, 2015

You can use the second derivative test.

Explanation:

You can determine the intervals on which your function is concave up and concave down by using the second derivative test.

ALl you have to do is examine the behavior of the second derivative around inflexion points, which are points for which the second derivative is equal to zero.

In your case, you have

#f^('') = 36x^2 - 12#

Make #f^('')=0# and see how many inflexion points you have

#36x^2 - 12 = 0#

#12(3x^2 -1) = 0#

#x^2 = 1/3#

Take the square root of both sides to get

#sqrt(x^2) = sqrt(1/3) => x = +- sqrt(3)/3#

You have two inflexion points, #x = -sqrt(3)/3# and #x = sqrt(3)/3#, so you're going to look at three intervals

  • #(-oo,-sqrt(3)/3)#

SInce you're dealing with a square number, the sign of #f^('')# will always be positive for values that belong to this interval.

This means that #f(x)# is concave up on this interval.

  • #(-sqrt(3)/3, sqrt(3)/3)#

This time, the expression #(3x^2-1)# will be negative for values that belong to this interval. This means that #f(x)# will be concave down on this interval.

  • #(sqrt(3)/3, +oo)#

Once again, the square of #x# will ensure that the expression #(3x^2-1)# will always be positive on this interval.

So, your function will be concave up on #(-oo,-sqrt(3)/3) uu (sqrt(3)/3, +oo)# and concave down on #(-sqrt(3)/3, sqrt(3)/3)#.

The graph of #f(x)# will have two inflexion points at #(-sqrt(3)/3, f(-sqrt(3)/3))# and #(sqrt(3)/3, f(sqrt(3)/3))#.