Maths Induction
Maths Induction
Maths Induction
Topics in
PRECALCULUS
Table of Contents | Home
26
MATHEMATICAL INDUCTION
The principle of mathematical induction
and
=
akabkb
= ak + 1bk
+1
.
This is line (4), which is what we wanted to show.
So, we have shown that if the theorem is true for
any specific natural number k, then it is also true for
its successor, k + 1.
Next, we must show that the rule is true for n = 1;
that is, that
(ab)1 = a1b1.
But (ab)1 = ab; and a1b1 = ab.
This rule is therefore true for every natural
number n.
= k²(k + 1)²
S(k) (1)
4
(k + 1)²(k +
=
S(k + 1) 2)² (2)
4
=
S(k + 1) S(k) + (k + 1)3
k²(k +
= + (k +
1)²
4
1)3
(k + 1)²[k² + 4(k
=
+ 1)]
4
(k + 1)²(k² + 4k
=
+ 4)
4
= (k + 1)²(k + 2)²
4
This is line (2), which is what we wanted to show.
Finally, we must show that the formula is true for
n = 1.
1²·
1 = 2²
3
4
= 1· 4
1 4
= (k + 1)²
d) To complete the proof by
mathematical induction, what must we
a) show?
T
h
e
s
t
a
t
e
m
e
n
t
i
s
t
r
u
e
f
o
r
n
1
.
e) Show that.
1
1
²
Problem 4. Prove by
mathematical induction:
Next,
T
h
e
f
o
r
m
u
l
a
i
s
t
r
u
f
o
r
1
:
1 + 2 + 3 + ... + n
1 + 4 + 9 + ... + n2
1 + 8 + 27 + ... + n3
1 + 16 + 81 + ... + n4
1 + 32 + 243 + ... + n5
The closed form for a summation is a formula that allows you to find the sum simply by
knowing the number of terms.
Finding Closed Form
Find the sum of : 1 + 8 + 22 + 42 + ... + (3n2-n-2)
The general term is an = 3n2-n-2, so what we're trying to find is ∑(3k2-k-2), where the ∑
is really the sum from k=1 to n, I'm just not writing those here to make it more
accessible.
Take the original, open form of the summation, ∑(3k2-k-2)
Distribute the summation sign, ∑3k2 - ∑k - ∑2
Factor out any constants, 3∑k2 - ∑k - 2∑1
Replace each summation by the closed form given above. The closed form is a formula
for a sum that doesn't include the summation sign, only n.
Remember that the word factor begins with the letter F and anytime you have a choice
of doing something in mathematics that starts with the letter F, that's probably where
you should start. So, do not expand, factor instead.
The common factor is n so we'll factor that out of each term. The whole expression is
over 2.
n [ (n+1)(2n+1) - (n+1) - 4 ] / 2
Now expand inside the brackets [ ].
n [ 2n2 + 3n + 1 - n - 1 - 4 ] / 2
Simplify like terms.
n ( 2n2 + 2n - 4 ) / 2
Notice the common factor of 2 inside the parentheses, let's factor that out.
2 n ( n2 + n - 2 ) / 2
The 2 in the numerator and the 2 in the denominator divide out and we can factor the
rest to get the closed form for the sum.
n ( n + 2 ) ( n - 1)
Isn't that beautiful? At this point, we could write a mathematical induction problem
similar to those in the book for this problem. It would read ...
Prove:
We're not going to prove that statement, but that is how the book came up with many of
the problems that you're asked to prove. You take an open form, find the closed form,
and then put it in the text as a problem for the student to prove.
Pattern Recognition
Sometimes you have to figure out what the general term of a sequence is. Here are
some guidelines.
1. Calculate the first several terms of the sequence. Sometimes it helps to write the
term in factored and expanded form.
2. Try to find a recognizable pattern. Here are some things to look for
1. Linear patterns: an + b (will have a common difference)
2. Quadratic pattern: an2 + b (the perfect squares plus/minus a constant)
3. Cubic pattern: an3 + b (the perfect cubes plus/minus a constant)
4. Exponential patterns: 2n + b, 3n + b (powers of 2 or 3 plus/minus a
constant)
5. Factorial patterns: n!, (2n)!, (2n-1)! (factoring these really helps)
3. After you have your pattern, then you can use mathematical induction to prove
the conjecture is correct.
Finite Differences
Finite differences can help you find the pattern if you have a polynomial sequence.
The first differences are found by subtracting consecutive terms. If the first differences
are all the same, then the pattern is linear.
The second differences are found by subtracting consecutive first differences. If the
second differences are all the same, then the pattern is quadratic. Remember that you
can find a quadratic model by taking the equation y=ax2+bx+c with three points. Then
solve the system of equations that results. The analogy here is that you can find
an=an2+bn+c by substituting in three terms in the sequence for an and their
corresponding position in the sequence for n. Then solve the system of linear equations.
This can be extended to third differences by subtracting consecutive second
differences. If the third differences are all the same, the pattern is cubic. You can fit a
cubic model with four points and the model an=an3+bn2+cn+d.
Finite Differences Example:
Find the general term of the sequence 1, -2, -1, 4, 13, 26, 43, 64, 89, ...
The first finite differences are found by subtracting consecutive terms in the original
sequnce. That is, take -2-1=-3, -1-(-2)=1, 4-(-1)=5, 13-4=9, 26-13=13, etc.
The first finite differences are: -3, 1, 5, 9, 13, 17, 21, 25, ...
Since these aren't all the same, your sequence is not a linear (first degree) polynomial.
Move on to the second finite differences. These are the differences in the consecutive
terms of the first finite differences. 1-(-3)=4, 5-1=4, 9-5=4, 13-9=4, 17-13=4, etc.
The second finite differences are 4, 4, 4, 4, 4, 4, 4, ...
Since the second finite differences are all the same, your sequence is that of a second
degree polynomial and you can write the general term as an = An2 + Bn + C.
Plug in the values 1, 2, 3 (since there are three variables) into the expression.
1. When n=1, 1A + 1B + 1C = 1 (the first term is 1)
2. When n=2, 4A + 2B + 1C = -2 (the second term is -2)
3. When n=3, 9A + 3B + 1C = -1 (the third term is -1)
Now, solve that system of linear equations (I recommend using matrix inverses AX=B,
so X=A-1B). If you need a refresher on how to do that, visit the section on matrix inverses
in chapter 6.
In our case, we get A=2, B=-9, and C=8, so the general term of our sequence is an=2n2-
9n+8.
If you want to check it, pick any value for n and plug it into the general term. You should
get the nth number in the sequence. For example, if n = 6, then a6 = 2(6)2 - 9(6) + 8 = 26.
Check the sequence, sure enough, the 6th number is 26.
illustrated below.
+ n = (1 + 2 + 3 + ... + n) .
3 2
Proof.
We argue by induction. For n=1 this says that f = 2 is even 3
- which it is.
some integer m.
Now we must show that f is even. 3(k+1)
+ m ).
.
D. Recall that every bounded, monotone sequence
converges. Using this fact, prove:
Lemma. If an is a bounded sequence in which
(i). a3 > a5 > a7 > ...
(ii). a2 < a4 < a6 < ...
(iii). lim |an+1-an|=0
Then an converges.
converges or diverges.
into regions.
2. If every two cities in state A are joined by a one-way
road,then it is possible to find a starting city A and a route
from A that passes through every city exactly once.
3. 52n-1 + 1 is divisible by 6.
4. xn-yn is divisible by x-y.
5. n2 + n + 41 is prime for n=1,2...40, but it is not
prime for all n >= 1.
8.
We will argue by induction . We first note that for n=1,
(1)
=========================
1. This is just to let everybody know what we are up to
so they will know what to expect in the forthcoming
argument.
2. Don't say, "assume that the result holds for all n," or
anything equivalent to it. That's what you are trying to
prove. The word some is significant here.
3. In the algebra at the end don't write:
8 | 9 - 1 = 9( 9 -1 ) + 8
k+1 k
algebraic expression.
Similarly, don't write
8 | 9 - 1 9( 9 -1 ) + 8
k+1 k
expressions.)
OR
8 | 9 - 1 8 | 9( 9 -1 ) + 8 (Both sides are
k+1 k
equivalent assertions.)
Induction Problems
1. Prove that for every n >= 1,
2. An integer n is a perfect square if it is the square of
some other integer.
(For example 1, 4, 9, 16, 25 and 36 are all perfect
squares.) Prove by induction that the sum 1 + 3 + 5 + 7 +
... + 2n-1 (i.e. the sum of the first n odd integers) is always
a perfect square.
3. Show that any 2 x 2 board with one square deleted
n n