Skip to main content
Logo image

Section 2.6 Chapter Summary

Investigate!
Each day your supply of magic chocolate covered espresso beans doubles (each one splits in half), but then you eat 5 of them. You have 10 at the start of day 0.
  1. Write out the first few terms of the sequence. Then give a recursive definition for the sequence and explain how you know it is correct.
  2. Prove, using induction, that the last digit of the number of beans you have on the nth day is always a 5 for all n1.
  3. Find a closed formula for the nth term of the sequence and prove it is correct by induction.
In this chapter we explored sequences and mathematical induction. At first these might not seem entirely related, but there is a link: recursive reasoning. When we have many cases (maybe infinitely many), it is often easier to describe a particular case by saying how it relates to other cases, instead of describing it absolutely. For sequences, we can describe the nth term in the sequence by saying how it is related to the previous term. When showing a statement involving the variable n is true for all values of n, we can describe why the case for n=k is true on the basis of why the case for n=k1 is true.
While thinking of problems recursively is often easier than thinking of them absolutely (at least after you get used to thinking in this way), our ultimate goal is to move beyond this recursive description. For sequences, we want to find closed formulas for the nth term of the sequence. For proofs, we want to know the statement is actually true for a particular n (not only under the assumption that the statement is true for the previous value of n). In this chapter we saw some methods for moving from recursive descriptions to absolute descriptions.
  • If the terms of a sequence increase by a constant difference or constant ratio (these are both recursive descriptions), then the sequences are arithmetic or geometric, respectively, and we have closed formulas for each of these based on the initial terms and common difference or ratio.
  • If the terms of a sequence increase at a polynomial rate (that is, if the differences between terms form a sequence with a polynomial closed formula), then the sequence is itself given by a polynomial closed formula (of degree one more than the sequence of differences).
  • If the terms of a sequence increase at an exponential rate, then we expect the closed formula for the sequence to be exponential. These sequences often have relatively nice recursive formulas, and the characteristic root technique allows us to find the closed formula for these sequences.
  • If we want to prove that a statement is true for all values of n (greater than some first small value), and we can describe why the statement being true for n=k implies the statement is true for n=k+1, then the principle of mathematical induction gives us that the statement is true for all values of n (greater than the base case).
Throughout the chapter we tried to understand why these facts listed above are true. In part, that is what proofs, by induction or not, attempt to accomplish: they explain why mathematical truths are in fact truths. As we develop our ability to reason about mathematics, it is a good idea to make sure that the methods of our reasoning are sound. The branch of mathematics that deals with deciding whether reasoning is good or not is mathematical logic, the subject of the next chapter.

Exercises Chapter Review

1.

Find 9+16+23++1955.

2.

Consider the sequence 1,13,25,37,,12n+1.
  1. How many terms are there in the sequence?
  2. What is the second-to-last term?
  3. Find the sum of all the terms in the sequence.

3.

Consider the sequence given by an=25n1.
  1. Find the first 4 terms of the sequence.
    a1= , a2= , a3= , a4= ,...
    What sort of sequence is this?
    • arithmetic
    • geometric
    • neither
  2. Find the sum of the first 34 terms. That is, compute k=134ak.

4.

Consider the sequence 5,11,19,29,41,55,. Assume a1=5.
  1. Find a closed formula for an, the nth term of the sequence, by writing each term as a sum of a sequence. Hint: first find a0, but ignore it when collapsing the sum.
  2. Find a closed formula again, this time using either polynomial fitting or the characteristic root technique (whichever is appropriate). Show your work.
  3. Find a closed formula once again, this time by recognizing the sequence as a modification to some well known sequence(s). Explain.

5.

Use polynomial fitting to find the formula for the nth term of the sequence (an)n1 which starts,
8,17,28,41,56,
Note the first term above is a1, not a0.
an=

6.

Suppose the closed formula for a particular sequence is a degree 3 polynomial. What can you say about the closed formula for:
  1. The sequence of partial sums.
  2. The sequence of second differences.

7.

Consider the sequence given recursively by a1=4, a2=6 and an=an1+an2.
  1. Write out the first 6 terms of the sequence.
  2. Could the closed formula for an be a polynomial? Explain.

8.

The sequence (an)n1 starts 1,0,2,5,9,14 and has closed formula an=(n+1)(n2)2. Use this fact to find a closed formula for the sequence (bn)n1 which starts 4,10,18,28,40,.

9.

The in song The Twelve Days of Christmas, my true love gave to me first 1 gift, then 2 gifts and 1 gift, then 3 gifts, 2 gifts and 1 gift, and so on. How many gifts did my true love give me all together during the twelve days?

10.

Consider the recurrence relation an=5an1+14an2 with first two terms a0=10 and a1=12.
  1. Write out the first 5 terms of the sequence defined by this recurrence relation.
    a2= , a3= , a4= , ...
  2. Solve the recurrence relation. That is, find a closed formula for an.
an=

11.

Consider the recurrence relation an=2an1+8an2 with first two terms a0=1 and a1=2.
  1. Find the next two terms of the sequence (a2 and a3):
    a2=
    a3=
  2. Solve the recurrence relation. That is, find a closed formula for an.
    an=

12.

Your magic chocolate bunnies reproduce like rabbits: every large bunny produces 2 new mini bunnies each day, and each day every mini bunny born the previous day grows into a large bunny. Assume you start with 2 mini bunnies and no bunny ever dies (or gets eaten).
  1. Write out the first few terms of the sequence.
  2. Give a recursive definition of the sequence and explain why it is correct.
  3. Find a closed formula for the nth term of the sequence.

13.

Consider the sequence of partial sums of squares of Fibonacci numbers: F12, F12+F22, F12+F22+F32,. The sequences starts 1,2,6,15,40,
  1. Guess a formula for the nth partial sum, in terms of Fibonacci numbers. Hint: write each term as a product.
  2. Prove your formula is correct by mathematical induction.
  3. Explain what this problem has to do with the following picture:

14.

Prove the following statements by mathematical induction:
  1. n!<nn for n2
  2. 112+123+134++1n(n+1)=nn+1 for all nZ+.
  3. 4n1 is a multiple of 3 for all nN.
  4. The greatest amount of postage you cannot make exactly using 4 and 9 cent stamps is 23 cents.
  5. Every even number squared is divisible by 4.

15.

Prove 13+23+33++n3=(n(n+1)2)2 holds for all n1, by mathematical induction.

16.

Suppose a0=1, a1=1 and an=3an12an1. Prove, using strong induction, that an=1 for all n.

17.

Prove using induction that every set containing n elements has 2n different subsets for any n1.
You have attempted 1 of 8 activities on this page.