Let there be the following bilinear form: $\int_0^1f(x)g(x)x\,dx$, which acts on the polynomials with degree $\leq2$. I needed to prove it's an inner product and then find an orthonormal basis. I needed to use Gram-Schmidt proccess.
So, when I make the vectors I find to be of length one, what's the inner product I use? Lets say some vector for basis if $h$, then the normal of the vectors is $\sqrt{\int_0^1h(x)h(x)x\,dx}$, or is it the 'standard' inner product $\sqrt{\int_0^1h(x)h(x)\,dx}$? In other words, when a basis is orthnormal, it is orthogonal and of length one with accordance to some specific inner product and not necessarily others?
Thanks in advance!