SOLUTION: A sequence {mn} is recursively defined as
m1=2 mn+1= 3/5-mn
Write the first four terms of this sequence
Algebra.Com
Question 1017793: A sequence {mn} is recursively defined as
m1=2 mn+1= 3/5-mn
Write the first four terms of this sequence
Answer by Theo(13342) (Show Source): You can put this solution on YOUR website!
it looks like they're using M for the term, rather than A which is normally used.
i read this as:
m(1) = 2
m(n+1) = 3/5 - m(n)
n represents the term number which starts at 1.
m represents the value of each term.
m(1) is the value of the first term.
m(2) is the value of the second term.
m(n) is the value of the nth term.
m(n+1) is the value of the term right after the nth term.
you start with m(1).
m(n+1) is then equal to m(2).
m(n+1) is then equal to m(3).
m(n+1) is then equal to m(4).
etc.....
your recursive formula is m(n+1) = 3/5 - m(n).
so your sequence starts as follows:
m(1) = 2
m(2) = 3/5 - 2 = 3/5 - 10/5 = -7/5.
m(3) = 3/5 - (-7/5) = 3/5 + 7/5 = 10/5
m(4) = 3/5 - 10/5 = -7.5
m(5) = 3/5 - (-7.5) = 3/5 + 7/5 = 10/5
etc.
it looks like this recursive formula is going to switch back and forth from 2 to -7/5 to 2 to -7/5 forever.
since 2 is equal to 10/5, this is the same as saying that this recursive formula is going to switch back and forth from 10/5 to -7/5 to 10/5 to -7/5 forever.
the first 4 terms are:
m(1) = 2
m(2) = -7/5
m(3) = 2
m(4) = -7/5
RELATED QUESTIONS
This sequence is defined recursively
m1=13 mn=1/2(mn_1-1)
write out the first five... (answered by robertb)
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 four terms.... (answered by Fombitz)
The sequence is defined recursively. Write the first five terms.
{{{a[1]=-3}}};... (answered by Edwin McCravy)
The sequence is defined recursively. Write the first four terms.
{{{a[1]=2... (answered by venugopalramana)
Write the next four terms of the sequence defined recursively.
a1=14... (answered by greenestamps)
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)
If a sequence is defined recursively by f(1)= -2 and f(n-1) = 3(n-1)-4, then find the... (answered by ikleyn)