Prove the function $f(x)$ have an extreme on $a$

67 Views Asked by At

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.

3

There are 3 best solutions below

5
On BEST ANSWER

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$?

6
On

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
On

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$.