Instructions
Welcome to the coordinate grid! It's like a map for finding points. Hereβs how it works:
- The grid has two main lines: the horizontal x-axis and the vertical y-axis.
- Where they cross is called the origin, and its address is (0, 0).
- A point's address is called an ordered pair (x, y).
- To find a point, always start at the origin (0, 0). The first number (x) tells you how many steps to take left (-) or right (+). The second number (y) tells you how many steps to take up (+) or down (-).
Think of it like this: "You have to walk along the corridor (x-axis) before you can go up or down the stairs (y-axis)."
Part 1: Find the Coordinates
Below is a grid with different shapes plotted on it. Write down the ordered pair (x, y) for each shape.
| 5 | ||||||||||
| 4 | β | |||||||||
| 3 | πΊ | |||||||||
| 2 | βοΈ | |||||||||
| 1 | β€οΈ | |||||||||
| 0 | 0 | |||||||||
| -1 | π | |||||||||
| -2 | ||||||||||
| -3 | ||||||||||
| -4 | π | |||||||||
| -5 -5 | -4 | -3 | -2 | -1 | 1 | 2 | 3 | 4 | 5 |
- β Star: (____ , ____)
- β€οΈ Heart: (____ , ____)
- π Diamond: (____ , ____)
- π Moon: (____ , ____)
- βοΈ Checkmark: (____ , ____)
- πΊ Triangle: (____ , ____)
Part 2: Plot the Shape
Plot the points below on the grid. Label each point with its letter. Then, connect the points in alphabetical order (A β B β C β D β A) with a ruler. What shape have you made?
A ( -3, 3 ) B ( 4, 3 ) C ( 4, -2 ) D ( -3, -2 )
| 5 | ||||||||||
| 4 | ||||||||||
| 3 | ||||||||||
| 2 | ||||||||||
| 1 | ||||||||||
| 0 | 0 | |||||||||
| -1 | ||||||||||
| -2 | ||||||||||
| -3 | ||||||||||
| -4 | ||||||||||
| -5-5 | -4 | -3 | -2 | -1 | 1 | 2 | 3 | 4 | 5 |
The shape I made is a ____________________________.
Answer Key
Part 1: Find the Coordinates
- β Star: ( -1 , 4 )
- β€οΈ Heart: ( 3 , 1 )
- π Diamond: ( 2 , -1 )
- π Moon: ( -4 , -4 )
- βοΈ Checkmark: ( -3 , 2 )
- πΊ Triangle: ( 5 , 3 )
Part 2: Plot the Shape
The shape you made is a Rectangle.
The points should be plotted on the grid as shown below:
| 5 | ||||||||||
| 4 | ||||||||||
| 3 | A | B | ||||||||
| 2 | ||||||||||
| 1 | ||||||||||
| 0 | 0 | |||||||||
| -1 | ||||||||||
| -2 | D | C | ||||||||
| -3 | ||||||||||
| -4 | ||||||||||
| -5-5 | -4 | -3 | -2 | -1 | 1 | 2 | 3 | 4 | 5 |