How many points of inflection does the function #f(x)=x^7-x^2# have?

1 Answer
Aug 19, 2015

#f(x)=x^7-x^2# has #color(red)("one inflection point")#.

Explanation:

Inflection points are where the function changes concavity.

The second derivative must equal zero when the function changes concavity.

But we must check points on either side to make sure that the concavity really does change.

#f(x)=x^7-x^2#

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

#f''(x)=42x^5 -2 = 0#

#42x^5=2#

#x^5=2/42 = 1/21#

#x=1/root(5)(21)≈0.54#

So, #x=1/root(5)(21)# is a possible inflection point.

To make sure that the concavity actually changes, we pick a number on either side of #x=1/root(5)(21)# and check what the concavity is at those locations.

Let's use #x = -1# and #x = 1#.

#f''(-1) = 42(-1)^5-2 = -42-2=-44# (concave down).

#f''(1) = 42(1)^5-2 = 42-2=40# (concave up).

The concavity changes, so #x=1/root(5)(21)# is the only inflection point.

enter image source here

The brown square represents the inflection point.