Understanding the Translational Operator and Its Applications

  • Context: Graduate 
  • Thread starter Thread starter matematikuvol
  • Start date Start date
  • Tags Tags
    Operator Translation
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
10 replies · 4K views
matematikuvol
Messages
190
Reaction score
0
[tex]e^{\alpha\frac{d}{dx}}=1+\alpha\frac{d}{dx}+\frac{\alpha^2}{2!}\frac{d^2}{dx^2}+...=\sum^{\infty}_{n=0}\frac{\alpha^n}{n!}\frac{d^n}{dx^n}[/tex]
Why this is translational operator?
##e^{\alpha\frac{d}{dx}}f(x)=f(x+\alpha)##
 
Physics news on Phys.org
Consider alpha to be an infinitesimal translation. Expand [itex]f(x+\alpha )[/itex] for small [itex]\alpha[/itex] to first order.

Do the same for the LHS of the equation and you should see that the equality is true for infinitesimal translations. We say that the operator [itex]\frac{d}{dx}[/itex] (technically [itex]\frac{d}{idx}[/itex]) is the 'generator' of the translation.

EDIT: Beaten to the punch by TT!
 
I have a problem with that. So
[tex]f(x+\alpha)=f(x)+\alpha f'(x)+...[/tex]
My problem is that we have ##\frac{df}{dx}## and that isn't value in some fixed point ##x##. This is the value in some fixed point ##(\frac{df}{dx})_{x_0}##.
 
matematikuvol said:
I have a problem with that. So
[tex]f(x+\alpha)=f(x)+\alpha f'(x)+...[/tex]
My problem is that we have ##\frac{df}{dx}## and that isn't value in some fixed point ##x##. This is the value in some fixed point ##(\frac{df}{dx})_{x_0}##.

I am not sure about your question. But that translation operator is a generic operator, which translate a function value at x to x+a.
 
In Taylor series x is fixed, while in ##\frac{df}{dx}## ##x## isn't fixed. Well you suppose that is.
 
matematikuvol said:
I have a problem with that. So
[tex]f(x+\alpha)=f(x)+\alpha f'(x)+...[/tex]
My problem is that we have ##\frac{df}{dx}## and that isn't value in some fixed point ##x##. This is the value in some fixed point ##(\frac{df}{dx})_{x_0}##.

yes, but x here is a constant, and only α is the variable

if you prefer, write f(xo + α) = f(xo) + α∂f/∂x|xo + … :wink:
 
tiny-tim said:
yes, but x here is a constant, and only α is the variable

if you prefer, write f(xo + α) = f(xo) + α∂f/∂x|xo + … :wink:

Ok but that is equal to
[tex]\sum^{\infty}_{n=0}\frac{\alpha^n}{n!}(\frac{df}{dx})_{x_0}[/tex]
and how to expand now
[tex]e^{\alpha\frac{d}{dx}}[/tex]
 
I made a mistake. But I'm asking when you get that ##(\frac{d^n}{dx^n})_{x_0}##? Please answer my question if you know. In
[tex]e^{\alpha\frac{d}{dx}}=1+\alpha\frac{d}{dx}+\frac{\alpha^2}{2!}\frac{d^2}{dx^2}+...[/tex]
you never have ##x_0##.
 
[tex]\left(e^{\alpha\frac{d}{dx}}(f(x))\right)_{x_o}[/tex]
[tex]= \left(\left(1+\alpha\frac{d}{dx}+\frac{\alpha^2}{2!}\frac{d^2}{dx^2}+...\right)(f(x))\right)_{x_o}[/tex]
[tex]= \sum^{\infty}_{n=0}\frac{\alpha^n}{n!}\left(\frac{d^nf}{dx^n}\right)_{x_0}[/tex]