Arithmetic Sequence Help

S_100

New member
Joined
Sep 27, 2019
Messages
27
Sum the following series: Image attached
2019-09-28.png


I understand
Sn = n/2(a+l)
and that the following series could be rewritten as
0 + 1 + 2 +...+ n
d= log22 = 1
l = n
a=? log21 or log22

but the part where I am confused is what is the first term,
a= 0 or 1

If it is 1 why does zero not count as a the first term since it is first in the sequence?

with a = 0 I get the sum of the series to be: Sn = n/2 (0+n) = n2/2
but I notice this does work when checked,
So why is it zero is not counted as a first term?



with a = 1 I get Sn = n/2 (1+n)
 

Attachments

  • 2019-09-28.png
    2019-09-28.png
    30.1 KB · Views: 5
You could use your formula to sum either 0 + 1 + 2 +...+ n or 1 + 2 +...+ n, which of course have the same sum.

In the first case (taking it as written), though, there are n+1 terms, not n! So the formula yields (n+1)/2*(0 + n) = n(n+1)/2.

In the second case, the first term is 1 and there are n terms, so the formula is n/2*(1+n), which is the same thing.

When you apply a formula, you have to pay attention to the meaning of the parameters. Here, "n" is not just "whatever has already been called n in the context", but "the number of terms in the arithmetic series".
 
When you apply a formula, you have to pay attention to the meaning of the parameters. Here, "n" is not just "whatever has already been called n in the context", but "the number of terms in the arithmetic series".
Thank you!
 
Top