Lets say we got a differentiable function F: ℝ → ℝ and f(0) = a, f'(x) ≤ b for any x > 0.
Now, how to prove f(x) ≤ bx + a for any x ≥ 0 ?
It seems to be kinda simple, but I'm stuck.
Lets say we got a differentiable function F: ℝ → ℝ and f(0) = a, f'(x) ≤ b for any x > 0.
Now, how to prove f(x) ≤ bx + a for any x ≥ 0 ?
It seems to be kinda simple, but I'm stuck.
Let $g(x) = bx + a$. Consider the function $h(x) = g(x) - f(x)$. We have $h(0) = 0$ and $h'(x) \ge 0$ for all $x > 0$. Therefore, $h$ is non-decreasing on $(0,\infty)$ and since $h(0) = 0$, we must have $h(x) \ge 0$ for all $x\ge 0$. In other words, $g(x) \ge f(x)$ for all $x\ge 0$.