How do you find the maximum, minimum and inflection points and concavity for the function #F(x) = 2x(x-4)^3#?

1 Answer
Feb 22, 2018

Local minimum: (1, -54)
Inflection Points: (4, 0) and (2, -32)
This function has no local maximum.
graph{2x(x-4)^3 [-1.47, 6.0, -60.732, 15.714]}

Explanation:

Find local extrema

You can find the local extrema (maximum and minimum) by setting the first derivative to zero.

To find the first derivative, directly apply the product rule:
#F'(x)=d/(dx)[2x]*(x-4)^3+2x*d/(dx)[(x-4)^3]#

and then the chain rule along with the power rule:
#F'(x)=2*(x-4)^3+2x*3*(x-4)^2*d/(dx)[(x-4)]#
#F'(x)=2*(x-4)^3+6x*(x-4)^2#

Factor out #(x-4)# and further simplify
#F'(x)=(x-4)^2*[2*(x-4)+6x]#
#F'(x)=8*(x-1)*(x-4)^2#

Now set the first derivative to zero and solve for #x#:
#F'(x)=8*(x-1)*(x-4)^2=0#

By the factor theorem, we have #x=1# and #x=4#.

Verify local extrema

Still, we aren't 100% sure if these x-coordinates corresponds to extrema; nor do we know whether each of them is a local maximum or a local minimum. To be safe (and to avoid potential pitfalls) we need to apply the second derivative test.

Differentiate the first derivative to find #F''(x)#
#F''(x)=d/(dx)[F'(x)]=d/(dx)[8*(x-1)*(x-4)^2]#

Again, apply the product rule, the chain rule, and the power rule:
#F''(x)=8[1*(x-4)^2+2*(x-1)*(x-4)*1]#

Factor out #(x-4)# and simplify:
#F''(x)=8(x-4)[(x-4)+2*(x-1)]#
#F''(x)=24(x-2)(x-4)#

Now plug zeros of the first derivative into the second derivative. Depending on the sign of the value (or the output's relationship with zero, to be precise,) there is going to be a

  • Local Maximum if #F''(x)>0#
  • Local Minimum if #F''(x)<0#
  • Point of inflection if #F''(x)=0#

In this case we have
#F''(1)=72# and therefore a local minimum at #(1, F(1))#
#F''(4)=0# and therefore an inflection point candidate at #(4, F(4))#

Find (other) points of inflections

So now we've found a point of inflection. Still, we need to set the second derivative to zero and solve for #x# to see if there are any other inflection points left behind.

#F''(x)=24(x-2)(x-4)=0#

Again, apply the factor theorem, and we find #x=2# and #x=4# roots of the second derivative.

Verify points of inflections

graph{(x-2)(x-4) [0.391, 5.39, -1.48, 1.02]}
#color(grey)("Graph of "F''(x).")#

Important: Make sure that the #F''(x)# curve crosses rather than touches the #x#-axis at each point of inflection. That is, the corresponding factor (e.g., #(x-2)# for the point #x=2#) is raised to an odd power (like #(x-a)^1#, #(x-a)^3#, etc.)) Otherwise the concavity won't change and there's going to be no point of inflection. In this case, both #x=1# and #x=4# qualifies.

Now evaluate #F# at each corresponding value of #x# and finally, you get:
One local minimum at (1, -54) and two
inflection points at (4, 0) and (2, -32).