Interacting with the Naturals
November 10th, 2008A comon misconception about mathematics is that it is all about numbers. If that was the case, mathematicians would have gone out of business years ago when humanity programmed the first calculator. Rather, mathematics is the science behind patterns. So, although we will be talking about numbers here, keep in mind that we are less interested in the numbers themselves, and more interested in how the numbers ‘behave’.
Last time we introduced the idea of the Natural Numbers, N. If you will recall, N is the set of numbers we use to count with. In a more mathematical way we would write “N = {0, 1, 2, …}”. To speak this out loud we would say, “N is the set containing 0, 1, 2 and so on.” But what does that “…” or “and so on” mean? When mathematicians use the notation “…” it means that they are skipping some terms or entries. When used correctly, they have given you enough information to fill in the missin information. In some cases they will write “{0, 1, 2, … , n}”, in others, they will write like we did above: “{0, 1, 2, …}”. The difference is a subtle one, but understanding it will go a long way to building a solid foundation for more advanced math. Simply, the first expression is finite and the second expression is infinite. In the first one, no matter how large ‘n’ is, we could eventually write down the whole set (it may take hundreds of years, but we could do it). The second one, however, goes on forever and so we would never be able to list off every element.
So now, how does this set of numbers behave? Well, we know from working with objects of various quantities that there are certain things that we can do with those objects. In the best case senario we want to see our high abstract numbers behave a lot like bunches of objects in real life. With that said, there are basically only 6 opperations that we can perform with these numbers, either with out brains or with computers. They are, quite simply: addition (+), subtraction(-), multiplication(x or *), division(/), roots and exponents. On top of that, we can also compare any two numbers (<, >, =). We should be able to compare any two numbers and say that either one is larger than the other or they are equal. Now, notice that for our comparison and for all 4 opperations, we are only seeing how two elements combine at a time.
Think about that for a second. Do you agree that we can only use two elements at a time?
The astute readers among you will probably have stood up and come up with a counter to this. For instance, we can do “1 + 2 + 3″ or “5 < 6 < 20″, and in each of those cases we are using 3 numbers. If you came up with that yourself, give yourself a pat on the back. Asking questions like that about assertations is key to mathematic development. If you didn’t come up with that question, don’t worry… the people who are ask that are wrong. When we add three numbers together we are, in fact, adding two numbers and then adding a number to their sum. Likewise, when we are comparing numbers we are simply stating the relation between the first and second, and then the second and thrid. When mathematicians want to sound smart they call these “binary relations” or “binary opperations”.
With this new found information about “binary opperations” we are left with a problem. What do we do when we have to put together more than 2 elements with more than 1 relation. Theoretically, anyway you want to do it is just as valid as any other so long as we keep certain rules. (For instance, we want 1 + 2 to be the same as 2 + 1). However, in order to avoid confusions we refer to something call the order of opperations, or, if you remember from school, “PREMDAS”. What does a non-sense word like that mean? Simply put it stands for “Parenthesis, Roots/Exponents, Multiplication/Division, Addition/Subtraction.” Notice that we have all 6 of our binary opperations listed here along with some grouping item called parenthesis. Basically we allow for Parenthesis in our order of opperation so that we can do some opperations out of order.
Also, notice that PREMDAS takes our 6 opperations and puts them into pairs. This is something we will look further into on the next entry as we will see that our 6 opperations can get boiled down into 2 if we try hard enough. However, in order to do that we will first need to learn about numbers beyond the Naturals. For anyone who wants to read ahead, they will be called the Integers and the Rationals.
Posted by mathblog