Posts

Showing posts from April, 2022

Formula for Arithmetic Series

The Simple Arithmetic Sequences Let's say we have the simplest of arithmetic sequences. {1,2,3,,n} And what I want to think about is what is the sum of this sequence going to be? And the sum of a sequence, we already know we call a series as following: Sn=1+2+3++n Sn=n+(n1)+(n2)++1 Now I'm going to add these two equations. 2Sn=(n+1)+(n+1)+(n+1)++(n+1) So how many of these (n+1) do we have? Well we have n of them there were n of these terms in each of these equations. So, we can rewrite this thing as following: 2Sn=n(n+1) Sn=n(n+1)2=nn+12=nan+a12 an is the nth term in our sequence, a1 is the first term in our sequence. General Arithmetic Sequences Let's write an arithmetic sequence in general terms. {a,a+d,a+2d,,a+(n1)d} d  could be a positive or a negative number, which we cal...