How do you find the first five terms given #a_1=4#, #a_2=-3#, #a_(n+2)=a_(n+1)+2a_n#?
2 Answers
The first five terms of the sequence are
Explanation:
You already have the first two terms. The third term through the fifth term will be found using the given formula.
Notice that in order to find the value of each of these terms, we have to use the subscript on the left side of the formula to find the value of
For the third term:
So,
For the fourth term:
So,
For the fifth term:
So,
The first five terms of the sequence are
with general formula:
Explanation:
Just follow the rules:
#a_1 = 4#
#a_2 = -3#
#a_3 = a_2 + 2a_1 = -3 + 2(4) = 5#
#a_4 = a_3 + 2a_2 = 5+2(-3) = -1#
#a_5 = a_4 + 2a_3 = -1+2(5) = 9#
Bonus
How about a general non-recursive formula for
Suppose the series is asymptotic to a geometric series with common ratio
#r^2 = r+2#
That is:
#0 = r^2-r-2 = (r-2)(r+1)#
So
Thus we find that the geometric series:
#b_n = 2^n" "# (#2, 4, 8, 16, 32, 64,...# )
#c_n = (-1)^n" "# (#-1, 1, -1, 1, -1, 1,...# )
both conform to the formula:
Note that any linear combination of
So look for a general formula of the form:
#a_n = 2^nA + (-1)^nB#
Putting
#4 = a_1 = 2^1 A + (-1)^1 B = 2A-B#
Putting
#-3 = a_2 = 2^2 A + (-1)^2 B = 4A+B#
Adding these two equations, we find:
#1 = 6A#
So
So:
#a_n = 1/6 (2^n) - 11/3 (-1)^n#