Finding Total number of positive continuous
function $g(x)$ in $[0,1]$ which satisfy $\displaystyle \int^1_{0}g(x)dx=1,\;\int^{1}_{0}xg(x)dx=2\,\ \int^1_0x^2g(x)dx=4.$
What I try :
I am Trying to solve using Cauchy schwarz Inequality
Using Cauchy Schwartz Inequality
$\displaystyle \bigg(\int^{1}_{0}(g(x))^2dx\bigg)\bigg(\int^1_0 x^2dx\bigg)\geq \bigg(\int^1_0 xg(x)dx\bigg)^2$
Equality Hold when $g(x)=x$
But I could not fit the above data
Please have a look on that how i solve it
Thanks