2.E: Sequences (Exercises)
( \newcommand{\kernel}{\mathrm{null}\,}\)
2.1: Definitions
1
Find the closed formula for each of the following sequences by relating them to a well known sequence. Assume the first term given is
- Answer
-
(where ).
2
For each sequence given below, find a closed formula for
- 4, 5, 7, 11, 19, 35, …
- 0, 3, 8, 15, 24, 35, …
- 6, 12, 20, 30, 42, …
- 0, 2, 7, 15, 26, 40, 57, … (Cryptic Hint: these might be called “house numbers”)
3
The Fibonacci sequence is
- Give the recursive definition for the sequence.
- Write out the first few terms of the sequence of partial sums:
… - Give a closed formula for the sequence of partial sums in terms of
(for example, you might say although that is definitely not correct).
- Answer
-
with and
4
Consider the three sequences below. For each, find a recursive definition. How are these sequences related?
- Answer
-
The sequences all have the same recurrence relation:
(the same as the Fibonacci numbers). The only difference is the initial conditions.
5
Show that
6
Write out the first few terms of the sequence given by
7
Write out the first few terms of the sequence given by
8
Find a closed formula for the sequence with recursive definition
9
Find a recursive definition for the sequence with closed formula
2.2: Arithmetic and Geometric Sequences
1
Consider the sequence
- Give a recursive definition for the sequence.
- Give a closed formula for the
th term of the sequence. - Is
a term in the sequence? Explain. - How many terms does the sequence
have? - Find the sum:
Show your work. - Use what you found above to find
the term of where
- Answer
-
with- Yes, since
(so ). - 133
2
Consider the sequence
- What is the next term in the sequence?
- Find a formula for the
th term of this sequence. - Find the sum of the first 100 terms of the sequence:
- Answer
-
which is We want Reverse and add to get 100 sums of 610, a total of 61000, which is twice the sum we are looking for.
3
Consider the sum
- How many terms (summands) are in the sum?
- Compute the sum. Remember to show all your work.
- Answer
-
- 36.
4
Consider the sequence
- How many terms are there in the sequence?
- What is the second-to-last term?
- Find the sum of all the terms in the sequence.
- Answer
-
terms, since to get 1 using the formula we must use Thus we have terms, plus the and terms. which is 6 less than (or plug in for ). Reverse and add. Each sum gives the constant and there are terms.
5
Find
- Answer
-
If we take the terms of the sum are an arithmetic sequence with closed formula Then for a total of 259 terms in the sum. Reverse and add to get 259 identical 526 terms, which is twice the total we seek.
6
Find
- Answer
-
Let the sum be and compute which causes terms except and to cancel. Then solve for
7
Find
8
Find
9
Starting with any rectangle, we can create a new, larger rectangle by attaching a square to the longer side. For example, if we start with a
- Create a sequence of rectangles using this rule starting with a
rectangle. Then write out the sequence of perimeters for the rectangles (the first term of the sequence would be 6, since the perimeter of a rectangle is 6 - the next term would be 10). - Repeat the above part this time starting with a
rectangle. - Find recursive formulas for each of the sequences of perimeters you found in parts (a) and (b). Don't forget to give the initial conditions as well.
- Are the sequences arithmetic? Geometric? If not, are they close to being either of these (i.e., are the differences or ratios almost constant)? Explain.
10
Consider the sequence
- Answer
-
We have
and so on. The terms in the sums are given by the arithmetic sequence In other words, To find the closed formula, we reverse and add. We get (we have there because there are terms in the sum for ).
11
If you have enough toothpicks, you can make a large triangular grid. Below, are the triangular grids of size 1 and of size 2. The size 1 grid requires 3 toothpicks, the size 2 grid requires 9 toothpicks.
- Let
be the number of toothpicks required to make a size triangular grid. Write out the first 5 terms of the sequence - Find a recursive definition for the sequence. Explain why you are correct.
- Is the sequence arithmetic or geometric? If not, is it the sequence of partial sums of an arithmetic or geometric sequence? Explain why your answer is correct.
- Use your results from part (c) to find a closed formula for the sequence. Show your work.
12
Use summation (
- Answer
-
13
Expand the following sums and products. That is, write them out the long way.
- Answer
-
2.3: Polynomial Fitting
1
Use polynomial fitting to find the formula for the
- 2, 5, 11, 21, 36,…
- 0, 2, 6, 12, 20,…
- 1, 2, 4, 8, 15, 26 …
- 3, 6, 12, 22, 37, …. After finding a formula here, compare to part (a).
- Answer
-
- Notice that the third differences are constant, so
Use the terms of the sequence to solve for and to get Here we know that we are looking for a quadratic because the second differences are constant. So Since we know So just solve the system
- Notice that the third differences are constant, so
2
Make up a sequences that have
- 3, 3, 3, 3, … as its second differences.
- 1, 2, 3, 4, 5, … as its third differences.
- 1, 2, 4, 8, 16, … as its 100th differences.
3
Consider the sequence
The first differences are
Call the original sequence
4
Use a similar technique as in the previous exercise to find a closed formula for the sequence
5
In their down time, ghost pirates enjoy stacking cannonballs in triangular based pyramids (aka, tetrahedrons), like those pictured here:
Note, in the picture on the right, there are some cannonballs (actually just one) you cannot see. The next picture would have 4 cannonballs you cannot see. The stacks are not hollow.
The pirates wonder how many cannonballs would be required to build a pyramid 15 layers high (thus breaking the world cannonball stacking record). Can you help?
- Let
denote the number of cannonballs needed to create a pyramid layers high. So and so on. Calculate and - Use polynomial fitting to find a closed formula for
Show your work. - Answer the pirate's question: how many cannonballs do they need to make a pyramid 15 layers high?
6
Suppose
- Answer
-
Thus Note that this is linear (arithmetic). We can check that we are correct. The sequence is and the sequence of differences is thus which agrees with (if we start at ).
7
Repeat the above assuming this time
8
Can you use polynomial fitting to find the formula for the
9
Will the
10
Consider the sequences
- Describe the rate of growth of this sequence.
- Find a recursive definition for the sequence.
- Find a closed formula for the sequence.
- If you look at the sequence of differences between terms, and then the sequence of second differences, the sequence of third differences, and so on, will you ever get a constant sequence? Explain how you know
2.4: Solving Recurrence Relations
1
Find the next two terms in
- Answer
-
171 and 341.
with and Closed formula: To find this solve the characteristic polynomial, to get characteristic roots and Then solve the system
2
Solve the recurrence relation
- Answer
-
We should use telescoping or iteration here. For example, telescoping giveswhich sums to
(using the multiply-shift-subtract technique from Section 2.2 for the right-hand side). Substituting and solving for completes the solution.
3
Show that
- Answer
-
We claim
works. Plug it in: This works - just simplify the right-hand side.
4
Find the solution to the recurrence relation
- Answer
-
By the Characteristic Root Technique.
5
Find the solution to the recurrence relation
6
Solve the recurrence relation
- What is the solution if the initial terms are
and - What do the initial terms need to be in order for
- For which
are there initial terms which make
7
Solve the recurrence relation
8
Suppose that
9
Think back to the magical candy machine at your neighborhood grocery store. Suppose that the first time a quarter is put into the machine 1 Skittle comes out. The second time, 4 Skittles, the third time 16 Skittles, the fourth time 64 Skittles, etc.
- Find both a recursive and closed formula for how many Skittles the nth customer gets.
- Check your solution for the closed formula by solving the recurrence relation using the Characteristic Root technique.
10
You have access to
- Find a recursive definition for the sequence
of paths of length - Solve the recurrence relation using the Characteristic Root technique.
11
Let
- First, find a recurrence relation to describe the problem. Explain why the recurrence relation is correct (in the context of the problem).
- Write out the first 6 terms of the sequence
- Solve the recurrence relation. That is, find a closed formula for
12
Consider the recurrence relation
- Find the general solution to the recurrence relation (beware the repeated root).
- Find the solution when
and - Find the solution when
and
2.5: Induction
1
Use induction to prove for all
- Solution
-
Proof
We must prove that
for all Thus let be the statement We will prove that is true for all First we establish the base case, which claims that Since we see that is true. Now for the inductive case. Assume that is true for an arbitrary That is, We must show that is true (i.e., that ). To do this, we start with the left-hand side of and work to the right-hand side:Thus
is true so by the principle of mathematical induction, is true for all
2
Prove that
- Solution
-
Proof
Let
be the statement “ is a multiple of 6.” We will show is true for all First we establish the base case, Since and is a multiple of 6, is true. Now for the inductive case. Assume holds for an arbitrary That is, is a multiple of 6, or in other words, for some integer Now considerTherefore
is a multiple of 6, or in other words, is true. Therefore by the principle of mathematical induction, is true for all
3
Prove that
- Solution
-
Proof
Let
be the statement We will prove that is true for all First the base case, We have which is true, so is established. Now the inductive case. Assume that is true for some fixed arbitrary That is, We will now prove that is also true (i.e., that ). We start with the left-hand side of and work to the right-hand side:Thus
holds, so by the principle of mathematical induction, is true for all
4
Prove that
- Solution
-
Proof
Let
be the statement We will show that is true for all First the base case is easy because and so Now consider the inductive case. Assume is true, that is, assume To establish we work from left to right:Therefore
which is to say holds. Therefore by the principle of mathematical induction, is true for all
5
Prove that
- Solution
-
Proof
Let
be the statement We will show is true for all First, we check the base case and see that yes, (as ) so is true. Now for the inductive case. Assume is true for an arbitrary That is, Now consider To prove this, we start with the left side and work to the right side.Therefore
so we have established Thus by the principle of mathematical induction is true for all
6
Prove, by mathematical induction, that
7
Zombie Euler and Zombie Cauchy, two famous zombie mathematicians, have just signed up for Twitter accounts. After one day, Zombie Cauchy has more followers than Zombie Euler. Each day after that, the number of new followers of Zombie Cauchy is exactly the same as the number of new followers of Zombie Euler (and neither lose any followers). Explain how a proof by mathematical induction can show that on every day after the first day, Zombie Cauchy will have more followers than Zombie Euler. That is, explain what the base case and inductive case are, and why they together prove that Zombie Cauchy will have more followers on the 4th day.
8
Find the largest number of points which a football team cannot get exactly using just 3-point field goals and 7-point touchdowns (ignore the possibilities of safeties, missed extra points, and two point conversions). Prove your answer is correct by mathematical induction.
9
Prove that the sum of
10
What is wrong with the following “proof” of the “fact” that
Proof
Let
- Solution
-
The only problem is that we never established the base case. Of course, when
11
The proof in the previous problem does not work. But if we modify the “fact,” we can get a working proof. Prove that
- Answer
-
Proof
Let
be the statement that We will prove that is true for all First, note that the base case holds: Now assume for induction that is true. That is, We must show that is true. Now since add 1 to both sides. This gives Regrouping But this is simply Thus by the principle of mathematical induction is true for all
12
Find the flaw in the following “proof” of the “fact” that
Proof
Let
- Solution
-
The problem here is that while
is true, and while for some values of there is at least one value of (namely ) when that implication fails. For a valid proof by induction, must be true for all values of greater than or equal to the base case.
13
While the above proof does not work (it better not since the statement it is trying to prove is false!) we can prove something similar. Prove that there is a strictly increasing sequence
- Solution
-
Proof
Let
be the statement “there is a strictly increasing sequence with ” We will prove is true for all First we establish the base case: says there is a single number with This is true – take Now for the inductive step, assume is true. That is there exists a strictly increasing sequence with Now consider this sequence, plus one more term, which is greater than but less than Such a number exists, for example, the average between and 100. So then is true, so we have shown that Thus by the principle of mathematical induction, is true for all
14
What is wrong with the following “proof” of the “fact” that for all
Proof
Let
15
Now give a valid proof (by induction, even though you might be able to do so without using induction) of the statement, “for all
16
Prove that there is a sequence of positive real numbers
- Solution
-
The idea is to define the sequence so that
is less than the distance between the previous partial sum and 2. That way when you add it into the next partial sum, the partial sum is still less than 2. You could do this ahead of time, or use a clever in the induction proof.Proof
Let
be the statement, “there is a sequence of positive real numbers such that ”Base case: Pick any
Inductive case: Assume that
Now let ThenTherefore, by the principle of mathematical induction,
is true for all
17
Prove that every positive integer is either a power of 2, or can be written as the sum of distinct powers of 2.
- Solution
-
The proof will by by strong induction.
Proof
Let
be the statement “ is either a power of 2 or can be written as the sum of distinct powers of 2.” We will show that is true for allBase case:
is a power of 2, so is true.Inductive case: Suppose
is true for all Now if is a power of 2, we are done. If not, let be the largest power of 2 strictly less than Consider which is a smaller number, in fact smaller than both and Thus is either a power of 2 or can be written as the sum of distinct powers of 2, but none of them are going to be so the together with we have written as the sum of distinct powers of 2.Therefore, by the principle of (strong) mathematical induction,
is true for all
18
Prove, using strong induction, that every natural number is either a Fibonacci number or can be written as the sum of distinct Fibonacci numbers.
19
Use induction to prove that if
- Solution
-
Note, we have already proven this without using induction, but looking at it inductively sheds light onto the problem (and is fun).
Proof
Let
be the statement “when people shake hands with each other, there are a total of handshakes.”Base case: When
there will be one handshake, and Thus is true.Inductive case: Assume
is true for arbitrary (that the number of handshakes among people is What happens if a st person shows up? How many new handshakes take place? The new person must shake hands with everyone there, which is new handshakes. So the total is now as needed.Therefore, by the principle of mathematical induction,
is true for all
20
Suppose that a particular real number
- Solution
-
When
we get and when is an integer, so the base case holds. Now assume the result holds for all natural numbers In particular, we know that and are both integers. Thus their product is also an integer. But,Note also that
is an integer by the induction hypothesis, so we can conclude that is an integer.
21
Use induction to prove that
22
Use induction to prove
23
Use the product rule for logarithms (
- Solution
-
The idea here is that if we take the logarithm of
we can increase by 1 if we multiply by another (inside the logarithm). This results in adding 1 more to the total.Proof
Let
be the statement The base case, is true, because by the product rule for logarithms. Now assume, for induction, that is true. That is, Consider We havewith the last equality due to the inductive hypothesis. But this simplifies to
establishing Therefore by the principle of mathematical induction, is true for all
24
Let
You may assume
- Hint
-
You are allowed to assume the base case. For the inductive case, group all but the last function together as one sum of functions, then apply the usual sum of derivatives rule, and then the inductive hypothesis.
25
Suppose
You may assume the product rule for two functions is true.
- Hint
-
For the inductive step, we know by the product rule for two functions that
Then use the inductive hypothesis on the first summand, and distribute.

