Exercises 11.6 Exercises
Solving by iteration.
In each of Exercises 2β8, use iteration to determine an expression for the term of the sequence as a formula in (and the initial term(s) of the sequence, if necessary).
9.
Fibonacci numbers are those that appear in the sequence defined recursively by
for some choice of initial terms
Using initial terms use mathematical induction to prove that every Fibonacci number satisfies (except, of course, for
10.
You are attempting to predict population dynamics on a yearly basis.
Suppose a population increases by a factor of each year. That is, if we set then the population increases by percent. (Careful: This is a description of the increase in population, not the total population. For example, means that the population doubles.)
(a)
Write down a recurrence relation that expresses the population in the year relative to the previous year.
(b)
Use iteration to determine an expression for the population in the year as a formula in and the initial population
(c)
Suppose that on top of the natural population increase of percent per year, immigration increases the population by fixed amount people annually. Design a new recurrence relation for and use iteration to determine an expression for the population in the year as a formula in and the initial population
11.
Explicitly describe how to construct the following logical statement in a finite number of steps using the inductive definition for the set of all possible logical statements, given in Example 11.4.1.
12.
The set of constructible numbers can be defined inductively as follows.
Base clause.
Assume
Inductive clauses.
Limiting clause.
The set contains no elements other than those that can be obtained through a finite number of applications of the base and/or inductive clauses.
Explicitly verify, by listing each application of the relevant clauses, that the roots of the polynomial are both constructible numbers.
13.
Consider the following inductively defined set
Base clause.
Assume
Inductive clauses.
Limiting clause.
The set contains no elements other than those that can be obtained through a finite number of applications of the base and/or inductive clauses.
Determine all elements of
Hint.
To help with this question, you may wish to search for βlist of small primesβ on the internet.
14.
Devise an algorithm that will produce an answer to the following question in a finite number of applications of the inductive clause that we used to define the natural numbers in Example 11.4.2.