I am required to find
$max\int_{-1}^{1}x^3g(x)dx$
given that
$\int_{-1}^{1}x^ng(x)dx=0$ for $n=0,1,2$ and $\int_{-1}^{1}|g(x)|^2dx=1$.
The hint is to find $\underset{a,b,c}{min}\int_{-1}^{1}|x^3-a-bx-cx^2|^2dx$ first.
Below is what I have found.
$\underset{a,b,c}{min}\int_{-1}^{1}|x^3-a-bx-cx^2|^2dx$ is quite easy.
Let $f(x)=x^3-a-bx-cx^2$, then by Holder's Inequality,
$\int_{-1}^{1}x^{3}g(x)dx\leq \int_{-1}^{1}|f(x)g(x)|dx\leq (\int_{-1}^{1}|f(x)|^2dx)^{\frac{1}{2}}(\int_{-1}^{1}|g(x)|^2dx)^{\frac{1}{2}}=(\int_{-1}^{1}|f(x)|^2dx)^{\frac{1}{2}}$ which has a minimum value from above.
But I am not sure if I am working in the right direction since it seems like I am only able to find an upper bound rather than the maximum value.
Any advice?
Have you tried verifying that $f$ satisfies the orthogonality properties verified by $g$ (which should be the case to satisfy the minimum) and replace $g$ by $f$ to have a case of equality in your inequality ?