Q. 9

Question

Give a recursive definition for the sequence 1,2,3,4,.... of positive integers. (Hint: Let a1=1.)

Step-by-Step Solution

Verified
Answer

The recursive definition for the sequence 1,2,3,4,.... is ak=ak-1+1 where k2.

1Step 1 . Given information

The given sequence is,

1,2,3,4,... of positive integers.

2Step 2 . We know that sequence of the consecutive positive integers with first term a 1 = 1 .

Now, the second term,

a2=2    =1+1    =a1+1

Hence, a2=a1+1.

Similarly, a3=a2+1.

Continuing, ak=ak-1+1.

Hence, the recursive definition for the sequence is, ak=ak-1+1 where k2.