Section 8.1: Introduction to Sequences
- Can you describe the pattern in each of the above sequences? Can you predict the next few numbers in these sequences?
- 1, 2, 3, 4, 5, 6, ... (Natural Numbers)
- 1, 3, 5, 7, 9, 11, ... (Odd Numbers)
- 1, 3, 6, 10, 15, 21, ... (Triangular Numbers)
- 1, 4, 9, 16, 25, 36, ... (Square Numbers)
- Natural Numbers: The pattern is to add 1 to the previous number. The next three numbers are 7, 8, and 9.
- Odd Numbers: The pattern is to add 2 to the previous number. The next three numbers are 13, 15, and 17.
- Triangular Numbers: The pattern involves adding the next counting number to the previous term. To get the 2nd term, you add 2. To get the 3rd term, you add 3. Following this, the next gap after 21 (which is the 6th term) will be adding 7, then 8, then 9. The next three numbers are 28, 36, and 45.
- Square Numbers: The pattern is multiplying a natural number by itself (
,1 × 1 ,2 × 2 , etc.). The next three numbers are3 × 3 ,7 × 7 = 4 9 , and8 × 8 = 6 4 .9 × 9 = 8 1
But the sequence 6, 12, 24, 48, 96 is a finite sequence of five terms. Can you think of other finite sequences that you see in your daily life?
- (Answers may vary, but here are some logical examples)
- The days of the week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.
- The periods in a school timetable: 1st period, 2nd period, 3rd period, etc., up to the final period.
- The months of the year: January, February, March... up to December.
This is represented by the diagram in Fig. 8.1, where each triangular number is represented by a triangular array of dots. Can you draw the patterns for the next two terms of the sequence?
- The next two patterns follow the arrangement shown in Fig. 8.1:
- For the 6th term (21): Draw a horizontal row of 6 dots at the bottom. Above that, center a row of 5 dots, then 4, 3, 2, and finally 1 dot at the top to form a triangle.
- For the 7th term (28): Draw a horizontal row of 7 dots at the bottom. Stack rows of 6, 5, 4, 3, 2, and 1 dot on top of each other, forming an even larger triangle.
This interesting relationship between the odd numbers and square numbers can be represented by the diagram in Fig. 8.2. Can you explain the relationship?
Looking at Fig. 8.2, if you start with 1 dot (the first square number, 1) and add an "L" shape of 3 new dots around it (the next odd number), you get a
- Consider the sequence 1, 4, 7, 10, 13, ...
- Can you predict the next four terms?
- Can you derive the first 10 terms of the sequence obtained by adding all the terms up to a given term of this sequence? (Hint: The first term is 1. The second term is 1 + 4 = 5, the third term is 1 + 4 + 7 = 12, and so on.)
- Next four terms: The rule for this sequence is to add 3 to the previous term.
1 3 + 3 = 1 6 1 6 + 3 = 1 9 1 9 + 3 = 2 2 The next four terms are 16, 19, 22, and 25.2 2 + 3 = 2 5 - First 10 terms of the sum sequence: We need to keep a running total of the sequence 1, 4, 7, 10, 13, 16, 19, 22, 25, 28. Term 1: 1 Term 2:
Term 3:1 + 4 = 5 Term 4:5 + 7 = 1 2 Term 5:1 2 + 1 0 = 2 2 Term 6:2 2 + 1 3 = 3 5 Term 7:3 5 + 1 6 = 5 1 Term 8:5 1 + 1 9 = 7 0 Term 9:7 0 + 2 2 = 9 2 Term 10:9 2 + 2 5 = 1 1 7 The sequence of sums is: 1, 5, 12, 22, 35, 51, 70, 92, 117, 145.1 1 7 + 2 8 = 1 4 5
Can you write
- The sequence of triangular numbers is built by adding the position number to the previous term.
- We know from the text that
.𝑡 4 = 1 0 𝑡 5 = 𝑡 4 + 5 = 1 0 + 5 = 1 5 𝑡 6 = 𝑡 5 + 6 = 1 5 + 6 = 2 1 𝑡 7 = 𝑡 6 + 7 = 2 1 + 7 = 2 8 𝑡 8 = 𝑡 7 + 8 = 2 8 + 8 = 3 6
Can you think of any other kinds of sequences? List out five different types of sequences and discuss their properties with your friends.
- (Answers may vary, but here are five common types of sequences)
- Sequences with negative numbers: (e.g., -5, -10, -15, -20...) This sequence decreases by a constant value.
- Fractional sequences: (e.g., 1/2, 1/3, 1/4, 1/5...) As shown in the text, the terms get smaller and approach zero.
- Alternating sequences: (e.g., 1, -1, 1, -1, 1...) The numbers flip back and forth between positive and negative.
- Prime number sequence: (e.g., 2, 3, 5, 7, 11...) A sequence of numbers greater than 1 that only have two factors: 1 and themselves.
- Doubling sequences: (e.g., 2, 4, 8, 16, 32...) Each term is multiplied by a constant number (in this case, 2) to get the next term.
Section 8.2: Explicit Rule for a Sequence
Why is it useful to have an explicit formula for the
An explicit formula is useful because it allows us to find the value of any term in the sequence directly (like the 100th term or the 1000th term) just by plugging in its position number (
Using the explicit rule
- Substitute the given position numbers for
into the formula:𝑛 - 53rd term:
𝑢 5 3 = 2 ( 5 3 ) − 1 = 1 0 6 − 1 = 1 0 5 - 108th term:
𝑢 1 0 8 = 2 ( 1 0 8 ) − 1 = 2 1 6 − 1 = 2 1 5 - 1170th term:
𝑢 1 1 7 0 = 2 ( 1 1 7 0 ) − 1 = 2 3 4 0 − 1 = 2 3 3 9
Consider the sequence that is generated by the explicit formula
- First 6 terms: Substitute
= 1, 2, 3, 4, 5, 6.𝑛 𝑠 1 = 5 ( 1 ) − 2 = 3 𝑠 2 = 5 ( 2 ) − 2 = 8 𝑠 3 = 5 ( 3 ) − 2 = 1 3 𝑠 4 = 5 ( 4 ) − 2 = 1 8 𝑠 5 = 5 ( 5 ) − 2 = 2 3 The first 6 terms are 3, 8, 13, 18, 23, and 28.𝑠 6 = 5 ( 6 ) − 2 = 2 8 - 100th term:
𝑠 1 0 0 = 5 ( 1 0 0 ) − 2 = 5 0 0 − 2 = 4 9 8 - 1000th term:
𝑠 1 0 0 0 = 5 ( 1 0 0 0 ) − 2 = 5 0 0 0 − 2 = 4 9 9 8 - Why
needs to be a natural number: In sequences,𝑛 represents the position of the term (1st, 2nd, 3rd, etc.). Because we count positions using counting numbers,𝑛 must be a natural number (a positive integer). We cannot have a "94.6th" position.𝑛
Can you find the rule describing the
The sequence of square numbers is 1, 4, 9, 16, 25... These are found by squaring their position number (1 squared, 2 squared, 3 squared, etc.). Therefore, the explicit rule is
Here is the sequence of the first ten prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29. Do you see any pattern in this sequence? Can you think of a rule that can predict the next few prime numbers?
Unlike sequences that grow by a constant difference or multiplier, there is no simple mathematical formula or explicit algebraic rule that generates the prime numbers. The only "pattern" is their definition: each number is a natural number greater than 1 that is only divisible by 1 and itself.
Consider the expression
- (i) Plug the positions into
:𝑛 𝑡 1 = 3 ( 1 ) − 7 = − 4 𝑡 2 = 3 ( 2 ) − 7 = − 1 𝑡 3 = 3 ( 3 ) − 7 = 2 𝑡 1 2 = 3 ( 1 2 ) − 7 = 3 6 − 7 = 2 9 𝑡 1 8 = 3 ( 1 8 ) − 7 = 5 4 − 7 = 4 7 𝑡 5 0 = 3 ( 5 0 ) − 7 = 1 5 0 − 7 = 1 4 3 - (ii) Set the formula equal to 332 and solve for
:𝑛 3 𝑛 − 7 = 3 3 2 3 𝑛 = 3 3 9 332 is the 113th term.𝑛 = 1 1 3 - (iii) Set the formula equal to 557 and solve for
:𝑛 3 𝑛 − 7 = 5 5 7 3 𝑛 = 5 6 4 Because 188 is a natural number, yes, 557 is the 188th term of this sequence.𝑛 = 1 8 8
Section 8.3: Recursive Rule for a Sequence
Find the first four terms of the sequence given by the recursive rule
- First, we find the first four terms by plugging the previous term into the formula:
(Given)𝑢 1 = 1 𝑢 2 = 2 ( 1 ) + 3 = 5 𝑢 3 = 2 ( 5 ) + 3 = 1 3 The first four terms are 1, 5, 13, 29. To check if 133 is a term, we must keep generating terms:𝑢 4 = 2 ( 1 3 ) + 3 = 2 9 𝑢 5 = 2 ( 2 9 ) + 3 = 5 8 + 3 = 6 1 𝑢 6 = 2 ( 6 1 ) + 3 = 1 2 2 + 3 = 1 2 5 Since the sequence jumps from 125 to 253, skipping 133 entirely, 133 is not a term in this sequence.𝑢 7 = 2 ( 1 2 5 ) + 3 = 2 5 0 + 3 = 2 5 3
Find the first four terms of the sequence given by the recursive rule
- Substitute the previous term into the formula for each new term:
(Given)𝑠 1 = 3 𝑠 2 = 𝑠 1 ( 𝑠 1 − 1 ) = 3 ( 3 − 1 ) = 3 ( 2 ) = 6 𝑠 3 = 𝑠 2 ( 𝑠 2 − 1 ) = 6 ( 6 − 1 ) = 6 ( 5 ) = 3 0 The first four terms are 3, 6, 30, and 870.𝑠 4 = 𝑠 3 ( 𝑠 3 − 1 ) = 3 0 ( 3 0 − 1 ) = 3 0 ( 2 9 ) = 8 7 0
The most famous example of such a sequence is
- The recursive rule states that each term is the sum of the two preceding terms.
- To find the next term (
), add the 7th and 8th terms:𝑉 9 .2 1 + 3 4 = 5 5 - To find the following term (
), add the 8th and 9th terms:𝑉 1 0 . The next two terms are 55 and 89.3 4 + 5 5 = 8 9
EXERCISE SET 8.1 (Pages 179 - 180)
Find the first five terms of the sequence in which the
- Substitute
= 1, 2, 3, 4, 5 for each rule.𝑛 - (i)
𝑡 𝑛 = 3 𝑛 − 4 𝑡 1 = 3 ( 1 ) − 4 = − 1 𝑡 2 = 3 ( 2 ) − 4 = 2 𝑡 3 = 3 ( 3 ) − 4 = 5 *𝑡 4 = 3 ( 4 ) − 4 = 8 First five terms: -1, 2, 5, 8, 11𝑡 5 = 3 ( 5 ) − 4 = 1 1 - (ii)
𝑡 𝑛 = 2 − 5 𝑛 𝑡 1 = 2 − 5 ( 1 ) = − 3 𝑡 2 = 2 − 5 ( 2 ) = − 8 𝑡 3 = 2 − 5 ( 3 ) = − 1 3 *𝑡 4 = 2 − 5 ( 4 ) = − 1 8 First five terms: -3, -8, -13, -18, -23𝑡 5 = 2 − 5 ( 5 ) = − 2 3 - (iii)
𝑡 𝑛 = 𝑛 2 − 2 𝑛 + 3 𝑡 1 = ( 1 ) 2 − 2 ( 1 ) + 3 = 1 − 2 + 3 = 2 𝑡 2 = ( 2 ) 2 − 2 ( 2 ) + 3 = 4 − 4 + 3 = 3 𝑡 3 = ( 3 ) 2 − 2 ( 3 ) + 3 = 9 − 6 + 3 = 6 *𝑡 4 = ( 4 ) 2 − 2 ( 4 ) + 3 = 1 6 − 8 + 3 = 1 1 First five terms: 2, 3, 6, 11, 18𝑡 5 = ( 5 ) 2 − 2 ( 5 ) + 3 = 2 5 − 1 0 + 3 = 1 8
Find the
𝑡 1 0 = 5 ( 1 0 ) − 3 = 5 0 − 3 = 4 7 𝑡 1 5 = 5 ( 1 5 ) − 3 = 7 5 − 3 = 7 2
Determine whether 97 and 172 are terms of the sequence
- Set the explicit formula equal to the number and solve for
.𝑛 - For 97:
5 𝑛 − 3 = 9 7 5 𝑛 = 1 0 0 Yes, 97 is the 20th term.𝑛 = 2 0 - For 172:
5 𝑛 − 3 = 1 7 2 5 𝑛 = 1 7 5 Yes, 172 is the 35th term.𝑛 = 3 5
Which term of the sequence
Set the explicit formula equal to 607 and solve for
A sequence is given by the recursive rule
- Use the recursive rule to find the terms by adding 3 to the previous term:
𝑡 1 = − 5 𝑡 2 = − 5 + 3 = − 2 𝑡 3 = − 2 + 3 = 1 𝑡 4 = 1 + 3 = 4 The first five terms are -5, -2, 1, 4, 7. To check if 52 is a term, we can find the explicit formula. The sequence starts at -5 and increases by 3 every time. This is an arithmetic progression. The explicit rule is𝑡 5 = 4 + 3 = 7 . Now, set it equal to 52:𝑡 𝑛 = 𝑎 + ( 𝑛 − 1 ) 𝑑 = − 5 + ( 𝑛 − 1 ) 3 = − 5 + 3 𝑛 − 3 = 3 𝑛 − 8 3 𝑛 − 8 = 5 2 3 𝑛 = 6 0 Because 20 is a natural number, yes, 52 is the 20th term of this sequence.𝑛 = 2 0
Let
- The recursive rule tells us that any term starting from the 4th term is the sum of the three previous terms.
𝑇 4 = 𝑇 3 + 𝑇 2 + 𝑇 1 = 4 + 2 + 1 = 7 𝑇 5 = 𝑇 4 + 𝑇 3 + 𝑇 2 = 7 + 4 + 2 = 1 3 𝑇 6 = 𝑇 5 + 𝑇 4 + 𝑇 3 = 1 3 + 7 + 4 = 2 4 𝑇 7 = 𝑇 6 + 𝑇 5 + 𝑇 4 = 2 4 + 1 3 + 7 = 4 4 𝑇 8 = 𝑇 7 + 𝑇 6 + 𝑇 5 = 4 4 + 2 4 + 1 3 = 8 1
Section 8.4: Arithmetic Progressions
Can you predict the number of squares in Stages 5 and 6 of the sequence? In Stages 10, 11 and 12? In Stage 20? At any stage?
- The pattern of squares shown in Fig. 8.3 grows by adding 4 squares to the corners at each stage. The sequence is 1, 5, 9, 13... which means the common difference is 4. The explicit formula for the
stage is𝑛 𝑡 ℎ . Using this rule:𝑡 𝑛 = 4 𝑛 − 3 - Stage 5:
squares.4 ( 5 ) − 3 = 2 0 − 3 = 1 7 - Stage 6:
squares.4 ( 6 ) − 3 = 2 4 − 3 = 2 1 - Stage 10:
squares.4 ( 1 0 ) − 3 = 4 0 − 3 = 3 7 - Stage 11:
squares.4 ( 1 1 ) − 3 = 4 4 − 3 = 4 1 - Stage 12:
squares.4 ( 1 2 ) − 3 = 4 8 − 3 = 4 5 - Stage 20:
squares.4 ( 2 0 ) − 3 = 8 0 − 3 = 7 7 - At any stage
: The number of squares will be𝑛 .4 𝑛 − 3
Consider all the sequences we have discussed so far in this chapter. Which ones are arithmetic progressions and which ones are not? Can you justify your claim?
- An Arithmetic Progression (AP) requires a constant difference between any two consecutive terms.
- Natural Numbers (1, 2, 3, 4...): Yes, it is an AP. The common difference is exactly 1.
- Odd Numbers (1, 3, 5, 7...): Yes, it is an AP. The common difference is exactly 2.
- Triangular Numbers (1, 3, 6, 10...): No, it is not an AP. The differences between consecutive terms are changing (2, 3, 4, etc.).
- Square Numbers (1, 4, 9, 16...): No. The differences between consecutive terms are changing (3, 5, 7, etc.).
- Prime Numbers (2, 3, 5, 7...): No. The differences fluctuate (1, 2, 2, 4, etc.) without a constant pattern.
- Virahānka-Fibonacci sequence (1, 2, 3, 5, 8...): No. The differences increase (1, 1, 2, 3, etc.).
Verify that the following sequences are arithmetic progressions and write their
- (i) 2, 5, 8, 11, ... Verification: Find the difference between consecutive terms:
,5 − 2 = 3 ,8 − 5 = 3 . Because the difference is constantly 3, it is an AP.1 1 − 8 = 3 term: The first term (𝑛 𝑡 ℎ ) is 2, and the common difference (𝑎 ) is 3.𝑑 𝑡 𝑛 = 𝑎 + ( 𝑛 − 1 ) 𝑑 𝑡 𝑛 = 2 + ( 𝑛 − 1 ) 3 𝑡 𝑛 = 2 + 3 𝑛 − 3 𝑡 𝑛 = 3 𝑛 − 1 - (ii) -5, -1, 3, 7, ... Verification: Find the difference:
,− 1 − ( − 5 ) = 4 ,3 − ( − 1 ) = 4 . Because the difference is constantly 4, it is an AP.7 − 3 = 4 term: The first term (𝑛 𝑡 ℎ ) is -5, and the common difference (𝑎 ) is 4.𝑑 𝑡 𝑛 = − 5 + ( 𝑛 − 1 ) 4 𝑡 𝑛 = − 5 + 4 𝑛 − 4 𝑡 𝑛 = 4 𝑛 − 9 - Observation upon plotting: If you take the position number as the x-coordinate and the sequence term as the y-coordinate (e.g., (1, 2), (2, 5), (3, 8)), and plot these ordered pairs on a graph, you will observe that they form a perfectly straight line. This is characteristic of all arithmetic progressions.
Using the formula
- (i)
. To find𝑎 = 1 / 2 , subtract the first term from the second:𝑑 .5 / 2 − 1 / 2 = 4 / 2 = 2 𝑡 𝑛 = 1 / 2 + ( 𝑛 − 1 ) 2 𝑡 𝑛 = 1 / 2 + 2 𝑛 − 2 𝑡 𝑛 = 2 𝑛 − 3 / 2 - (ii)
. To find𝑎 = 1 . 5 , subtract the first term from the second:𝑑 .3 . 5 − 1 . 5 = 2 . 0 𝑡 𝑛 = 1 . 5 + ( 𝑛 − 1 ) 2 𝑡 𝑛 = 1 . 5 + 2 𝑛 − 2 𝑡 𝑛 = 2 𝑛 − 0 . 5
Find recursive rules for the APs in the previous exercises.
- A recursive rule defines the first term and then provides a formula to find the next term by adding the common difference (
) to the previous term.𝑑 - For 2, 5, 8, 11...
𝑡 1 = 2 𝑡 𝑛 = 𝑡 𝑛 − 1 + 3 f o r 𝑛 ≥ 2 - For -5, -1, 3, 7...
𝑡 1 = − 5 𝑡 𝑛 = 𝑡 𝑛 − 1 + 4 f o r 𝑛 ≥ 2 - For 1/2, 5/2, 9/2, 13/2...
𝑡 1 = 1 / 2 𝑡 𝑛 = 𝑡 𝑛 − 1 + 2 f o r 𝑛 ≥ 2 - For 1.5, 3.5, 5.5, 7.5...
𝑡 1 = 1 . 5 𝑡 𝑛 = 𝑡 𝑛 − 1 + 2 f o r 𝑛 ≥ 2
A person books a taxi to travel in the city. The taxi company charges a fixed booking fee of ₹200 plus ₹40 per kilometre travelled. Let us write the sequence representing the total fare after travelling 1 km, 2 km, 3 km, and so on. If the person travels 10 km, what will be the total fare?
- Let's build the sequence of the total fare based on the distance travelled:
- After 1 km: Base fee of ₹200 + (1 km × ₹40) = ₹240
- After 2 km: Base fee of ₹200 + (2 km × ₹40) = ₹280
- After 3 km: Base fee of ₹200 + (3 km × ₹40) = ₹320 The sequence is 240, 280, 320... This is an AP where the first term (
) is 240 and the common difference (𝑎 ) is 40. To find the fare after traveling 10 km, we need to find the 10th term in this sequence (where𝑑 ). We can use the formula𝑛 = 1 0 :𝑡 𝑛 = 𝑎 + ( 𝑛 − 1 ) 𝑑 𝑡 1 0 = 2 4 0 + ( 1 0 − 1 ) 4 0 𝑡 1 0 = 2 4 0 + ( 9 ) 4 0 The total fare for 10 km will be ₹600.𝑡 1 0 = 2 4 0 + 3 6 0 = 6 0 0
Section 8.5: Sum of the First 𝑛 Natural Numbers
Can the same approach be used to find the sum of
Yes, it can. The approach is to write the sum forwards and backwards, then add the two equations together. Let
Can you use this formula to find
- Yes, the formula derived in the text is
, where𝑆 𝑛 = 𝑛 ( 𝑛 + 1 ) 2 is the number of terms.𝑛 - For
: Substitute𝑆 2 0 .𝑛 = 2 0 𝑆 2 0 = 2 0 ( 2 0 + 1 ) 2 = 2 0 × 2 1 2 = 1 0 × 2 1 = 2 1 0 - For
: Substitute𝑆 5 0 .𝑛 = 5 0 𝑆 5 0 = 5 0 ( 5 0 + 1 ) 2 = 5 0 × 5 1 2 = 2 5 × 5 1 = 1 2 7 5 - For
: Substitute𝑆 1 0 0 0 .𝑛 = 1 0 0 0 𝑆 1 0 0 0 = 1 0 0 0 ( 1 0 0 0 + 1 ) 2 = 1 0 0 0 × 1 0 0 1 2 = 5 0 0 × 1 0 0 1 = 5 0 0 5 0 0
EXERCISE SET 8.2 (Pages 185 - 186)
Find the 10th and 26th terms of the AP: 3, 8, 13, 18, ...
- First, identify the starting term (
) and the common difference (𝑎 ).𝑑 𝑎 = 3 Use the AP formula𝑑 = 8 − 3 = 5 :𝑡 𝑛 = 𝑎 + ( 𝑛 − 1 ) 𝑑 - 10th term (
):𝑛 = 1 0 𝑡 1 0 = 3 + ( 1 0 − 1 ) 5 = 3 + ( 9 ) 5 = 3 + 4 5 = 4 8 - 26th term (
):𝑛 = 2 6 𝑡 2 6 = 3 + ( 2 6 − 1 ) 5 = 3 + ( 2 5 ) 5 = 3 + 1 2 5 = 1 2 8
Which term of the AP: 21, 18, 15, ... is - 81? Also, is 0 a term of this AP? Give reasons for your answer.
- Identify the parameters:
, and𝑎 = 2 1 . The explicit formula is𝑑 = 1 8 − 2 1 = − 3 .𝑡 𝑛 = 2 1 + ( 𝑛 − 1 ) ( − 3 ) - To find which term is -81: Set
and solve for𝑡 𝑛 = − 8 1 .𝑛 − 8 1 = 2 1 − 3 ( 𝑛 − 1 ) − 1 0 2 = − 3 ( 𝑛 − 1 ) 3 4 = 𝑛 − 1 Since𝑛 = 3 5 is a natural number, -81 is the 35th term.𝑛 - To check if 0 is a term: Set
and solve for𝑡 𝑛 = 0 .𝑛 0 = 2 1 − 3 ( 𝑛 − 1 ) − 2 1 = − 3 ( 𝑛 − 1 ) 7 = 𝑛 − 1 Because𝑛 = 8 is a natural number, yes, 0 is a term of this AP. It is the 8th term.𝑛 = 8
Find the
- Identify the parameters:
, and𝑎 = 1 1 .𝑑 = 8 − 1 1 = − 3 - Explicit
term:𝑛 𝑡 ℎ 𝑡 𝑛 = 𝑎 + ( 𝑛 − 1 ) 𝑑 𝑡 𝑛 = 1 1 + ( 𝑛 − 1 ) ( − 3 ) 𝑡 𝑛 = 1 1 − 3 𝑛 + 3 𝑡 𝑛 = 1 4 − 3 𝑛 - Recursive rule: The first term is 11, and every subsequent term is found by subtracting 3 from the previous term.
𝑡 1 = 1 1 𝑡 𝑛 = 𝑡 𝑛 − 1 − 3 f o r 𝑛 ≥ 2
An AP consists of 50 terms in which the 3rd term is 12 and the last term is 106. Find the 29th term.
*(Hint: If 'a' is the first term and 'd' the common difference, then we arrive at the equations
- Using the hint provided, we have a system of two linear equations:
𝑎 + 2 𝑑 = 1 2 Subtract the first equation from the second to eliminate𝑎 + 4 9 𝑑 = 1 0 6 :𝑎 ( 𝑎 + 4 9 𝑑 ) − ( 𝑎 + 2 𝑑 ) = 1 0 6 − 1 2 4 7 𝑑 = 9 4 Now, substitute𝑑 = 2 back into the first equation to find𝑑 = 2 :𝑎 𝑎 + 2 ( 2 ) = 1 2 𝑎 + 4 = 1 2 We have𝑎 = 8 and𝑎 = 8 . Now find the 29th term (𝑑 = 2 ):𝑛 = 2 9 𝑡 2 9 = 𝑎 + ( 2 9 − 1 ) 𝑑 𝑡 2 9 = 8 + 2 8 ( 2 ) The 29th term is 64.𝑡 2 9 = 8 + 5 6 = 6 4
How many 2-digit numbers are divisible by 3? What is the sum of all these 2-digit numbers?
- First, list the 2-digit numbers divisible by 3. The smallest is 12, and the largest is 99. The sequence is 12, 15, 18, ..., 99. This is an AP where
and𝑎 = 1 2 .𝑑 = 3 - How many numbers? Set the
term formula equal to 99 to find the number of terms.𝑛 𝑡 ℎ 9 9 = 1 2 + ( 𝑛 − 1 ) 3 8 7 = 3 ( 𝑛 − 1 ) 2 9 = 𝑛 − 1 There are thirty 2-digit numbers divisible by 3.𝑛 = 3 0 - What is the sum? We want the sum
. We can factor out a 3 to use the natural number sum formula taught in the chapter:1 2 + 1 5 + 1 8 + . . . + 9 9 To find the sum of3 × ( 4 + 5 + 6 + . . . + 3 3 ) to4 , we find the sum of3 3 to1 and subtract the sum of3 3 to1 : Sum of 1 to 33 =3 Sum of 1 to 3 =3 3 × 3 4 2 = 5 6 1 Sum of 4 to 33 =3 × 4 2 = 6 Finally, multiply back by the 3 we factored out:5 6 1 − 6 = 5 5 5 The sum of all 2-digit numbers divisible by 3 is 1665.3 × 5 5 5 = 1 6 6 5
Harish started work at an annual salary of ₹5,00,000 and received an increment of ₹20,000 each year. After how many years did his income reach ₹7,00,000?
This forms an AP where the first year's salary (
A child arranges marbles in rows so that the first row has 1 marble, the second has 2 marbles, the third has 3, and so on up to 25 rows. How many marbles does the child use in all?
The sequence of marbles per row is 1, 2, 3, 4, ..., 25. To find the total number of marbles, we need to find the sum of the first 25 natural numbers. We use the formula
Section 8.6: Geometric Progressions
Can you predict the number of squares in Stages 5 and 6 of the pattern? In Stages 10, 11 and 12? In Stage 20? At any stage? How is this different from the growing pattern in Fig. 8.3?
- The sequence of green squares in Fig. 8.6 is 3, 6, 12, 24. This sequence grows by multiplying the previous term by 2 (the common ratio is 2). The explicit formula for the
stage is𝑛 𝑡 ℎ .𝑡 𝑛 = 3 × 2 𝑛 − 1 - Stage 5:
squares.3 × 2 5 − 1 = 3 × 2 4 = 3 × 1 6 = 4 8 - Stage 6:
squares.3 × 2 6 − 1 = 3 × 2 5 = 3 × 3 2 = 9 6 - Stage 10:
squares.3 × 2 1 0 − 1 = 3 × 2 9 = 3 × 5 1 2 = 1 5 3 6 - Stage 11:
squares.3 × 2 1 1 − 1 = 3 × 2 1 0 = 3 × 1 0 2 4 = 3 0 7 2 - Stage 12:
squares.3 × 2 1 2 − 1 = 3 × 2 1 1 = 3 × 2 0 4 8 = 6 1 4 4 - Stage 20:
squares.3 × 2 2 0 − 1 = 3 × 2 1 9 = 3 × 5 2 4 2 8 8 = 1 5 7 2 8 6 4 - At any stage
:𝑛 squares.3 × 2 𝑛 − 1 - Difference from Fig. 8.3: The pattern in Fig. 8.3 was an Arithmetic Progression (AP) where a constant number (4) was added at each step. The pattern here is a Geometric Progression (GP) where the previous number is multiplied by a constant factor (2) at each step.
Is 1, 2, 4, 8, 16, ... a geometric progression? If so, what is the common ratio?
- To check if it is a geometric progression, find the ratio of consecutive terms by dividing a term by the one before it:
2 ÷ 1 = 2 4 ÷ 2 = 2 8 ÷ 4 = 2 Since the ratio is constantly 2, yes, it is a geometric progression. The common ratio (1 6 ÷ 8 = 2 ) is 2.𝑟
Is 1, 3, 9, 27, 81, ... a geometric progression? If so, what is the common ratio?
- Check the ratio between consecutive terms:
3 ÷ 1 = 3 9 ÷ 3 = 3 Since the ratio is constantly 3, yes, it is a geometric progression. The common ratio (2 7 ÷ 9 = 3 ) is 3.𝑟
Is 1, -1, 1, -1, 1, ... a geometric progression? If so, what is the common ratio?
- Check the ratio between consecutive terms:
− 1 ÷ 1 = − 1 Since the ratio is constantly -1, yes, it is a geometric progression. The common ratio (1 ÷ − 1 = − 1 ) is -1.𝑟
Check whether the sequence 5, 15/4, 45/16, 135/64, ... is a geometric progression and find its
- First, calculate the ratio between consecutive pairs to check if it's a GP:
1 5 4 ÷ 5 = 1 5 4 × 1 5 = 3 4 4 5 1 6 ÷ 1 5 4 = 4 5 1 6 × 4 1 5 = 3 4 The ratio is constant, so it is a geometric progression with first term1 3 5 6 4 ÷ 4 5 1 6 = 1 3 5 6 4 × 1 6 4 5 = 3 4 and common ratio𝑎 = 5 . The explicit formula for the𝑟 = 3 4 term is𝑛 𝑡 ℎ . Substituting our values:𝑡 𝑛 = 𝑎 × 𝑟 𝑛 − 1 .𝑡 𝑛 = 5 × ( 3 4 ) 𝑛 − 1
Check whether the following sequences are geometric progressions and find their
- (i) 2, 10, 50, 250, ... Check:
;1 0 ÷ 2 = 5 ;5 0 ÷ 1 0 = 5 . Since the ratio is constant, yes, it is a GP.2 5 0 ÷ 5 0 = 5 term:𝑛 𝑡 ℎ . The formula is𝑎 = 2 , 𝑟 = 5 .𝑡 𝑛 = 2 × 5 𝑛 − 1 - (ii) 4, 8/3, 16/9, 32/27, ... Check:
;8 3 ÷ 4 = 8 1 2 = 2 3 . Yes, it is a GP.1 6 9 ÷ 8 3 = 1 6 9 × 3 8 = 2 3 term:𝑛 𝑡 ℎ . The formula is𝑎 = 4 , 𝑟 = 2 3 .𝑡 𝑛 = 4 × ( 2 3 ) 𝑛 − 1 - (iii) 3, -3/2, 3/4, -3/8, ... Check:
;− 3 2 ÷ 3 = − 1 2 . Yes, it is a GP.3 4 ÷ − 3 2 = 3 4 × − 2 3 = − 1 2 term:𝑛 𝑡 ℎ . The formula is𝑎 = 3 , 𝑟 = − 1 2 .𝑡 𝑛 = 3 × ( − 1 2 ) 𝑛 − 1
Can you find a recursive rule for the formula
A recursive rule defines the first term and then gives the rule to get to the next term from the previous one. The first term (
Observe the Sierpiński triangle and try to answer the following questions (a) How many black triangles are there in Stages 0 to 3 of Fig. 8.7? (b) Can you predict the number of black triangles at Stages 4 and 5? (c) Can you find a rule for the number of black triangles at the
- (a) Counting directly from Fig. 8.7: Stage 0: 1 black triangle Stage 1: 3 black triangles Stage 2: 9 black triangles Stage 3: 27 black triangles
- (b) Each stage multiplies the number of black triangles by 3. Stage 4:
black triangles Stage 5:2 7 × 3 = 8 1 black triangles8 1 × 3 = 2 4 3 - (c) Notice that the sequence starts at
(Stage 0). The terms are𝑛 = 0 , etc. The explicit rule for the number of black triangles at stage3 0 , 3 1 , 3 2 is𝑛 .𝑡 𝑛 = 3 𝑛 - (d) At each stage, the central triangle is removed, leaving 3 of the 4 equal parts, which means the remaining area is multiplied by
each time. Stage 1 area:3 4 Stage 2 area:1 × 3 4 = 3 4 Stage 3 area:3 4 × 3 4 = ( 3 4 ) 2 = 9 1 6 Stage 4 area:9 1 6 × 3 4 = ( 3 4 ) 3 = 2 7 6 4 Stage 5 area:2 7 6 4 × 3 4 = ( 3 4 ) 4 = 8 1 2 5 6 Rule for the8 1 2 5 6 × 3 4 = ( 3 4 ) 5 = 2 4 3 1 0 2 4 stage:𝑛 𝑡 ℎ * What happens as𝑠 𝑛 = ( 3 4 ) 𝑛 increases: The fraction is raised to higher and higher powers. Because the base (𝑛 ) is less than 1, the total area of the black region continually decreases and gets closer and closer to 0.3 4
A ball is dropped from a height of 24 feet above the ground. Each time the ball bounces up to
- (a) The sequence is formed by multiplying the previous height by
(or 0.75). 1st bounce:3 4 feet 2nd bounce:2 4 × 0 . 7 5 = 1 8 feet 3rd bounce:1 8 × 0 . 7 5 = 1 3 . 5 feet 4th bounce:1 3 . 5 × 0 . 7 5 = 1 0 . 1 2 5 feet * 5th bounce:1 0 . 1 2 5 × 0 . 7 5 = 7 . 5 9 3 7 5 feet (The book truncates this to 5.695)7 . 5 9 3 7 5 × 0 . 7 5 = 5 . 6 9 5 3 1 2 5 - (b) First, calculate the target height:
of 24 feet is1 6 feet. We need to find when the sequence drops below 4 feet. We left off at the 5th bounce (approx 5.695 ft). Let's continue: 6th bounce:2 4 × 1 6 = 4 feet 7th bounce:5 . 6 9 5 3 1 2 5 × 0 . 7 5 ≈ 4 . 2 7 1 feet After the 7th bounce, the ball reaches a maximum height of ~3.2 feet, which is below 4 feet. Therefore, 7 bounces are required.4 . 2 7 1 4 8 . . . × 0 . 7 5 ≈ 3 . 2 0 3
EXERCISE SET 8.3 (Pages 193 - 194)
Find the 12th term of a GP with common ratio 2, whose 8th term is 192.
We know the common ratio (
Find the 10th and
- The first term (
) is 5. The common ratio (𝑎 ) is𝑟 .2 5 ÷ 5 = 5 term: The explicit formula is𝑛 𝑡 ℎ .𝑡 𝑛 = 𝑎 × 𝑟 𝑛 − 1 By exponent rules, adding the powers of 5 gives𝑡 𝑛 = 5 × 5 𝑛 − 1 .𝑡 𝑛 = 5 𝑛 - 10th term: Substitute
into our simplified formula.𝑛 = 1 0 (Which calculates out to 9,765,625).𝑡 1 0 = 5 1 0
A sequence is given by the recursive rule
- We use the recursive rule to calculate terms one by one until we hit 730:
𝑡 1 = 2 𝑡 2 = 3 ( 2 ) − 2 = 6 − 2 = 4 𝑡 3 = 3 ( 4 ) − 2 = 1 2 − 2 = 1 0 𝑡 4 = 3 ( 1 0 ) − 2 = 3 0 − 2 = 2 8 𝑡 5 = 3 ( 2 8 ) − 2 = 8 4 − 2 = 8 2 𝑡 6 = 3 ( 8 2 ) − 2 = 2 4 6 − 2 = 2 4 4 730 is the 7th term of the sequence.𝑡 7 = 3 ( 2 4 4 ) − 2 = 7 3 2 − 2 = 7 3 0
Which term of the GP: 2, 6, 18, ... is 4374? Write the explicit formula as well as the recursive formula for the
- The first term (
) is 2, and the common ratio (𝑎 ) is𝑟 .6 ÷ 2 = 3 - Explicit formula:
𝑡 𝑛 = 2 × 3 𝑛 − 1 - Recursive formula: The first term is 2, and each subsequent term multiplies the previous term by 3.
, and𝑡 1 = 2 for𝑡 𝑛 = 3 × 𝑡 𝑛 − 1 .𝑛 ≥ 2 - Which term is 4374? Set the explicit formula equal to 4374.
2 × 3 𝑛 − 1 = 4 3 7 4 We know that3 𝑛 − 1 = 2 1 8 7 , so:3 7 = 2 1 8 7 𝑛 − 1 = 7 4374 is the 8th term.𝑛 = 8
A ball is dropped from a height of 80 metres. After hitting the ground, it bounces back to 60% of the height from which it fell. It continues bouncing in this way—each time rising to 60% of the previous height.
(i) What height does the ball reach after the 5th bounce? (ii) What is the total vertical distance the ball has travelled by the time it hits the ground for the 6th time?
- The bounce heights form a geometric sequence where you multiply by 0.6 (or 60%).
- Initial drop: 80 m
- 1st bounce height:
m8 0 × 0 . 6 = 4 8 - 2nd bounce height:
m4 8 × 0 . 6 = 2 8 . 8 - 3rd bounce height:
m2 8 . 8 × 0 . 6 = 1 7 . 2 8 - 4th bounce height:
m1 7 . 2 8 × 0 . 6 = 1 0 . 3 6 8 - 5th bounce height:
m (i) After the 5th bounce, the ball reaches a height of 6.2208 metres.1 0 . 3 6 8 × 0 . 6 = 6 . 2 2 0 8 - (ii) To find total distance traveled by the time it hits the ground for the 6th time, we must add the initial drop plus the "up and down" distance of the first 5 bounces:
- Initial drop: 80 m
- 1st bounce (up + down):
m4 8 × 2 = 9 6 - 2nd bounce (up + down):
m2 8 . 8 × 2 = 5 7 . 6 - 3rd bounce (up + down):
m1 7 . 2 8 × 2 = 3 4 . 5 6 - 4th bounce (up + down):
m1 0 . 3 6 8 × 2 = 2 0 . 7 3 6 - 5th bounce (up + down):
m Total distance =6 . 2 2 0 8 × 2 = 1 2 . 4 4 1 6 metres.8 0 + 9 6 + 5 7 . 6 + 3 4 . 5 6 + 2 0 . 7 3 6 + 1 2 . 4 4 1 6 = 3 0 1 . 3 3 7 6
Which term of the sequence
(Note: The textbook has a typo here and cut off parts of the sequence. Based on standard geometric progressions that result in 128, it is safe to assume the sequence intended is
Fig. 8.12 shows Stages 0 to 3 of the Sierpiński square carpet... Look at Fig. 8.12 and try to answer the following questions.
(i) How many red squares are there in Stages 0 to 3? (ii) Can you predict the number of red squares in Stages 4 and 5? (iii) Can you find a rule for the number of red squares at the
- (i) Counting the red squares from the figure's logic:
- Stage 0: 1 red square
- Stage 1: 8 red squares (a
grid with the center removed)3 × 3 - Stage 2: 64 red squares (each of the 8 squares is replaced by 8 smaller ones)
- Stage 3: 512 red squares (
) (ii) Every stage multiplies the number of squares by 8.6 4 × 8 - Stage 4:
red squares5 1 2 × 8 = 4 0 9 6 - Stage 5:
red squares (iii) Let4 0 9 6 × 8 = 3 2 7 6 8 be the number of red squares at stage𝑡 𝑛 .𝑛 - Explicit formula:
𝑡 𝑛 = 8 𝑛 - Recursive formula:
, and𝑡 0 = 1 for𝑡 𝑛 = 8 × 𝑡 𝑛 − 1 (iv) For the area, each stage removes𝑛 ≥ 1 of the area from the previous stage, meaning1 9 of the area remains.8 9 - Stage 1 area:
1 × 8 9 = 8 9 - Stage 2 area:
8 9 × 8 9 = ( 8 9 ) 2 = 6 4 8 1 - Stage 3 area:
( 8 9 ) 3 = 5 1 2 7 2 9 - Stage 4 area:
( 8 9 ) 4 = 4 0 9 6 6 5 6 1 - Stage 5 area:
( 8 9 ) 5 = 3 2 7 6 8 5 9 0 4 9 - Explicit formula for area (
):𝐴 𝑛 𝐴 𝑛 = ( 8 9 ) 𝑛 - Recursive formula for area:
, and𝐴 0 = 1 for𝐴 𝑛 = 𝐴 𝑛 − 1 × 8 9 𝑛 ≥ 1 - As
increases: Because we repeatedly multiply by a fraction less than 1 (𝑛 ), the area of the red region steadily decreases, getting closer and closer to 0.8 9
END-OF-CHAPTER EXERCISES (Pages 194 - 195)
Find the 31st term of an AP whose 11th term is 38 and
- We use the AP formula
to set up two equations:𝑡 𝑛 = 𝑎 + ( 𝑛 − 1 ) 𝑑 𝑎 + 1 0 𝑑 = 3 8 Subtract the first equation from the second:𝑎 + 1 5 𝑑 = 7 3 ( 𝑎 + 1 5 𝑑 ) − ( 𝑎 + 1 0 𝑑 ) = 7 3 − 3 8 5 𝑑 = 3 5 Substitute𝑑 = 7 back into the first equation to find𝑑 = 7 :𝑎 𝑎 + 1 0 ( 7 ) = 3 8 𝑎 + 7 0 = 3 8 Now find the 31st term (𝑎 = − 3 2 ):𝑛 = 3 1 𝑡 3 1 = 𝑎 + 3 0 𝑑 𝑡 3 1 = − 3 2 + 3 0 ( 7 ) The 31st term is 178.𝑡 3 1 = − 3 2 + 2 1 0 = 1 7 8
Determine the AP whose third term is 16 and whose 7th term exceeds the 5th term by 12.
The 7th term is
We know the third term is 16:
The first term is 4, and the common difference is 6. The AP is: 4, 10, 16, 22, 28, ...
How many three-digit numbers are divisible by 7?
*(Hint: All three-digit numbers divisible by 7 form an AP. Find the smallest and largest such three-digit numbers.)
- Smallest 3-digit number divisible by 7:
. The next whole number is 15.1 0 0 ÷ 7 ≈ 1 4 . 2 8 . So,1 5 × 7 = 1 0 5 .𝑎 = 1 0 5 - Largest 3-digit number divisible by 7:
. Round down to 142.9 9 9 ÷ 7 ≈ 1 4 2 . 7 1 . So, the last term1 4 2 × 7 = 9 9 4 .𝑡 𝑛 = 9 9 4 - Common difference (
): 7. Use the AP formula to find𝑑 :𝑛 𝑡 𝑛 = 𝑎 + ( 𝑛 − 1 ) 𝑑 9 9 4 = 1 0 5 + ( 𝑛 − 1 ) 7 8 8 9 = 7 ( 𝑛 − 1 ) 1 2 7 = 𝑛 − 1 There are 128 three-digit numbers divisible by 7.𝑛 = 1 2 8
How many multiples of 4 lie between 10 and 250?
*(Hint: All multiples of 4 form an AP. Find the smallest and largest multiples of 4 between 10 and 250.)
- Smallest multiple of 4 strictly after 10: 12. So,
.𝑎 = 1 2 - Largest multiple of 4 strictly before 250: 248. So,
.𝑡 𝑛 = 2 4 8 - Common difference (
): 4. Use the AP formula to find𝑑 :𝑛 2 4 8 = 1 2 + ( 𝑛 − 1 ) 4 2 3 6 = 4 ( 𝑛 − 1 ) 5 9 = 𝑛 − 1 There are 60 multiples of 4 between 10 and 250.𝑛 = 6 0
Find a GP for which the sum of the first two terms is 4 and the fifth term is 4 times the third term.
- Let the GP be
𝑎 , 𝑎 𝑟 , 𝑎 𝑟 2 , 𝑎 𝑟 3 , 𝑎 𝑟 4 . . . - Sum of first two terms is 4:
𝑎 + 𝑎 𝑟 = 4 ⇒ 𝑎 ( 1 + 𝑟 ) = 4 - Fifth term is 4 times the third:
Divide the second equation by𝑎 𝑟 4 = 4 ( 𝑎 𝑟 2 ) (assuming𝑎 𝑟 2 and𝑎 ≠ 0 ):𝑟 ≠ 0 𝑟 2 = 4 Now find '𝑟 = 2 o r 𝑟 = − 2 ' for both cases using the first equation (𝑎 ):𝑎 ( 1 + 𝑟 ) = 4 - Case 1 (
):𝑟 = 2 . The GP is: 4/3, 8/3, 16/3, 32/3...𝑎 ( 1 + 2 ) = 4 ⇒ 3 𝑎 = 4 ⇒ 𝑎 = 4 / 3 - Case 2 (
):𝑟 = − 2 . The GP is: -4, 8, -16, 32...𝑎 ( 1 − 2 ) = 4 ⇒ − 𝑎 = 4 ⇒ 𝑎 = − 4
Find all possible ways of expressing 100 as the sum of consecutive natural numbers.
- We need to find an AP where the sum is 100, the common difference
, and the first term𝑑 = 1 . The sum formula for an AP is:𝑎 ≥ 1 𝑆 𝑛 = 𝑛 2 [ 2 𝑎 + ( 𝑛 − 1 ) 𝑑 ] 1 0 0 = 𝑛 2 [ 2 𝑎 + ( 𝑛 − 1 ) 1 ] Here,2 0 0 = 𝑛 ( 2 𝑎 + 𝑛 − 1 ) and𝑛 must be factors of 200. Since their difference is( 2 𝑎 + 𝑛 − 1 ) , which is always an odd number, one factor must be odd and the other even. The factors of 200 are: 1, 2, 4, 5, 8, 10, 20, 25, 40, 50, 100, 200. The odd factors are 1, 5, and 25. Because( 2 𝑎 − 1 ) is the number of terms, let's test the odd factors as𝑛 or the result of𝑛 :( 2 𝑎 + 𝑛 − 1 ) - If the odd factor is 5: Let
. Then𝑛 = 5 . This gives 5 consecutive numbers starting at 18: 18, 19, 20, 21, 22. (Sum = 100)2 𝑎 + 5 − 1 = 2 0 0 / 5 ⇒ 2 𝑎 + 4 = 4 0 ⇒ 2 𝑎 = 3 6 ⇒ 𝑎 = 1 8 - If the odd factor is 25: Because
cannot be 25 (if𝑛 , then𝑛 = 2 5 , which means2 𝑎 + 2 4 = 8 , not possible for natural numbers), we let the other bracket be the odd factor. So,2 𝑎 = − 1 6 and2 𝑎 + 𝑛 − 1 = 2 5 .𝑛 = 2 0 0 / 2 5 = 8 . This gives 8 consecutive numbers starting at 9: 9, 10, 11, 12, 13, 14, 15, 16. (Sum = 100) (Note: Using 1 as the odd factor just gives the single number 100, which isn't a "sum of consecutive numbers".) There are two ways:2 𝑎 + 8 − 1 = 2 5 ⇒ 2 𝑎 + 7 = 2 5 ⇒ 2 𝑎 = 1 8 ⇒ 𝑎 = 9 and1 8 + 1 9 + 2 0 + 2 1 + 2 2 .9 + 1 0 + 1 1 + 1 2 + 1 3 + 1 4 + 1 5 + 1 6
The number of bacteria in a certain culture doubles every hour. If there were 30 bacteria present in the culture originally, how many bacteria will be present at the end of the
- This is a GP where the starting amount (
) is 30, and it doubles (𝑎 ) every hour.𝑟 = 2 - End of 1st hour:
3 0 × 2 = 6 0 - End of 2nd hour:
6 0 × 2 = 1 2 0 - End of 4th hour:
3 0 × 2 4 = 3 0 × 1 6 = 4 8 0 - End of
hour: We multiply 30 by 2 for exactly𝑛 𝑡 ℎ hours. The formula is𝑛 .3 0 × 2 𝑛
The sum of the
- Write the given information as equations using
:𝑡 𝑛 = 𝑎 + ( 𝑛 − 1 ) 𝑑 . Divide by 2:𝑡 4 + 𝑡 8 = 2 4 ⇒ ( 𝑎 + 3 𝑑 ) + ( 𝑎 + 7 𝑑 ) = 2 4 ⇒ 2 𝑎 + 1 0 𝑑 = 2 4 𝑎 + 5 𝑑 = 1 2 . Divide by 2:𝑡 6 + 𝑡 1 0 = 4 4 ⇒ ( 𝑎 + 5 𝑑 ) + ( 𝑎 + 9 𝑑 ) = 4 4 ⇒ 2 𝑎 + 1 4 𝑑 = 4 4 Subtract the first simplified equation from the second:𝑎 + 7 𝑑 = 2 2 ( 𝑎 + 7 𝑑 ) − ( 𝑎 + 5 𝑑 ) = 2 2 − 1 2 2 𝑑 = 1 0 Substitute𝑑 = 5 into𝑑 = 5 :𝑎 + 5 𝑑 = 1 2 𝑎 + 5 ( 5 ) = 1 2 𝑎 + 2 5 = 1 2 The first term is -13, and the common difference is 5. The first three terms are: -13, -8, -3.𝑎 = − 1 3
Find the smallest value of
The sum of the first
Which term of the GP: 2, 8, 32, ... is 131072? Write the explicit formula as well as the recursive formula for the
- The first term (
) is 2. The common ratio (𝑎 ) is𝑟 .8 ÷ 2 = 4 - Explicit formula:
𝑡 𝑛 = 2 × 4 𝑛 − 1 - Recursive formula:
, and𝑡 1 = 2 for𝑡 𝑛 = 4 × 𝑡 𝑛 − 1 𝑛 ≥ 2 - Which term is 131072?
Divide by 2:2 × 4 𝑛 − 1 = 1 3 1 0 7 2 Keep multiplying by 4 to find the power:4 𝑛 − 1 = 6 5 5 3 6 .4 1 = 4 , 4 2 = 1 6 , 4 3 = 6 4 , 4 4 = 2 5 6 , 4 5 = 1 0 2 4 , 4 6 = 4 0 9 6 , 4 7 = 1 6 3 8 4 , 4 8 = 6 5 5 3 6 𝑛 − 1 = 8 131072 is the 9th term.𝑛 = 9
The sum of the first three terms of a GP is 13/12 and their product is -1. Find the common ratio and the terms.
- To make the math easier when a product of 3 GP terms is given, let the first three terms be
.𝑎 𝑟 , 𝑎 , 𝑎 𝑟 - Product is -1:
Now we know the middle term is -1. The terms are( 𝑎 𝑟 ) ( 𝑎 ) ( 𝑎 𝑟 ) = − 1 ⇒ 𝑎 3 = − 1 ⇒ 𝑎 = − 1 .− 1 𝑟 , − 1 , − 𝑟 - Sum is 13/12:
Move the -1 over by adding it to both sides:− 1 𝑟 − 1 − 𝑟 = 1 3 1 2 − 1 𝑟 − 𝑟 = 1 3 1 2 + 1 Cross-multiply to solve for− 1 − 𝑟 2 𝑟 = 2 5 1 2 :𝑟 − 1 2 − 1 2 𝑟 2 = 2 5 𝑟 Factor the quadratic equation (find numbers that multiply to1 2 𝑟 2 + 2 5 𝑟 + 1 2 = 0 and add to 25. The numbers are 16 and 9):1 2 × 1 2 = 1 4 4 1 2 𝑟 2 + 1 6 𝑟 + 9 𝑟 + 1 2 = 0 4 𝑟 ( 3 𝑟 + 4 ) + 3 ( 3 𝑟 + 4 ) = 0 This gives two possible common ratios:( 4 𝑟 + 3 ) ( 3 𝑟 + 4 ) = 0 or𝑟 = − 3 4 .𝑟 = − 4 3 - The terms: If
, the terms (𝑟 = − 3 4 ) are:− 1 𝑟 , − 1 , − 𝑟 . If4 3 , − 1 , 3 4 , the terms are:𝑟 = − 4 3 .3 4 , − 1 , 4 3
If the
- Let the starting term of the GP be
and the common ratio be𝐴 .𝑅 𝑥 = 𝐴 × 𝑅 3 𝑦 = 𝐴 × 𝑅 9 For𝑧 = 𝐴 × 𝑅 1 5 to form their own GP, the ratio between consecutive terms must be identical. Let's check:𝑥 , 𝑦 , 𝑧 𝑦 𝑥 = 𝐴 × 𝑅 9 𝐴 × 𝑅 3 = 𝑅 6 Because𝑧 𝑦 = 𝐴 × 𝑅 1 5 𝐴 × 𝑅 9 = 𝑅 6 , the terms𝑦 𝑥 = 𝑧 𝑦 = 𝑅 6 have a constant common ratio of𝑥 , 𝑦 , 𝑧 . Therefore,𝑅 6 are in a geometric progression.𝑥 , 𝑦 , 𝑧
The sum of the first three terms of a geometric progression is 26, and the sum of their squares is 364. Find the terms of the GP.
- Let the first three terms be
.𝑎 , 𝑎 𝑟 , 𝑎 𝑟 2 - Sum:
𝑎 + 𝑎 𝑟 + 𝑎 𝑟 2 = 2 6 ⇒ 𝑎 ( 1 + 𝑟 + 𝑟 2 ) = 2 6 - Sum of squares:
There is a known algebraic identity:𝑎 2 + 𝑎 2 𝑟 2 + 𝑎 2 𝑟 4 = 3 6 4 ⇒ 𝑎 2 ( 1 + 𝑟 2 + 𝑟 4 ) = 3 6 4 . Substitute this into the second equation:1 + 𝑟 2 + 𝑟 4 = ( 1 + 𝑟 + 𝑟 2 ) ( 1 − 𝑟 + 𝑟 2 ) We can split the𝑎 2 ( 1 + 𝑟 + 𝑟 2 ) ( 1 − 𝑟 + 𝑟 2 ) = 3 6 4 up to use our first equation:𝑎 2 Since[ 𝑎 ( 1 + 𝑟 + 𝑟 2 ) ] × [ 𝑎 ( 1 − 𝑟 + 𝑟 2 ) ] = 3 6 4 , we get:𝑎 ( 1 + 𝑟 + 𝑟 2 ) = 2 6 2 6 × [ 𝑎 ( 1 − 𝑟 + 𝑟 2 ) ] = 3 6 4 Now we have a system of two simplified equations: A)𝑎 ( 1 − 𝑟 + 𝑟 2 ) = 1 4 B)𝑎 + 𝑎 𝑟 + 𝑎 𝑟 2 = 2 6 Subtract B from A:𝑎 − 𝑎 𝑟 + 𝑎 𝑟 2 = 1 4 Add B to A:2 𝑎 𝑟 = 1 2 ⇒ 𝑎 𝑟 = 6 ⇒ 𝑎 = 6 𝑟 Substitute2 𝑎 + 2 𝑎 𝑟 2 = 4 0 ⇒ 2 𝑎 ( 1 + 𝑟 2 ) = 4 0 ⇒ 𝑎 ( 1 + 𝑟 2 ) = 2 0 into the second result:𝑎 = 6 𝑟 ( 6 𝑟 ) ( 1 + 𝑟 2 ) = 2 0 6 + 6 𝑟 2 = 2 0 𝑟 Divide by 2:6 𝑟 2 − 2 0 𝑟 + 6 = 0 Factor the quadratic:3 𝑟 2 − 1 0 𝑟 + 3 = 0 The common ratio( 3 𝑟 − 1 ) ( 𝑟 − 3 ) = 0 or𝑟 = 3 .𝑟 = 1 3 - If
:𝑟 = 3 . The terms are 2, 6, 18.𝑎 = 6 3 = 2 - If
:𝑟 = 1 3 . The terms are 18, 6, 2.𝑎 = 6 1 / 3 = 1 8
Suppose
- Calculate the terms using the rule (add all previous terms together, then add 1):
(given)𝑃 1 = 1 (given)𝑃 2 = 2 𝑃 3 = 1 + 2 + 1 = 4 𝑃 4 = 1 + 2 + 4 + 1 = 8 𝑃 5 = 1 + 2 + 4 + 8 + 1 = 1 6 𝑃 6 = 1 + 2 + 4 + 8 + 1 6 + 1 = 3 2 𝑃 7 = 1 + 2 + 4 + 8 + 1 6 + 3 2 + 1 = 6 4 The values𝑃 8 = 1 + 2 + 4 + 8 + 1 6 + 3 2 + 6 4 + 1 = 1 2 8 to𝑃 1 are: 1, 2, 4, 8, 16, 32, 64, 128.𝑃 8 - Simpler recursive formula: Notice that starting from
, every term is simply double the previous term.𝑛 = 2 for𝑃 𝑛 = 2 × 𝑃 𝑛 − 1 .𝑛 ≥ 2 - Explicit formula: Because it doubles every time starting from
, the terms are powers of 2.𝑃 1 = 1 .𝑃 𝑛 = 2 𝑛 − 1
Suppose
- Calculate the terms using the rule (add all previous terms except the one immediately prior, then add 2):
(given)𝑊 1 = 1 (given)𝑊 2 = 2 𝑊 3 = 𝑊 1 + 2 = 1 + 2 = 3 𝑊 4 = 𝑊 1 + 𝑊 2 + 2 = 1 + 2 + 2 = 5 𝑊 5 = 𝑊 1 + 𝑊 2 + 𝑊 3 + 2 = 1 + 2 + 3 + 2 = 8 𝑊 6 = 𝑊 1 + 𝑊 2 + 𝑊 3 + 𝑊 4 + 2 = 1 + 2 + 3 + 5 + 2 = 1 3 𝑊 7 = 𝑊 1 + 𝑊 2 + 𝑊 3 + 𝑊 4 + 𝑊 5 + 2 = 1 + 2 + 3 + 5 + 8 + 2 = 2 1 The values of𝑊 8 = 𝑊 1 + 𝑊 2 + 𝑊 3 + 𝑊 4 + 𝑊 5 + 𝑊 6 + 2 = 1 + 2 + 3 + 5 + 8 + 1 3 + 2 = 3 4 to𝑊 1 are: 1, 2, 3, 5, 8, 13, 21, 34. Yes, we recognise this sequence! This is the Virahānka-Fibonacci sequence introduced earlier in the chapter, where each term is the sum of the two preceding terms.𝑊 8