3.2: Arithmetic Sequences, Geometric Sequences : Visual Reasoning, and Proof by Induction
( \newcommand{\kernel}{\mathrm{null}\,}\)
Arithmetic Sequences
Definition
Arithmetic sequences are patterns of numbers that increase (or decrease) by a set amount each time when you advance to a new term. You can determine the next term by adding the difference between any two terms to the final one to generate the next term. Let
Example :
5 | 11 | 2 |
6 | 13 | 2 |
7 | 15 | 2 |
8 | 17 | 2 |
As you can see, this sequence's terms increase by
Example :
Given the following sequence, can we determine
So:
, because that is the first term in the sequence. , because the terms increase by 3 each time.
So the general form for the sequence is:
Thinking Out Loud:
Is a sequence still an arithmetic sequence if the difference changes with each iteration, even if it is still added? Why or why not? What truly defines an arithmetic sequence?Finite Sum of Arithmetic Sequences
There are two equivalent formulas for determining the finite sum of an arithmetic sequence. Here, we shall derive both the formulas and show how they are equal.
Example :
Consider
Now,
Then,
Hence,
Let's illustrate these formulas by using the sequence
Example :
The first formula we can use looks like this:
As we can see, this formula takes the average between the first and last terms, and multiplies by the number of terms in the series. So, if we use our series
Example :
The second formula we can use looks like:
As we can see, this method doesn't need us to know the value of the
So these two methods look to be equivalent so far. Let's show that this is true in the general case:
Example :
Consider
Consider
Since
And
Then
Let's explore summation notation, which will be useful to represent finite sums:
Sigma (Summation) Notation
A finite sum requires adding up long strings of numbers. To make writing down these lengthy sums easier, we look at some new notation here, called sigma notation (also known as summation notation). The Greek capital letter
We could probably skip writing a couple of terms and write
which is better, but still cumbersome. With sigma notation, we write this sum as
which is much more compact. Typically, sigma notation is presented in the form
where
Let’s try a couple of examples of using sigma notation.
Example : Using Sigma Notation
- Write in sigma notation and evaluate the sum of terms
for - Write the sum in sigma notation:
Solution
- Write
- The denominator of each term is a perfect square. Using sigma notation, this sum can be written as
.
Exercise
Write in sigma notation and evaluate the sum of terms
- Hint
-
Use the solving steps in Example as a guide.
- Answer
-
The properties associated with the summation process are given in the following rule.
Rule: Properties of Sigma Notation
Let
- Proof:
-
We prove properties 2. and 3. here, and leave proof of the other properties to the Exercises.
2. We have
.3. We have
□
A few more formulas for frequently found functions simplify the summation process further. These are shown in the next rule, for sums and powers of integers, and we will explore further in later examples.
Rule: Sums and Powers of Integers
- The sum of n integers is given by
2. The sum of consecutive integers squared is given by
3. The sum of consecutive integers cubed is given by
- Proof
-
We leave proof (by induction) of the rules to the Exercises.
Geometric Sequences
Definition:
Geometric sequences are patterns of numbers that increase (or decrease) by a set ratio with each iteration. You can determine the ratio by dividing a term by the preceding one. Let
Example
1 | 3 | |
2 | 6 | 2 |
3 | 12 | 2 |
4 | 24 | 2 |
So we can see that
Example
Given the sequence
- Determine
and - Express the general form of the sequence
So:
because that is the sequence's initial term. , because if we divide any term by the preceding one, that is the result.
So the general form for the sequence is:
Finite Sum of Geometric Sequences
Let's use the Gauss method to find a general case for the sum of a geometric sequence:
Example
Let
Consider
Now,
That is,
Sum of Integers
Observe:
Example
Let's figure out a general case for a sum of integers beginning with
Let
So
This is because when you add
Then,
That is
Example
Here's that same concept being proven inductively:
Prove that
Base step: Choose
Induction Assumption: Assume that
We shall show that
Consider
Thus, by induction we have
Thinking Out Loud:
Can we determineThe sum of Positive Odd Integers
Thinking Out Loud:
The edges of an equilateral triangle are divided intoObserve:
Example
Let's look at a table of the sums of the first
1 | 1 |
2 | 4 |
3 | 9 |
4 | 16 |
5 | 25 |
As we can see, the sum of the first
Example
Let's try a visual proof for this one as well. Remember, square numbers can be arranged into perfectly square arrays.
As we can see, when we arrange odd integers into an array (each new term is represented by a new color), we always have an array with
Exercise
By using induction, prove that
The Sum of Positive Even Integers
Observe:
Example
Let's try deriving this using what we already know:
If we write the sum of positive even integers as
We see we can factor out the 2:
So then the sum of a series of positive even integers is:
Or
Example
Let's try a visual proof:
Here is the sum of the first
Now, if we move some of the points to make a rectangular array...
...we can see that, for
Contributors
Gilbert Strang (MIT) and Edwin “Jed” Herman (Harvey Mudd) with many contributing authors. This content by OpenStax is licensed with a CC-BY-SA-NC 4.0 license. Download for free at http://cnx.org.
Pamini Thangarajah (Mount Royal University, Calgary, Alberta, Canada)