The formula gives the index of the middle term, not the middle term itself, as you know. The index of the first term is 1; the index of the last term is n. So the index of the middle term is just the average of 1 and n, which is 2n+1.Hey,
How can we prove the middle term formula of the arithmetic series with odd number of elements is. So lets consider the series , we have 5 elements and the middle term is 7 which can be obtained by but how to prove this formula?
Thanks
Let's say t is the first term. By definition, the last term isYesis for the index but you can get the value as well by adding first and the last term -> . I am still not convinced about the proof. How to show that the value of the middle term can be obtained by above formula? It all started from the sum of a arithmetic series -> so we notice that we have pairs of but only if n is even! If n happen to be odd we have pairs and we need to show that the remaining elements is indeed equal to so we get
That's true for an arithmetic sequence; but of course that is not the formula you asked about. Moreover, neither is really about the arithmetic series, which is the sum rather than the list of terms.Yesis for the index but you can get the value as well by adding first and the last term -> .
Please state your actual question. Which formula do you want proved, and what are you assuming as known?
If the number of pairs isI want to prove the arithmetic series formula using the fact that its elements taken in pairs in a certain way all sum to the same number. The equation for each term of this sequence is. So for , and we get a series By empirical studies we notice that in any arithmetic series with even number of elements we have pairs of the same value, namely . Hence with no doubt we can simply write, the entire sum is equal to . Now what if is odd? Then we can say that still there is even numbers of pairs + one more term, so our sum for odd number of elements is . Since we know that the formula for even number of elements is valid for odd number of elements as well (proof @HallsofIvy showed) here w need to show that so we get . So first we need to find out which element is the remaining one and then, get its value. The element which remains unpaired is the one which has equal number of elements on its left and right side, we know it is element with index but hmm can we prove it? What @lev888 derived is almost that, once we prove is the middle term with index we can find its value using @lev888 formulas - its value will be the same as the average of first and last element. So the goal is to prove index of missing element. How to show that?
Proofs are technically impossible for us to help with because we do not know the axioms, definitions, and previously proved theorems that you can use. We have to guess. But here is a fairly concise proof.I want to prove the arithmetic series formula using the fact that its elements taken in pairs in a certain way all sum to the same number. The equation for each term of this sequence is an=a1+(n−1)dan=a1+(n-1)d. So for a1=3a1=3, d=2d=2 and n=5n=5 we get a series Sn=3+5+7+9+11Sn=3+5+7+9+11 By empirical studies we notice that in any arithmetic series with even number of elements we have n2n2 pairs of the same value, namely (an+a1)(an+a1). Hence with no doubt we can simply write, the entire sum is equal to n2⋅(an+a1)n2⋅(an+a1). Now what if nn is odd? Then we can say that still there is even numbers of pairs + one more term, so our sum for odd number of elements is n−12⋅(an+a1)+Xn-12⋅(an+a1)+X. Since we know that the formula for even number of elements is valid for odd number of elements as well (proof @HallsofIvy showed) here w need to show that X=an+a12X=an+a12 so we get n−12⋅(an+a1)+an+a12=n2⋅(an+a1)n-12⋅(an+a1)+an+a12=n2⋅(an+a1). So first we need to find out which element is the remaining one and then, get its value. The element which remains unpaired is the one which has equal number of elements on its left and right side, we know it is element with index n+12n+12 but hmm can we prove it? What @lev888 derived is almost that, once we prove XX is the middle term with index n+12n+12 we can find its value using @lev888 formulas - its value will be the same as the average of first and last element. So the goal is to prove index of missing element. How to show that?
There is a distinct proof for what I used, which does not depend on the general formula for an arithmetic series.
x+1+x=n⟹2x=n−1⟹x=n−12.x+1+x=n⟹2x=n−1⟹x=n−12.\displaystyle x + 1 + x = n \implies 2x = n - 1 \implies x = \dfrac{n - 1}{2}.
And obviously the middle term is x + 1
If the number of pairs is, then that's the number of elements to the left of the middle one. Add 1 and you get the middle index.