Introduction to Detailed Notes
This is a set of notes that have been made on reading the textbook. There
is no real attempt to have comments on absolutely everything in the
book noted here. At the same time, there is supplementary material here that
is not in the book.
After writing out the notes for the first few sections, it has become clear that there is a tendency to make this a "teaching" document. As much as possible, efforts will be made to not do this. Rather, if there is teaching material to be presented then that will be done in separate pages, with pointers inserted here.
Page 336: I find the notation in box #2 at the bottom of the page to be unrealistic and confusing. First of all the text in the box should read
There are two equivalent approaches to reducing rational numbers. On the one
hand we talk about dividing the numerator and the denominator by the same value.
We could illustrate such a case by looking at the rational number 4/10.
We could divide both numerator and denominator by 2 to produce
![]() ![]() |
18x3y2z |
32xy2z4 |
9x2 |
16z3 |
TI-83 screen images | explanation | TI-86 images |
![]() |
First we assign some strange values to the variables. Note that we are using a lower case "x" on the TI-86. | ![]() |
![]() | Then we evaluate the two expressions. | ![]() |
This section seems to flow fairly well. When we finally get to the "long division" algorithm on page 348, I have a slightly different form for writing out the long division problems. In particular, for the problem
It is even easier to see this approach if we look at the problem from the instructional box #7 on page 350. My version would be
The process of doing this division of polynomials is well defined. We can write computer and/or calculator programs to do this task. The TI web site has an archive of programs to do many different tasks. One such program is the POLYDIV program for the TI-83. The POLYDIV on the TI-83 page illustrates the use of that program. Another program, and one that does even more than polynomial division, is the Poly3 program for the TI-85 and TI-86. The Poly3 on the TI-86 page illustrates the use of this program to do polynomial division.
The programs discussed above do polynomial division, but they only provide the answer. It is possible to construct programs that actually produce the various subproducts and intermediate remainders in our long division algorithm. The POLYDIV1 program for the TI-83 and the polydiv program for the TI-85, the TI-86, the TI-89, and the TI92 Plus do just that. The web pages POLYDIV1 for the TI-83, polydiv on the TI-86, and polydiv on the TI-89 illustrate these programs.
On page 353 the book presents two methods for finding the sum or difference of two rational numbers, namely, the least common denominator method or the cross-product method. These are different approaches, but they are not really different methods. To add (or subtract) two rational numbers they must have the same denominator. Actually, we can see this by looking at all the steps that go into doing 2/3 + 4/5:
In a case where the two denominators are not relatively prime, as in
With denominators that are not relatively prime, the cross-product method produces larger numbers that will always require the extra steps of "reducing the final answer". In our example we have
The book goes on to demonstrate the addition and subtraction of rational expressions using the same methods tht we used for adding and subtracting numbers. Again the to methods are not really different. We need to multiply each of the two given rational expressions by "1" in the form of a polynomial divided by itself. For the least common denominator approach we search to find the smallest forms of "1" that will give us the desired result. In the cross-product approach we use the expressions that are given as the denominators and we suffer the consequence that we need to reduce the resulting answer.
Although the TI-89 and TI-92 calculators can correctly add or subtract two rational expressions, the same is not true for the TI-83, TI-85, and TI-86. The best that we can do with those calculators is to check our work. As we have done in other situations before, we can assign some strange value to the variables in the problems. Then we can find the value of the original problem and compare that to the value of the answer. The two values must be the same. In a simple case, for question Q5b on page 356, if we assign the value 2.0587 to M then we can use the TI-83 to evaluate the original problem
2m + 1 | m 5 | |
| | |
6 | 4 |
In the more complex case of Q18e on page 368,
x + y | x y | |
+ | | |
x2 + 2xy 15y2 | x2 25y2 |
The amterial in this section is fairly clear. Again, although the book tries to explain two methods, they are really the same. These problems tend to require us to "grind out" the solution. We can use our calculator to check our answers as we have done above.
©Roger M. Palay
Saline, MI 48176
May, 2000