Problems from Definition and general term of a sequence

Verify whether the following numbers belong to every sequence, and in affirmative case state what position they occupy:

a) 25. Does it belong to the sequence an=(3n+4)nN?

b) 95. Does it belong to the sequence cn=n2n+1?

See development and solution

Development:

a) The number 25 will belong to the sequence if there exists a natural number n in such a way that an=25. Since an=3n+4, replacing an equality in the other one we have: 25=3n+4 3n=21 n=7

So, not only do we see that it belongs to the sequence, but we have figured out which position it occupies.

b) We will proceed as in the previous case: cn=95cn=n2n+1}95=n2n+19(n+1)=5n2

So we can only solve the equation of the second grade:

5n29n1=0n=9±3510 Since we have not obtaind any natural value for n, the number 95 is not part of the sequence (it cannot occupy an irrational position!).

Solution:

a) a7=25

b) It does not belong to the sequence.

Hide solution and development

Find the general term of the following sequences:

a) (1,4,9,16,)

b) (2,4,6,8,)

See development and solution

Development:

a) We relate every term to the position it occupies: a:NR 11 24 39 416

If we focus on the first term, we see that this one has not been modified, and we do not get any information. But if we focus on the second term, we see that a2 is the double of 2, a3 is the triple of 3, and a4 is the result of 44, that is, in order to obtain every term, we have to multiply the position of the term by itself, so we have raised it to the power of two: a1=12=1, a2=22=4, a3=32=9, a4=42=16,  And as the general term we have: an=(n2)nN

b) We will define this sequence in a recursive form. On the one hand, we observe that every term changes the sign in comparison to the previous one, and on the other hand, we can see that every term is double the previous one, so we have: an+1=2an, and like that a1=2, we already have the sequence defined. (Also it is possible to give the general term an=(2)n related to progressions.)

Solution:

a) an=(n2)nN.

b) an+1=2an, with a1=2.

Hide solution and development

Give the first five terms of the sequences with the general term:

a) an=(1)n(n+2)

b) bn=(n+1)(n1)2n2

c) cn=3n212

d) d0=0, d1=1 and dn+1=dn+dn1 (the sequence of Fibbonacci).

See development and solution

Development:

a) a1=(1)1(1+2)=13=3 a2=(1)2(2+2)=+14=4 a3=(1)3(3+2)=15=5 a4=(1)4(4+2)=+16=6 a5=(1)5(5+2)=17=7

b) b1=(1+1)(11)212=102=0 b2=(2+1)(21)222=318=38 b3=(3+1)(31)232=4218=49 b4=(4+1)(41)242=5332=1532 b5=(5+1)(51)252=6450=1225

c) c1=31212=312=9 c2=32212=1212=0 c3=33212=2712=15 c4=34212=4812=36 c5=35212=7512=63

d) d0=0 d1=1 d2=d1+d0=1+1=2 d3=d2+d1=2+1=3 d4=d3+d2=3+2=5 d5=d4+d3=5+3=8 d6=d5+d4=8+5=13

Solution:

a) an=(3,4,5,6,7,)

b) bn=(0,38,49,1532,1225,)

c) cn=(9,0,15,36,63,)

d) dn=(0,1,2,3,5,)

Hide solution and development
View theory