bernoli123
- 11
- 0
[-1]int[1]P(x)Q(x)dx P,Q\inS
verify that this is an inner product.
verify that this is an inner product.
HallsofIvy said:If you really don't know what an inner product is, why are you asking this question?
An inner product, defined on a vector space, V, is a function that associates every pair of vectors, (u, v), a real number <u, v> satisfying
1) Linearity: <au+ bv, w>= a<u, w>+ b<v, w>
(If the vector space is over the complex numbers, a and b on the right should be their complex conjugates.)
2) <u, u>= 0 if and only if u= 0.
3) <u, u> is greater than 0 if u is not 0.
Here, you are defining <P, Q> to be int, from -1 to 1, P(x)Q(x)dx where P and Q are polynomials.
If int from -1 to 1 of P(x)^2 dx= 0, what can you say about P? What if P(x)= x^3?