Shift of origin

95 Views Asked by At

Why do we subtract when we shift the origin?

So, the way i understand, shifting the origin by (2,2) means moving the entire coordinate system. Therefore, the point (0,0) in the original coordinate system should be at (2,2) in the new coordinate system, right?

To have the point (0,0) at (2,2) in the new coordinate system, you should add 2 to the x-coordinate and 2 to the y-coordinate of the original point. This is because you are moving the point from (0,0) to (2,2), which involves adding values, not subtraction.

perhaps the answer is obvious but i don't have math background. just trynna make sense