SOLUTION: A sequence {m<sub>n</sub>} is recursively defined as m<sub>1</sub>=2, m<sub>n+1</sub>=3/5-m<sub>n</sub>

Algebra.Com
Question 1017792: A sequence {mn} is recursively defined as
m1=2, mn+1=3/5-mn

Answer by Edwin McCravy(20055)   (Show Source): You can put this solution on YOUR website!
A sequence {mn} is recursively defined as
m1=2, mn+1=3/5-mn

substitute n=1
m1+1=3/5-m1
m2=3/5-2 = 3/5-10/5 = -7/5

substitute n=2
m2+1=3/5-m2
m3=3/5-(-7/5) = 3/5+7/5 = 10/5 = 2

Wow! We're right back where we started.  If we continue
with this recursion formula:

substitute n=3
m3+1=3/5-m3
m4=3/5-2 = 3/5-10/5 = -7/5

substitute n=4
m4+1=3/5-m4
m5=3/5-(-7/5) = 3/5+7/5 = 10/5 = 2

So the sequence goes:

2, -7/5, 2, -7,5, 2, -7/5, ...

Edwin

RELATED QUESTIONS

Define the a3 and a4 terms of the recurrence relation:... (answered by Edwin McCravy)
let an be an arithmetic sequence. if a4=27 and a9=67,... (answered by Edwin McCravy)
Find the first six terms of the sequence. a1 = -3, an =... (answered by Edwin McCravy)
Perform the row operations on the given augmented matrix. a.) R2 =... (answered by Edwin McCravy)
write the first four terms of the sequence defined by the recursion formula... (answered by Edwin McCravy)
The sequences are defined using recursion formulas. Write the first four terms of each... (answered by Edwin McCravy)
Can you please help me solve this question? Many of the terms have a # or a letter with... (answered by KMST)
Express as a single logarithm: 3log6N - ((3log6 N) /... (answered by venugopalramana)
When the constraint 6x1 + 17x2 < 28 is converted to an... (answered by Edwin McCravy)