Chapter 1
A Look Back: Precalculus Math
We begin our transition to abstract mathematics by looking backwards in your mathematics education to some ideas from algebra, combinatorics and geometry/trigonometry. The emphasis here will be not on the “what does it say?”, but rather on the “why is it true?”, as we discussed in the Preface for the Student. By looking at a few familiar ideas from this different point of view, we can begin to develop the kind of abstract thinking required to really understand more advanced mathematics.
In what follows, you are expected to have paper and pencil ready. Mathematics is not a spectator sport; the only way to fully understand an idea is to work with it yourself. In fact, in the whole text, but especially here and in the following two introductory chapters, you should think of the examples really as exercises for you to work your way through.
Example 1.1. (The Quadratic Formula) Most algebra students have memorized, or at least know how to quickly look up, the Quadratic Formula, which says:
If a ≠ 0, the solutions of the equation ax2 + bx + c = 0 are
That’s the “what”; let’s work out the “why?” now. The derivation of this famous formula comes from the technique for solving quadratic equations known as completing the square. This technique is an example of an algorithm, which is a finite list of steps to achieve a desired outcome. Here are the steps in this algorithm, given a quadratic equation in standard form (with a ≠ 0), i.e., set equal to 0 with the 0 on the right-hand side.
1. Divide through by the coefficient of x2 and move the resulting constant term to the right-hand side of the equation.
2. Take half of the coefficient of x, square this, add this result to both sides of the equation, and put the right-hand side over a common denominator.
3. The left-hand side is now the square of a linear polynomial. Rewrite the left-hand side in this form.
4. Take the square root of both sides, remembering the plus/minus on the right.
5. Solve for x, hence displaying our two solutions.
Use this algorithm now to solve the equation 3x2 + 5x − 1 = 0. Did you get ? If so, good.
Now use this algorithm to solve ax2 + bx + c = 0, hence deriving the Quadratic Formula. Having done so, we now know both what this formula is and why it always works.
Before moving on from the Quadratic Formula, we mention here a very surprising result which was proved by the famous mathematicians Galois and Abel in the early 19th century. It had been known previously that there existed algorithms to solve in radicals every quadratic, cubic (i.e., degree 3) and quartic (i.e., degree 4) polynomial equation with integer coefficients, but no one had been able to find algorithms to solve every such polynomial equation of degree 5 or higher. Galois and Abel proved, using advanced mathematics, that no such algorithms can exist for degrees ≥ 5. So, it’s not that no one has as yet discovered them; it’s that they are impossible to discover. You might well ask “why?”; to find out, take a course in abstract algebra, more specifically in “field theory” (see Chapter 29).
Next, we move to the area of mathematics called combinatorics, or simply “counting theory”.
Example 1.2. (Binomial or “Choose” Coefficients) Suppose you have n distinct objects and you wish to select (or “choose”) som...