How would you determine where the function f(x) is concave up and concave down for #f(x)=2x^3-3x^2-12x+1#?

2 Answers
May 22, 2015

First, I would find the vertexes. Then, the inflection point.

The vertexes indicate where the slope of your function change, while the inflection points determine when a function changes from concave to convex (and vice-versa).

In order to find the vertexes (also named "points of maximum and minimum"), we must equal the first derivative of the function to zero, while to find the inflection points we must equal the second derivative to zero.

#f'(x)=(dy)/(dx)=6x^2-6x-12=0#

Using Bhaskara:

#(6+-sqrt(36-4(6)(-12)))/12#
#(6+-18)/12#
#x_1=2#
#x_2=-1#

For #f(2)=2(2)^3-3(2)^2-12(2)+1=-19#
and #f(-1)=2(-1)^3-3(-1)^2-12(-1)+1=8#

So, your vertexes are #V_1(2,-19)# and #V_2(-1,8)#

Now, let's see the behaviour of your function relating to concavity.

#f''(x)=(dy^2)/(d^2x)=12x-6=0#

#12x-6=0#
#12x=6#
#x=1/2#

For #f(1/2)=2(1/2)^3-3(1/2)^2-12(1/2)+1#
#f(1/2)=1/4-3/4-6+1=-11/2#

Thus, your inflection point is #(1/2,-11/2)#

About concavity up or down: we just have one more thing to know about these vertexes, which is the way the function is taking after the vertex - "reading" it from left to right.

This is done by substituting the values we found for #x# in #f'(x)# in the function #f''(x)#:

#f''(2)=12(2)-6=18# (which indicates point of minimum, as #f''(x)>0#)
#f''(-1)=12(-1)-6=-18# (which indicates point of maximum, as #f''(x)<0#)

Check the graph:

graph{2x^3-3x^2-12x+1 [-30.15, 32.28, -19.86, 11.34]}

May 23, 2015

#f(x)=2x^3-3x^2-12x+1#

To investigate concavity, we need to look at the sign of #f''(x)#.

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

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

In general a function can change signs by either crossing the #x# axis (having a value of #0#), or by "teleporting" across the #x# axis (having a discontinuity).

In the case, there are no discontinuities, so the only place #f''# might change signs is at:

#12x-6=0# so #x=1/2#.
Now we check the sign of #f''# (see note below)

#{: ("interval ", " test number ", "sign of "f''),((-oo,1/2),color(white)"sssssss"0,12(0)-6 " is "-),((1/2,1oo),color(white)"sssssss"1,12(1)-6 " is "+) :}#

#f# is concave down on #(-oo, 1/2)# and concave up on #(1/2.oo)#

(This was not asked, but #f# has inflection point #(1/2, f(1/2))#)

Note
I prefer the general approach to finding the sign of #f''# . This involves cutting the number line into intervals and testing the sign of #f''# on each interval.
There are other methods for linear and quadratic #f''#, many won't work for more general functions.

For example, in this problem #f''(x) = 12x-6# is a line with positive slope, so #y# is negative on the left of (and positive on the right right of) the #x# intercept, #1/2#.