Proving Inner Product Spaces w/ (1+x^2) Defined on V

AI Thread Summary
The discussion centers on proving that the function defined by (f|g) = ∫_0^2 (1+x^2)f(x)g(x)dx on V = C([0,2],ℝ) forms an inner product space by verifying the four axioms of inner product spaces. Axiom 1 is satisfied as (f|f) is non-negative due to f^2(x) being non-negative over the interval. The symmetry and linearity properties of the inner product are also confirmed, demonstrating that (f|g) is equal to (g|f) and that it adheres to linearity in the first argument. In contrast, the alternative definition (f|g) = ∫_0^2 (1-x^2)f(x)g(x)dx fails to satisfy Axiom 1, as it can yield negative values, thus disqualifying it as an inner product space. The role of the (1+x^2) factor is viewed as a weighting function that influences the inner product's properties, akin to a metric.
Oxymoron
Messages
868
Reaction score
0
Question)
Define (f|g) = \int_0^2 (1+x^2)f(x)g(x)dx on V = C([0,2],\mathbb{R}).

Then this is an inner product space because it obeys the four axioms

1. (f|f) = \int_0^2 (1+x^2)f^2(x)dx \geq 0 since f^2(x) \geq 0 for all x \in [0,2]

2. (f|g) = \int_0^2 (1+x^2)f(x)g(x)dx = \int_0^2 (1+x^2)g(x)f(x)dx = (g|f)

3. (f+g|s) = \int_0^2 (1+x^2)((f(x)+g(x))s(x)dx = \int_0^2(1+x^2)f(x)s(x)dx + \int_0^2(1+x^2)g(x)s(x)dx = (f|s) + (g|s)

4. (\lambda f|g) = \int_0^2 \lambda(1+x^2)f(x)g(x)dx = \lambda\int_0^2(1+x^2)f(x)g(x)dx = \lambda(f|g)

Further, because f^2(x) \geq 0 and f(x) is continuous on [0,2], it follows that
\int_0^2f^2(x)dx = 0 \Leftrightarrow f(x) = 0 \forall x \in [0,2]
This further proves that axiom 1 holds.


My query is, I have only ever had to prove things like
(f|g) = \int_a^b f(x)g(x)dx
I don't exactly know what do do with the (1+x^2) bit in there.
Can anyone tell me where this comes into the calculations?
 
Last edited:
Physics news on Phys.org
Question 2.

I was thinking that
(f|g) = \int_0^2(1-x^2)f(x)g(x)dx
is NOT an inner product space because axiom 1 fails.

1. (f|f) = \int_0^2(1-x^2)f^2(x)dx is not guaranteed to be greater than or equal to zero on the interval [0,2] because at 2 the integral is negative due to the (1-x^2) bit.


Question 3.

(f|g) = \int_1^2(1+x^2)f(x)g(x)dx

should also be an inner product space. My reasoning is because this one is identical to the one in Question 1. with only the interval of integration changing. The only axiom which deals with the range of integration is axiom 1 which states that
(f|f) \geq 0 \,\forall \, x\in[a,b]
by inspection, so long as a or b remain positive, then (f|g) \geq 0 and thus remain an inner product space.
 
Oxymoron said:
I don't exactly know what do do with the (1+x^2) bit in there.
Can anyone tell me where this comes into the calculations?

Maybe the experts here will say I am not justified in using this terminology, but I would consider the (1+x^2) factor to be playing the role of a metric in the space. The more common metric would simply be 1.

I agree with the points you make in your second post.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top