This is one of my all-time favorite stories to share with students: how a couple of ninth graders in 1995 played with Geometer’s Sketchpad and stumbled upon a brand-new way of using only a straightedge and compass to divide a line segment into any number of equal-sized parts. This article was published in 1997 and made quite a media sensation at the time.
Tag: induction
Solving Problems Submitted to MAA Journals (Part 3)
The following problem appeared in Volume 53, Issue 4 (2022) of The College Mathematics Journal.
Define, for every non-negative integer
, the
th Catalan number by
.
Consider the sequence of complex polynomials in
defined by
for every non-negative integer
, where
. It is clear that
has degree
and thus has the representation
,
where each
is a positive integer. Prove that
for
.
This problem appeared in the same issue as the probability problem considered in the previous two posts. Looking back, I think that the confidence that I gained by solving that problem gave me the persistence to solve this problem as well.
My first thought when reading this problem was something like “This involves sums, polynomials, and binomial coefficients. And since the sequence is recursively defined, it’s probably going to involve a proof by mathematical induction. I can do this.”
My second thought was to use Mathematica to develop my own intuition and to confirm that the claimed pattern actually worked for the first few values of .

As claimed in the statement of the problem, each is a polynomial of degree
without a nontrivial constant term. Also, for each
, the term of degree
, for
, has a coefficient that is independent of
which equal to
. For example, for
, the coefficient of
(in orange above) is equal to
,
and the problem claims that the coefficient of will remain 14 for
Confident that the pattern actually worked, all that remained was pushing through the proof by induction.
We proceed by induction on . The statement clearly holds for
:
.
Although not necessary, I’ll add for good measure that
and
This next calculation illustrates what’s coming later. In the previous calculation, the coefficient of is found by multiplying out
.
This is accomplished by examining all pairs, one from the left product and one from the right product, so that the exponent works out to be . In this case, it’s
.
For the inductive step, we assume that, for some ,
for all
, and we define
Our goal is to show that for
.
For , the coefficient
of
in
is clearly 1, or
.
For , the coefficient
of
in
can be found by expanding the above square. Every product of the form
will contribute to the term
. Since
(since
), the values of
that will contribute to this term will be
. (Ordinarily, the
and
terms would also contribute; however, there is no
term in the expression being squared). Therefore, after using the induction hypothesis and reindexing, we find
.
The last step used a recursive relationship for the Catalan numbers that I vaguely recalled but absolutely had to look up to complete the proof.
My Favorite One-Liners: Part 98
In this series, I’m compiling some of the quips and one-liners that I’ll use with my students to hopefully make my lessons more memorable for them.
I’ll use today’s quip just after introducing the methodology of mathematical induction to my students:
Induction is so easy that even the army uses it.
My Favorite One-Liners: Part 43
In this series, I’m compiling some of the quips and one-liners that I’ll use with my students to hopefully make my lessons more memorable for them. q Q
Years ago, my first class of students decided to call me “Dr. Q” instead of “Dr. Quintanilla,” and the name has stuck ever since. And I’ll occasionally use this to my advantage when choosing names of variables. For example, here’s a typical proof by induction involving divisibility.
Theorem: If
is a positive integer, then
is a multiple of 4.
Proof. By induction on
.
:
, which is clearly a multiple of 4.
: Assume that
is a multiple of 4.
At this point in the calculation, I ask how I can write this statement as an equation. Eventually, somebody will volunteer that if is a multiple of 4, then
is equal to 4 times something. At which point, I’ll volunteer:
Yes, so let’s name that something with a variable. Naturally, we should choose something important, something regal, something majestic… so let’s choose the letter
. (Groans and laughter.) It’s good to be the king.
So the proof continues:
: Assume that
, where
is an integer.
. We wish to show that
is also a multiple of 4.
At this point, I’ll ask my class how we should write this. Naturally, I give them no choice in the matter:
We wish to show that
, where
is some (possibly different) integer.
Then we continue the proof:
by the induction hypothesis
.
So if we let , then
, where
is an integer because
is also an integer.
QED
On the flip side of braggadocio, the formula for the binomial distribution is
,
where is the number of successes in
independent and identically distributed trials, where
represents the probability of success on any one trial, and (to my shame)
is the probability of failure.
My Favorite One-Liners: Part 28
In this series, I’m compiling some of the quips and one-liners that I’ll use with my students to hopefully make my lessons more memorable for them. Today’s quip is one that I’ll use when simple techniques get used in a complicated way.
Consider the solution of the linear recurrence relation
,
where and
. With no modesty, I call this one the Quintanilla sequence when I teach my students — the forgotten little brother of the Fibonacci sequence.
To find the solution of this linear recurrence relation, the standard technique — which is a pretty long procedure — is to first solve the characteristic equation, from , we obtain the characteristic equation
This can be solved by any standard technique at a student’s disposal. If necessary, the quadratic equation can be used. However, for this one, the left-hand side simply factors:
(Indeed, I “developed” the Quintanilla equation on purpose, for pedagogical reasons, because its characteristic equation has two fairly simple roots — unlike the characteristic equation for the Fibonacci sequence.)
From these two roots, we can write down the general solution for the linear recurrence relation:
,
where and
are constants to be determined. To find these constants, we plug in
:
.
To find these constants, we plug in :
.
We then plug in :
.
Using the initial conditions gives
This is a system of two equations in two unknowns, which can then be solved using any standard technique at the student’s disposal. Students should quickly find that and
, so that
,
which is the final answer.
Although this is a long procedure, the key steps are actually first taught in Algebra I: solving a quadratic equation and solving a system of two linear equations in two unknowns. So here’s my one-liner to describe this procedure:
This is just an algebra problem on steroids.
Yes, it’s only high school algebra, but used in a creative way that isn’t ordinarily taught when students first learn algebra.
I’ll use this “on steroids” line in any class when a simple technique is used in an unusual — and usually laborious — way to solve a new problem at the post-secondary level.
My Favorite One Liners: Part 2
In this series, I’m compiling some of the quips and one-liners that I’ll use with my students to hopefully make my lessons more memorable for them.
When doing a large computation, I’ll often leave plenty of blank space on the board to fill it later. For example, when proving by mathematical induction that
,
the inductive step looks something like
So I explained that, to complete the proof by induction, all we had to do was convert the top line into the bottom line.
As my class swallowed hard as they thought about how to perform this task, I told them, “Yes, this looks really intimidating. Indeed, to quote the great philosopher, ‘You might think that I’m insane. But I’ve got a blank space, baby… so let’s write what remains.’ “
And, just in case you’ve been buried under a rock, here’s the source material for the one-liner (which, at the time of this writing, is the fifth-most watched video on YouTube):
What I Learned from Reading “Gamma: Exploring Euler’s Constant” by Julian Havil: Part 9
When teaching students mathematical induction, the following series (well, at least the first two or three) are used as typical examples:
What I didn’t know (Gamma, page 81) is that Johann Faulhaber published the following cute result in 1631 (see also Wikipedia): If is odd, then
,
where is a polynomial. For example, to match the above examples,
and
. Furthermore, if
is even, then
,
where again is a polynomial. For example, to match the above examples,
and
.
When I researching for my series of posts on conditional convergence, especially examples related to the constant , the reference Gamma: Exploring Euler’s Constant by Julian Havil kept popping up. Finally, I decided to splurge for the book, expecting a decent popular account of this number. After all, I’m a professional mathematician, and I took a graduate level class in analytic number theory. In short, I don’t expect to learn a whole lot when reading a popular science book other than perhaps some new pedagogical insights.
Boy, was I wrong. As I turned every page, it seemed I hit a new factoid that I had not known before.
In this series, I’d like to compile some of my favorites — while giving the book a very high recommendation.
Mathematical induction and blank space
I tried out a one-liner in class that I’d been itching to try all summer.
I was introducing my students to proofs by mathematical induction; my example was showing that
.
After describing the principle of mathematical induction, I wrote out the step and the assumption for
:
:
, so this checks.
: Assume that
.
Then, for the inductive step, I had my students tell me what the left- and right-hand side would be if I substituted in place of
. I wrote the answer for the left-hand side at the top of the board, the answer for the right-hand side at the bottom of the board, and left plenty of blank space in between the two (which I would fill in shortly):
:
So I explained that, to complete the proof by induction, all we had to do was convert the top line into the bottom line.
As my class swallowed hard as they thought about how to perform this task, I told them, “Yes, this looks really intimidating. Indeed, to quote the great philosopher, ‘You might think that I’m insane. But I’ve got a blank space, baby… and I’ll write your name.’ “
The one-liner provoked the desired response from my students… and after the laughter died down, we then worked through the end of the proof.
And, just in case you’ve been buried under a rock for the past few months, here’s the source material for the one-liner (which, at the time of this writing, is the second-most watched video on YouTube):
Proving theorems and special cases (Part 5): Mathematical induction
Today’s post is a little bit off the main topic of this series of posts… but I wanted to give some pedagogical thoughts on yesterday’s post concerning the following proof by induction.
Theorem: If is a positive integer, then
is a multiple of 4.
Proof. By induction on .
:
, which is clearly a multiple of 4.
: Assume that
is a multiple of 4, so that
, where
is an integer. We can also write this as
.
. We wish to show that
is equal to
for some (different) integer
. To do this, notice that
by the induction hypothesis
.
So if we let , then
, where
is an integer because
is also an integer.
My primary observation is that even very strong math students tend to have a weak spot when it comes to simplifying exponential expressions (as opposed to polynomial expressions). For example, I find that even very good math students can struggle through the logic of this sequence of equalities:
.
The first step is using the main stumbling block. Students who are completely comfortable with simplifying as
can be perplexed by simplifying
as
. I attribute this to lack of practice with this kind of simplification in lower grade levels.
Here’s another algoebraic stumbling block that I’ve often seen: at the beginning of the case, some students will make the following mistake:
.
Because these students end with a multiple of 4, they fail to notice that the second equality is incorrect since
.
Again, I attribute this to lack of practice with simplifying exponential expressions in lower grade levels… as well as being a little bit over-excited upon seeing and wishing to use the induction hypothesis as soon as possible.
Proving theorems and special cases (Part 4): Mathematical induction
In a recent class with my future secondary math teachers, we had a fascinating discussion concerning how a teacher should respond to the following question from a student:
Is it ever possible to prove a statement or theorem by proving a special case of the statement or theorem?
Usually, the answer is no… even checking many special cases of a conjecture does not mean that the conjecture is correct. In the previous two posts, we saw that a statement that’s true for the first 40 cases or even the first cases may not be true for all cases.
This is the reason that mathematical induction is important, as it provides a way to build from previous cases to prove that the next case is still correct, thus proving that all cases are correct.
Theorem: If is a positive integer, then
is a multiple of 4.
Proof. By induction on .
:
, which is clearly a multiple of 4.
: Assume that
is a multiple of 4, so that
, where
is an integer. We can also write this as
.
. We wish to show that
is equal to
for some (different) integer
. To do this, notice that
by the induction hypothesis
.
So if we let , then
, where
is an integer because
is also an integer.
QED
In the above proof, we were able to build from the case to reach the
case. In this sense, to answer the student’s question, it is possible to prove a theorem by first proving a special case of the theorem.
By contrast, when trying to “prove” that is prime for all integers
, the proposition is true for
, but it’s just a coincidence… there was no string of logic that connected these first 40 cases other than the coincidence that they all were correct.