| New Reply |
Summation of a set = kn? |
Share Thread | Thread Tools |
| Feb19-13, 07:41 AM | #1 |
|
|
Summation of a set = kn?
i need to find a series of numbers up to n that will add up to kn
x1 + x2 + x3+ ... + n = kn where k is a constant. this is part of a long complex problem once this sum is found it will finally be solved. |
| Feb19-13, 08:18 AM | #2 |
|
Recognitions:
|
How about ##x_1=x_2=\cdots =x_{n-1}=x_n = k##? |
| Feb19-13, 04:45 PM | #3 |
|
|
no, i need the last number to be n.
some how i need to find a set of numbers when added together all i get is a multiple of the last number. |
| Feb19-13, 05:38 PM | #4 |
|
Recognitions:
|
Summation of a set = kn? |
| Feb19-13, 07:49 PM | #5 |
|
Recognitions:
|
... which means that you have to be more specific about your problem if you are to get sensible answers. I'm guessing the x's can't be just any old numbers for example, and k is not supposed to be a specific integer? But I'm guessing - don't make people guess. |
| Feb20-13, 01:42 PM | #6 |
|
|
yeah, i should've added more restrictions.
well the numbers must increase as we go on, for example: 1+2+3+...+n=n(n+1)/2 right, but this is of second order i want to add numbers that increase up to n, and their sum is of order 1. |
| Feb20-13, 08:32 PM | #7 |
|
Recognitions:
|
|
| Feb21-13, 01:46 AM | #8 |
|
Recognitions:
|
If this is a problem that has been supplied to you, then please provide the exact text of the problem and the context.
I'll add that we don't know that the numbers have to be integers of if they can be real, and so on. eg. ##\sum_{i=1}^n = n(n+1)/2 = kn \text{ if } k=(n+1)/2## But what do you mean "the sum is of order 1"? You mean that kn cannot be quadratic in n? (k cannot depend on n?) Maybe you are thinking more like: x1=1, x2=2, x3=3=n, then 1+2+3=6=2n so k=2 that the idea? |
| Feb22-13, 10:43 AM | #9 |
|
|
Well the problem is not about this sum, if you find a series like the one described the problem will be solved.
i have submitted the following answer: 2+4+8+16+32+64+...+2^k = 2(1+2+4+8+...+2^(k-1) = 2(2^k -1)/2-1 = 2(2^k -1) but 2^k = n k = log (base 2) n right, then substitute in the sum: 2(n-1) which is linear that is (of order one). the idea of the problem is that i want to get to n with the least sum possible, if i went with the quadratic equation that would have taken too much time O(n^2), so this sum will save so much time O(n) it's an algorithm problem. |
| Feb22-13, 08:09 PM | #10 |
|
Recognitions:
|
So to get good help you will need to describe the problem properly.
|
| New Reply |
| Thread Tools | |
Similar Threads for: Summation of a set = kn?
|
||||
| Thread | Forum | Replies | ||
| Summation inside a summation inside a summation | Precalculus Mathematics Homework | 3 | ||
| Summation+Differentiation=Disaster. I need help with a summation problem I'm having. | General Math | 6 | ||
| Writing three-fold summation over n_x, n_y, n_z as single summation over n? | Advanced Physics Homework | 0 | ||
| figure out summation(x^2) in summation equation[Simple] | Calculus & Beyond Homework | 5 | ||
| Help with summation | Calculus & Beyond Homework | 10 | ||