Vector space of polynomials problem

captainjack2000
Messages
96
Reaction score
0
1. Consider the vector space of polynomials 1+x^3 , 1-x+x^2, 2x, 1+x^2
Are they linearly dependent or independent? dimension of vecotr space spanned by these vectors?

3. I have tried to solve this by letting
a1 = 1+x^3
a2 = 1-x+x^2
a3 = 2x
a4 = 1+x^2

Then I let
(alpha)a1 + (beta)a2 + (gamma)a3 + (delta)a4 = 0
(alpha)(1+x^3) + (beta)(1-x+x^2) + (gamma)(2x) +(delta)(1+x^2) = 0
(alpha +beta+delta) + x(2gamma - beta) + x^2(beta + delta) + x^3(alpha) = 0

So alpha + beta+ delta = 0
2gamma - beta = 0
beta + delta = 0
alpha = 0

But I can't solve for beta delta and gamma so how do I know if their independent or dependent?
 
Physics news on Phys.org
There's no unique solution, so you'll have to write the solution in terms of some of your other variables. In this case it looks easy to solve for the other variables in terms of beta. Then ask yourself if there are any nonzero solutions.
 
Vectors!

In that case beta = -delta
and gamma = beta/2
and alpha = 0

How can you tell if they are non-zero?
How do you find the dimension?
 
That gives you a solution for every value of beta. So putting beta=1 tells you what about linear independence?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top