|
To calculate d
when we have two adjacent terms
d = (second term) - (first term)
To calculate the value of the nth term
where we know the first term a and the difference between the terms d
we can use
un = the nth term in the arithmetic sequence = a + (n - 1)d
To calculate the sum of the first n term
where we know the first term a and the last term l
we can use
| Sn | = The Sum Of n Terms = | n [a + l] 2 |
To calculate the sum of the first n term
where we know the first term a and the difference between the terms d
we can use
| Sn | = The Sum Of n Terms = | n [2a + (n - 1)d] 2 |
|