Is the Operator D² + 2D + I Invertible on Polynomial Spaces?

  • Thread starter Thread starter PsychonautQQ
  • Start date Start date
  • Tags Tags
    Mapping
PsychonautQQ
Messages
781
Reaction score
10

Homework Statement


Let P be the vector space of one variable polynomials with complex coefficients. if D: P-->P is the derivative mapping, show that the linear mapping D^2+2D+I is invertible.

Homework Equations


show that D^2+2D+I is both injective and surjective

The Attempt at a Solution


Showing injectivity: assume D^2+2D+I(u)=D^2+2D+I(v), we want to show that this implies that u=v.

D^2+2D+I(u)=D^2+2D+I(v)
(D+I)^2(u) = (D+I)^2(v)
(D+I)(D+I)(u) = (D+I)(D+I)(v)

Since D and I are both given as linear mappings, we know D+I is linear, so (D+I)(D+I)(u) = (D+I)(u)(D+I)(u) = (D+I)(v)(D+I)(v)

And now I'm kind of lost... Am I on the right track with showing injectivity?

edit: Maybe I would have better luck with showing injectivity by showing that the Ker(D^2+2D+I) = {0}? Would this involve solving an ODE? Ahh somebody help me I'm so confused ;-(.

Surjective: We want to show that if u is an element of P, then there exists a v in P such that (D^2+2D+I)(v) = u. I have no idea how to show this one. Anyone got any tips to offer?
 
Last edited:
Physics news on Phys.org
PsychonautQQ said:
edit: Maybe I would have better luck with showing injectivity by showing that the Ker(D^2+2D+I) = {0}? Would this involve solving an ODE?
That looks like a good idea indeed.

If you don't yet know the general solutions for this kind of ODE, just check what it means for a non-zero polynomial u to satisfy (D^2+2D+I)u=0.
 
PsychonautQQ said:

Homework Statement


Let P be the vector space of one variable polynomials with complex coefficients. if D: P-->P is the derivative mapping, show that the linear mapping D^2+2D+I is invertible.

Homework Equations


show that D^2+2D+I is both injective and surjective

The Attempt at a Solution


Showing injectivity: assume D^2+2D+I(u)=D^2+2D+I(v), we want to show that this implies that u=v.
Another way to say this is:
Assume u'' + 2u' + u = v'' + 2v' + v
Or equivalently, (u'' - v'') + 2(u' - v') + (u - v) = 0

A simple substitution yields w'' + 2w' + w = 0, which is pretty easy to solve.
PsychonautQQ said:
D^2+2D+I(u)=D^2+2D+I(v)
(D+I)^2(u) = (D+I)^2(v)
(D+I)(D+I)(u) = (D+I)(D+I)(v)

Since D and I are both given as linear mappings, we know D+I is linear, so (D+I)(D+I)(u) = (D+I)(u)(D+I)(u) = (D+I)(v)(D+I)(v)

And now I'm kind of lost... Am I on the right track with showing injectivity?

edit: Maybe I would have better luck with showing injectivity by showing that the Ker(D^2+2D+I) = {0}? Would this involve solving an ODE? Ahh somebody help me I'm so confused ;-(.

Surjective: We want to show that if u is an element of P, then there exists a v in P such that (D^2+2D+I)(v) = u. I have no idea how to show this one. Anyone got any tips to offer?
 
If you show that a map ##f## is bijective, then ##f\circ f## is also bijective, and ##(f\circ f)^{-1} = f^{-1} \circ f^{-1}##.
Also, remember that linear maps between two vector spaces of same dimension (finite) are bijective iff they are injective iff they are surjective. Therefore it is enough to show injectivity or surjectivity, no need to bother showing both.
 
PsychonautQQ said:

Homework Statement


Let P be the vector space of one variable polynomials with complex coefficients. if D: P-->P is the derivative mapping, show that the linear mapping D^2+2D+I is invertible.

Homework Equations


show that D^2+2D+I is both injective and surjective

The Attempt at a Solution


Showing injectivity: assume D^2+2D+I(u)=D^2+2D+I(v), we want to show that this implies that u=v.

D^2+2D+I(u)=D^2+2D+I(v)
(D+I)^2(u) = (D+I)^2(v)
(D+I)(D+I)(u) = (D+I)(D+I)(v)

Since D and I are both given as linear mappings, we know D+I is linear, so (D+I)(D+I)(u) = (D+I)(u)(D+I)(u) = (D+I)(v)(D+I)(v)

And now I'm kind of lost... Am I on the right track with showing injectivity?

edit: Maybe I would have better luck with showing injectivity by showing that the Ker(D^2+2D+I) = {0}?

Would this involve solving an ODE?

Yes: the kernel of the operator consists of those *polynomials* which solve y'' + 2y' + y = 0.

Surjective: We want to show that if u is an element of P, then there exists a v in P such that (D^2+2D+I)(v) = u. I have no idea how to show this one. Anyone got any tips to offer?

Define L(f) = (D^2 + 2D + I)(f) to save writing.

Let P_n be the finite-dimensional subspace of polynomials of order exactly n. Observe that L(P_n) \subset P_n and L is injective. Apply the rank-nullity theorem. Explain why L(P) = P follows.
 
Last edited:
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