Original Site Title: Appetizers and Lessons for Mathematics and Reason, June 1995 to April 2012. New site title:
Logic and Mathematics Skill & Concept Development with How-TOs Français: 26 pages
for college students, gifted teens, home-tutoring and K1-12 schooling; and for avid readers in school and out. See site volumes.

Logic 5 Chapters Arithmetic 10 Steps Algebra 12 Starter Steps & 5 Advanced Steps
Work & Study 23 Tips Geometry 15 Steps Calculus 70 Lessons. See Site Map

Ages 15+: Why study slopes Polynomials Quadratics Why factor polynomials Logarithms Functions
What is similarity Euclidean geometry leanly Coordinates + complex no.s Vectors DC Electric Circuits
Ages 12+: Prime factorization Written work formats Decimal place value Extend arithmetic skills orally
What is a variable 5. Fraction Operations by Raising Terms Solving Linear Equations: Take I Take II


Online Volumes: 1 - Elements of Reason, 2 - 3 Skills For Algebra, 3 - Why Slopes and
More Math
, 1A - Pattern Based Reason, 1B - Skill Development Principles + Troubles

Welcome: Site content may develop critical thinking, improve reading and writing, and build mathematics skills. See online chapters on on logic and pattern based reason.

Teachers: This December 2011, 5-phase framework offers a context for mathematics & logic instruction. Phases 1 to 3 focus on skills with actual or potential value for adult & daily life. College-oriented phases 5 & 4 focus on calculus & preparation for it. Phases 1 to 4 may also serve trades & professions not dependent on calculus.

Site Review: Math resources ... span ... arithmetic, logic, algebra, calculus, complex numbers, and Euclidean geometry. Lessons and how-tos .... provide a good foundation for high school and college ... mathematics. Read more.

Home < Volume 2 Three Skills For Algebra << Chapter 25. Mathematical Induction Examples

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29][30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42]


Chapter 25
Some Finite Mathematics
Inductive Proofs & Recursion

Volume 2, Three Skills for Algebra

The chapter Longer Chains of Reason described mathematical induction. It is a method of proof, which relied on a sequence of assertions, each one of which implied that it successor == the next one in the sequence.

Mathematical induction is used in the first section to confirm or justify the addition formulas given earlier for geometric and arithmetic sums, and to say a little more. The proofs in this chapter may look intimidating at first, but once the first proof is done, the rest are similar.

  • The second section talks about recursion. Recursion is based on the idea that as soon as one calculation is done, a next may be also be done.

1  Proof by Mathematical Induction

First Example

In this chapter we revisit the treatment of geometric and arithmetic sums given earlier. Mathematical induction is employed to justify the earlier formulas for the values of these sums. The next chapter is easier to read. (Help may be required with this chapter.)

Theorem 25.1 [On Geometric Sums] Suppose $a$ and $R$ are real numbers with $R\ne1$. Suppose $k\ge0$ is a whole number. \[S_k=\sum_{j=0}^k a R^j =a+aR+aR^2+\cdots aR^{k-1}+aR^k \] Then \[S_k= a\cdot \frac {R^{k+1}-1}{R-1} \]


Proof by Mathematical Induction.

If $k=0$ then $S_k=\sum_{j=0}^k a R^j= aR^0=a$ while \[a\cdot \frac {R^{k+1}-1}{R-1}=a\cdot \frac {R^{0+1}-1}{R-1}=a\cdot 1=a\] Thus the assertion is true for $k=0$.

Now we want to show if the assertion \[\sum_{j=1}^k aR^j=a\cdot \frac {R^{k+1}-1}{R-1}\] is true for $k=m\ge0$ then it must be true when $k=m+1$.

> To this end, suppose \[\sum_{j=1}^m aR^j=a\cdot \frac {R^{m+1}-1}{R-1}\] Therefore \begin{eqnarray*} \sum_{j=1}^{m+1}aR^j&=&aR^{m+1}+\sum_{j=1}^m aR^j \\ & =&aR^{m+1}+a\cdot \frac {R^{m+1}-1}{R-1}\\ & =&a\left[R^{m+1}\frac{R-1}{R-1}+ \frac{R^{m+1}-1}{R-1}\right] \\ & =&a\frac{R^{m+1}({R-1})+ R^{m+1}-1}{R-1}\\ & =&a\frac{R^{m+2}-R^{m+1}+ R^{m+1}-1}{R-1}\\ & =&a\frac{R^{(m+1)-1}}{R-1} \end{eqnarray*}

