Linear Transformations using polynomials

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 8K views
mbud
Messages
6
Reaction score
0

Homework Statement



Let P3 be the space of all polynomials (with real coefficients) of degree at most 3. Let
D : P3 -> P3 be the linear transformation given by taking the derivative of a polynomial.
That is
D(a + bx + cx2 + dx3) = b + 2cx + 3dx2:
Let B be the standard basis {1; x; x2; x3} of P3.
(a) Find the matrix MD of D with respect to the standard basis.
(b) Explain, without doing any matrix calculations, why (MD)4 = 0.

Homework Equations





The Attempt at a Solution


i know it may be a simple question but i don't even know where to begin
but in a attempt is
MD = [1 1 1 1;
0 2 3 0]
 
Physics news on Phys.org
Welcome to PF!

Hi mbud! Welcome to PF! :smile:

(try using the X2 tag just above the Reply box :wink:)
mbud said:
Let P3 be the space of all polynomials (with real coefficients) of degree at most 3. Let
D : P3 -> P3 be the linear transformation given by taking the derivative of a polynomial.
That is
D(a + bx + cx2 + dx3) = b + 2cx + 3dx2:
Let B be the standard basis {1; x; x2; x3} of P3.
(a) Find the matrix MD of D with respect to the standard basis.
(b) Explain, without doing any matrix calculations, why (MD)4 = 0.

To find M, you only need the effect of M on the four basis elements. Sooo …

Hint: what is x2 as a vector? what is Dx2 as a vector? :wink:
 
Thanks, for the help, but i still don't know how to explain (MD)^4 = 0
I can show it using matrices, but when it comes to words, I am flabbergasted.
 
mbud said:
Thanks, for the help, but i still don't know how to explain (MD)^4 = 0
I can show it using matrices, but when it comes to words, I am flabbergasted.

Hint: if V is the vector form of a polynomial ax3 + bx2 + cx + d, what is (MD)4V the vector of? :wink:
 
Differentiation does what to the degree of a polynomial? This is nothing to do with vectors, or vector spaces, or matrices - sometimes you just have to look at things and think for a little bit.