You are not logged in.
To use the asymptotic form, the integrals need to be from something to infinity, do they not?
The first answer that M was able to give was about 446, this is not a good sign for convergence. Still could converge though.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I am playing with this:
NSum[(NIntegrate[((x^2 + y^2)^(-3/4))*(((b - x)^2 + (c - y)^2)^(-3/4)), {x, 0, 2*Pi}, {y, 0, 2*Pi}]^2), {b, 1, 10}, {c, 1, 10}]
I would not get too excited over that answer it will be wildly erratic for small changes.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
The error messages are more informative, M thinks there is a singularity or multiple singularities lurking inside the region of integration. Anyway, he is spending most of his time trying to do the integrals.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi;
Not too long, your workstation is probably a bit faster than my desktop.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I got an answer for (b,c) = (1000,1000) after 32 seconds but it doesn't square the summand. Trying with the square now, going to leave it running for a few hours.
Last edited by zetafunc (2016-10-09 19:18:45)
Offline
Does it look like it converges?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Offline
If there is convergence you should definitely see it happening with various (b,c).
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
That is what I have been doing. But the integral in post #28 may not converge. Numerical techniques like NIntegrate have to obey the rules too.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I ran this:
I am playing with this:
NSum[(NIntegrate[((x^2 + y^2)^(-3/4))*(((b - x)^2 + (c - y)^2)^(-3/4)), {x, 0, 2*Pi}, {y, 0, 2*Pi}]^2), {b, 1, 10}, {c, 1, 10}]
I would not get too excited over that answer it will be wildly erratic for small changes.
But after 4 hours I have no result yet.
Offline
The integral as I said is consuming all the time.
For (b,c)=(n,m) as n and m approach infinity the expression seems to get smaller and smaller. So, at least it has a chance to converge. But the integral for 0 to 2 pi has that singularity at 0. This is where the problem is.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I agree. Due to that singularity, the convergence of the integral (after bounding the Bessel functions) will depend highly on the powers of the polynomials of the integrand. (For instance, the integral of x^n over [0,1] is convergent only for n > -1, and I wouldn't be surprised if there were something similar going on here.)
I have been thinking about offering a bounty on this question on MathSE or perhaps MO.
Offline
I managed to prove convergence for d = 1. I don't have time to write it up but I can bound it in terms of zeta(3), interestingly.
Unfortunately the problem is for d = 2 or higher but at least it is something. I think it is possible to get a similar result for d = 2.
Last edited by zetafunc (2016-10-10 05:43:48)
Offline
Are you sure about that integral?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I think so. If d = 1 then with some substitutions you can reduce it to the integral of |1-t|^(-1) over the interval [0, 2*pi/b], which is just -log|1 - 2pi/b|.
EDIT: Whoops, I was wrong -- forgot a term.
Last edited by zetafunc (2016-10-10 05:56:08)
Offline
Okay, post it over there if you think that is the way to go, I am going to get some rest. Have not slept in a while. See you later and leave a link about where you post it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
OK, see you later.
Managed to get the 446 answer in about 38.94 seconds for (b,c) = (10,10). Trying (b,c) = (100,100).
EDIT: Managed to get 457.856 in 1668.29 seconds for (b,c) = (100,100).
I am now running the same calculation for all integers b,c on (-100, 100), not including 0.
Last edited by zetafunc (2016-10-10 09:51:07)
Offline
Hi;
Why bother with -100 to -1? I thought your double sum was from 1 to infinity?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
No, the sum in post #1 varies over all integers apart from (0,0).
I left it on overnight and after 3 hours and 14 minutes, with b,c varying from -100 to 100, I got 482.362. But to be convinced I would need to use much larger numbers, and that could take a very long time to compute...
Offline
It will not add much so maybe it is converging.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline