Skip to main content

Section 6.4 Practice Problems for Chapter 6

Exercises

1.

(a)

Calculate 1+3+5+β‹―+(2nβˆ’1) for several natural numbers n.

(b)

Based on your work in Task 6.4.1.a, if n∈N, make a conjecture about the value of the sum 1+3+5+β‹―+(2nβˆ’1)=βˆ‘j=1n(2jβˆ’1).

(c)

Use mathematical induction to prove your conjecture in Task 6.4.1.b.

Solution.
Proof.

We will use a proof by mathematical induction. For each natural number n, we let P(n) be

1+3+5+β‹―+(2nβˆ’1)=n2

We first prove that P(1) is true. Notice that when n=1, both the left and right sides of the equation for P(n) are equal to 1. This proves that P(1) is true.

For the inductive step, we prove that for each k∈N, if P(k) is true, then P(k+1) is true. So let k be a natural number and assume that P(k) is true. That is, assume that

(11)1+3+5+β‹―+(2kβˆ’1)=k2.

The goal now is to prove that P(k+1) is true. That is, it must be proved that

1+3+5+β‹―+(2kβˆ’1)+(2(k+1)βˆ’1)=(k+1)2(12)1+3+5+β‹―+(2kβˆ’1)+(2k+1)=(k+1)2

To do this, we add (2k+1) to both sides of equation (11), which gives

1+3+5+β‹―+(2kβˆ’1)+(2k+1)=k2+k+1=(k+1)2

Comparing this result to equation (12), we see that if P(k) is true, then P(k+1) is true. Hence, the inductive step has been established, and by the Principle of Mathematical Induction, we have proved that for each natural number n, 1+3+5+β‹―+(2nβˆ’1)=n2.

2.

Prove the following:

Proposition. For each natural number n, 3 divides 4n≑1(mod3).

Solution.
Proof.

We will use a proof by mathematical induction. For each natural number n, we let P(n) be

4n≑1(mod3)

We first prove that P(1) is true. Notice that when n=1, 4n=41=4 and 4≑1(mod3). This proves that P(1) is true.

For the inductive step, we prove that for each k∈N, if P(k) is true, then P(k+1) is true. So let k be a natural number and assume that P(k) is true. That is, assume that

(13)4k≑1(mod3)

The goal now is to prove that P(k+1) is true. That is, it must be proved that

(14)4k+1≑1(mod3)

Since we have to assume that 4k≑1(mod3), we conclude that 3 divides (4k+1) and so there exists and integer m such that

4kβˆ’1=3m.

Multiplying both sides of this equation by 4, we obtain

4(4k+1)=4(3m)4k+1βˆ’4=12m4k+1βˆ’3βˆ’1=12m4k+1βˆ’1=3+12m4k+1βˆ’3(1+4m)

So we have proved that if P(k) is true, then P(k+1) is true. Hence, the inductive step has been established, and by the Principle of Mathematical Induction, we have proved that for each natural number n, 4n≑1(mod3).

3.

For which natural numbers n is 3n greater than 5+2n? State a proposition (with an appropriate quantifier) and prove it.

Solution.

Proposition. For each natural number n with nβ‰₯3, 3n>5+2n.

Proof.

We will use a proof by mathematical induction. For each natural number n, we let P(n) be

3n>5+2n

We first prove that P(3) is true. Notice that when n=3, 3n=27 and 5+2n=13. Since 27>13, this proves that P(1) is true.

For the inductive step, we prove that for each k∈N with kβ‰₯3, if P(k) is true, then P(k+1) is true. So let k be a natural number with kβ‰₯3 and assume that P(k) is true. That is, assume that

(15)3k>5+2k

The goal now is to prove that P(k+1) is true. That is, it must be proved that

(16)3k+1>5+2k+1

So we multiply both sides of inequality (15) to obtain

3β‹…3k>3(5+2k)(17)3k+1>15+3β‹…2k

Since 3>2, 3β‹…2k>2β‹…2k or 3β‹…2k>2k+1. In addition, 15>5 and so we can co

So we have proved that if P(k) is true, then P(k+1) is true. Hence, the inductive step has been established, and by the Principle of Mathematical Induction, we have proved that for each natural number n, 4n≑1(mod3).

4.

The Fibonacci numbers are a sequence of natural numbers f1,f2,f3,…,fn,… defined recursively as follows:

  • f1=1 and f2=1, and

  • For each natural number n, fn+2=fn+1+fn.

In words, the recursion formula states that for any natural number n with n=β‰₯3, the nth Fibonacci number is the sum of the two previous Fibonacci numbers. So we see that

