kevin lucas on Mon, 19 Mar 2018 10:59:31 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Integration Methods in PARI |
It depends on the meaning of 'such'.
2018-03-16 22:13 GMT+02:00 kevin lucas <lucaskevin296@gmail.com>:
> I made a mistake copying the integral from paper, it should have been
> intnum(x=0, +oo, x*exp(cos(x))*sin(sin(x))/(x^2+1)) It depends on the meaning of 'such'.
> Any help or references, PARI-specific or otherwise, for integrating such oscillating integrals are welcome.
This particular integral is of the form
intnum(x=0, +oo, f(x)*w(x))
f(x) = exp(cos(x))*sin(sin(x))
w(x) = x/(x^2+1)
That is to say, the integral is the product of a periodic function and
a function that tends to <ero, If either factor is replaced by 1, the
integral does not exist.
I would go so far to say that there are no general methods that do not
exploit additional information about f(x) or w(x). The alternating
series formed by integrals over half-periods is only conditionally
convergent, which makes summation methods based on them invalid.