SOLUTION: Find the following four terms of the sequence given the following recursive formula: a(1)=8 a(2)=-3 and a(n)=2a(n-1)+a(n-2) for n≥3

Algebra.Com
Question 765187: Find the following four terms of the sequence given the following recursive formula:
a(1)=8 a(2)=-3 and a(n)=2a(n-1)+a(n-2) for n≥3

Answer by Edwin McCravy(20056)   (Show Source): You can put this solution on YOUR website!

a(n) = 2a(n-1)+a(n-2)  for n≥3

a(1) = 8
a(2) = -3
a(3) = 2a(3-1)+a(3-2) = 2a(2)+a(1) = 2(-3)+8 = -6+8 = 2
a(4) = 2a(4-1)+a(4-2) = 2a(3)+a(2) = 2(2)+(-3) = 4-3 = 1
a(5) = 2a(5-1)+a(5-2) = 2a(4)+a(3) = 2(1)+2 = 2+2 = 4
a(6) = 2a(6-1)+a(6-2) = 2a(5)+a(4) = 2(4)+1 = 8+1 = 9
a(7) = 2a(7-1)+a(7-2) = 2a(6)+a(5) = 2(9)+4 = 18+4 = 22
a(8) = 2a(8-1)+a(8-2) = 2a(7)+a(6) = 2(22)+9 = 44+9 = 53
a(9) = 2a(9-1)+a(9-2) = 2a(8)+a(7) = 2(53)+22 = 106+22 = 128
a(10) = 2a(10-1)+a(10-2) = 2a(9)+a(8) = 2(128)+53 = 256+53 = 309

Edwin

RELATED QUESTIONS

I'm having trouble solving using the recursive formula. Here's the problem: "Find the... (answered by Edwin McCravy)
The recursive formula for the term of a particular sequence is given by An=A(n-1)+3 where (answered by richwmiller)
1) Find the explicit formula that produces the given sequence. 2,-6,18,-54,... A.... (answered by Boreal)
Find the first four terms of the sequence given by the following.... (answered by ikleyn)
write the first four terms of the sequence defined by the recursion formula... (answered by Edwin McCravy)
Answer the following. Please show your work. 1+14+27+...+183 Step 1: Using the... (answered by Fombitz)
if the first term of a geometric sequence is 3/2 and the second and third terms are -3/4... (answered by stanbon)
3, 6, 11, 18 ... The first four terms of a sequence are shown above. Which of the... (answered by Nate)
the sequence shown below is defined using a recursion formula. write the first four terms (answered by amarjeeth123)