Rationalize This!

It’s been awhile since I blogged, so I thought I’d take a moment to talk about couple interesting math problems that came up in a conversation I, @SuburbanLion, had on Twitter with @MathGuide, @RepublicOfMath, and @GMichaelGuy about a month ago. The topic of discussion was the role of rationalization problems in Algebra II and whether or not the current curriculum addresses the “conceptual core” of these problems.

A common example that one would see in an Algebra II course is:

  • Rationalize the denominator of

        \[\frac{1}{\sqrt{2}}\]

Or simply:

  • Rationalize

        \[\frac{1}{\sqrt{2}}\]

The expected answer for this problem can be obtained by multiplying the numerator and denominator both by

    \[\sqrt{2}\]

to get:

    \[\frac{\sqrt{2}}{2}\]

. Students might be assigned dozens of such problems in Algebra II. The question to be asking is “Why?”.

I suspect that the obvious answer is historical tradition. These math problems have been passed down from generation to generation as “standard Algebra II problems”, and even the new Core Standards includes “rewrite expressions using radicals and rational exponents” as an objective. Instead of treating these problems as a “means to an end”, these problems have become something of an end in themselves. Algebra II students learn to rationalize expressions because that’s what they’re going to be tested on. End of story.

The real reason for having these problems in Algebra II goes deeper than that. The Core Standards hits on this reason (at least partially) with one of the additional objectives: “Understand that rational expressions form a system analogous to the rational numbers, closed under addition, subtraction, and division by a nonzero rational expression.” While this objective is not specifically talking about radical expressions, the core concept is the same. More concisely, we might say that the important point of rationalizing radical expressions is to come to the conclusion that

    \[\mathbb{Q}+\mathbb{Q}\sqrt{p}\]

is a field.

Ironically, the 93 page Core Standards does not even mention the word “field” even though this is essentially the core concept that students are learning about. Students shouldn’t be rationalizing expressions just for the sake of rationalizing expressions, they should be exploring the intermediate steps between the field of rational numbers and the field of algebraic numbers. By the way, the phrase “algebraic number” doesn’t appear in the Core Standards either!

To make things interesting, G. Michael Guy presented a couple rationalization problems that are typically not included in Algebra II problem sets. These are actually really great examples of the potential complexity involved in rationalization problems.

Let’s warm up with the first one, which is significantly easier:

  • Rationalize

        \[\frac{1}{1+\sqrt[3]{2}}\]

This one has an elegantly simple solution using the sum of cubes factorization:

  •     \[a^{3}+b^{3} = (a + b) \cdot (a^{2}-ab + {b^{2}})\]

Making the substitutions a = 1, b =

    \[\sqrt[3]{2}\]

, we can take advantage of this product to rationalize the denominator:

  •     \[\frac{1}{1+\sqrt[3]{2}}\cdot\frac{1-\sqrt[3]{2}+\sqrt[3]{2}^{2}}{1-\sqrt[3]{2}+\sqrt[3]{2}^{2}} = \frac{1-\sqrt[3]{2}+\sqrt[3]{2}^{2}}{1+\sqrt[3]{2}^{3}} = \frac{1-\sqrt[3]{2}+\sqrt[3]{2}^{2}}{3}\]

This solution is simple enough that this could almost pass for an Algebra II problem. Rationalization problems in Algebra II are something of a gimmick: the problems chosen are special cases designed to have an easy answer. The methods taught in the textbook will solve the given problems, but they don’t generalize well to the larger class of problems. The techniques used in Algebra II provide very little help in rationalizing an expression like

    \[\frac{1}{1+\sqrt[3]{5}+\sqrt[3]{3}^{2}+\sqrt[3]{2}}\]

!

Before we attempt something like this, lets go back to

    \[\frac{1}{1+\sqrt[3]{2}}\]

and come up with a method that will generalize well. This is where easy problems come in handy as a test bed for discovering the broader patterns. The general case of rationalizing

    \[\frac{1}{x_{0}+x_{1}\sqrt[3]{2}+x_{2}\sqrt[3]{2}^{2}}\]

