Lesson BASICS - Arithmetic Series

Algebra ->  Sequences-and-series -> Lesson BASICS - Arithmetic Series      Log On


   


This Lesson (BASICS - Arithmetic Series) was created by by longjonsilver(2297) About Me : View Source, Show
About longjonsilver: I have a new job in September, teaching

Introduction
Arithmetic Series or Progressions are sequences of numbers that increment by a fixed common difference eg 4,7,10,13,16,... is an Arithmetic series with common difference 3.

Definitions
Let d = common difference
Let a = first term
Let n = number of terms
Let Sn = sum of first n terms

So, in the sequence -2,3,8,13,18,... we have:
first term is -2 --> a = -2
difference is 5 --> d = 5

nth Term
Algebraically:
1st term = a
2nd term = a + d
3rd term = a + 2d
4th term = a + 3d
5th term = a + 4d
6th term = a + 5d
and so on.

In general, the nth term is given as a + (n-1)d

--> +nth+term+=+a+%2B+%28n-1%29d+

EXAMPLES
Q. Find the 12th term of the sequence 1,5,9,13,...

A. a=1, d=4, n=12.
+12th+term+=+1+%2B+%2812-1%29%2A4+
+12th+term+=+1+%2B+%2811%29%2A4+
+12th+term+=+1+%2B+44+
+12th+term+=+45+

which we can verify by writing out the first 12 terms in full:
1,5,9,13,17,21,25,29,33,37,41,45

Summation
The summation of n terms is given by:

+Sn+=+%28n%2F2%29%282a+%2B+%28n-1%29d%29+

which is also written as +Sn+=+%28n%2F2%29%28a+%2B+L%29+ where L is the last term, defined as L=a+(n-1)d

EXAMPLES
Q. Find the sum of the first 10 terms of the sequence 1,5,9,13,17,...

a=1, d=4, n=10
--> +Sn+=+%28n%2F2%29%282a+%2B+%28n-1%29d%29+
+Sn+=+%2810%2F2%29%282%281%29+%2B+%2810-1%294%29+
+Sn+=+%285%29%282+%2B+%289%294%29+
+Sn+=+%285%29%282+%2B+36%29+
+Sn+=+%285%29%2838%29+
Sn = 190

Further Example
Q. The second term of an arithmetic series is 5 and the fifth term is 14. Find the common difference, the tenth term and the sum of the first 8 terms.

We do not know a, which is crucial in all the calculations, so we are aiming to find that as well as d.

So, what we do know is the following:
2nd term, a+d = 5
5th term, a+4d = 14

subtract these to give 3d = 9 --> d = 3

So, using this in a+d=5 we have
a+3 = 5
--> a = 2

The 10th term = a+9d
The 10th term = 2+9(3)
The 10th term = 2+27
The 10th term = 29

Now for the sum of 8 terms:
+Sn+=+%288%2F2%29%282%282%29+%2B+%288-1%293%29+
+Sn+=+%284%29%284+%2B+%287%293%29+
+Sn+=+%284%29%284+%2B+21%29+
+Sn+=+%284%29%2825%29+
Sn = 100

Summary
This is the introduction to Arithmetic Series'. However, with the question quoted at the end here, there is not a lot of things that you need to know. It is all about practice now: practice using the "nth term" and "summation" formulae.

This lesson has been accessed 29617 times.