- #1
Tranquillity
- 51
- 0
Homework Statement
Let f:R[X] -> R[X] be the linear transformation sending a polynomial P(X) to f(P(X))= P(X+1) - P(X).
a) Let f4: R4[X] -> R[X] be the linear transformation induced by restriction of f to the R-vector space of polynomial of degree at most 4. Determine the kernel and the image of f4. (4 is a subscript)
b)Answer part (a) again with f4 replaced by fn (n any non-negative integer).
Deduce that for any P in R[X], there exists Q in R[X] such that f(Q)=P
c) Let Q in R[X] and let S in R[X] be a polynomial such that f(S)=Q. Show that any other solutions of the equation f(P)=Q can be written P=S+S' with S' in ker(f)."
Homework Equations
I have problem understanding the concepts of Linear Transformations and I would appreciate if you can provide me the full solution of this exercise with baby steps, since I most care about the steps that guide to the solution so I can handle such types of exercises.
The Attempt at a Solution
Let {1, x^2, x^3, x^4} be the basis of R4[x]
Then f(1)=1-1=0
f(x)=(x+1)-x=1
f(x^2)=(x+1)^2-x^2=2x+1=(2C1)*x+(2C2)*1
f(x^3)=(x+1)^3-x^3=3(x^2)+3x+1=(3C1)(x^2)+(3C2) x+(3C3)
f(x^4)=(x+1)^4-x^4=(4C1)(x^3)+(4C2)(x^2)+(4C3)x +(4C4)
where 2C1 means two-choose one notation
Then kerf4=[0 1 1 1 1; 0 0 2 3 4; 0 0 0 3 6; 0 0 0 0 4; 0 0 0 0 0] *[x0 x1 x2 x3 x4]=[0 0 0 0 0]
then [x0 x1 x2 x3 x4]=[c 0 0 0 0] where c exists in R so kerf4=R
since the polynomials in the kernel are P(x)=c
Then we would say that any vector y=[y0 y1 y2 y3 y4] of the image has the form:
[y0 y1 y2 y3 y4]= [0 1 1 1 1; 0 02 3 4; 0 0 0 3 6; 0 0 0 0 4; 0 0 0 0 0]* [x0 x1 x2 x3 x4]
so Imf4=[x1+x2+x3+x4; 2*x2+3*x3+4*x4; 3*x3+6*x4; 4*x4; 0] ?
For b the thing I observed is that f(x^n)=Sum from k=1 to n (n choose k)* x^(n-k). After that how do I continue to find the kernel and the image?
I am not pretty sure for my approach, if it's possible to check it and to help me to go a step further from where I am now, if I am correct!