can be reasonably done by hand.

Rationalization of 1/(1+2^(1/3)) by hand

The method used here is not likely to be seen in a typical Algebra II classroom, as it relies on concepts from Linear Algebra which typically aren’t addressed until later. Seems a little backwards if you ask me. The trick here is to think of the product

    \[(x_{0}+x_{1}\sqrt[3]{2}+x_{2}\sqrt[3]{2}^{2})(y_{0}+y_{1}\sqrt[3]{2}+y_{2}\sqrt[3]{2}^{2})\]

as the product of a matrix and a vector:

  •     \[M_{x}\cdot\overrightarrow{y} = [1, 0, 0]\]

Solving this equation is then simply a matter of multiplying both sides by

    \[M_{x}^{-1}\]

. This method extends nicely to even harder problems, including

    \[\frac{1}{1+\sqrt[3]{5}+\sqrt[3]{3}^{2}+\sqrt[3]{2}}\]

. Inverting a 27 by 27 matrix is not something I’d want to be doing by hand, so this is where computers come in handy. Here’s an algorithm for rationalizing

    \[\frac{1}{1+\sqrt[3]{5}+\sqrt[3]{3}^{2}+\sqrt[3]{2}}\]

in Sage. Compare this with Wolfram|Alpha’s result.

I’m a strong believer that computing should play a larger role in mathematics education than it is presently. Not only should the curriculum be addressing the fact that the algebraic numbers form a field, but also that all algebraic numbers are computable numbers. By shifting the focus of discussion from solving problems to finding an algorithm for solving those problems, we can reveal a better picture of the mathematics behind the problem. Simple problems worked out by hand play an important role in the process of designing an algorithm, but an ability to generalize the solution should be the larger goal. If the rationalization problems that students are completing by the dozens do not lead the student in the direction of a general solution, then those problems are not doing their job. Perhaps some “harder” problems are necessary to encourage that generalization.

For the record, “computable numbers” are not referenced once in the Core Standards. It’s hard to give students a 21st century education when the math curriculum is trapped in the early 1900s.

3 comments

  1. As I hinted during this discussion, I think the real reason people needed this skill in the past (but not now) was computation without a calculator. In the past, one would look up values of square roots in a table. Dividing 1 by 1.41421356237 is much harder than dividing 1.41421356237 by 2. So rationalizing was not just a mere exercise but was required to prevent yourself from going mad! These days, your calculator could care less which of the above calculations it is asked to do. Until someone convinces me otherwise, I’ll leave my radicals right where they end up–even if it’s in the denominator. The algebraist in me isn’t bothered one bit!

  2. Algebra education, like many other subjects, has fallen into the “We have always done it this way” trap. I have heard Math Teachers say math has not changed over the years.

  3. I agree with Michael. Comparing pre-computer era calculations by hand (even with a slide rule, and table of logarithms), with pressing keys in a modern day pocket calculator; we can see, for centuries, getting to the final numerical answer was way harder if you started with a fraction that had roots in the denominator, as opposed to one that did not (i.e. a rationalized one). That is the historical reason behind the long-standing tradition. It was a very practical matter. Until computers arrived, that is. Now in the computer era, the practical reason supporting the tradition is not there any more. That particular long-standing tradition has become an empty shell.
    Now, because of the same reason -the ever increasing presence of computer technology in our lives- the point of this blog post makes perfect sense. I believe math education has a lot to benefit from applying ideas and methods that had worked so well in computer science: identifying the fundamental aspects of a certain problem, generalizing it to a wide class of problems of the same type, and looking for algorithms that can be coded into software so a machine can do the bulk of the actual computational work in most cases, while the human student/teacher/learner can devote their time to deepening their knowledge of newer, more abstract concepts, like that of a field, their operations, transformations, and such topics as covered in Galois Theory, and other advanced areas of math.
    Kudos on that nice piece of Sage code, @suburbanlion!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.