2

This is supposed to be for bullet 5.2 in this question: A rigorous yet intuitive summary of inflection and critical points for beginning calculus?

I'm missing something very obvious, but what's an example where $f''(x)$ is undefined, but $(x,f(x))$ is not an inflection point of $f$?


After some thought, I have come up with some examples. Are these correct?

First example: This example is one where $f$ is defined but not continuous at $x$.

  • $f: \mathbb R \to \mathbb R, f(t)=\text{sign}(t), x=0$. $f'(0)$ is undefined and thus so is $f''(0)$. However $f''(t)=0$ for $t \ne 0$.

  • In case someone asks further 'Okay, what if we assumed $f$ is continuous? Then $x$ would have to be an inflection point right?', then we proceed:

Second example: This example is one where $f$ is continuous but not differentiable at $x$.

  • A sharp turn like $g(t)=|t|$ but always increasing at an increasing rate but at different rates $f: \mathbb R \to \mathbb R, f(t)= t 1_{t \le 0} + 3t 1_{t \ge 0}$. This gives us $f': \mathbb R \setminus \{0\} \to \mathbb R, f'(t) = \text{sign}(t)+2$. $f'(0)$ is undefined and thus so is $f''(0)$. However $f''(t)>0$ for $t \ne 0$.

  • In case someone asks further 'Okay, what if we assumed $f$ is differentiable? Then $x$ would have to be an inflection point right?', then we proceed:

Third example: This example is one where $f$ is differentiable at $x$.

  • $f': \mathbb R \to \mathbb R, f'(t)= t 1_{t \le 0} + 3t 1_{t \ge 0}$.

1 Answers1

1

I can’t tell what you're asking, so I’ll answer the question in the title. Or, more precisely, I’ll give an example of an $f$, differentiable on the whole real line, with the property you describe in the title. I can’t tell what you’re doing by listing all those cases.

Take $f$ to be $x^2$ when $x$ is negative and $x^4$ when $x$ is non-negative.

Then $f’’(0)$ is undefined, and moreover $f$ does not have an inflection point at the origin.

  • Thanks! I was giving several answers with different conditions. One might say after the first answer $f(t) = sign(t)$, something like 'Okay, what if we assumed $f$ is continuous? Then $x$ would have to be an inflection point right?' Then comes the second answer. Does that clarify things? –  Feb 28 '19 at 06:06
  • 1
    So what is your question??? – symplectomorphic Feb 28 '19 at 06:07
  • The first question is give an example. If a user gives an answer of a non-continuous function, the next question is give an example of continuous. If a user gives an answer of a non-differentiable function, the next question is give an example of a differentiable function, which you did. Thanks! (I will still edit my post to clarify) –  Feb 28 '19 at 06:08
  • 1
    No, you aren’t understanding. What is your question? It seems like you aren’t asking a question at all. – symplectomorphic Feb 28 '19 at 06:09
  • Okay I edited my question now. Anyway, thanks! –  Feb 28 '19 at 06:12