4

Let $f:\mathbb{R}\rightarrow \mathbb{R}$ a polynomial of a even $n$ degree, such that $0\leq f(x)$

let $g=f+f'+f''+\cdots+f^{(k)}$, prove $g$ has a global minimum in $\mathbb{R}$ when $k$ is the $k$-th derivative

How should I approach this?

gbox
  • 12,867

2 Answers2

2

when $f$ is polynomial, derivatives of $f$ are polynomial as well. Further $g$ is polynomial.

Because $f \gt 0$ and $f$ is even, $\lim_{x \to \pm \infty} f(x)= + \infty$. And because $f$ is the highest order polynomial among $f', f^{(2)},f^{(3)}$ etc. we can conclude $\lim_{x \to \pm \infty} g(x)= + \infty$. Thus, g has global minimum.

user115350
  • 1,291
1

Since the coefficient of the highest-order term is positive and the degree of $g$ is even we can choose $C$ big enough such that $g(z)>f(0)$ for all $|z| > C $ . Then since $g$ is continuous and $[-C,C]$ is compact, there is $ x\in [-C,C]$ such that $f(x) \leq f(y)$ for all $y\in [-C,C]$. Then $f(x)$ is a global minimum.

math635
  • 1,595