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=n−34
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 = 1−34 = −24 = −12
a2 = 2−34 = −14 = −14
a3 = 3−34 = 04 = 0
Solved example 9.2
What is the 20th term of the sequence defined by an=(n−1)(2−n)(3+n)
Solution:
We can find the 20th term by substituting n = 20
So we get: a20 = (20−1)(2−20)(3+20) = 19×−18×23 = −7866
Solved example 9.3
Let the sequence an be defined as follows:
a1=1, an=an−1+2 for n≥2
Find the first five terms and write the corresponding series.
Solution:
1. The first five terms are:
a1 = 1
a2=a2−1+2 = a1+2 = 1+2 = 3
a3=a3−1+2 = a2+2 = 3+2 = 5
a4=a4−1+2 = a3+2 = 5+2 = 7
a5=a5−1+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=2n−36
Solution:
a1=(2×1)−36=2−36=−16a2=(2×2)−36=4−36=16a3=(2×3)−36=6−36=36a4=(2×4)−36=8−36=56a5=(2×5)−36=10−36=76
5. Write the first five terms of the sequence whose nth term is an=(−1)n−1 5n+1
Solution:
a1=(−1)1−1×51+1=(−1)0×52=1×25=25a2=(−1)2−1×52+1=(−1)1×53=−1×125=−125a3=(−1)3−1×53+1=(−1)2×54=1×625=625a4=(−1)4−1×54+1=(−1)3×55=−1×3125=−3125a5=(−1)5−1×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=4n−3
Solution:
a17=(4×17)−3=68−3=65a24=(4×24)−3=96−3=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)n−1n3
Solution:
a9=(−1)9−1×93=(−1)8×729=1×729=729
10. Find a20 of the sequence whose nth term is an=n(n−2)n+3
Solution:
a20=20(20−2)20+3=20×1823=36023
11. Write the first five terms of the following sequence and obtain the corresponding series.
a1=3, an=3an−1+2 for all n>1
Solution:
1. The first five terms are:
a1=3a2=3×a2−1+2=3×a1+2=(3×3)+2=9+2=11a3=3×a3−1+2=3×a2+2=(3×11)+2=33+2=35a4=3×a4−1+2=3×a4+2=(3×35)+2=105+2=107a5=3×a5−1+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=an−1n for all n≥2
Solution:
1. The first five terms are:
a1=−1a2=a2−12=a12=−12a3=a3−13=a23=−123=−16a4=a4−14=a34=−164=−124a5=a5−15=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=an−1−1 for all n>2
Solution:
1. The first five terms are:
a1=2a2=2a3=a3−1−1=a2−1=2−1=1a4=a4−1−1=a3−1=1−1=0a5=a5−1−1=a4−1=0−1=−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=an−1 + an−2 for all n>2
Find an+1an for n = 1, 2, 3, 4, 5
Solution:
1. The first six terms are:
a1=1a2=1a3=a3−1 + a3−2=a2 + a1=1+1=2a4=a4−1 + a4−2=a3 + a2=2+1=3a5=a5−1 + a5−2=a4 + a3=3+2=5a6=a6−1 + a6−2=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.
Copyright©2022 Higher secondary mathematics.blogspot.com
No comments:
Post a Comment