How do you write the first five terms of the sequence defined recursively a_1=6, a_(k+1)=a_k+2a1=6,ak+1=ak+2, then how do you write the nth term of the sequence as a function of n?

1 Answer
Oct 24, 2017

First five terms are {6,8,10,12,14}{6,8,10,12,14} and a_n=2n+4an=2n+4

Explanation:

As a_(k+1)=a_k+2ak+1=ak+2 anda_1=6a1=6

a_2=a_1+2=6+2=8a2=a1+2=6+2=8

a_3=a_2+2=8+2=10a3=a2+2=8+2=10

a_4=a_3+2=10+2=12a4=a3+2=10+2=12

and a_5=a_4+2=12+2=14a5=a4+2=12+2=14

and hence first five terms are {6,8,10,12,14}{6,8,10,12,14}

As a_(k+1)=a_k+2ak+1=ak+2, each term is 22 more than previous term

it is an arithmetic sequence with first term as a_1a1 and common difference dd and hence n^(th)nth term is

a_n=a_1+(n-1)dan=a1+(n1)d and hence n^(th)nth term of the sequence is

a_n=6+(n-1)xx2=6+2n-2=2n+4an=6+(n1)×2=6+2n2=2n+4