Problem with summation, how did he find this result?

  • Thread starter Thread starter Jncik
  • Start date Start date
  • Tags Tags
    Summation
Jncik
Messages
95
Reaction score
0

Homework Statement



Hi

I was trying to understand an algorithm analysis problem and I came to this point:

[PLAIN]http://img820.imageshack.us/img820/1834/unledytw.png

can someone explain me what he did there? Is there any other step between that should have been written in order for it to be more comprehensible?

thanks in advance
 
Last edited by a moderator:
Physics news on Phys.org
There may be a relevant identity, but in any case you can write out the first double summation and rearrange the terms in order to get the second equality.

(2/2 + 2/3 + ... 2/n) + (2/2 + 2/3 + ... 2/(n-1)) + ... + (2/2)
= (n-1)*2/2 + (n-2)*2/3 + ... + 1*2/n

All that remains is to convince yourself that this is actually what the second line reads.
 
Jncik said:

Homework Statement



Hi

I was trying to understand an algorithm analysis problem and I came to this point:

[PLAIN]http://img820.imageshack.us/img820/1834/unledytw.png

can someone explain me what he did there? Is there any other step between that should have been written in order for it to be more comprehensible?

thanks in advance

You are summing over a triangle in the k-i plane:

[URL]http://math.la.asu.edu/~kurtz/pix/doublesum.jpg[/URL]

It is just like reversing the order of integration in a double integral. You can read the limits from the picture.
 
Last edited by a moderator:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top