84.6k views
3 votes
Find the third, fourth, and fifth terms of the sequence defined by

a
a_(1)= 4, a2 = 9, and an = 2an − 1 − an − 2 for n ≥ 3.

a_(1) = 4, a_(2) = 9, and a_(n) = 2a_(n-1) - a_(n-2) for n\geq 3.

a3=
a4=
a5=
a6=

Please Help

User Nouiz
by
5.5k points

2 Answers

5 votes

By the recursive definition,


a_3=2a_2-a_1=2\cdot9-4=14


a_4=2a_3-a_2=2\cdot14-9=19


a_5=2a_4-a_3=2\cdot19-14=24


a_6=2a_5-a_4=2\cdot24-19=29

User Duwayne
by
5.7k points
6 votes

Answer:

a3=14, a4=19, a5=24

Explanation:

Put the numbers where the symbols are and do the arithmetic.

a3 = 2(a2) -(a1) = 2(9) -4 = 14

a4 = 2(a3) -(a2) = 2(14) -9 = 19

a5 = 2(a4) -(a3) = 2(19) -14 = 24

a6 = 2(a5) -(a4) = 2(24) -19 = 29

_____

With a little work, you can show that this is an arithmetic sequence with a common difference of a2-a1 = 5.

Let d = a[2] -a[1]

Of course, the second term is that difference added to the first:

a[2] = a[1] + (a[2] -a[1]) = a[1] +d

The third term is ...

a[3] = 2a[2] -a[1] = a[2] +(a[2] -a[1]) = a[2] +d

a[4] = 2a[3] -a[2] = a[3] +(a[3] -a[2]) = a[3] -(a[2] +d) -a[2] = a[3] +d

User Frank Tian
by
5.6k points