Albert Teen
powered by
Albert logo

YOU ARE LEARNING:

pointer
Coordinates
lessonMenuButton

Coordinates

lesson introduction

Coordinates

The coordinate system allows us to visualise functions in 2D space.

1

Cartesian coordinates (or just coordinates) are a pair of numbers that define a point in the plane (as shown). What is the right way to write these coordinates?

hint button
block image
1

The axes divide the plane into 4 quadrants

Each quadrant is numbered as shown in the diagram.

block image
2

The horizontal or xx axis is first and moving right is positive. The vertical or yy axis is second and moving up is positive. What type of coordinate sits in the 3rd quadrant?

hint button
block image
3

We can use the same principle to work out the other quadrants.

Each quadrant has a unique combination of positive and negative values for the coordinates.

block image
4

Where the axes cross, where you see a 00, is called the origin. What are the coordinates of the origin?

hint button
block image
1

What is the coordinate of the point AA shown here?

hint button
block image
2

What is the coordinate of point BB?

hint button
block image
1

Point CC is the mid-point between points A=(2,5)A=(2,5) and B=(4,3)B=(-4,3).

We can see it on the graph, but how can we calculate the coordinates?

block image
2

To find the mid-point between two numbers we add them together and divide by 22. Based on that, what will the xx coordinate of the mid-point be?

hint button
block image
3

Using the same process, what is the yy coordinate of the mid-point?

hint button
block image
4

Putting the two together our mid-point has coordinates (1,4)(-1,4).

We can see this matches what we have on the graph.

block image
5

This gives us a formula for finding the mid-point between two points.

For any two points (x1,y1)(x_1,y_1) and (x2,y2)(x_2,y_2) we can use this formula to find the mid-point between them.

block image
1

What is the mid-point between the two points (4,5)(-4,5) and (3,1)(3,-1)?

hint button
block image
1

We may also want to find the distance between two points.

By completing a right angled triangle, we can find this distance.

block image
2

What is the horizontal distance in this triangle?

hint button
block image
3

What is the vertical distance in this triangle?

hint button
block image
4

Now we have a right angled triangle and we know the distance along two sides.

We can use Pythagoras' Theorem to find the third side. It is a2+b2=c2a^2 + b^2 = c^2

block image
5

Using Pythagoras' Theorem (a2+b2=c2a^2 + b^2 = c^2), what is the distance between the two points? Give your answer to one decimal place.

hint button
block image
6

We can summarise these steps in one formula.

For any two points (x1,y1)(x_1,y_1) and (x2,y2)(x_2,y_2) we can use this formula to find the distance between them.

block image
1

What is the distance between the points (4,5)(-4,5) and (3,1)(3,-1)? Give your answer to 1 decimal place

hint button
block image
1

In summary, Cartesian coordinates show us where a point is in the plane.

Cartesian coordinates are written (x,y)(x,y).

2

The point where the axes cross is called the origin.

The coordinates are the origin are (0,0)(0,0).

3

There are four quadrants in the plane.

Each quadrant has a unique combination of positive and negative values for the coordinates.

block image
4

The mid-point between two lines can be found using this formula.

The mid-point between (8,6)(-8,6) and (3,4)(3,4) is (8+32,6+42)=(2.5,5)(\frac{-8+3}{2},\frac{6+4}{2})=(-2.5,5).

block image
5

We can find the distance between two points using Pythagoras's Theorem.

The distance between (8,6)(-8,6) and (3,4)(3,4) is (83)2+(64)2=121+4=11.2\sqrt{(-8-3)^2+(6-4)^2}=\sqrt{121+4}=11.2 to one decimal place. Distance between two points =(x1x2)2+(y1y2)2=\sqrt{(x_1-x_2)^2+(y_1-y_2)^2}

block image