snoggerT said:
Determine all values of the constant (alpha) for which
{1+(alpha)*x^2, 1+x+x^2, 2 +x} is a basis for P2
The Attempt at a Solution
once again I'm not real sure how to solve this problem. Would I set it up as a system of linear equations? How do you start a problem like this?
You know, I guess, that P2, the space of all quadratic polynomials, has dimension 3. Knowing that you can show a set of 3 vectors has is a basis by showing
either:
1) it spans the space or
2) its vectors are independent.
1) For what values of \alpha do 1+ \alpha x^2, 1+ x+ x^2, and 2+ x span all of P2?
Any "vector" in P2 can be written as a^2+ bx+ c. We need to find p, q, r so that p(1+ \alpha x^2)+ q(1+ x+ x^2)+ r(2+ x)= ax^2+ bx+ c. Multiplying out the right side and collecting coefficients of like powers, (p\alpha+ q)x^2+ (q+ r)x+ (p+ q+ 2r)= ax^2+ bc+ c. For that to be true for all x, corresp[onding coefficients must be the same: p\alpha+ q= a, q+ r= b, p+ q+ r= c. For what values of \alpha does that systme have a solution? (It might be simpler to ask, "for what values of \alpha does that
not have a solution.
2) For what values of \alpha are 1+ \alpha x^2, 1+ x+ x^2, and 2+ x independent?
They will be independent if the only way we can have p(1+ \alpha x^2)+ q(1+ x+ x^2)+ r(2+ x)= 0 is to have p= q= r= 0. Again, multiplying out the left side and collecting coefficients of like powers, that is (p\alpha+ q)x^2+ (q+ r)x+ (p+ q+ 2r)= 0. For that to be true for all x, all coefficients must be 0: p\alpha+ q= 0, q+ r= 0, p+ q+ r= 0. For what values of \alpha is the
only solution to that system of equations r= p= q= 0?
Notice that in (2) you have the same system of equations as in 1 except they are equal to 0 instead of the arbitrary numbers a, b, c. Typically, it is easier to prove "independence" rather than "spanning".
And, by the way, this problem has a very simple answer!