SOLUTION: A sequence is defined recursively by the given forumlas. Find the first 5 terms. an= (1)/(1+a(n-1) and a1=1 I am just not understanding recursive sequences.

Algebra.Com
Question 1104290: A sequence is defined recursively by the given forumlas. Find the first 5 terms.
an= (1)/(1+a(n-1) and a1=1
I am just not understanding recursive sequences.

Answer by ikleyn(52788)   (Show Source): You can put this solution on YOUR website!
.
1.  You are just given  that   = 1.


2.  Use the given formula to calculate  .

    You have  n= 2,  n-1= (2-1) = 1;  therefore, the formula takes the form

     =  =  = .    (I substituted  = 1).



3.  Now, when you know , you can calculate  , using the given formula.

    You have  n= 3,  n-1= (3-1) = 2;  therefore, the formula takes the form

     =  =  =  =  = .    (I substituted  = ).



4.  Now, when you know , you can calculate  , using the given formula.

    You have  n= 4,  n-1= (4-1) = 3;  . . . and you can continue from this point on your own,  using the same logic . . . 


It is how the recursive formulas work: if you know all preceding terms, you can calculate the next term, using the given recursive formula.


---------------
If you still have questions or need more explanation, let me know by posting your message through the "Thank you" window.

If you do, do not forget to refer to the problem's ID number, which is 1104290.

My help is for free; I do it for fun.



RELATED QUESTIONS

Find the first three terms of the recursively defined sequence. a1 = 5, a(n) =... (answered by greenestamps)
A sequence is defined recursively by the given formulas. Find the first five terms of the (answered by jim_thompson5910)
The sequence is defined recursively. Write the first four terms.... (answered by Fombitz)
to find the first 3 terms of the Recursively defined sequence: a1=5 , an=2a n-1 for... (answered by Fombitz,jim_thompson5910)
The system is defined recursively. Write the first four terms.... (answered by jim_thompson5910)
If a sequence is defined recursively by f(1)= -2 and f(n-1) = 3(n-1)-4, then find the... (answered by ikleyn)
The sequence is defined recursively. Write the first four terms a1 = 3; an = 3an-1 + 4 (answered by robertb)
the sequence is defined recursively. Write the first five terms. a1=2, a2=5; an=an-2 - (answered by ashipm01)
a1=135 and an+1=1/3 (an)for n>or=2 The sequence is defined recursively. Write the first... (answered by aaaaaaaa)