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

1 Answer
Aug 3, 2015

You can use the second derivative test.

Explanation:

The second derivative test allows you to determine the intervals on which a function is concave up or concave down by examining the sign of the second derivative around the inflexion point(s).

Inflexion point(s) are determined by making the second derivative equal to zero.

If the second derivative is positive on a given interval, then the function will be concave up on the same interval. Likewise, if the second derivative is negative on a given interval, the function will be concave down on said interval.

So, calculate the first derivative first - use the power rule

#d/dx(f(x)) = d/dx(2x^3 - 3x^2 - 36x-7)#

#f^' = 6x^2 - 6x - 36#

Next, calculate the second derivative. Once again, use the power rule

#d/dx(f^'(x)) = d/dx(6x^2 - 6x - 36)#

#f^('') = 12x - 6#

Find the inflexion point by solving #f^('')=0#

#12x - 6 = 0 => x = color(green)(1/2)#

Now look on how the second derivative behaves for values of #x# smaller than #1/2# and larger than #1/2#.

The two intervals you're going to use are

  • #(-oo,1/2)#

For this interval, #f^('')# will be negative, which means that #f(x)# is concave down.

  • #(1/2, +oo)#

For this interval, #f^('')# will be positive, which implies that #f(x)# is concave up.

So, #f(x)# is concave down on #(-oo,1/2)# and concave up on #(1/2, +oo)#. The point #(1/2, f(1/2))# is the only inflexion point on the graph of #f(x)#.