1.3 Arithmetic Sequence (A.S.)
1. The Definition
Let’s start with an example! If the first term of a sequence is $u_1 = 5$, and a fixed value, say $d=3$, is always added in order to find the next term, the following sequence is generated:
$5, 8, 11, 14, 17, \dots$
Such a sequence is called arithmetic. That is, in an arithmetic sequence the difference between any two consecutive terms is constant.
EXAMPLE 1
- If $u_1 = 1, d=2$ the sequence is $\mathbf{1, 3, 5, 7, 9, \dots}$
- If $u_1 = 2, d=2$ the sequence is $\mathbf{2, 4, 8, 10, 12, \dots}$
- If $u_1 = -10, d=5$ the sequence is $\mathbf{-10, -5, 0, 5, 10, \dots}$
- If $u_1 = 10, d=-3$ the sequence is $\mathbf{10, 7, 4, 1, -2, \dots}$
Notice that the common difference $d$ may also be negative!
2. QUESTION A: What is the general formula for $u_n$?
If we know $u_1$ and $d$, then the general term is given by:
Indeed, let us think: In order to find $u_5$, we start from $u_1$ and then add 4 times the difference $d$.
EXAMPLE 2
In an arithmetic sequence let $u_1 = 3$ and $d = 5$. Find (a) the first four terms and (b) the 100th term.
Solution:
$u_{100} = u_1 + 99d = 3 + 99(5) = \mathbf{498}$
EXAMPLE 3
In an arithmetic sequence let $u_1 = 100$ and $u_{16} = 145$. Find $u_7$.
Solution:
$145 = 100 + 15d$
$45 = 15d$
$d = 3$
⚠️ REMEMBER
Usually, the first task in an A.S. is to find the basic elements, $u_1$ and $d$, and then everything else!
EXAMPLE 4
In an arithmetic sequence let $u_{10} = 42$ and $u_{19} = 87$. Find $u_{100}$.
Solution:
$u_{10} = u_1 + 9d \quad \Rightarrow \quad u_1 + 9d = 42 \quad \text{(a)}$
$u_{19} = u_1 + 18d \quad \Rightarrow \quad u_1 + 18d = 87 \quad \text{(b)}$
$18d - 9d = 87 - 42$
$9d = 45$
$d = 5$
$u_{100} = u_1 + 99d = -3 + 99(5) = \mathbf{492}$
3. QUESTION B: What is the sum $S_n$ of the first $n$ terms?
EXAMPLE 5
For the A.S. $3, 5, 7, 9, 11, \dots$ find $S_3$ and $S_{101}$.
Solution:
$S_3 = 3 + 5 + 7 = \mathbf{15}$
$S_{101} = \frac{101}{2}[2u_1 + 100d] = \frac{101}{2}[2(3) + 100(2)]$
$S_{101} = \frac{101}{2}[206] = 101 \times 103 = \mathbf{10403}$
EXAMPLE 6
Find $10 + 20 + 30 + \dots + 200$
Solution:
EXAMPLE 7
Show that $1 + 2 + 3 + \dots + n = \frac{n(n+1)}{2}$
Solution:
EXAMPLE 8
The 3rd term of an A.S. is zero while the sum of the first 15 terms is -300. Find the first term and the sum of the first ten terms.
Solution:
GIVEN: $u_3 = 0, \quad S_{15} = -300$
ASK FOR: $u_1, \quad S_{10}$
$u_3 = u_1 + 2d \quad \Rightarrow \quad u_1 + 2d = 0$
$S_{15} = \frac{15}{2}(2u_1 + 14d) \quad \Rightarrow \quad 15u_1 + 105d = -300$
$u_1 + 2d = 0$
$15u_1 + 105d = -300$
$S_{10} = \frac{10}{2}(2u_1 + 9d) = 5(16 - 36) = \mathbf{-100}$
4. Notice for Consecutive Terms
Let $a, x, b$ be consecutive terms of an arithmetic sequence (whether these are the first three terms or some other three consecutive terms).
The common difference is equal to:
Hence, $2x = a + b$, that is: $x = \frac{a + b}{2}$
($x$ is the mean of $a$ and $b$)
EXAMPLE 9
Let $x+1, 3x, 6x-5$ be consecutive terms of an A.S. Find $x$.
Solution:
EXAMPLE 10
Let $a, 10, b, a+b$ be consecutive terms of an A.S. Find $a$ and $b$.
Solution:
that is: $10 - a = b - 10 = a$
$10 - a = a \Rightarrow 2a = 10 \Rightarrow \mathbf{a = 5}$
$b - 10 = a \Rightarrow b - 10 = 5 \Rightarrow \mathbf{b = 15}$
EXAMPLE 11
Let $100, a, b, c, 200$ be consecutive terms of an A.S. Find the values of $a, b$ and $c$.
Solution:
$a$ is the mean of $100$ and $150$, that is $\mathbf{a = 125}$
$c$ is the mean of $150$ and $200$, that is $\mathbf{c = 175}$