Q. 7

Question

Give the first five terms of the following recursively defined sequence:

 a1=1, and ak=ak-1+2 for k2.

Also, give a closed formula for the sequence. 

Step-by-Step Solution

Verified
Answer

{1,3,5,7,9}ak=2k-1; k1

1Step1. Given Information

 Consider the sequence ak=ak1+2,a1=1,k2

 The objective is to find the first five terms of the sequence. Also, find the closed formula. 

 To find the terms of the sequence, substitute k=2,3,4,5 in ak=ak1+2

2Step2. Substitution

a2=a21+2

=a1+2 (using a=1)

=1+2

Therefore, a2=3

3Step3. Substitution

Substituting k=3,

a3=a31+2

=a2+2  using(a2=3)

=3+2

=5

Therefore, a3=5

4Step4. Substitution

Substituting k=4,

a4=a41+2

=a3+2   using(a3=5)=5+2=7

Therefore, a4=7

5Step5. Substitution

Substituting k=5

a5=a5-1+2=a4+2   using(a4=7)=7+2=9

Therefore, a5=9


6Step6. Answer

Hence, the five terms of the sequence are {1,3,5,7,9}.

Clearly, the given sequence is sequence of consecutive odd numbers. 

 Hence, the closed formula is ak=2k1, where k is the positive integer and k1