document.write( "Question 26765: Let S be the basis {1,t,t^2} of P2. Set
\n" );
document.write( "P1= 2+t^2
\n" );
document.write( "P2= 1-t+t^2
\n" );
document.write( "P3= 3-t+t^2
\n" );
document.write( "in P2.
\n" );
document.write( "Show that P1,P2,P3 isa basis of P2 and find the coordinates of 1,t,t^2 in this new basis.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #14605 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Let S be the basis {1,t,t^2} of P2.BETTER CALL THIS Q2 TO AVOID CONFUSION WITH P2 BELOW \n" ); document.write( " Set \n" ); document.write( "P1= 2+t^2 \n" ); document.write( "P2= 1-t+t^2 \n" ); document.write( "P3= 3-t+t^2 \n" ); document.write( "in P2. \n" ); document.write( "Show that P1,P2,P3 isa basis of Q2 and find the coordinates of 1,t,t^2 in this new basis.\r \n" ); document.write( "\n" ); document.write( "TO SHOW THAT P1,P2,P3 IS A BASIS,WE NEED TO PROVE THAT THEY ARE INDEPENDENT. \n" ); document.write( "THAT IS IF \n" ); document.write( "AP1+BP2+CP3=0...THEN A=B=C=0 \n" ); document.write( "AP1+BP2+CP3=A(2+T^2)+B(1-T+T^2)+C(3-T+T^2)=0 \n" ); document.write( "T^2(A+B+C)-T(B+C)+(2A+B+3C)=0.....................I..........HENCE \n" ); document.write( "A+B+C=0 ............................II \n" ); document.write( "B+C=0...............................III \n" ); document.write( "2A+B+3C=0...........................IV \n" ); document.write( "EQN.II - EQN.III..GIVES.....A=0......V...SUBSTITUTING IN IV,WE GET \n" ); document.write( "B+3C=0...............................VI \n" ); document.write( "EQN.VI-EQN.III...GIVES....2C=0...OR...C=0..WHICH ON SUBSTITUTING IN EQN.I GIVES \n" ); document.write( "B==0...SO A=B=C=0...HENCE P1,P2,P3 ARE INDEPENDENT.HENCE THEY FORM A BASIS. \n" ); document.write( "NOW TO WRITE Q2 IN THE EW BASIS WE EQUATE EQN.I TO Q2 AND FIND A,B,C. \n" ); document.write( "T^2(A+B+C)-T(B+C)+(2A+B+3C)=Q2=1+T+T^2...HENCE \n" ); document.write( "A+B+C=1.....................VII \n" ); document.write( "B+C=-1......................VIII \n" ); document.write( "2A+B+3C=1...................IX \n" ); document.write( "PROCEEDING AS BEFORE WE GET \n" ); document.write( "A=2,B=0,C=-1..HENCE \n" ); document.write( "Q2=1+T+T^2=2(2+T^2)-(3-T+T^2) \n" ); document.write( " |