Proving Inner Product Spaces: The Case of Real Polynomials of Degree 2

boneill3
Messages
126
Reaction score
0

Homework Statement



We consider P2 the vector space of all real polynomials of degree at most 2.
Show that

<br /> &lt;f,g&gt; = \int_{-1}^{1}f(x)g(x)dx<br />

defines an inner product space

Homework Equations



I'm Using one of the Axioms of Inner product spaces IP1. which states that.

<br /> &lt;u,u&gt; \geq 0 with equality when and only when u=0_{v}

The Attempt at a Solution



For IP1

let a,b,c,d,e,f,x \in R

then

<br /> &lt;f,g&gt; = \int_{-1}^{1}f(x)g(x)dx<br />

<br /> &lt;f,g&gt; = \int_{-1}^{1}(a+bx+cx^2)(d+ex+fdx^2)dx<br />

<br /> &lt;f,g&gt; = \left[ \frac{cd+fx^3}{3}+\frac{bd+ex^2}{2}+adx\right]_{-1}^{1}<br />

<br /> &lt;f,g&gt; = 2ad+\frac{2cd+f}{3}\<br />

<br /> &lt;f,g&gt; \geq 0<br />




To show that equality to 0 implies the zero polynomial can I use?


let a,b,c,d,e,f \in R \neq 0
and
x\in R

Consider

<br /> &lt;f,f&gt; = \int_{-1}^{1}f(x)f(x)dx = \left[ \frac{cd+fx^3}{3}+\frac{bd+ex^2}{2}+adx\right]_{-1}^{1}<br /> <br />

if we assume
<br /> &lt;f,f&gt; = 0<br />

then this implies

<br /> \left[ \frac{cd+fx^3}{3}+\frac{bd+ex^2}{2}+adx\right]_{-1}^{1}<br /> = 0<br />

but a,b,c,d,e,f \neq 0

therefore

<br /> \left[ \frac{cd+fx^3}{3}+\frac{bd+ex^2}{2}+adx\right]_{-1}^{1}<br /> \neq 0<br />

contradicting our assumption

hence a,b,c,d,e,f = 0 the zero polynomial


So we have

<br /> &lt;u,u&gt; \geq 0

and

<br /> &lt;u,u&gt; = 0 \rightarrow f = 0_{v}

So IP1 holds


Is that enough to prove IP1 ?
 
Physics news on Phys.org
Could you explain the steps in your proof that
\langle f, g \rangle \geq 0?​

P.S. don't you find that identity rather suspicious?
 
You have a lot of extra work that you don't need or want. For the nonnegativity thing you want to show that <f, f> >= 0, with equality iff f = 0. You have a lot of work showing <f, g>, which isn't applicable for this axiom. You want the inner product of a function f with itself.
 
Last edited:
I'll try again

For IP1

let
a,b,c \in R

then


&lt;f,f&gt;= \int_{-1}^{1}f(x)f(x)dx


&lt;f,f&gt;= \int_{-1}^{1}(a+bx+cx^2)(a+bx+cx^2)dx


&lt;f,f&gt;=\left[\frac{c^2x^5}{5}+\frac{bcx^4}{2}+\frac{(2ac+b^2)x^3}{3}abx^2+a^2x\right]_{-1}^{1}



&lt;f,f&gt;= 2a^2+\frac{4ac}{3}+\frac{2b^2}{3}+\frac{2c^2}{5}


\geq 0

Is that better?
 
Still too complicated...by a mile. You're going to feel like an idiot when you see it :P Happens to the best of us ;)
 
boneill3 said:
&lt;f,f&gt;= 2a^2+\frac{4ac}{3}+\frac{2b^2}{3}+\frac{2c^2}{5}


\geq 0
Why should this be true? :confused:

While this is certainly not the easy way to prove it, once you figure out the problem you should still try and make sure you understand how to do things this way.
 
Is there another way to write this than the way you chose?
&lt;f, f&gt; = \int_{-1}^{1}(a+bx+cx^2)(a+bx+cx^2)dx
 
Another way is

= \int_{-1}^{1}(a+bx+cx^2)^2dx
 
It sure is. Now is there anything you can definitely say about the integrand, and therefore say about the integral?
 
  • #10
Could I say that the integrand is a non-negative functon therefore the integral will be a positive real number greater or equal to zero ?
 
  • #11
Yes but that doesn't make it definite. What can you say about the integral of a non-negative continuous function that's non-zero at at least one point?
 
  • #12
It is measurable?
 
  • #13
beetle2 said:
It is measurable?

No, if you remember the definition of the integral as a limit of a riemannian sum, you will understand what aPhilosopher is trying to say.
 
  • #14
Are you talking about the fact that it is a definite integral because the riemann sum exists as the limit of sums as n approaches infinity and it's a bounded function?
 
  • #15
You have an integral whose integrand is |f(x)|^{2}. If f(x) = 0 everywhere, the integral is obviously zero.

If f(x) \neq 0 in at least one point, the integrand is |f(x)|^{2}&gt;0 in at least that point, being zero in the others. Your interval of integration is positive, dx &gt; 0 everywhere. So, your integral can be interpreted as an summation of products of positive values |f(x)|^{2} dx and of zeros.

This argument proves that \left&lt; f , f \right&gt; &gt; 0 if f(x) is not identically zero, and proves that \left&lt; f , f \right&gt; = 0 if f(x) = 0 everywhere in the interval.
 
  • #16
UgOOgU said:
If f(x) \neq 0 in at least one point, the integrand is |f(x)|^{2}&gt;0 in at least that point, being zero in the others. Your interval of integration is positive, dx &gt; 0 everywhere. So, your integral can be interpreted as an summation of products of positive values |f(x)|^{2} dx and of zeros.
The formal argument is that if a continuous function equals some number strictly greater than zero at some point, then there is whole neighborhood of that point on which the function is strictly greater than zero. This is an essential property of continuous functions (and follows almost immediately from the definition). Since our integrand is nonnegative, a whole neighborhood (rather than just a single point) does contribute to the integral being greater than zero.
 
Back
Top