Start at a point of (1,5)
Move 2 spaces up, 8 spaces right, 7 spaces down, 3 spaces left
What point are you located at?
Moving up
Moving up means a positive y value
Add 2 to our y-coordinate to get:
5 + 2 = 7
We are now at the point (1,7)
Moving right
Moving right means a positive x value
We add 8 to our x-coordinate to get:
1 + 8 = 9
We are now at the point (9,7)
Moving down
Moving down means a negative y value
We subtract 7 from our y-coordinate to get:
7 - 7 = 0
We are now at the point (9,0)
Moving left
Moving left means a negative x value
We subtract 3 from our x-coordinate to get:
9 - 3 = 6
We are now at the point (6,0)
Determine final coordinates:
(6,0)
How does the Relative Coordinates Calculator work?
Free Relative Coordinates Calculator - Given a starting point (x1,y1), this will determine your relative coordinates after moving up, down, left, and right.
This calculator has 5 inputs.
What 4 formulas are used for the Relative Coordinates Calculator?
Move right, we increase x
Move left, we decrease x
Move up, we increase y
Move down, we decease y
What 3 concepts are covered in the Relative Coordinates Calculator?
- coordinates
- A set of values that show an exact position
- point
- an exact location in the space, and has no length, width, or thickness
- relative coordinates
- coordinates specified in relation to previous coordinates