Is this non-integrable function integrable using numerical methods?

  • Thread starter Thread starter Severian
  • Start date Start date
Severian
Messages
118
Reaction score
0
I am interested in the integral

\int e^{2 \pi i \left( x^3+ax^2+bx \right) } dx

Since \int e^{-x^2} dx is non-integrable, I suspect this integral may be too, but I am not so sure because of the exponent being imaginary. Does anyone know?

If it is integrable, does anyone have any idea how to go about solving it?

If it is not integrable, does anyone have any idea how to most efficiently evaluate it numerically (from say 0 to an arbitrary x_0)?
 
Physics news on Phys.org
Be careful about the term "non-integrable". Strictly speaking, any continuous function, such as e^{-x^2} is "integrable". It's just that its integral is not any "elementary function". e^{-x^2} certainly is integrable- its integral is the error function, Erf(x).

Since I notice an "i" in your integral, it looks like it would be more appropriate to integrate it in the Complex plane.
 
Yes, of course e^{-x^2} is integrable. Silly me!

Some sort of hypergeometric maybe?
 
Last edited:
I suggest integrating the real and complex parts separately. These are easily separable by Euler's formula.
 
That doesn't really help much because I still don't know how to do \int \sin \left[ 2\pi (x^3+ax^2+bx ) \right] dx or its cosine counterpart.
 
Severian said:
I am interested in the integral

\int e^{2 \pi i \left( x^3+ax^2+bx \right) } dx
Does anyone know?

You could try applying integration by parts twice, and seeing if you get something that cancels, since you'll get a sign chance by pulling the i out of the exponent twice.
 
Hey Severian, is this the same one from Scienceforums.net? Its Ragib from there.

I believe the function you described is a constant since the function could be rewritten as (e^{2\pi i})^{x^3+ax^2+bx}. Since e^(2*pi*i) is equal to 1, and 1 to the power of anything is 1, I think we have a constant valued function, this should be easy from there, If i am correct.

EDIT: btw, as you prob know, the integral is then x + C.
 
Last edited:
^ That isn't true in general. By that logic, Fourier transforms would be much simpler than they are. Infact, if it were true, anything which is of the form

\int f(x)e^{ikx}dx

would be

2\pi \int f(2\pi y)e^{i2\pi k y}dy = 2\pi \int f(2\pi y)(e^{2\pi i})^{ky}dy = 2\pi \int f(2\pi y)dy = \int f(x) dx

This would mean that Fourier transforming something is just integrating it. That's obviously not true. It's true if you were integrating the modulus of the integrand, but you're not. Instead you're considering it's complex value. So while you'd have

\int |e^{2\pi i kx}| dx = \int dx = x+c

You get something else when you don't have the | | signs.
 
Aww ok then, I am not going to be of any help here then.
 
  • #10
you might try the taylor series for your function, as they are easy to integrate term by term.
 
Back
Top