Slides: C1 Chapter 6 - Sequences

Download Report

Transcript Slides: C1 Chapter 6 - Sequences

C1 Chapter 6 Arithmetic Series
Dr J Frost ([email protected])
Last modified: 7th October 2013
Types of sequences
common difference
𝑑
?
+3
+3
+3
2, 5, 8, 11, 14, …
This is a:
Arithmetic
? Series
common?ratio π‘Ÿ
×2 ×2
×2
3, 6, 12, 24, 48, …
1, 1, 2, 3, 5, 8, …
? Series
Geometric
This is the Fibonacci Sequence. The
terms follow a recurrence relation
because each term?can be generated
using the previous ones.
The fundamentals of sequences
π‘ˆπ‘›
𝑛
𝑛 = 3?
The 𝑛th? term.
If 𝑼𝒏 is the β€˜current term’, how
could we describe:
?
The position.
The previous term:
The term before that:
π‘ˆ3 = 8?
?
2, 5, 8, 11, 14, …
?
π‘Όπ’βˆ’πŸ
π‘Όπ’βˆ’πŸ
?
Thus the following sequence:
1, 1, 2, 3, 5, 8, …
Could be described using:
π‘ΌπŸ = 𝟏,
π‘ΌπŸ = 𝟏,
? + π‘Όπ’βˆ’πŸ
𝑼𝒏 = π‘Όπ’βˆ’πŸ
Term-to-term and position-to-term
2, 5, 8, 11, 14, 17, …
What is the formula for the 𝑛th term based on:
…the position of the term 𝒏:
π‘ˆπ‘› = 3𝑛 βˆ’?1
…the previous term:
π‘ˆπ‘› = π‘ˆπ‘›βˆ’1 + 3
?
𝑛β‰₯1
𝑛th term of an arithmetic sequence
We often use π‘Ž to denote the first term. Recall that 𝑑 is the difference between
terms, and 𝑛 is the position of the term we’re interested in.
1st Term
π‘Ž ?
2nd Term
π‘Ž +?𝑑
3rd Term
π‘Ž +?2𝑑
...
...
π‘ˆπ‘› = π‘Ž + 𝑛 βˆ’ 1 𝑑
𝑛th term
π‘Ž + (𝑛?βˆ’ 1)𝑑
𝑛th term of an arithmetic sequence
Find the requested term of the following sequences.
2, 5, 8, 11, 14, 17, …
100th term
10, 8, 6, 4, …
50th term
π‘Ž = 10,
? 𝑑 = βˆ’2,
? 𝑛 = 50
?
π‘ˆ50 = βˆ’88
?
5π‘₯, π‘₯, βˆ’3π‘₯, βˆ’7π‘₯, …
20th term
π‘Ž = 5π‘₯,
? 𝑑 = βˆ’4π‘₯,
? 𝑛 = 20
?
π‘ˆ20 = βˆ’71π‘₯
?
π‘Ž = 2,
? 𝑑 =?3, 𝑛 = 100
?
π‘ˆ100 = 299
?
Give that the 3rd term of an arithmetic series is 20 and the 7th term is 12. Find
a) The first term.
b) The 20th term.
24?
βˆ’14
?
Exercises
1
The first term of an arithmetic sequence is 14. If the fourth term is 32, find the
common difference.
𝒅 =? πŸ”
2
Given that the 3rd term of an arithmetic series is 30 and the 10th term is 9, find π‘Ž
and 𝑑.
𝒂 = πŸ‘πŸ”,?𝒅 = βˆ’πŸ‘
3
In an arithmetic series the 20th term is 14 and the 40th term is -6. Find the 10th
term.
πŸπŸ’
?
4
For which values of π‘₯ would the expression βˆ’8, π‘₯ 2 and 17π‘₯ form the first three
terms of an arithmetic series.
𝟏
𝒙= ?
,𝒙 = πŸ–
𝟐
The number of terms
Bro Tip: If you’re trying to work out the number of terms in a sequence, you can do
whatever you like to the terms in the sequence until you get 1 to 𝑛, after which the
number of terms becomes obvious.
1, 3, 5, 7, 9, … , 111
? … , 112
2, 4, 6, 8, 10,
1, 2, 3, 4,? 5, … , 56
So there are 56 terms.
Add or subtract such
that the numbers are
now multiples of the
common difference.
Then divide.
The number of terms
How many terms? (work out in your head!)
1
2
3
4
5
5, 10, 15, 20, … , 200
2, 5, 8, 11, 14, … , 449
9, 19, 29, 39, … , 1999
11, 16, 21, 26, … , 151
5, 9, 13, 17, … , 409
𝑛 = 40?
?
𝑛 = 150
?
𝑛 = 200
𝑛 = 29?
𝑛 = 102
?
Sum of the first 𝑛 terms of a sequence.
𝒏th term
π‘ˆπ‘› = π‘Ž + 𝑛 βˆ’ 1 𝑑
sum of first 𝒏 terms
𝑛
𝑆𝑛 = 2π‘Ž ?+ 𝑛 βˆ’ 1 𝑑
2
Let’s prove it!
Find the sum of the first 30 terms of the following arithmetic sequences…
1
2 + 5 + 8 + 11 + 13 …
𝑆30 = 1365?
2
100 + 98 + 96 + β‹―
𝑆30 = 2130?
3
𝑝 + 2𝑝 + 3𝑝 + β‹―
𝑆30 = 465𝑝?
Bro Tips: Explicitly write out "π‘Ž =
β‹― , 𝑑 = β‹― , 𝑛 = ⋯”. You’re less
likely to plug in numbers wrong
into the formula.
Make sure you write 𝑆𝑛 = β‹― so
you make clear to yourself (and
the examiner) that you’re finding
the sum of the first 𝑛 terms, not
the 𝑛th term.
Sum of the first 𝑛 terms of a sequence.
Find the greatest number of terms for the sum of 4 + 9 + 14 + β‹― to exceed 2000.
𝑺𝒏 > 𝟐𝟎𝟎𝟎,
𝒂 = πŸ’,
𝒅=πŸ“
𝒏
πŸπ’‚ + 𝒏 βˆ’ 𝟏 𝒅 > 𝟐𝟎𝟎𝟎
𝟐
𝒏
πŸ– + 𝒏 βˆ’ 𝟏 πŸ“ > 𝟐𝟎𝟎𝟎
𝟐
?
πŸ“π’πŸ + πŸ‘π’ βˆ’ πŸ’πŸŽπŸŽπŸŽ > 𝟎
𝒏 < βˆ’πŸπŸ–. πŸ“ 𝒐𝒓 𝒏 > πŸπŸ•. πŸ—
So 28 terms needed.
Exam Question
Edexcel C1 Jan 2012
𝑇 =?400
𝑃 = £24450
?
Exam Question
Exercise 6F
Q1a, c, e, g
Q2a, c
Q5, Q6, 8, 10
Using Ξ£
What do these summations mean?
10
2𝑛 = 2 + 4 + 6 + 8 +?β‹― + 18 + 20
𝑛=1
This is commonly seen
in exams.
4
π‘Žπ‘˜ = π‘Ž1 + π‘Ž2 + π‘Ž3 + ?
π‘Ž4
π‘˜=1
15
10 βˆ’ 2π‘˜ = 0 + βˆ’2 + βˆ’4? + β‹― + βˆ’20
π‘˜=5
Using Ξ£
Bro Tip: As
always, start by
explicitly writing
out your π‘Ž, 𝑛
and 𝑑 values.
20
4π‘Ÿ + 1 = 860 ?
π‘Ÿ=1
5
10
3 + 2π‘ž = 48 ?
π‘ž=0
3 βˆ’ π‘Ÿ = βˆ’25 ?
π‘Ÿ=1
More on recurrence relations
There will occasionally be two series questions, one on nth term/sum of n terms, and the
other on recurrence relations. Note that the sequence may not be arithmetic.
Edexcel C1 May 2013 (Retracted)
How would you say
this in words?
π‘₯2 =?1 βˆ’ π‘˜
π‘₯3 = π‘₯22 βˆ’ π‘˜π‘₯2
= 1βˆ’π‘˜ 2βˆ’π‘˜ ?
1βˆ’π‘˜
= 1 βˆ’ 3π‘˜ + 2π‘˜ 2
? 32
π‘˜=
1
1
+1+ βˆ’
+β‹―
2
2
1
= 50 × 1 + βˆ’ × 50 = 25
2
= 1+ βˆ’
?
More on recurrence relations
Edexcel C1 Jan 2012
π‘₯2 =?π‘Ž + 5
π‘₯3 = π‘Ž π‘Ž +?5 + 5 = β‹―
π‘Ž2 + 5π‘Ž + 5 = 41
π‘Ž2 + 5π‘Ž βˆ’ 36 = 0
π‘Ž + 9 π‘Ž?βˆ’ 4 = 0
π‘Ž = βˆ’9 π‘œπ‘Ÿ 4