This implies \[\sum_{j=1}^k aR^j=a\cdot \frac {R^{k+1}-1}{R-1}\] when $k=m+1$.

Therefore the principle of mathematical induction implies the result.


Mathematical Induction Second Example - Arithmetic Sums

We revisit the treatment of geometric and arithmetic sums given earlier. Mathematical induction is employed to justify the earlier formulas for the values of these sums. The next chapter is easier to read. (Help may be required with this chapter.)

Theorem 25.2 [On Sume of Arithmetic Sequences]

Suppose $c_{k+1}=c_k+a$ for $k=1\dots,n-1$. Suppose \[S_m= \sum_{j=1}^mc_j=c_1+c_2+\cdots +c_m\] whenever $1\le m \le n$.

Then (i) for $k=1\dots,n$ \[c_k=c_1+(k-1)\] Further (ii) for $k=1\dots,n$, \[S_k= \sum_{j=1}^kc_j=kc_1+\frac12k(k-1)\] and also (iii) \[S_k= \sum_{j=1}^kc_j=\frac12k(c_1+c_k)\]

Note (iii) says that $2S_k$ is $k$ times the sum of the first and last terms. The following proofs are optional readings in the first instance, but it mastery no matter how slowly will give you a taste hopefully not too bitter of higher mathematics.

>

Proof of (i). We want to show by mathematical induction that $c_k=c_1+(k-1)a$. This statement is true for $k=1$. Moreover, if $c_k=c_1+(k-1)a$ then $c_{k+1}=c_k+a=c_1+(k-1)a+a =c_1+ka$. Thus if the assertion is true for $k$, it is also true for $k+1$. Thus the principle of mathematical induction implies the equality $c_k=c_1+(k-1)a$ for each whole number $k=1,2,\dots,m$.

Proof of (ii). The equality $c_k=c_1+(k-1)a$ just proven with $k=m+1$ implies $c_{m+1}=c_1+(m+1-1)a=c_1+ma$.

We will prove \[\sum_{j=1}^kc_j=kc_1+\frac12k(k-1)a\] by induction on $k\ge 1$.

If $k=1$ then $S_m=\sum_{j=1}^m c_j= c_1$ and \[ kc_1+\frac12k(k-1)a=1c_1+\frac121(0)a=c_1\] Therefore the assertion is true for $k=1$.

Now we want to show if the assertion \[\sum_{j=1}^kc_j=kc_1+\frac12k(k-1)a\] is true for $k=m\ge1$ then it must be true when $k=m+1$. To this end, suppose \[\sum_{j=1}^mc_j=mc_1+\frac12m(m-1)a\] This and the equality \[\sum_{j=1}^{m+1}c_j=c_{m+1}+\sum_{j=1}^m c_j\] imply \begin{eqnarray*} \sum_{j=1}^{m+1}c_j&=&c_{m+1}+\left[mc_1+\frac12m(m-1)a\right] \\ &=&\left[c_1+ma\right]+\left[mc_1+\frac12m(m-1)a\right] \\ &=&c_1+mc_1+\frac12m(m-1)a+ma \\ &=&(1+m)c_1+[\frac12m(m-1)+m]a \\ &=&(1+m)c_1+\frac12[m(m-1)+2m]a \\ &=&(m+1)c_1+\frac12[m(m-1+2)]a \\ &=&(m+1)c_1+\frac12[m(m+1)]a \\ &=&(m+1)c_1+\frac12[m(m+1)]a \end{eqnarray*} This says that \[\sum_{j=1}^kc_j=kc_1+\frac12k(k-1)a\] when $k=m+1$. The principle of mathematical induction now applies. It gives the desired conclusion.

Proof of (iii). We wish to show \[\sum_{j=1}^kc_j=\frac12k(c_1+c_k)\] Observe \[ \frac12k(c_1+c_k) =\frac12k(c_1+[c_1+(k-1)a])=kc_1+\frac12k(k-1)a\] Therefore the assertion \[\sum_{j=1}^kc_j=\frac12k(c_1+c_k)\] follows from \[\sum_{j=1}^kc_j=kc_1+\frac12k(k-1)a\] But the latter is true by the just-proven assertion (b). Thus assertion (c) must be true as well.


2. Factorial Function

Inductive Proofs & Recursion

