Kernel and images of linear operator, examples

Niles
Messages
1,834
Reaction score
0

Homework Statement


If I e.g. want to find the kernel and range of the linear opertor on P_3:

L(p(x)) = x*p'(x),

then we can write this as L(p'(x)) = x*(2ax+b). What, and why, is the kernel and range of this operator?

The Attempt at a Solution


The kernel must be the x's where L(p'(x)) = 0, so do I just solve the equation?

The range is the elements that span the polynomial, so it is span{(x^2,x)}?

Hope you can help.
 
Physics news on Phys.org
Niles said:

Homework Statement


If I e.g. want to find the kernel and range of the linear opertor on P_3:

L(p(x)) = x*p'(x),

then we can write this as L(p'(x)) = x*(2ax+b). What, and why, is the kernel and range of this operator?

The Attempt at a Solution


The kernel must be the x's where L(p'(x)) = 0, so do I just solve the equation?
Well, L(p)= 0, not L(p'). You must solve xp'(x)= 0 for all x.

The range is the elements that span the polynomial, so it is span{(x^2,x)}?
If every member of P_3 can be written as p(x)= ax^2+ bx+ c, then p'(x)= 2ax+ b and so L(p(x))= 2ax^2+ bx. That set of functions is the range. Since a can be any number, so 2a can be any number.
 
The kernel:
2ax^2+bx = 0 <=> 2ax+b=0 - is this the kernel, or do I have to isolate x first?

The range:
Ok, so the range is just the set of functions we get from L(p(x))?

I know these are quite basic subjects in linear algebra, but it is explained so poorely in my book and they've only spent ½ page giving definitions - nothing else.
 
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