Fourier transform of a functional

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
5 replies · 2K views
Irid
Messages
207
Reaction score
1
Hello,
I was wondering if such a thing even exists, so here it goes... Let's say I have a function x(s) (it is real, smooth, differentiable, etc.) defined on (0,1). In addition, dx/ds = 0 on the boundary (s=0 and s=1). I can compute its Fourier transform (?) as
[tex]a_p = \int_0^1 x(s) \cos(sp\pi)\, ds[/tex]
and now I have a set of numbers [itex]a_p[/itex] which contain the same information as the original function x(s).

The good news is that if I compute the same Fourier transform on the derivatives of x, i.e.
[tex]\int_0^1 \frac{d^2 x}{ds^2} \cos(sp\pi)\, ds = -p^2 \pi^2 a_p[/tex]
I get an answer in terms of the [itex]a_p[/itex] which I already know.

So here's my question:

What if I want to find the Fourier transform of higher powers of x?

[tex]\int_0^1 x^2 \cos(sp\pi)\, ds =\, ?[/tex]

Can it be expressed in terms of, let's say, a power series in [itex]a_p[/itex]?

[tex]\int_0^1 x^2 \cos(sp\pi)\, ds =\, ?\, \sum_{n=0}^{\infty} c_n a_p^n[/tex]

And what if I want to find the Fourier transform of a generic functional f[x(s)] (smooth, differentiable, etc.)? Is it related somehow to the Fourier transform of the original function x(s)?
 
Physics news on Phys.org
mathman said:
Have you tried integrating by parts? Note that a Fourier series has sine terms as well as cosine.

Well I'm trying to keep things simple here by requiring dx/ds = 0 at the boundaries, hence all the sine terms are zero.

I don't know what to make of the integration by parts. Here's what I get

[tex]\int_0^1 x^2 cos(ps\pi)\, ds = -2\int_0^1 x\frac{dx}{ds}\sin(ps\pi)\, ds[/tex]

I don't see how can this bring me back to the a_p...
 
I'm trying to solve a non-linear stochastic PDE of the type
dx/dt = d2x/ds2 + F[x] + noise(t)

and I would really benefit if it could be done with the Fourier transform because then I only need the first few terms of the Fourier expansion to have enough information about the x(s).. of course, all of this is to be done numerically