Shift operator is useful for what?

  • Context: Graduate 
  • Thread starter Thread starter Jhenrique
  • Start date Start date
  • Tags Tags
    Operator Shift
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
Jhenrique
Messages
676
Reaction score
4
Definition: ##f(x+k) = \exp(k \frac{d}{dx}) f(x)##

So I thought, how take advantage this definition? Maybe it be usefull in integration like is the laplace transform. So I tried to integrate the expression

##\int f(x+k) dx = \int \exp(k \frac{d}{dx}) f(x) dx ## that is an integration by parts, so is necessary to know to integrate and/or differentiate ##exp(k \frac{d}{dx})## and I don't know how do it!

I'm in the correct path?
 
Physics news on Phys.org
Jhenrique said:
Definition: ##f(x+k) = \exp(k \frac{d}{dx}) f(x)##

So I thought, how take advantage this definition? Maybe it be usefull in integration like is the laplace transform. So I tried to integrate the expression

##\int f(x+k) dx = \int \exp(k \frac{d}{dx}) f(x) dx ## that is an integration by parts, so is necessary to know to integrate and/or differentiate ##exp(k \frac{d}{dx})## and I don't know how do it!

I'm in the correct path?

There is no integration by parts. [itex]\exp\left(k \frac{d}{dx}\right)[/itex] is an operator. It doesn't make sense until you apply it to a smooth function. Formally [tex]\exp\left(k \frac{d}{dx}\right) = \sum_{n=0}^\infty \frac{k^n}{n!}\frac{d^n}{dx^n}[/tex] and by convention [itex]d^{0}f/dx^{0} = f[/itex]. Hence [tex] \exp\left(k \frac{d}{dx}\right)f = \sum_{n=0}^\infty \frac{k^n}{n!}\frac{d^nf}{dx^n}[/tex] which is the Taylor series for [itex]f[/itex] near [itex]x[/itex], and is equal to [itex]f(x + k)[/itex] if [itex]f[/itex] is analytic at [itex]x[/itex] and [itex]k[/itex] is within the radius of convergence of the series.
 
pasmith said:
There is no integration by parts. [itex]\exp\left(k \frac{d}{dx}\right)[/itex] is an operator. It doesn't make sense until you apply it to a smooth function. Formally [tex]\exp\left(k \frac{d}{dx}\right) = \sum_{n=0}^\infty \frac{k^n}{n!}\frac{d^n}{dx^n}[/tex] and by convention [itex]d^{0}f/dx^{0} = f[/itex]. Hence [tex] \exp\left(k \frac{d}{dx}\right)f = \sum_{n=0}^\infty \frac{k^n}{n!}\frac{d^nf}{dx^n}[/tex] which is the Taylor series for [itex]f[/itex] near [itex]x[/itex], and is equal to [itex]f(x + k)[/itex] if [itex]f[/itex] is analytic at [itex]x[/itex] and [itex]k[/itex] is within the radius of convergence of the series.

What you give me was an analytical definition. I still don't understand which is the use of shift operator...