I am dealing with a math problem which I can't resolve.
Given $f:\mathbb{R}\to\mathbb{R}$ twice differentiable with the following property:
$$ 2x f(x)\geq f'(0)-f'(x)$$
Show that
$$ f''(0)+f^2(0)\geq -1$$
I've been trying to use the derivative definition:
$$\lim \limits_{x \to x_0} \frac{f(x) -f(x_0)}{x-x_0}$$
But I got no result.
$f''(0)$ exists because $f$ is twice differentiable.
By definition $f''(0)=\lim\limits_{x\rightarrow0}\frac{f'(x)-f'(0)}{x}$
You can minorate the fraction using the given property $2xf(x)\geq f'(0)-f'(x)$ :
for $x>0$,$\frac{f'(x)-f'(0)}{x}\geq-2f(x)$
The LHS has a limit in $0$ because $f$ is twice differentiable. Taking the limits of continuous functions preserves inequalities, hence:
$f''(0)\geq-2f(0)$
From there
$f''(0)+f^2(0)\geq-2f(0)+f^2(0)=(1-f(0))^2-1$
And you can conclude using that a square is always non-negative.