Coordinate Systems – 1D

Many of the posts I have written, had plots of functions or relations between two variables, usually x and y. Most of teaching algebra and calculus relies on graphs to illustrate concepts. These graphs are plots of all the points that satisfy an algebraic relation between the two (or more) variables. Behind these plots is the coordinate system used. This series of posts explores the different coordinate systems commonly used in maths. Let’s first look at a one dimension (1D) coordinate system.

1D means that one number is needed to locate a point. The most used 1D coordinate system is the number line:

Number lines can be vertical or even curvy, for example, to show distance along a path. Usually though, the number line is a straight horizontal line. But they all have some things on common. First, they have to have a reference point: a point from which all other points obtain their position. This point here and in all coordinate systems is called the origin. And second, there is a scale: the distance between the tick marks that allow us to place a point. In the example above, the scale is 1 unit between tick marks. For example, if we want to plot the variable x = 5, the plot would be

There are an infinite number of points on this line: an infinite number of tick marks and an infinite number of points between each tick mark. What are the kinds of numbers that can be plotted?

Any number on the number line is called a real number. This is an actual mathematical term to distinguish these from other types of numbers used in maths such as imaginary numbers (despite the name, imaginary numbers have a real meaning in science and engineering). The set of real numbers is represented by the symbol ā„. There are several subsets of real numbers.

The first set of numbers you learned as a child were the natural numbers. These are the counting numbers 1, 2, 3, … but do not include 0. This set of numbers is given the symbol ā„•.

Then you learned about 0 and negative integers. Integers are whole numbers (no decimals or fraction parts) and include the natural numbers, 0, and the negative integers. This set of numbers is given the symbol ā„¤. Why not š•€? Because š•€ is the symbol for imaginary numbers which are not real numbers and š•€ is also sometimes used to refer to irrational numbers which I will talk about soon. Notice that ā„• is a subset of ā„¤ which is a subset of ā„.

The next type of real numbers is the set of rational numbers. These are numbers that can be put into the form p/q where p and q are integers. Any integer is a rational number like 2 since 2 can be written as 2/1. Any decimal number with a repeating pattern of decimals (even if that is a repeating 0) is a rational number. As ā„ is already used for real numbers, this set of numbers is given the symbol ā„š. This stands for quotient as p/q is a quotient (a maths term for division). All of the previous sets of numbers are subsets of ā„.

That leaves the set of irrational numbers: the numbers that cannot be put into the form p/q. Numbers like šœ‹ or āˆš2 are irrational and symbols like these are the only way to represent the exact values. They cannot be exactly represented as a decimal number as their decimal parts never repeat. There is no common symbol for these but ā„™ or š•€ are sometimes used. There are few occasions where only irrational numbers are required, but a more common notation would be ā„\ā„š which means “all real numbers except rational numbers”. Here is a nice picture of how all these types of real numbers are related:

It’s the irrational and some of the rational numbers that lie between the tick marks. So šœ‹ would be approximately

Plotting single points on the number line is rather boring. But it can also be used to indicate intervals of numbers like all the numbers between āˆ’6 and 2. This is shown as āˆ’6 < x < 2 where the endpoints are not included or āˆ’6 ā‰¤ x ā‰¤ 2 if both endpoints are included or a combination. When plotting these, an open circle means that the endpoint is not included and a filled in circle means that it is included. So āˆ’6 < x ā‰¤ 2 would plotted

There’s not much else we can do when using the 1D number line, but we have a lot more options when expanding to 2D: to be continued.