Let p(x) = a0 + a1x + a2x2 and q(x) = b0 + b1x + b2x2 be vectors in P2 with p, q = a0b0 + a1b1 + a2b2. Determine whether the polynomials form an orthonormal set, and if not, apply the Gram-Schmidt orthonormalization process to form an orthonormal set. (If the set is orthonormal, enter ORTHONORMAL in both answer blanks.)
{−2 + x2, −2 + x}
u1=
u2=
Let p(x) = −2 + x2 and q(x) = −2 + x. Then < p, q > = (-2)*(-2)+0*1+1*0 = 4 so that the vectors p(x) and q(x) are not orthogonal.
Let w1= (-2,0,1) and w2 = (-2,1,0). Also let v1 = w1= (-2,0,1) and v2 = w2- projv1 (w2) = w2- [(w2.v1)/(v1.v1)]v1 = w2- [(4+0+0)/(4+0+1)]v1 = (-2,1,0) –(4/5) (-2,0,1) = (-2/5, 1,-4/5). Then {v1,v22} is an orthogonal set.
Further, let e1 = v1/||v1|| = (-2,0,1)/√(4+0+1) = (-2/√5,0,1/√5) and e2 = v2/||v2|| =(-2/5, 1,-4/5)/√( 4/25+1+16/25) = (-2/3√5, √5/3, -4/3√5).
Then { e1, e2} is an orthonormal set.
Finally, u1 = -2/√5 +x2/√5 and u2= -2/3√5+ x√5/3 -4x2/3√5 .
Get Answers For Free
Most questions answered within 1 hours.