2
$\begingroup$

If $$f'(a)=f''(a)=f'''(a)=0$$$$ f^{(4)}\ne0$$ Will the function have an extreme on $a$?

I have the solution "Yes because the taylor function will be:"$$f(x) = f(a) + \frac{1}{4!}f^{(4)}(a)(x − a)^4 + o((x − a)^4)$$

But I can't see why that proves there is an extreme.

  • 0
    definition of "extreme"?2017-01-25
  • 0
    I'm sorry I've translated it literally, is the term "relative extremum" correct?2017-01-25

3 Answers 3

3

HINT: Let $x$ be in some neighbourhood $U$ of $a$, then we have $\frac{1}{4!} \cdot f^{(4)}(a)(x-a)^4$ has the same sign in $U$. What does this tell us about $f(x) - f(a)$ and eventually whether $f$ has an extrema at $a$?

  • 0
    If $x$ approaches to $a$ then $(x-a)^4$ goes 0. I don't know if I'm getting it right.2017-01-25
  • 0
    Or is it that as the power is an even number both if it approaches from the left or from the right will have the same sign?2017-01-25
  • 0
    @jogan, the idea is the following. Your function f(x) whose evaluation at $a$ is $f(a)$. In addition you now that f(x) = f(a) + g(x), which in your case is $$ g(x) = \frac{1}{4!}f^{(4)}(a)(x-a)^4 + o((x-a)^4)$$. Let us assume that $g(x)\geq 0$. Then for every $x^* \neq a$, you should have $$ f(x^*) = f(a) + g(x^*) \geq f(a).$$ Hence $a$ is a local minimum. In a similar way, if $g(x)\leq 0$, we have that $a$ is a local maximum.2017-01-25
  • 0
    Then, if the derivative different from 0 is even, it will be always be an extreme point? and if it's odd it will always be an saddle point?2017-01-25
  • 0
    Yes, if the derivative different from 0 is even, it will be an RELATIVE extreme point. And if it's odd it will be a saddle point. A complete proof needs to show that the little-o term does not interfere in the sign of $g(x)$. This is explained in my answer above (for your particular case).2017-01-25
0

HINT: For a point to be an extreme (a maximum or minimum), it must have a slope of $0$ at that point, correct? So, prove (using your Taylor expansion) that the slope must be $0$, or, in other words, that $f'(a)=0$.

However, as noted from the comments, this isn't enough. We also need the second derivative in order to figure out if it is an extreme. We can apply this test: $f''(a) \ne 0$. This ensures that this point of the function isn't a "false" extreme, as is the case with $f(x)=x^3$ for $x=0$.

  • 0
    This gives a necessary but not a sufficient condition.2017-01-25
  • 0
    I'm sorry, I don't quite understand. Can you elaborate?2017-01-25
  • 3
    $f(x)=x^3$ has $f'(0)=0$, but it isn't a max/min2017-01-25
  • 0
    Oh, okay. I'll revise my answer.2017-01-25
  • 0
    But the question already specifies that the first three derivatives are 0, isn't that enough?2017-01-25
  • 0
    Exactly. I'm saying that in order to prove that $f(a)$ is an extreme, you need to prove that the first derivative is $0$ and that the second derivative is not $0$. You asked for answers, so we're giving you hints.2017-01-25
0

As you said, $$ f(x) = f(a)+ \underbrace{{\frac{1}{4!}f^{(4)}(a)(x-a)^4 + o((x-a)^4)}}_{g(x)}. $$ If you are able to show that $g(x)$ has the same sign in a neighbourhood $V$ of $a$, that implies that $f(x)$ attends a relative extreme point at $a$. So you need to prove that $g(x)$ has the same sign in a neighbourhood $V$ of $a$. Without loss of generality, let us assume $f^{(4)}(a) >0$.

Proof that $g(x)$ is has the same sign in a neighbourhood $V$ of $a$

First, let's remember the definition of the $o$ notion. We say that $r(x) = o(f(x))$ at the point $a$ if $$ \lim_{x \rightarrow a}\frac{r(x)}{f(x)} = 0. $$ Using the $\epsilon$-$\delta$ definition of limit, we have that, for every $\epsilon>0$, there exist a $\delta>0$ such that $$ \bigg|\frac{r(x)}{f(x)}\bigg| < \epsilon~\,~\text{if $x$ is in the neighbourhood $V_{\delta} = \{x : |x-a|<\delta \}$}. $$ In other words, for every $\epsilon>0$, there is a neighbourhood $V$ of $a$ such that $$ |r(x)| < \epsilon |f(x)|~\,~\text{if $x\in V$}.$$

Second, let's apply this definition on $g(x)$. $$g(x) = \frac{1}{4!}f^{(4)}(a)(x-a)^4 + \underbrace{r(x)}_{= o((x-a)^4)}.$$ Hence, if we take $\epsilon^* = \frac{1}{2}\frac{1}{4!}f^{(4)}(a) < \frac{1}{4!}f^{(4)}(a) $, there exist a neighbourhood $V$ of $a$ such that $$ |r(x)| < \epsilon^*(x-a)^4 ~\,~ \text{if}~\,~x \in V. $$ Hence $$ \begin{array}[rcl]~ g(x) &=& \frac{1}{4!}f^{(4)}(a)(x-a)^4 + r(x) \\ & \geq & \frac{1}{4!}f^{(4)}(a)(x-a)^4 - |r(x)| \\ & >& \frac{1}{4!}f^{(4)}(a)(x-a)^4 - \epsilon^*(x-a)^4 \\ & =& \underbrace{(\frac{1}{4!}f^{(4)}(a) - \epsilon^*)}_{> 0}(x-a)^4 \geq 0,~\text{for every }~x\in V\end{array} $$ which proves that $g(x)$ has the same sign in a neighbourhood $V$ of $a$.