Jhonny
- 6
- 0
Hello, I can not find the way to solve the following equation:
sum of k^2 f(k) from k=1 to n.
In Particular, k^2 * (1/k)
sum of k^2 f(k) from k=1 to n.
In Particular, k^2 * (1/k)
That's not what I suggested.Jhonny said:I already tried that, but it didn't work.
For example:
∑{k=1,n} [k·f(k)] = 1·f(1) + 2·f(2) + 3·f(3) + ... + n·f(n) = ∑{k=1,n} [ ∑{j=k,n} [f(j)] ]
But,
∑{k=1,n} [k^2·f(k)] = 1·f(1) + 4·f(2) + 9·f(3) + ... + n^2·f(n) ≠ ∑{k=1,n} [ ∑{j=k,n} ∑{i=j,n}[[f(i)]] ]
Right, as you start the multiplications with j=k, not with 1. There is a way to avoid that.Jhonny said:It seems to be that:
Although: ∑{k=1,n} [k·f(k)] = ∑{k=1,n} [ ∑{j=k,n} [f(j)] ] holds,
∑{k=1,n} [ ∑{j=k,n} [j*f(j)] ] = ∑{k=1,n} [ ∑{j=k,n} ∑{i=j,n}[[f(i)]] ] does not hold.
mfb said:That's not what I suggested.
Right, as you start the multiplications with j=k, not with 1. There is a way to avoid that.
As you have already been told, you are not "solving" these summations. Instead, you are writing them in a different form.Jhonny said:How can I solve: ∑{k=1,n} [k^2· 2^(-k)]
veronica100 said:hello,
what is sigma properties??
I have changed the title of this thread to "Summation properties".mfb said:Sigma (##\Sigma##) is the greek symbol used for sums. The question is about properties of sums.
What a pitty. ∑ properties would have been far more interesting.Mark44 said:I have changed the title of this thread to "Summation properties".
Are you referring to sigma-algebras (##\sigma-\text{algebras}##) and the like? If so, lowercase ##\sigma## (sigma) is used.fresh_42 said:What a pitty. ∑ properties would have been far more interesting.
I meant hyperons and yes, it was meant to be both funny and a food for thought. But hey, I'm new and I'am trying to get used to the language here. Jokes don't seem to rank very high. Ok, lesson learned.Mark44 said:Are you referring to sigma-algebras (##\sigma-\text{algebras}##) and the like? If so, lowercase ##\sigma## (sigma) is used.
In any case, and interesting or not, the title now reflects what the OP asked.