$f(x)$ is a continuous function on $[0,\infty)$, and it is decreasing on its domain.
Then how to prove $\int_0^x{x^2f(t)\,dt}\ge3\int_0^x{t^2f(t)\,dt}$ when $x\ge0$ ?
Maybe I can have $F(x)=\int_0^x{x^2f(t)\,dt}-3\int_0^x{t^2f(t)\,dt}$ and work on its derivative, but what's the derivative of $\int_0^x{x^2f(t)\,dt}$? Can Fundamental Theorem of Calculus be used here? Or are there other ways to prove that?
Your function $F$ is simply $F(x) = x^2 \int_0^x f(t)\, dt - 3 \int_0^x t^2 f(t)\, dt$. Since $f$ is continuous, you can differentiate $F$ obtaining $$ F'(x) = 2x \int_0^x f(t)\, dt + x^2 f(x) - 3 x^2 f(x). $$ Since $f$ is decreasing, you have that $f(t) \geq f(x)$ for every $t\in[0,x]$, hence $$ \int_0^x f(t)\, dt \geq x\, f(x). $$ You then obtain $F'(x) \geq 0$ for every $x\geq 0$. Since $F(0) = 0$, you can conclude that $F(x) \geq 0$ for every $x\geq 0$.