Thread Closed

orthogonal projection, orthonormal basis, coordinate vector of the polynomial?

 
Share Thread
Dec4-04, 09:43 PM   #1
 
Arrow

orthogonal projection, orthonormal basis, coordinate vector of the polynomial?


Hey there I'm working on questions for a sample review for finals I'm stuck on these three I think I'm starting to confuse all the different theorem, I'm so lost please help

1) Find the coordinate vector of the polynomial
p(x)=1+x+x^2

relative to the following basis of P2:
p1=1+x, p2=1-x, p3=1+2x+3x^2

?????
I wasnt sure how to work this problem out:
Does it start out as?
b1=1,t,t^2
b2=t,1,t^2
b3= 1+t, 1-t, t-t^2

2) Let X be the linear span of the vectors
(1,1,1,1) (1,1,1,0) (1,1,0,0)
in R^4. Find the orthonormal basis for X?

It is:
[[u1]]^2
[[u2]]^2
[[u3]]^2

u1=1/2(1,1,1,1)
u2=1/6(1,1,1,0)
u3=1/4(1,1,0,0)

3) Let X be the linear span of the vectors
(1,2,1,2) (1,2,1,0) (1,1,0,0)
in R^4. Find the orthogonal projection of the vector (1,1,1,1) on th esubspace X?
It is solved like this:
c1=(v,u1)/(u1/u2)=(1+2+1+2)/(1+4+1+4)
c2=(v,u2)/(u2/u2)=(1+2+1+0)/(1+4+1+0)
c3=(v,u3)/(u3/u3)=(1+1+0+0)/(1+1+0+0)

there for x=proj(v,x) = c1u1+c2u2+c3u3
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Dec5-04, 12:00 AM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by belleamie
1) Find the coordinate vector of the polynomial
p(x)=1+x+x^2

relative to the following basis of P2:
p1=1+x, p2=1-x, p3=1+2x+3x^2
You want to find the vector [a,b,c] where p(x)=a*p1(x)+b*p2(x)+c*p3(x). This is the coordinate vector of p(x) with respect to your basis. I don't understand what followed, with the b's.

Quote by belleamie
2) Let X be the linear span of the vectors
(1,1,1,1) (1,1,1,0) (1,1,0,0)
in R^4. Find the orthonormal basis for X?

It is:
[[u1]]^2
[[u2]]^2
[[u3]]^2

u1=1/2(1,1,1,1)
u2=1/6(1,1,1,0)
u3=1/4(1,1,0,0)
An orthonormal basis is made up of orthogonal unit vectors.
Do you know the Gram-Schmidt orthogonalization algorithm? Use it to find an orthogonal basis, then make them unit vectors by dividing by their norms. Alternatively, you might be able to find an orthogonal basis by staring long enough, but Gram-Schmidt will work.

Quote by belleamie
3) Let X be the linear span of the vectors
(1,2,1,2) (1,2,1,0) (1,1,0,0)
in R^4. Find the orthogonal projection of the vector (1,1,1,1) on th esubspace X?
It is solved like this:
c1=(v,u1)/(u1/u2)=(1+2+1+2)/(1+4+1+4)
c2=(v,u2)/(u2/u2)=(1+2+1+0)/(1+4+1+0)
c3=(v,u3)/(u3/u3)=(1+1+0+0)/(1+1+0+0)

there for x=proj(v,x) = c1u1+c2u2+c3u3
In order to use that formula for the projection, you must use an orthogonal basis. Use Gram-Schmidt to get one.
Thread Closed

Similar discussions for: orthogonal projection, orthonormal basis, coordinate vector of the polynomial?
Thread Forum Replies
Orthonormal Basis Calculus & Beyond Homework 7
Dot product of basis vectors in orthogonal coordinate systems Calculus & Beyond Homework 5
Orthonormal Basis of a Plane Calculus & Beyond Homework 4
Orthonormal, Orthogonal, Perpendicular General Math 4
Help with making an orthonormal basis Linear & Abstract Algebra 4