What are the points of inflection, if any, of #f(x)=x^4-x^3+6 #?

2 Answers
Feb 17, 2018

See explanation.

Explanation:

Point of inflection can be calculated as the zero(s) of the second derivative. Here we have:

#f(x)=x^4-x^3+6#

#f'(x)=4x^3-3x^2#

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

#f''(x)=0 iff 6x(2x-1)=0 iff x=0 vv x=1/2#

If we look at the graph of #f''(x)# we see:

graph{12x^2-6x [-3.077, 3.08, -1.538, 1.54]}

The derrivative changes signs at both #x=0# and #x=1/2#, so:

Answer: The function has 2 points of inflection: #x=0# and #x=1/2#

Feb 17, 2018

#x = 0, x = 1/2#

Explanation:

The points of inflection are when the graph of #f(x)# changes concavity. For example, if #f(x)# is concave up from #(-oo, 3)# and concave down from #(3, oo)#, then we know that the point of inflection is at #3# because that is where #f(x)# changes concavity.

The way to find whether #f(x)# is concave up or concave down is to take the second derivative of it. The first derivative determines if it is increasing or decreasing, and the second derivative determines if it is concave up or concave down. If the second derivative at a point is positive, then #f(x)# is concave up, but if it is negative, then #f(x)# is concave down.

To take the second derivative of a function, just derive it twice.

#f(x) = x^4 - x^3 + 6#

#f'(x) = 4x^3 - 3x^2# (using the power rule)

#f''(x) = 12x^2 - 6x# (using the power rule again)

By the way, power rule states that the derivative of a function such as #Cx^n# (where #n# is an integer and #C# is a constant) is equal to #nCx^(n-1)#.

Now that we have the second derivative #f''(x) = 12x^2 - 6x#, we need to find out when it changes signs. We know that whenever a function changes signs, it crosses #0#, so we must find out when #f''(x) = 0#.

#12x^2 - 6x = 0#

#6x(2x - 1) = 0# (by factoring)

#x = 0, x = 1/2#

Therefore, we know know that the points of inflection are at #x = 0# and at #x = 1/2#.

This is the graph of #f(x)#.
graph{x^4 - x^3 + 6 [-7.194, 8.616, -0.42, 7.48]}

This is the graph of #f'(x)#.
graph{4x^3 - 3x^2 [-9.29, 10.72, -4.11, 5.885]}

This is the graph of #f''(x)#.
graph{12x^2 - 6x [-9.29, 10.72, -4.11, 5.885]}