Linear algebra - differentiation operator

Niles
Messages
1,834
Reaction score
0

Homework Statement


I have a differentiation operator on P_3, and:

S = {p \in P_3 | p(0) = 0}.

I have to show that

1) D maps P_3 onto the subspace P_2

2) D : P_3 -> P_2 is NOT one-to-one

3) D: S -> P_3 is one-to-one

4) D: S -> P_3 is NOT onto.

The Attempt at a Solution



1) Ok, for this I look at the bases. The basis for P_3 is [x^2, x, 1] and since we are dealing with an differentiation operator, the new basis must be [x, 1] - which is the basis for P_2, which we wanted to show.

2) I have to show that ax^2+bx+c and 2ax+b can have the same values. Do I just choose some values and show that they are equal?

3 + 4) I have to show that 2ax + b and ax^2+bx+c cannot have same values?

I hope you can confirm/help me with this.

Thanks in advance.
 
Physics news on Phys.org
Niles said:

Homework Statement


I have a differentiation operator on P_3, and:

S = {p \in P_3 | p(0) = 0}.

I have to show that

1) D maps P_3 onto the subspace P_2

2) D : P_3 -> P_2 is NOT one-to-one

3) D: S -> P_3 is one-to-one

4) D: S -> P_3 is NOT onto.

The Attempt at a Solution



1) Ok, for this I look at the bases. The basis for P_3 is [x^2, x, 1] and since we are dealing with an differentiation operator, the new basis must be [x, 1] - which is the basis for P_2, which we wanted to show.

2) I have to show that ax^2+bx+c and 2ax+b can have the same values. Do I just choose some values and show that they are equal?
Yes, since you are showing the "negation" of a general statement (that D is one to one) a counterexample will suffice.

3 + 4) I have to show that 2ax + b and ax^2+bx+c cannot have same values?
No! For 3)you want to show that if p and q are distinct members of S, then Dp is NOT equal to Dq.
For 4), you want to show that there exist some member, q, say, of P_3 (NOT P_2!) that is not of the form Dp for any p in S

I hope you can confirm/help me with this.

Thanks in advance.
 
First, thanks for replying.

For #3: I have to show that D : S -> P_3 is injective. I'm a little uncertain of this: If p and q are members of S, then they are on the form ax^2+bx. E.g.

p(x) = q(x) = 2x^2+2x

D(p(x) != D(q(x)) - aren't they equal?

For #4: If for example q(x) = 3x^2+x (a member of P_3), then D(p) != q(x)? Is that what I must show?

I hope you can clarify for me - thanks again!
 
Niles said:
First, thanks for replying.

For #3: I have to show that D : S -> P_3 is injective. I'm a little uncertain of this: If p and q are members of S, then they are on the form ax^2+bx. E.g.

p(x) = q(x) = 2x^2+2x

D(p(x) != D(q(x)) - aren't they equal?
If you start with p= q, of course, they are! But I specifically said distinct members! If p\ne q, that is, if p= ax^2+ b and q= cx^2+ d where either c\ne a or d\ne b or both, is Dp= Dq?

For #4: If for example q(x) = 3x^2+x (a member of P_3), then D(p) != q(x)? Is that what I must show?
No, that's not what you must show- it's not true! If p= x^3+ x^2/2 then Dp is equal to q. Your particular choice of q(x) is a member of P_2 (which is a subspace of P_3) and I said it was important to note that this problem is about P_3, not P_2.
 
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