The recursive computation (or definition) of formulas f(n) refers to the idea that f(n) can be computed once f(n-1) and/or previous values of  f(j) have been computed.
The function f(n) = n! is defined recursively (or inductively) by the following properties:
0!
=
1
1!
=
1·(0!) = 1
2!
=
2·(1!) = 2
3!
=
3·(2!) = 6
4!
=
4·(3!) = 24
:
(n+1)!
=
(n+1)·(n!)
The last line indicates the algebraic pattern (recursion relation) which permits (n+1)! to be computed after n! has been. Note that we could have used the notation f(n) instead of writing n!. The pattern suggests that 5! = (4+1)·(4!) = 5·24 = 120. It now an easy drill to compute n! as n takes the values 6,7,8,9,10 ¼ etc. Note that for the larger values, a calculator may be useful.

Product of Odd Numbers

First, we will begin will an example. Put P1 = 1. Then for n ³ 1, suppose Pn+1 = Pn·(2n+1). This successively implies that

P1
=
1
P2
=
P1·(2(1)+1)
P3
=
P2·(2(2)+1)
P4
=
P3·(2(3)+1)
P5
=
P4·(2(4)+1)
or that
P1
=
1
P2
=
P1·3 = 3
P3
=
P2·5 = 3·5 = 15
P4
=
P3·7 = (3·5) ·7 = 105
P5
=
P4·9 = 145 ·9 = 945
It is almost obvious that Pn equals the product of the first n odd numbers 1,3,5,7, ¼, 2n+1.

Exercise:   Compute P2,P3,P5,P8 and P9, or obtain formulas for them which involves numbers and no shorthand notation.

2.3  Product Notation

If $a_j=f(j)$ for some function $f(j)$ of whole numbers $j\ge1$, we may put \[ \Pi_{j=1}^1 a_j=a_1 \] and then once $\Pi_{j=1}^{n} a_j$ is calculated, put \[ \Pi_{j=1}^{n+1} a_j=a_{n+1}\cdot\left(\Pi_{j=1}^n a_j \right) \] This implies that $\Pi_{j=1}^n a_j$ is the product of the numbers \[a_1, a_2, a_3, \ldots, a_n\] That is, \[ \Pi_{j=1}^n a_j= a_1\cdot a_2 \cdots a_n \] Now $n!=\Pi_{j=1}^n j$. Further the product of the first $n$ odd numbers $P_n=\Pi_{j=1}^n (2j+1)$. The product $P=\Pi_{j=1}^n a_j$ is similar to the sum $S=\sum^n_{j=1}a_j$, but with the use of multiplication instead of addition. The product $P$ and the sum $S$ represent of course, different computations.

Summation Notation

The shorthand notation $\sum_{j=1}^k f(j)$ has the following two properties: \begin{eqnarray*} \sum_{j=1}^1 f(j)&=&f(1) \\ \sum_{j=1}^{k+1} f(j)&=&f(k+1)+\sum_{j=1}^k f(j) \end{eqnarray*} whenever $k=1,2,3, 4 \ldots $ is a whole number. The latter says that once \[\sum_{j=1}^k f(j)\] is computed, the value of \[\sum_{j=1}^{k+1} f(j)\] can be obtained by adding $f(k+1)$. This describes the recursive computational view (or definition) of \[S_n=\sum_{j=1}^n f(j)\] for whole numbers n $\ge1$.
Saying how to compute a number gives a definition of it. Since a single number may be computed in several different ways, it may have several equivalent definitions.

The shorthand notation

\[\sum_{j=m}^k f(j)\]

more generally has the following two properties

\begin{eqnarray*} \sum_{j=m}^m f(j)&=&f(m) \\ \sum_{j=m}^{k+1} f(j)&=&f(k+1)+\sum_{j=m}^k f(j) \end{eqnarray*}

whenever $k=m,m+1,m+2,m+3,m+4 \ldots $ is a whole number $\ge m$. The latter says that once \[\sum_{j=m}^k f(j)\] has been or is computed, the value of

\[\sum_{j=m}^{k+1} f(j)\]

can be obtained by adding $f(k+1)$. This describes the recursive or inductive computation (or definition) of \[S(n,m)=\sum_{j=m}^n f(j)\] for whole or integers numbers $n\ge m$. The two cases where the initial or lower index $m=0$ has value or value $m=1$ occur often in examples. But other cases can occur, and eventually do.

Remark - May 1, 2012: The phrases recursive definition and inductive definition are interchangeable in mathematics.

