SOLUTION: the first example in a lecture of series is a^n=1/2^n can you write the recursion formula for this series?
please help with this, thanks
Algebra ->
Trigonometry-basics
-> SOLUTION: the first example in a lecture of series is a^n=1/2^n can you write the recursion formula for this series?
please help with this, thanks
Log On
Question 70074: the first example in a lecture of series is a^n=1/2^n can you write the recursion formula for this series?
please help with this, thanks Answer by Edwin McCravy(20060) (Show Source):
the first example in a lecture of series is a^n=1/2^n
can you write the recursion formula for this series?
please help with this, thanks
an+1 = ==(an) =
an
an+1 = ————
2
Edwin