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 [itex]\alpha[/itex] do [itex]1+ \alpha x^2[/itex], [itex]1+ x+ x^2[/itex], and 2+ x span all of P2?
Any "vector" in P2 can be written as [itex]a^2+ bx+ c[/itex]. We need to find p, q, r so that [itex]p(1+ \alpha x^2)+ q(1+ x+ x^2)+ r(2+ x)= ax^2+ bx+ c[/itex]. Multiplying out the right side and collecting coefficients of like powers, [itex](p\alpha+ q)x^2+ (q+ r)x+ (p+ q+ 2r)= ax^2+ bc+ c[/itex]. For that to be true for all x, corresp[onding coefficients must be the same: [itex]p\alpha+ q= a, q+ r= b, p+ q+ r= c[/itex]. For what values of [itex]\alpha[/itex] does that systme have a solution? (It might be simpler to ask, "for what values of [itex]\alpha[/itex] does that
not have a solution.
2) For what values of [itex]\alpha[/itex] are [itex]1+ \alpha x^2[/itex], [itex]1+ x+ x^2[/itex], and 2+ x independent?
They will be independent if the only way we can have [itex]p(1+ \alpha x^2)+ q(1+ x+ x^2)+ r(2+ x)= 0[/itex] is to have p= q= r= 0. Again, multiplying out the left side and collecting coefficients of like powers, that is [itex](p\alpha+ q)x^2+ (q+ r)x+ (p+ q+ 2r)= 0[/itex]. For that to be true for all x, all coefficients must be 0: [itex]p\alpha+ q= 0, q+ r= 0, p+ q+ r= 0[/itex]. For what values of [itex]\alpha[/itex] 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!