For each real linear space below, find

  • Thread starter Thread starter Jamin2112
  • Start date Start date
  • Tags Tags
    Linear Space
Jamin2112
Messages
973
Reaction score
12

Homework Statement



For each real linear space below, find a basis and its dimension.

[...]

(c) {2nd degree polynomials p such that p(2) = 0}

Homework Equations



Definition of basis and dimension.

The Attempt at a Solution




So, we know that

p(x) = ax2 + bx + c
and
p(2) = 0 = 4a + 2b + c

so that we have

p(x) = ax2 + bx - 4a -2b.

But where do I go from here?
 
Physics news on Phys.org
Jamin2112 said:

Homework Statement



For each real linear space below, find a basis and its dimension.

[...]

(c) {2nd degree polynomials p such that p(2) = 0}

Homework Equations



Definition of basis and dimension.

The Attempt at a Solution




So, we know that

p(x) = ax2 + bx + c
and
p(2) = 0 = 4a + 2b + c

so that we have

p(x) = ax2 + bx - 4a -2b.

But where do I go from here?

Try writing it as a(x2-4) + b(x-2)
 
LCKurtz said:
Try writing it as a(x2-4) + b(x-2)

Done.

Now what?
 
the question is asking you to find a set of vectors ( polynomials) that span all polynomials of degree 2 such that 2 is a root for the polynomial. In other words, you need to find polynomials so that every other polynomial of this kind is a linear combination of those.. in other words, the answer is looking right at you :)
 
wisvuze said:
the question is asking you to find a set of vectors ( polynomials) that span all polynomials of degree 2 such that 2 is a root for the polynomial. In other words, you need to find polynomials so that every other polynomial of this kind is a linear combination of those.. in other words, the answer is looking right at you :)

I have p(x) = a(x2-4)+b(x-2)

a and b can be any real number, so I really have an infinite set

{p1(x) = a1(x2-4)+b1(x-2), p2(x) = a2(x2-4)+b2(x-2), p3(x) = a3(x2-4)+b3(x-2), ...}

I'm not sure where this is going in terms of basis, span, etc.
 
Yes, of course. Every vector space contains an infinite number of vectors. The whole point of a basis is to be able to write them, in a unique way, in terms of finite (or at least smaller) set of vectors- the basis.

You now know that any vector in your first set can be written as ax^2+ bx- 4a- 2b= a(x^2- 4)+ b(x- 2). Therefore, every such vector can be written as a linear combination of what two basis vectors? What is the dimension of that space?
 
HallsofIvy said:
Yes, of course. Every vector space contains an infinite number of vectors. The whole point of a basis is to be able to write them, in a unique way, in terms of finite (or at least smaller) set of vectors- the basis.

You now know that any vector in your first set can be written as ax^2+ bx- 4a- 2b= a(x^2- 4)+ b(x- 2). Therefore, every such vector can be written as a linear combination of what two basis vectors? What is the dimension of that space?

The basis vectors would be (x2 - 4) and (x - 2), the dimension being 2. Right?
 
Jamin2112 said:
The basis vectors would be (x2 - 4) and (x - 2), the dimension being 2. Right?

It will be 2 if the two basis vectors are independent. Have you checked that?
 
LCKurtz said:
It will be 2 if the two basis vectors are independent. Have you checked that?

They most definitely are independent.
 
  • #10
Jamin2112 said:
The basis vectors would be (x2 - 4) and (x - 2), the dimension being 2. Right?

LCKurtz said:
It will be 2 if the two basis vectors are independent. Have you checked that?

Jamin2112 said:
They most definitely are independent.

Sure, and it's easy to show. But it is part of what you need to include in your proof.
 
Back
Top