Linear operator on the set of polynomials

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
clope023
Messages
990
Reaction score
130

Homework Statement



Let L be the operator on P_3(x) defined by

L(p(x)) = xp'(x)+p"(x)

if p(x) = a_0(x)+a_1(x)+a_2(1+x^2) calculate L^n(p(x))


Homework Equations



stuck between 2 possible solutions

i) as powers of x decrease the derivatives of p(x) increase

ii) as derivatives of x decrease the derivatives of p(x) increase

The Attempt at a Solution



check with increasing powers


L^2(p(x)) = x^2p''(x)+xp"'(x)+p^(4)(x)

L^3(p(x)) = x^3p'''(x) + x^2p^(4)(x)+xp^(5)(x)

=> L^n(p(x)) = x^np^(n)(x)+x^(n-1)p^(n+1)(x)+x^(n-2)p^(n+2)(x)

when a superscript is applied to an x it is a power

when a superscript is applied to a p it is a derivative

I'm not quite sure which it should be

any help is appreciated, thank you
 
Physics news on Phys.org
What does
p(x) = a_0(x)+a_1(x)+a_2(1+x^2)​
mean?

Are a_0, a_1 and a_2 numbers, multiplied by x? So basically,
[tex]p(x) = (a_0 + a_1) \cdot x + a_2 \cdot (1 + x^2) ?[/tex]
Or are they functions of x and 1 + x2?

Note that, if p lies in P3, then p(k) = 0 for all k > 3.
 
CompuChip said:
What does
p(x) = a_0(x)+a_1(x)+a_2(1+x^2)​
mean?

Are a_0, a_1 and a_2 numbers, multiplied by x? So basically,
[tex]p(x) = (a_0 + a_1) \cdot x + a_2 \cdot (1 + x^2) ?[/tex]
Or are they functions of x and 1 + x2?

Note that, if p lies in P3, then p(k) = 0 for all k > 3.

the a's are coefiicients multiplied by the x's, the first x is x to the power 0, the second is x to the power 1 and then third is (1+x^2)

so its a_0 by itelf + a_1 multiplied by x and a_2 multiplied by (1+x^2)

sorry for the confusion
 
OK, that makes it more clear.
Maybe it helps if you write out the first few lines explicitly.
For example,

[tex]L(p) = a_1 x + 2 a_2(1 + x^2)[/tex]
[tex]L(L(p)) = \cdots ?[/tex]

The pattern is quite hard to miss.
 
clope023 said:

Homework Statement



Let L be the operator on P_3(x) defined by

L(p(x)) = xp'(x)+p"(x)

if p(x) = a_0(x)+a_1(x)+a_2(1+x^2) calculate L^n(p(x))


Homework Equations



stuck between 2 possible solutions

i) as powers of x decrease the derivatives of p(x) increase

ii) as derivatives of x decrease the derivatives of p(x) increase

The Attempt at a Solution



check with increasing powers


L^2(p(x)) = x^2p''(x)+xp"'(x)+p^(4)(x)
p is a polynomial of degree 3 or less. The fourth derivative of such a polynomial is 0!

L^3(p(x)) = x^3p'''(x) + x^2p^(4)(x)+xp^(5)(x)

=> L^n(p(x)) = x^np^(n)(x)+x^(n-1)p^(n+1)(x)+x^(n-2)p^(n+2)(x)

when a superscript is applied to an x it is a power

when a superscript is applied to a p it is a derivative

I'm not quite sure which it should be

any help is appreciated, thank you