Help with differential operators

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
2 replies · 5K views
joker_900
Messages
53
Reaction score
0

Homework Statement


This is a problem about differential operators, but I don't really get the notation used. I have L1 = (d/dx + 2) and L2 = (d/dx - 1)

Find L1(xe^-2x)

Show that L1L2 = L2L1 and find L1L2 in terms of d/dx, d2/dx2, etc.



Homework Equations





The Attempt at a Solution


So i thought that L1 = (d/dx + 2) means L1(f) = (df/dx + 2), so

L1(xe^-2x) = -2xe^-2x + e^-2x + 2

And so L1L2 is just L1 acting on L2 (or L1L2(f) is just performing L2 on f and then performing L1 on that result) and so L1L2 is just the differential of L2 plus 2


L1L2 = d2/dx2 + 2


But by that logic, L2L1 = d2/dx2 - 1

So what's wrong

Thanks
 
Physics news on Phys.org
joker_900 said:
So i thought that L1 = (d/dx + 2) means L1(f) = (df/dx + 2),
No, actually it means that
L1(f) = (d/dx + 2) f = df/dx + 2f.
In particular, you see that you should read a constant c as that constant times the zeroth derivative (= the function).

so
L1(xe^-2x) = -2xe^-2x + e^-2x + 2
almost,
L1(xe^-2x) = -2xe^-2x + e^-2x + 2 x e^-2x (= e^-2x).

And so L1L2 is just L1 acting on L2 (or L1L2(f) is just performing L2 on f and then performing L1 on that result) and so L1L2 is just the differential of L2 plus 2
You better always act them on a test function and then throw that away afterwards. So for example, L1 L2 can be found by working out
L1 L2 f = (d/dx + 2) (d/dx - 1) f = (d/dx + 2) (df/dx - f) = (d2f/dx2 - df/dx + 2 df/dx - 2 f)
hence
L1 L2 = d2/dx2 - d/dx + 2 d/dx - 2,
and similarly for L2 L1 (didn't check for errors, you'll find out soon enough if I did it right :smile:)