Problem with summation, how did he find this result?

  • Thread starter Thread starter Jncik
  • Start date Start date
  • Tags Tags
    Summation
Click For Summary
SUMMARY

The discussion focuses on understanding a double summation in algorithm analysis, specifically how to rearrange terms to derive a second equality. The original summation involves terms of the form (2/k) for k ranging from 2 to n, and the transformation leads to a representation that highlights the coefficients of each term. The key insight is recognizing the geometric interpretation of summing over a triangular region in the k-i plane, akin to reversing the order of integration in a double integral.

PREREQUISITES
  • Understanding of double summation notation and properties
  • Familiarity with algorithm analysis concepts
  • Basic knowledge of geometric interpretations in mathematics
  • Experience with integration techniques, particularly double integrals
NEXT STEPS
  • Study the properties of double summations in algorithm analysis
  • Learn about reversing the order of integration in double integrals
  • Explore geometric interpretations of summations and integrals
  • Investigate relevant mathematical identities that simplify summations
USEFUL FOR

Students and professionals in computer science, particularly those focused on algorithm analysis, mathematical modeling, and anyone looking to deepen their understanding of summation techniques in mathematical contexts.

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:

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
16K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
2K