Coordinate systems

1d-coordinate systems

Consider a horizontal straight line, and a point AA on the line. How can we specify the precise location of the point on the line? We pick somewhere on the line an origin, and agree that we walk along the line in steps of a predefined size. Furthermore:

Now we can specify where the point AA is by counting the number of steps we need to walk from the origin to AA. This number is called the coordinate of AA. In our example, the point has the coordinate 44, meaning we used 44 steps to reach AA, starting at the origin and walking to the right.

The straight line is called the axis, and sometimes we give the axis a name, such as xx-axis. We then say that the point AA has the coordinate x=4x=4. Or we can also write A(4)A(4).

Exercise 1

Determine the coordinate of the points A,B,CA,B,C and DD indicated below. If the coordinates are not on the ticks, approximate their coordinates as good as possible by decimal numbers. Also, indicate (as accurate as possible) on the axis the points E(7.75)E(7.75) and F(3.3)F(-3.3).

Solution

A(7),B(2.5),C(0),D(2.5)A(7), B(-2.5), C(0), D(2.5)

2d-coordinate systems

Consider now a plane (e.g. a flat sheet of paper), and a point AA on it. To specify the exact location of AA we now draw two axes, one horizontal and the other vertical, and choose both their origins at the point where the axes cross. Such a system of two axes is called a Cartesian coordinate system.

In maths, we the horizontal axis points to the right, and we typically call it the x-axis, and the vertical axis points upwards, and we typically call it the y-axis. But note that this is not a fixed rule, and these labels can change.

We can now specify the location of AA by starting at the origin, walking to the right or to the left (in xx-direction) until we are exactly below or above AA, and then walk up or down (in yy-direction) until we reach the point. The number of steps in xx-direction is called the x-coordinate of point AA, and the number of steps in yy-direction is called the y-coordinate of AA.

In the example below, the x-coordinate of AA is x=4x=4, and the yy-coordinate is 55, written in short A(45)A(4|5), meaning that I have to walk to the right using 4 steps until I am exactly below AA, and then 55 steps upwards to reach AA. Note that I could have first walked upwards using 55 steps, and then walking to the right using 44 steps to get to AA.

Note that there are several notations you can use for writing the coordinates of a point. We have use A(45)A(4|5), but you also see a lot A=(45)A=(4|5) or A(4,5)A(4,5) or A=(4,5)A=(4,5).

Point BB is given by the coordinate B(43)B(-4|-3), meaning that I first have to take 44 steps to the left and then 33 steps downwards to get to BB, or vice versa, first moving downwards, and then to the left.

The Cartesian coordinate systems divides the plane into 44 quadrants which we label with the roman numbers II, IIII, IIIIII and IVIV (see figure below). So, point AA in the figure above is in the first quadrant (I), and point BB is in the third quadrant (III).

Exercise 2

Determine the coordinates of the points.

Solution

A(51),B(33),C(20),D(32),E(44)A(5|1), B(-3|3), C(-2|0), D(3|-2), E(-4|-4)

Exercise 3

Draw a coordinate system and indicate the following points:

  1. A(11),B(32),C(13),D(42)A(1|1), B (-3| 2), C(-1| -3) , D(4| -2)

  2. E(00),F(02.5),G(40.5),H=(30)E(0| 0) , F(0| -2.5) , G(-4| 0.5) , H = (3| 0)

Solution
Exercise 4

Draw for each problem a coordinate system and indicate all points for which the following is true for the xx- and yy-coordinates:

  1. x=3x=3

  2. y=1y=-1

  3. x[2,1]x\in [-2,1]

  4. y]3,3]y\in ]-3,3]

  5. x[1,4]x\in [1,4] and y[1,3]y\in [1,3]

  6. x2x \leq -2 and y1y \leq -1

  7. y=xy=x

  8. y=x+1y=x+1

  9. y=2x1y=2x-1

  10. y=2x+1y=-2x+1

  11. y=xy=-x

  12. y=x2y=x^2

  13. xy=1xy=1

  14. y=0.5xy=-0.5x

  15. x2+y2=1x^2+y^2=1

Solution