$f'(x) \geq x$, then $f(x) \leq f(0) + \frac12 x^2 ,$ when $x \leq 0$.

146 Views Asked by At

Let $f : \Bbb R \to \Bbb R$ is differentiable and $f'(x) \geq x$, then $f(x) \leq f(0) + \frac12 x^2 ,$ when $x \leq 0$.

we have $f(x) = f(0) + f'(0)x + \frac12f''(0)x^2+ \dots < f(0) + \frac12f''(0)x^2$, we can write this since $x \leq 0$.

Also $f'(x) \geq x \implies f''(x) \leq 1$. Hence $f''(0) \leq 1$.

And we have $f(x) \leq f(0) + \frac12 x^2$.

Is the solution correct? If not please correct me.

2

There are 2 best solutions below

2
On BEST ANSWER

If the derivative is integrable, just integrate.

$$f(x) = f(0) + \int_0^x f'(t) \, dt \leq f(0) + \int_0^x t \, dt = f(0) + \frac{1}{2}x^2$$

0
On

Here's a way without any integrability or continuity assumption on $f'$.

Since $f'(x)-x\geq 0$, the derivative of $x\mapsto f(x)-\frac{x^2}2$ is $\geq 0$, so this function increases.

Thus, for $x\leq 0$, $f(x)-\frac{x^2}2 \leq f(0)-0$, that is $f(x)\leq f(0)+\frac{x^2}2$.