SOLUTION: How would i write the recursive and explicit formula for this sequence: 2, 1/2, 1/4, 1/8, .... I think the explicit formula is something like a[n]= 1/2n

Algebra ->  Sequences-and-series -> SOLUTION: How would i write the recursive and explicit formula for this sequence: 2, 1/2, 1/4, 1/8, .... I think the explicit formula is something like a[n]= 1/2n      Log On


   



Question 847701: How would i write the recursive and explicit formula for this sequence:
2, 1/2, 1/4, 1/8, ....
I think the explicit formula is something like a[n]= 1/2n

Found 2 solutions by jim_thompson5910, swincher4391:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
The recursive formula would be

a_{n} = \frac{1}{2}a_{n-1}

This effectively says: "To get the next nth term (a%5Bn%5D), you have to multiply the previous term (a%5Bn-1%5D) by 1%2F2. This means that to get the 10th term, you have to know the 9th term. To know the 9th term, you need the 8th, etc etc. So the recursive method is a lot of work if n is a large integer.

==============================================================================

The explicit formula is

a%5Bn%5D+=+2%281%2F2%29%5E%28n-1%29

where n starts at n+=+1

this is because any general geometric sequence that starts at a and has a common ratio r is a%5Bn%5D+=+a%28r%29%5E%28n-1%29

In this case, the first term is a+=+2. The common ratio is r+=+1%2F2

Answer by swincher4391(1107) About Me  (Show Source):
You can put this solution on YOUR website!
I think your formula should include 1. 2 , 1 , 1/2, 1/4, 1/8
a%5Bn%5D+=+2%2A%281%2F2%29%5E%28n-1%29