Question about inverse operators 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
4 replies · 2K views
cmcraes
Messages
99
Reaction score
6
Hi all, so I'm not sure if what I'm asking is trivial or interesting, but is there any general or canonical way to interpret say, The follwing operator? (Specifically in the study of quantum mechanics):

A = 1/(d/dx) (I do not mean d-1/dx-1, which is the antiderivative operator )

How would Aψ behave and what (if any) eigenvalues would It have? I'm assuming ψ is in the space of square integrable functions and is normalized.

Thanks!
 
Physics news on Phys.org
cmcraes said:
Hi all, so I'm not sure if what I'm asking is trivial or interesting, but is there any general or canonical way to interpret say, The follwing operator? (Specifically in the study of quantum mechanics):

A = 1/(d/dx) (I do not mean d-1/dx-1, which is the antiderivative operator )

How would Aψ behave and what (if any) eigenvalues would It have? I'm assuming ψ is in the space of square integrable functions and is normalized.

Thanks!

You can make sense of it in terms of Fourier transforms:

[itex]\psi(x) = \frac{1}{2 \pi} \int dk e^{i k x} \tilde{\psi}(k)[/itex]
[itex](\frac{d}{dx})^n \psi(x) = \frac{1}{2 \pi} \int (ik)^n e^{i k x} \tilde{\psi}(k)[/itex]

If the integral on the right converges for some value of [itex]n[/itex], then you can let that be the definition of [itex](\frac{d}{dx})^n \psi(x)[/itex] for [itex]n[/itex] negative or even fractional.
 
  • Like
Likes   Reactions: blue_leaf77
stevendaryl said:
You can make sense of it in terms of Fourier transforms:

[itex]\psi(x) = \frac{1}{2 \pi} \int dk e^{i k x} \tilde{\psi}(k)[/itex]
[itex](\frac{d}{dx})^n \psi(x) = \frac{1}{2 \pi} \int (ik)^n e^{i k x} \tilde{\psi}(k)[/itex]

If the integral on the right converges for some value of [itex]n[/itex], then you can let that be the definition of [itex](\frac{d}{dx})^n \psi(x)[/itex] for [itex]n[/itex] negative or even fractional.

Hi, thanks for your answer. Where does the d come from in your first formula? I've never seen it there before.
 
cmcraes said:
Hi, thanks for your answer. Where does the d come from in your first formula? I've never seen it there before.
There are two equivalent ways to write an integral: ##\int f(x)dx## or ##\int dxf(x)##. The latter is often used in physics, because their expressions of ##f(x)## are frequently quite long, such that it is helpful to note at the start which is the integration variable. The first one is, I think, more traditional and the usual one in mathematics.