f3=f2+f1=1+1=2f4=f3+f2=2+1=3, and f5=f4+f3=3+2=5
(a)

Calculate f6 through f20.

Solution.
f(5)=5f9=34f13=233f(17)=1597f(6)=8f10=55f14=377f(18)=2584f(7)=13f11=89f15=610f(19)=4181f(8)=21f12=144f16=987f(20)=6765
(b)

Is every third Fibonacci number even? That is it true that for each natural number n, f3n is even? Justify your conclusion.

Solution.
Proof.

We will use a proof by induction. For each natural number n, we let P(n) be,

f3n is an even natural number.
Since f3=2, we see that P(1) is true and this proves the basis step.

For the inductive step, we let k be a natural number and assume that P(k) is true. That is, assume that f3k is an even natural number. This means that there exists an integer m such that

(18)f3k=2m.

We need to prove that P(k+1) is true or that f3(k+1) is even. Notice that 3(k+1)=3k+3 and, hence, f3(k+1)=f3k+3. We can now use the recursion formula for the Fibonacci numbers to conclude that

f3k+3=f3k+2+f3k+1.

Using the recursion formula again, we get f3k+2=f3k+1+f3k. Putting this all together, we see that

f3(k+1)=f3k+3=f3k+2+f3k+1=(f3k+1+f3k)+f3k+1(19)=2f3k+1+f3k

We now substitute the expression for f3k in equation (18) into equation (19). This gives

f3(k+1)=2f3k+1+2mf3(k+1)=2(f3k+1+m)

This preceding equation shows that f3(k+1) is even. Hence it has been proved that if P(k) is true, then P(k+1) is true and the inductive step has been established. By the Principle of Mathematical Induction, this proves that for each natural number n, the Fibonacci number f3n is an even natural number.

(c)

Is it true that for each natural number n with nβ‰₯2, f1+f3+β‹―+f2nβˆ’1=fn+1βˆ’1? Justify your conclusion.

Solution.
Proof.

Let P(n) be β€œf1+f2+β‹―+fnβˆ’1=fn+1βˆ’1.” Since f1=f3βˆ’1, P(2) is true, and this proves the basis step.

For the inductive step, we let k be a natural number with kβ‰₯2 and assume that P(k) is true and will prove that P(k+1) is true. That is, we assume that

(20)f1+f2+β‹―+fkβˆ’1=fk+1βˆ’1,

and will prove that

(21)f1+f2+β‹―+fkβˆ’1+fk=f(k+1)+1βˆ’1=fk+2βˆ’1.

By adding fk to both sides of equation (20), we see that

(f1+f2+β‹―+fkβˆ’1)+fk=(fk+1βˆ’1)+fk=(fk+1+fk)βˆ’1=fk+2βˆ’1.

Comparing this to equation (21), we see that we have proved that if P(k) is true, then P(k+1) is true and the inductive step has been established. So by the Principle of Mathematical Induction, this proves that for each natural number n with nβ‰₯2, f1+f3+β‹―+f2nβˆ’1=fn+1βˆ’1

5.

Prove the following proposition using mathematical induction.

For each n∈N with nβ‰₯8, there exist nonnegative integers x and y such that n=3x+5y.

Suggestion: Use the Second Principle of Induction and have the basis step be a proof that P(8), P(9), and P(10) are true using an appropriate open sentence for P(n).

Solution.
Proof.

Proof. We will use a proof by mathematical induction. We let P(n) be, β€œthere exist nonnegative integers x and y such that n=3x+5y.”

Basis Step: For the basis step, we will show that P(8), P(9), and P(10) are true. We see that

  • P(8) is true since 3β‹…1+5β‹…1=8.

  • P(9) is true since 3β‹…3+5β‹…0=9

  • P(10) is true since 3β‹…0+5β‹…2=10.

Inductive Step: Let k∈N with kβ‰₯10. Assume that P(8), P(9), …, P(k) are true. Now, notice that

k+1=3+(kβˆ’2)

Since kβ‰₯10, we can conclude that kβˆ’2β‰₯8 and hence P(kβˆ’2) is true. Therefore, there exist non-negative integers u and v such that kβˆ’2=(3u+5v). Using this equation, we see that

k+1=3+(3u+5v)=3(1+u)+5v.

Hence, we can conclude that P(k+1) is true. This proves that if P(8), P(9), … , P(k) are true, then P(k) is true. Hence, by the Second Principle of Mathematical Induction, for all natural numbers P(k+1) with nβ‰₯8, there exist nonnegative integers x and y such that n=3x+5y.