Okay, here is a blog post sharing my experience with rotating figure JKLM 180 degrees around the origin, written in a casual and conversational tone:
So, the other day, I was messing around with some geometry stuff, you know, just for fun. And I came across this problem where I had to rotate a figure called JKLM by 180 degrees around the origin. I thought, “Alright, let’s give it a shot!”

First things first, I needed to know the coordinates of the points J, K, L, and M. Let’s say, for the sake of this example, that they were something like this:
- J (2, 4)
- K (6, 2)
- L (5, -2)
- M (-1, -3)
Now, I remembered from somewhere that rotating a point 180 degrees around the origin is kind of like flipping it to the opposite side of both the x-axis and the y-axis. It’s like sending it to the mirror world, but on the other side of the center.
My first try
I grabbed a piece of paper and sketched a quick coordinate plane. I plotted the points J, K, L, and M, and then I tried to visualize where they would end up after this 180-degree spin. I thought, “Okay, if J is at (2, 4), then after the rotation, it should be at (-2, -4).” You see, the x and y values just switch their signs.
I did the same for the other points:
- K (6, 2) became K’ (-6, -2)
- L (5, -2) became L’ (-5, 2)
- M (-1, -3) became M’ (1, 3)
I plotted these new points (J’, K’, L’, and M’) on my graph paper, and sure enough, it looked like the original figure had been rotated 180 degrees around the origin. It was like a perfect flip!
Then, I did a little more digging and found out that this whole “flipping the signs” thing is actually the rule for rotating a point 180 degrees around the origin. So, if you have a point (x, y), after the rotation, it becomes (-x, -y). I guess it was a pretty simple rule that I could easily get.

Feeling pretty good about myself, I tried a few more examples, just to make sure I really got it. I picked some random points, rotated them using this rule, and every time, it worked like a charm. It was like magic, but the kind of magic that you can understand with a bit of practice!
So, there you have it, my little adventure with rotating a figure 180 degrees around the origin. It wasn’t as hard as I initially thought, and it was actually kind of fun to see how the points moved around. And I must say that the “change the sign of both coordinates” rule is a simple and direct method. Hope you find it interesting, too!