Teachers & Tutors: Site pages offer better or best practices for providing skills - simpler than expected & comprehensive but for exercises. For your charges, your duty is to study them alone or in groups and develop skill building exercises & activities to share. Start now. The effort here is the best I can do. Others are welcome to refine or exceed it. Please do.

Secondary Mathematics for Ages 11+, A Practical Approach for home-tutoring or -schooling, or for schools & colleges with local curriculum control. Study how to include site content - its skill development how-TOs and innovations into present or future lesson plans - some reading required.

Road Safety Messages and Questions: When and why should you face traffic when walking along a road or cycle path? Is it a good idea to hang limbs outside of cars etc? What gives more protection in a crash: a car, motorbike or bicycle? See too, the BBC-Belgium story Texting and Driving - texting & the impossible test - the article links to a gruesome utube video on the subject

The Logic of Injustice: How Texas sent an innocent man to his death - The wrong Carlos. Some judgments are irreversible. Procescution: Where and when prosectors play to win rather than for justice, guilt beyond a reasonable doubt goes unrespected due to prosecutors who putting winning first, those innocence before the law may be convicted. Some procescutors offices in continuing to accuse after a pardon due to reasonable doubt or innocent being shown, may sucessfully oppose compensaton for false convictions by asserting a pardon individual is still under suspicion. Then the pardoned individual or the latter's estate is not compensation for years or decade of improper or false imprisonment, or for execution. Site chapters on Logic
and some in Pattern Based Reason may slowly lead to greater precision in reading, applying and writing laws.

May 2012, Composition Starting: Pre-School and Primary Mathematics - Quantitative Skills, An Intellectual View, Feedback Welcome:

The 8 Most Popular Site Inlinks

20 Times Table - the most popular site page - popular pages - unexpected.
Fractions & Ratios - with lesson on raising terms to introduce & justify times, division & comparison as well addition & subtraction
Parent Center - See below
Volume 1, Elements of Reason - Intro to all site books.
What is a Variable - best for ages 13+
Written work formats for Arithmetic and Algebra - a skill method and standard!
Complex Numbers Visually - best for ages 13+
Natural Logs, Exponentials, Powers, Roots

Division of Labour: This site offers advice and directions with pointers to resources elsewhere, if known, when they help or lessen the need to write more.

Parent Center: Help your child or teen learn:

Parent-friendly Work Booklets for ages 3+ to 13 Use these or others to check or build skills. Other booklets are available but these booklets allow parents unsure of themselves in mathematics to help their children. The selection acquired in Canada is published in the USA. So it has a US orientation. In retrospect, the selection shows parents what to check with the booklets or by other ways, the choice is theirs. But in retrospect, the selection does not cover integral and fractions liquid weights and measures - ask the publishers to correct that! For ages 9 to 12 say, parents may compensate by showing boys and girls how to use weights or mass, and further measures in food preparation. Beyond that children may be shown how to measure and calculate angles, lengths and areas [proportional amounts too] directly or by using maps and plans drawns to scale. Learning how to gather and measure all the ingredients, pots and pans for a dish or a meal, along with cleaning up sets the stage for like activities or experiments in science courses, and in developing organizational skills, gives boys and girls a head start. Good luck. At the other extreme, more comprehensive than light, if your motto is McCainian: drill, drill, drill then Toronto mathematician and actor John Mighton's jump math organization has jump math workbooks for at least grades 3 to 8 for at-home and in-school use - training sessions for teachers available. Jump math has been expanding to cover older students. Jump Math Samples: plus Fractions for Grades 3-4 & Grades 5-6 [Read] Free Resources grades 1 to 8 [unread - likely to be good]. and

Mathematics Skills For Ages 3 to 14 - technical!

Skills with take home value - A few ideas

Basic skills include time-date-calendar Matters; money matters; map, plan and scale diagram matters;counting, measuring and figuring; decision making with logic and likelyhood; being careful and being aware of the domino effect of mistakes; reading and writing with precision.

Is your child able to add, subtract and multiply amounts of money, work with fractions, work with clocks and calendars, work with maps and plans, and measure length, weight-mass and volume? Schools may promote your son or daughter without providing basic skills in reading, writing and arithmetic.

Arithmetic and Number Theory Skills

Algebra Starter Lessons

