In general I know that if we rotate $(x, y)$ about origin through $180^\circ$ we will get new image $(-x, -y)$, but suppose that we make rotation not about origin but some other point $(a, b)$ does your result be rotation around origin + or - $(a, b)$? Suppose we have point $A(3, 27)$ and we want turn it by $180$ around the point $(2, -1)$, if we rotate $(3, 27)$ about origin by $180$ we get $(-3, -27)$ but how to connect $(2, -1)$ to this result?
2026-05-04 15:44:20.1777909460
rotation by 180 angle
9.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can make a translation of axes so that $(2,-1)$ becomes the new origin. The new axes are $X=x-2,Y=y+1$. Then you compute the new coordinates of $A(3-2,27+1)=(1,28)$. The symmetric point $A'$ with respect to $(X,Y)=(0,0)$ is thus $A'(-1,-28)$ in the $XY-$coordinate system or $A'(-1+2,-28-1)=(1,-29)$ in the original $xy-$coordinate system.