I want to use $\sum$ notation for this:$$\underbrace{\frac{1}{k}+\frac{1}{k}+\ldots +\frac{1}{k}+\frac{1}{k}}_{k\text{ times}}$$ I guessed$$\sum_1^k\frac{1}{k} ,$$but it equals $$1+\frac{1}{2}+\dots+\frac{1}{k-1}+\frac{1}{k}.$$
Asked
Active
Viewed 207 times
3 Answers
15
You are getting confused because you are not being explicit about the index of the summation.
The summation $$\sum_{i=1}^k\frac{1}{k}$$ does represent $$\underbrace{\frac{1}{k}+\frac{1}{k}+\cdots+\frac{1}{k}}_{k\text{ times}}.$$ You're confusing this with the summation $$\sum_{i=1}^k\frac{1}{i}$$ which represents $$\frac{1}{1}+\frac{1}{2}+\cdots+\frac{1}{k}.$$
Zev Chonoles
- 129,973
4
I think what you want is
$$\sum_{i=1}^k \frac{1}{k}.$$
Unless you want to multiply them in which case write
$$\prod_{i=1}^k \frac{1}{k}.$$
Why you want to do this, in any case, is beyond me.
JP McCarthy
- 8,420
2
$$\sum_{i=1}^k\frac1i=1+\frac12+\cdots+\frac1{k-1}+\frac1k\quad\text{vs}\quad\sum_{i=1}^k\frac1k=\frac1k+\frac1k+\cdots+\frac1k+\frac1k=1$$
Did
- 279,727