Processing math: 100%

Monday, October 3, 2022

Chapter 9.1 - Solved Examples On Sequences And Series

In the previous section, we saw the basics about sequences and series. In this section, we will see some solved examples.

Solved example 9.1
(i) Write the first three terms of the sequence defined by the formula: an=2n+5
(ii) Write the first three terms of the sequence defined by the formula: an=n34
Solution:
We can find the first three terms by substituting n = 1, 2 and 3  
Part (i):
The first three terms are:
a1 = (2×1)+5 = 7
a2 = (2×2)+5 = 9
a3 = (2×3)+5 = 11
Part (ii):
The first three terms are:
a1 = 134 = 24 = 12
a2 = 234 = 14 = 14
a3 = 334 = 04 = 0

Solved example 9.2
What is the 20th term of the sequence defined by an=(n1)(2n)(3+n)
Solution:
We can find the 20th term by substituting n = 20
So we get: a20 = (201)(220)(3+20) = 19×18×23 = 7866

Solved example 9.3
Let the sequence an be defined as follows:
a1=1, an=an1+2  for n2
Find the first five terms and write the corresponding series.
Solution:
1. The first five terms are:
a1 = 1
a2=a21+2 = a1+2 = 1+2 = 3
a3=a31+2 = a2+2 = 3+2 = 5
a4=a41+2 = a3+2 = 5+2 = 7
a5=a51+2 = a4+2 = 7+2 = 9
2. So the sequence is: 1, 3, 5, 7, 9, . . .
3. So the series associated with this sequence is:
1 + 3 + 5 + 7 + 9 + . . .


Exercise 9.1

1. Write the first five terms of the sequence whose nth term is an=n(n+2)
Solution:
a1=1×(1+2)=3a2=2×(2+2)=8a3=3×(3+2)=15a4=4×(4+2)=24a5=5×(5+2)=35

2. Write the first five terms of the sequence whose nth term is an=nn+1
Solution:
a1=11+1=12a2=22+1=23a3=33+1=34a4=44+1=45a5=55+1=56

3. Write the first five terms of the sequence whose nth term is an=2n
Solution:
a1=21=2a2=22=4a3=23=8a4=24=16a5=25=32

4. Write the first five terms of the sequence whose nth term is an=2n36
Solution:
a1=(2×1)36=236=16a2=(2×2)36=436=16a3=(2×3)36=636=36a4=(2×4)36=836=56a5=(2×5)36=1036=76

5. Write the first five terms of the sequence whose nth term is an=(1)n1 5n+1
Solution:
a1=(1)11×51+1=(1)0×52=1×25=25a2=(1)21×52+1=(1)1×53=1×125=125a3=(1)31×53+1=(1)2×54=1×625=625a4=(1)41×54+1=(1)3×55=1×3125=3125a5=(1)51×55+1=(1)4×56=1×15625=15625

6. Write the first five terms of the sequence whose nth term is an=nn2+54
Solution:
a1=1×12+54=1×1+54=1×64=64a2=2×22+54=2×4+54=2×94=92a3=3×32+54=3×9+54=3×144=424a4=4×42+54=4×16+54=4×214=21a5=5×52+54=5×25+54=5×304=1504

7. Find a17 and a24 of the sequence whose nth term is an=4n3
Solution:
a17=(4×17)3=683=65a24=(4×24)3=963=93

8. Find a7 of the sequence whose nth term is an=n22n
Solution:
a7=7227=49128  

9. Find a9 of the sequence whose nth term is an=(1)n1n3
Solution:
a9=(1)91×93=(1)8×729=1×729=729

10. Find a20 of the sequence whose nth term is an=n(n2)n+3
Solution:
a20=20(202)20+3=20×1823=36023

11. Write the first five terms of the following sequence and obtain the corresponding series.
a1=3, an=3an1+2  for all n>1
Solution:
1. The first five terms are:
a1=3a2=3×a21+2=3×a1+2=(3×3)+2=9+2=11a3=3×a31+2=3×a2+2=(3×11)+2=33+2=35a4=3×a41+2=3×a4+2=(3×35)+2=105+2=107a5=3×a51+2=3×a4+2=(3×107)+2=321+2=323

2. So the sequence is: 3, 11, 35, 107, 323, . . .
3. So the series associated with this sequence is:
3 + 11 + 35 + 107 + 323, . . .

12. Write the first five terms of the following sequence and obtain the corresponding series.
a1=1, an=an1n  for all n2
Solution:
1. The first five terms are:
a1=1a2=a212=a12=12a3=a313=a23=123=16a4=a414=a34=164=124a5=a515=a45=1245=1120

2. So the sequence is: 1,12,16,124,1120, . . .
3. So the series associated with this sequence is:
1+12+16+124+1120 . . .

13. Write the first five terms of the following sequence and obtain the corresponding series.
a1=a2=2, an=an11  for all n>2
Solution:
1. The first five terms are:
a1=2a2=2a3=a311=a21=21=1a4=a411=a31=11=0a5=a511=a41=01=1

2. So the sequence is: 2, 2, 1, 0, -1, . . .
3. So the series associated with this sequence is:
2 + 2 + 1 + 0 + (-1), . . .

14. The Fibonacci sequence is defined by:
a1=a2=1, an=an1 + an2  for all n>2
Find an+1an for n = 1, 2, 3, 4, 5
Solution:
1. The first six terms are:
a1=1a2=1a3=a31 + a32=a2 + a1=1+1=2a4=a41 + a42=a3 + a2=2+1=3a5=a51 + a52=a4 + a3=3+2=5a6=a61 + a62=a5 + a4=5+3=8

2. So the required ratios are:
When n = 1, an+1an=a1+1a1=a2a1=11When n = 2, an+1an=a2+1a2=a3a2=21When n = 3, an+1an=a3+1a3=a4a3=32When n = 4, an+1an=a4+1a4=a5a4=53When n = 5, an+1an=a5+1a5=a6a5=85


In the next section we will see arithmetic progression.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

No comments:

Post a Comment