document.write( "Question 1139652: Show that P³= span {x²+x³, x, 2x²+1,3} \n" ); document.write( "
Algebra.Com's Answer #760169 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I am only vaguely familiar with this subject; so my response might not be mathematically rigorous. \n" ); document.write( "We are to show that every polynomial of degree 3 (element of P³) can be formed by a linear combination of \n" ); document.write( "Let an arbitrary third degree polynomial be \n" ); document.write( " \n" ); document.write( "We need to show that we can express the arbitrary coefficients a, b, c, and d in terms of p, q, r, and s. It is easy to see that this is possible by equating the coefficients of each term in the two polynomials: \n" ); document.write( " \n" ); document.write( "a = p; b = p+2q; c = r; d = q+3s \n" ); document.write( "Example: \n" ); document.write( "a = p = 7; \n" ); document.write( "b = p+2q = 7+2q = -5 --> q = -6; \n" ); document.write( "c = r = 4; \n" ); document.write( "d = q+3s = -6+3s = -3 --> s = 1. \n" ); document.write( " |