clope023
- 990
- 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