Multiplying out differential operators

  • Context: Graduate 
  • Thread starter Thread starter chipotleaway
  • Start date Start date
  • Tags Tags
    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 · 2K views
chipotleaway
Messages
174
Reaction score
0
In this video at around 9:00 , Carl Bender demonstrates a method of solving y''+a(x)y'+b(x)y=0.



He first rewrites it in terms of differential operators

D2+a(x)D+b(x))y(x)=0,

then factors it

(D+A(x))(D+B(x))y=0

then multiplies it out to determine B(x). I thought we would get

(D2+DB+AD+AB)y=0

but at 15:29, he says that D, when it acts on B, either it acts on B or it 'goes past B' and acts on y and because of that, we get two terms, BD and D', so the result is

(D2+BD+B'+AD+AB)y=0

Why doesn't the operator just act on B?
If it only acts on B, then shouldn't BD disappear somehow (and vice-versa)?
Also, this would mean for D to act on something, it has to be the right? (DA≠AD?)

Thanks
 
Last edited by a moderator:
Physics news on Phys.org
it's because of the chain rule. Note that there is a difference between
[itex]\partial(b)y[/itex] and [itex]\partial(by)[/itex]. First write it like this, it makes it more clear:
[itex](\partial + a)(\partial y +by)=0[/itex]
In this case, the differential operator acts on both b and y, so you have [itex]\partial(by)=\partial(b)y + \partial(y)b[/itex]
 
  • Like
Likes   Reactions: 1 person
Thanks, I think I get it - you mean the product rule, yeah?

(D+A)(D+B)y
=(D+A)(Dy+By)
= D2y+D(By)+ADy+ABy
= D2y+yB'+By'+ADy+ABy
= D2y+yB'+BDy+ADy+ABy
= (D2+B'+BD+AD+AB)y