I am looking at problems from a released Fall 14 mock exam. The question in particular is number 2:
Let $f$ be a continuous function in $[0,1]$ satisfying the condition:
$$ \int_x^1 f(t) dt \geq \frac{1-x^2}{2}$$ for $x \in [0,1]$
Prove that:
$$\int_0^1 |f(x)|^2 dx \geq \int_0^1 xf(x)dx$$
This is what I have come up with so far:
First off we can "evaluate" the integral from $0$ to $1$:
$$\int_0^1 f(t) dt \geq \frac{1-0^2}{2} = \frac{1}{2}$$
Next we know from the Cauchy-Schwartz inequality:
$$\left|\int_0^1 f(x) dx\right|^2 \leq \int_0^1 |f(x)|^2 dx$$
So:
$$\int_0^1 |f(x)|^2 dx \geq \frac{1}{4}$$
Now for the other equation. I used integration by parts:
$$\int_0^1 xf(x)dx = xF(x) - \int_0^1 F(x) dx $$
$$\int_0^1 xf(x) dx \geq 1 \cdot \frac{1}{2} - \int_0^1 F(x) dx $$
But notice that:
$$F(x)|_0^1 \geq \frac{1}{2}$$
So:
$$\int_0^1 xf(x) dx \geq \frac{1}{2} - \frac{1}{2}$$
$$\int_0^1 xf(x) dx \geq 0$$
Which seems to be right so far (I could of course be wrong). I don't have enough info to close anything out, but it seems to be pointing in the right direction. Any further hints or corrections would be greatly appreciated.