Length of a polynomial vector?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
PhizKid
Messages
477
Reaction score
2

Homework Statement


S = {1, x, x^2}

Find ||1||, ||x||, and ||x^2||.

Homework Equations


##\sqrt{v \cdot v}##

The Attempt at a Solution


I don't know the components of each vector, so how can I perform the dot product?
 
Physics news on Phys.org
You have been told at some point what the inner product on the space of functions is (it probably involves an integral). Can you tell us what it is?
 
##<f,g> = \int_{0}^{1} fg \textrm{ } dx## is what was given previously. I didn't think it was relevant to find the norm but I guess it is somehow?
 
When you write that the length of a vector is
[tex]\sqrt{v \cdot v }[/tex]
what you are really writing is
[tex]\sqrt{ \left<v,v \right> }[/tex]

In any inner product space you can define the length of a vector in this way, even if the inner product is not actually a dot product.
 
  • Like
Likes   Reactions: 1 person
Ah, okay. So the respective lengths are just ##\sqrt{1}##, ##\sqrt{\frac{1}{3}}##, and ##\sqrt{\frac{1}{5}}##?
 
PhizKid said:
Ah, okay. So the respective lengths are just ##\sqrt{1}##, ##\sqrt{\frac{1}{3}}##, and ##\sqrt{\frac{1}{5}}##?
Since you ended with a question mark, you're not sure. Please show us what you did to get these, rather than making us do that work.