Is it possible to be both a relative max/min and an inflection point?

Can anyone find a function $f$ with an $x$ such that $f'(x)=0$, $f(x)$ is either a relative max/min and $(x,f(x))$ is an inflection point? In other words, suppose you're using the second derivative test, see that $f''(x)=0$ and then note that it's actually an inflection point. Can you conclude that $(x,f(x))$ is not a relative extremum?

It's easy to find an example where $f''(x)=0$ and there is an extremum--take $f(x)=x^4$, but in that case, there isn't actually an inflection point at 0.

I'm certainly open to the possibility that an inflection point can never be an extremum, though it seems like something I ought to have discovered by now, were it true.


Solution 1:

It is certainly possible to have an inflection point that is also a (local) extreme: for example, take $$y(x) = \left\{\begin{array}{ll} x^2 &\text{if }x\leq 0;\\ x^{2/3}&\text{if }x\geq 0. \end{array}\right.$$ Then $y(x)$ has a global minimum at $0$. In addition, $y$ is concave up on $x\lt 0$, and concave down on $x\gt 0$ (the second derivative is $2$ for $x\lt 0$, and $-\frac{2}{9}x^{-4/3}$ for $x\gt 0$).

However, this function does not satisfy your original conditions, since the critical point at $0$ is not a stationary point, but rather a point where the function is not differentiable.

But say we have $f'(a)=0$, $f$ twice differentiable in a neighborhood of $a$, and $f(x)$ has an inflection point at $a$. Then the derivative is increasing before $a$ and decreasing after, or else $f'$ is decreasing before $a$ and increasing after. That means that $f$ does not have a local extreme at $a$ by the First Derivative Test: in the first case, $f'$ is negative before $a$ and also negative after; in the second it is positive both before and after. So in this situation, you can conclude that it is not a local extreme.

Solution 2:

From the question: "In other words, suppose you're using the second derivative test, see that $f''(x)=0$ and then note that it's actually an inflection point."

Hoyland, it seems you may be under the impression that all points where the second derivative is $0$ are inflection points. That's not true. For example, if $f(x)=x^4$, then $f''(0)=0$, but that's not an inflection point because $f''$ does not changes signs there: $f''$ is positive on both sides of $0$. And notice that that is an absolute minimum point. So if your question is whether a maximum or minimum point can occurr where $f''$ is $0$, the answer is "yes". But that doesn't mean there's an inflection point there.