I know this uses an integration by parts trick, but I seem to be doing something very wrong. I'm trying to show that given f is a real, continuouously differentiable function on [a,b], f(a)=f(b)=0 and $\int_a^{b} f(x)^2 dx =1, \int_a^{b} xf(x)f'(x) dx = \frac{-1}{2}$ and $\int_a^{b}(f'(x))^2 dx \int_a^{b} x^2(fx)^2 dx > 1/4$
For the first part, I'm trying to use integration by parts on $\int_a^{b} xf(x)f'(x) dx$.
So we let u=x, and $v=f(x)f'(x)$. Then integrating v we get $dv = \frac{1}{2} f^2(x)$. And so we have that:
$\int_a^{b} xf(x)f'(x) dx = x\frac{1}{2}f^2(x) |_a^{b} - \int_a^{b} \frac{1}{2}f^2 dx = b\frac{1}{2} \cdot (1) - (a)\frac{1}{2} \cdot 1 - 0?$
Where am I going wrong?