- #1
hquang001
- 31
- 3
- TL;DR Summary
- How can i write sigma sum, for only even index interation ?
.
##f(2)+f(4)+f(6)+\ldots + f(2n)= \sum_{k=1}^{n} f(2k).##hquang001 said:Summary:: How can i write sigma sum, for only even index interation ?
.
\displaystyle\sum_{0 \leq k \leq n,\atop\text{$k$ even}} f(k)
I find that to be rather jarringly inconsistent with normal conventions of mathematical expression ##-## I've seen more use of 'where . . . is . . .' in the immediately proximate text rather than text in the expression. I would anticipate seeing a variable or a mathematical subexpression in that position rather than an English-language descriptor. How 'simple' does the 'property' have to be? This seems to me like egregious notational abuse. Would you write ##\displaystyle\sum_{0 \leq k \leq n,\atop\text{$k$ perfect_square}} f(k)##?pasmith said:Some text is appropriate, provided it is typeset as text. If I don't know in advance that [itex]n[/itex] is even. I would prefer [itex]
\displaystyle\sum_{0 \leq k \leq n,\atop\text{$k$ even}} f(k)
[/itex] produced withrather than [itex]Code:\displaystyle\sum_{0 \leq k \leq n,\atop\text{$k$ even}} f(k)
\displaystyle
\sum_{k=0}^{\lfloor n/2 \rfloor} f(2k)[/itex] or any other notation which means "[itex]k[/itex] is even".
mathwonk said:apologies for the flip remark, but it may not matter much, as in my experience most people do not understand sigma notation anyway, even when it is both correct and succinct. Hence after some years teaching class, if I wished to be understood, I always wrote out whatever I wanted to say, without using it. verbum sapienti (apologies again). If really needed of course, I could easily live with either the solution by mfb or that of fresh_42, but to me personally words are often clearer than symbols.
Sigma notation for only even index iterations is a mathematical notation used to represent the sum of a sequence of terms where the index of the terms only includes even numbers. It is represented by the Greek letter sigma (∑) followed by the starting value of the index, the ending value of the index, and the expression to be summed.
Sigma notation for only even index iterations is written as ∑i=2n f(i), where i is the index and n is the ending value of the index. The expression f(i) represents the terms to be summed, and i=2 indicates that the index starts at 2 and only includes even numbers.
The purpose of using sigma notation for only even index iterations is to simplify the representation of a sum of terms where the index only includes even numbers. It also allows for easier calculation and manipulation of the sum.
Sigma notation for only even index iterations can be used in real-world applications such as calculating the total cost of items purchased in even quantities, finding the sum of even numbered days in a month for a specific event, or determining the total distance traveled in even numbered time intervals.
Yes, there are a few special rules and properties for sigma notation for only even index iterations. These include the fact that the starting index must be an even number, the ending index must be an even number, and the number of terms in the sum must be even. Additionally, the starting and ending values of the index can be changed as long as they remain even numbers.