Really stuck computing orthogonal complement?

physman55
Messages
13
Reaction score
0
Really stuck... computing orthogonal complement?

Homework Statement



xfq0av.jpg


The Attempt at a Solution



:cry:

I'm really sorry I can't provide much here because I really don't know how to proceed. Could anyone offer a hint to get me started?
 
Physics news on Phys.org


You have a Legendre polynomial hint. Which polynomials of degree 5 are orthogonal to all polynomials of degree 3?
 


The Legendre polynomials are...
 


Legendre polynomials

The polynomials given
P0(x) = 1
P1(x) = x
P2(x) = ( 3 x^2 - 1 ) / 2
P3(x) = ( 5 x^3 - 3 x ) / 2
P4(x) = ( 35 x^4 - 30 x^2 + 3 ) / 8
P5(x) = ( 63 x^5 - 70 x^3 +15) / 8

for which
<Pi,Pj>=0 whenever i!=j
 


Sorry I'm not really understanding what you're saying. Aren't each of the legendre polynomial Pi's orthogonal to each of the basis vectors for P3 {1,x,x^2,x^3}? Isn't that what we're looking for?
 


Yes that is what we are looking for.
P4(x) = ( 35 x^4 - 30 x^2 + 3 ) / 8
and
P5(x) = ( 63 x^5 - 70 x^3 +15) / 8
are orthogonal to all lower polynomials {1,x,x^2,x^3} and are thus a basis for the orthogonal complement.
 


Hmmm actually I take that back... the LP polynomials are orth. w.r.t. other LP polynomials, but not w.r.t. the standard basis for polynomials of degree at most 3. :s
 
Last edited:


Legendre polynomials are orthogonal to all polynomials of lower order.
Suppose
p3(R)=span{1,x,x^2,x^3}=span{P0,P1,P2,P3}
<P4,p3(R)>=0
<P5,p3(R)>=0
 


Right, gotcha. Thanks!
 
Back
Top