Using the second derivative f''(x) = 36x^2-12, how do you find the intervals in which f is concave up and the intervals in which f is concave down?

2 Answers
May 18, 2015

Unlike the first derivative test where it explains how a function is increasing or decreasing, we are now determining the concavity of a function, or how a line curves up or down. By taking the second derivative and setting up an interval. we can answer where the function #f(x)# concaves up or down.

Given #f''(x)=36x^2-12#, our first step is to find the inflection points. They are points where the function's concavity shifts from down to up or vice versa, and results in no curvature instantly at that point (a line). #f(x)=x^3# is a good example:
graph{x^3 [-5, 5, -5, 5]}
Notice that the concavity goes from down to up starting at the origin. This means that for #x^3# #f''(x)# must be zero at #x=0#.

So, we can say that #f''(x)=0# for #f''(x)=36x^2-12# to find the inflection points:

#0=36x^2-12=>0=12(3x^2-1)#
#0=12(xsqrt(3)+1)(xsqrt(3)-1)#
#x=+-sqrt(3)/3#

Now, we should test some values around the inflection points to see if #f''(x)# is positive or negative at certain intervals:

For #x=0#, #f''(x)=-12#; #f(x)# concaves down for #x:(-sqrt(3)/3,sqrt(3)/3)#.
For #x=-1#, #f''(x)=+24#; #f(x)# concaves up for #x:(-oo,-sqrt(3)/3)#.
For #x=1#, #f''(x)=+24#; #f(x)# concaves up for #x:(sqrt(3)/3,oo)#.

Note that a line cannot curve on the inflection points. The parentheses () indicate the greater than (#>#) or less than (#<#) but not equal to #x#.

Here is a number line representation of the answer:
enter image source here

May 26, 2015

#f# is concave up if #f''# is positive (#f''(x) >0#) and

#f# is concave down if #f''# is negative (#f''(x) <0#)

We are given: #f''(x) = 36x^2 - 12#

Use your method of choice for solving the inequalities:

#36x^2-12 > 0# and #36x^2 - 12 < 0#.

I like finding partition number (zeros) and testing the resulting intervals.

For his problem:
#f''(x)# is never undefined.

#f''(x) = 36x^2 - 12 =12(3x^2-1) = 0# at #x= +- 1/sqrt3 = +- sqrt3/3#

On #(-oo, - sqrt3/3)#, we get #f''# is positive, so #f# is concave up.

On #(-sqrt3/3, sqrt3/3)#, we get #f''# is negative, so #f# is concave down.

On #(sqrt3/3, oo)#, we get #f''# is positive, so #f# is concave up.

Alternative for this #f''#

The graph of #f''(x) = 36x^2 - 12# is a parabola that opens upward. Between the zeros, #+- sqrt3/3#, we have #f''# is negative and outside the zeros it is positive.