1 Working With Sets
2 Formula Forward Use - Evaluation
3 Solving Linear Equations - Skip first step with students able to solve 1 eqn in 1 unknown.
4 Computation Rules and Function Notation
5 Real Numbers
6 More Less Greater Than Inequalities and Comparison
7 Axioms Logic and Equivalent Equations
8 Unifying Theme For Algebra
9 Proportionality Backwards and Forwards
10 Examples of Algebraic Reasoning
A Origins of Counting and Figuring Methods
B Real Numbers Extrinsic Development


Site coverage of formuala evaluation format, of computation rules and axioms, and of the forward and backward use of formulas and proportionality relations lessens the amount of natural talent needed to understand and explain algebra.

Geometry - maps plans trigonometry vectors

1 Maps Plans Measurement
2 Euclidean Geometry - Constructions + extras
3 Cartesian and Polar Coordinates
4 Lines and Slopes Take 1
5 What is Similarity
6 Trigonometry first steps
7 Complex Numbers
8 Unit-Circle Trigonometry
9 Lines and Slopes Take 2 with tangent function
10 Intersecting Straight Lines and Transversals
11 Parallel Straight Lines and Transversals
12 Function Translating and Rescaling
13 Vectors
14 Degrees to Radians and Radians to Degrees
15 Arc or Inverse Trigonometric Function

Pre-Teen and young teen mastery of skills and practices which should be common with map-plans-diagrams drawn to scale, contour interpretation included, has actual or potential take-home value for daily- and adult-life in solving routine problems. Elevating some practices to principles, axioms or postualates, provides a base for analytic and Euclidean geometry, an analytic view of similarity, and an efficient mastery of trigonometry and complex numbers. Right triangle trigonometry provide an analytic alternative to solving geometric problems by drawing diagrams to scale.

More Algebra

Natural-Logarithms Exponentials Powers Roots
Five Polynomial Operations
Quadratics Geometrically
Functions
5 Factored Polynomial Sign Analysis Examples
Rewriting algebraic substitution as function substitutions

The first topic leads to a full high school level theory for the forward and backward mastery of growth and decay models and for definition, range and domains of radicals, roots and powers. The next two topics make quadratics and polynomials easier to learn and teach. Site coverage of functions turns vertical and horizontal line rules into computation methods for evaluating functions.

70 Calculus Starter Lessons

Calculus Lessons Elsewhere:

  1. How to Ace Calculus: Street Wise Guide - Mostly Text.

  2. Flash Video for Calculus Phobics

They cover basic topics in ways likely to complement your notes, your textbooks and site material. When Goldilocks trespassed in the house of the three bears, she found three bowls of porridge, two not to her liking, and one just right. Different bears have different tastes. As invited guest here and elsewhere, if one or more explanations is not to liking, try another. It may be better or just right.

Unsolicited Advice

Learning to do and high marks if it comes to easy is often deceptive - light rather than deep. For that reason, students with learning difficulties determined not to let it get in their way may go deeper and farther than those with none. High marks, if the come easy, may be deceptive - provide a too light and not a deep mastery. That could have been your problem in secondary school, one that leads to comprehension shock or difficulties in calculus and more generally in the first year of college. Bon Appetite.


Return to Page Top

Home < Volume 2 Three Skills For Algebra << Chapter 25. Mathematical Induction Examples

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29][30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42]


Logic-Reason for all
Careful Thinking
Chains of Reason
Mathematical Induction
Responsibility
Bodies-of-Knowledge

Arithmetic - Ages 10+
1. Deciml Place Value - fun
2. Decimals for Tutors
3. Prime Factors - quickly
4. Fractions + Ratios
5. Arith with units - science

Geometry
1 Maps + Plans Use
2 Euclidean Geometry
3 Rct +Polr Coordinates
4 Lines-Slopes [I]
5. What is Similarity
Algebra Starters - the base
1. Better Work Format
2. Solve Linear Eqns
3. Computation Rules
4. Axioms, Item 3 Viewpnt
5. Formulas Backwards
More Algebra
Logarithms-ax & m/nth roots
Five Polynomial Operations
Quadratics Geometrically
Functions || Vectors too
Arith. Skill Check+Answers
Calculus Prep/Preview
What is a Variable
Why study slopes
Why factor polynomials
Complex Numbers
Limits + Continuity

All trademarks and copyrights in this are owned by their respective owners.
Copyright to comments & contributions are owned by the Poster.
The Rest © 1995-2011, by site author, Alan Selby, Ph. D., Montreal,
All Rights Reserved --- Skype or Email to contact.