What would happen if you input a decimal into sigma notation like this: $$\sum_{n=0.5}^2n^2$$ Would this be $0.5^2+1^2+1.5^2+2^2$?
2026-05-14 06:18:28.1778739508
Decimals in sigma notation
2.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Welcome new user. In this form of sigma notation, the running variable, i.e. $n$ is normally supposed to be an integer. If you would like to write your sum $0.5^2+1^2+1.5^2+2$ in sigma notation, you would use $$ \sum_{n=1}^{n=4}\left(\frac{n}{2}\right)^2 $$
Hope this answers your question.