SOLUTION: First time with college algebra, what is {{{a[n]}}} formula to help me remember about sequences of numbers.

Algebra ->  Sequences-and-series -> SOLUTION: First time with college algebra, what is {{{a[n]}}} formula to help me remember about sequences of numbers.      Log On


   



Question 324238: First time with college algebra, what is a%5Bn%5D formula to help me remember
about sequences of numbers.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

If it's an arithmetic sequence like

3, 7, 11, 15, ...

Then the first term, 3, is called a%5B1%5D, the second term, 7, is called 
a%5B2%5D, etc.  The common difference is the amount that's added to each
number to get the next one. To get from 3 to 7 you add 4. To get from 7 to 11
you add 4, to get from 11 to 15 you add 4.  So 4 is the common difference d

The get the equation for the nth term, you use the formula

a%5Bn%5D=a%5B1%5D%2B%28n-1%29d

a%5Bn%5D=3%2B%28n-1%29%2A4

a%5Bn%5D=3%2B4%28n-1%29

a%5Bn%5D=3%2B4n-4

a%5Bn%5D=4n-1


and to get the sum of the first n terms S%5Bn%5D:

S%5Bn%5D=%28n%2F2%29%28a%5B1%5D%2Ba%5Bn%5D%29

S%5Bn%5D=%28n%2F2%29%283%2B%284n-1%29%29

S%5Bn%5D=%28n%2F2%29%282%2B4n%29

S%5Bn%5D=%28n%2F2%292%281%2B2n%29

S%5Bn%5D=n%281%2B2n%29



----------------------------------

f it's a geometric sequence like

4, 12, 36, 108, ...

Then the first term, 3, is called a%5B1%5D, the second term, 12, is called 
a%5B2%5D, etc.  The common ratio is the amount that each number is
multiplied by to get the next one. To get from 4 to 12 you multiply by 3. To 
get from 12 to 36 you multiply by 3, to get from 36 to 108 you multiply by 3.  
So 3 is the common ratio r.

The get the equation for the nth term, you use the formula

a%5Bn%5D=a%5B1%5D%2Ar%5E%28n-1%29

a%5Bn%5D=4%2A3%5E%28n-1%29

and to get the sum of the first n terms S%5Bn%5D:

S%5Bn%5D=%28a%5B1%5D%28r%5En-1%29%29%2F%28r-1%29

S%5Bn%5D=%284%283%5En-1%29%29%2F%283-1%29

S%5Bn%5D=%284%283%5En-1%29%29%2F2

S%5Bn%5D=2%283%5En-1%29

Edwin